SQL Statement to Get the Definition of the Store Procedures

SQL Statement to Get the Definition of the System Store Procedures.
SELECT definition FROM sys.system_sql_modules
SQL Statement to Get the Definition of the User defined Store Procedures.
SELECT definition FROM sys.sql_modules

0 comments: