Click here to Skip to main content
16,017,231 members
Articles / Database Development / SQL Server

Find all Stored Procedures having a given text in it

Rate me:
Please Sign up or sign in to vote.
4.86/5 (4 votes)
11 Oct 2011CPOL 9.1K   2  
We use a slightly modified approach that returns results from more than stored procedures (although it could be modified to return only results for stored procedures). We use this code in a stored procedure that requires a parameter containing the text to search for.@StringToFind...

Views

Daily Counts

License

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


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions