The number of parameters to a stored procedure is fixed when the procedure is created. There is no concept of a variable parameter list.
Parameters can be optional, though. You can define a default value for a parameter if the value is not supplied when the procedure is called.
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com