Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where are stored procedures stored?

Status
Not open for further replies.

WiccaChic

Technical User
Jan 21, 2004
179
US
How can I see the code for a stored procedure?
 
take a look at the sysprocbody table in your DB
 
Easiest way is:

dbschema –d <db_name> –f <proc_name>
dbschema –d <db_name> -f \all
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top