Friday, August 2, 2013

how to get the list of stored procedures in a database

To get the complete list of stored procedures in a database

SELECT * FROM SYS.PROCEDURES

No comments:

Post a Comment