Archive for July, 2011

Find Text In Microsoft SQL Server Stored Procedures

Date July 7th, 2011 Comment 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]

Tags: ,