Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I need to find the user defined stored procedure in sql server 2000
Posted
Comments
OriginalGriff 12-Feb-14 5:37am    
And?
What have you tried?
Where are you stuck?
Rohit Topiya 20-May-16 14:28pm    
You can try INFORMATION_SCHEMA

SELECT * FROM INFORMATION_SCHEMA.ROUTINES

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900