Traditionally I may store more than one exported subprocedure in a single
service program. The subprocedures may not be related.
If you've never done a service program before it's a good time to get the
experience.
If you think it would ever be cool to call the SP via sql by making it a
stored procedure or a UDF then making it a SP is probably a good idea. Any
questions as to what a stored procedure or a UDF are?
Rob Berendt