sp_helptext procedure_name
To view the information about a stored procedure:
sp_help procedure_name
To view the dependencies of the stored procedure:
sp_depends procedure_name
To view list of all Procedures and Function
SP_STORED_PROCEDURES
Usefull link
No comments:
Post a Comment