Is there way to use the “Find in Files” command for searching all of the stored procedures and views for a particular database in SQL Server 2005 Management Studio?
Edit
I want to search all of the stored procedures in database X for string Y.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t.
You can however use a query, for exemple:
This will however not work for CLR or encrypted stored procedures.