5 pts.
 stored procs in Master db, sql server 2005
Does anyone know where I can get a list describing, in layman's terms, all the sp_usr... stored prodedures in the Master database? New to all this and don't have the time or knowledge to decipher the TSQL behind it. Hope someone can help! Cheers

Software/Hardware used:
ASKED: May 12, 2009  3:49 PM
UPDATED: May 16, 2009  1:02 AM

Answer Wiki:
Did you check <a href="http://msdn.microsoft.com/en-us/library/ms176007.aspx">Microsoft documentation</a>? I remember that there was a sp that listed all basic information on the stored procedure but can't remind it right away. You can get a list of stored procedures by querying the sys.procedures catalog view. You can use the sp_helptext procedure to get the contents of each procedure.
Last Wiki Answer Submitted:  May 16, 2009  1:02 am  by  alessandro.panzetta   9,695 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _