Find Text In Microsoft SQL Server Stored Procedures
July 7th, 2011
1 Comment
I recently had to perform a change on any stored procedures that contained a certain piece of text. Not knowing how to search for text across a database, I googled it and found the following small piece of useful code: [Via: ASP FAQ]