jafisher2000
Programmer
Hi
Does anyone know how to return the list of user stored procedures in a database. The system stored procedure returns both system and user procedures. Alternatively is there a way to differentiate betweensystem and user procedures using the columns returned from sp_stored_procedures?
NUM_INPUT_PARAMS, NUM_OUTPUT_PARAMS and NUM_RESULT_SETS return -1. Also the PROCEDURE_NAME column has the proc name in the format "<procName>;<1 or 0>". Is all this normal?
Does anyone know how to return the list of user stored procedures in a database. The system stored procedure returns both system and user procedures. Alternatively is there a way to differentiate betweensystem and user procedures using the columns returned from sp_stored_procedures?
NUM_INPUT_PARAMS, NUM_OUTPUT_PARAMS and NUM_RESULT_SETS return -1. Also the PROCEDURE_NAME column has the proc name in the format "<procName>;<1 or 0>". Is all this normal?