I need to search a SQL server 2008 for stored procedures containing where maybe the name of a database field or variable name.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||||||||
|
|
Grab yourself a copy of the free Red-Gate SQL Search tool and start enjoying searching in SQL Server! :-)
It's a great and very useful tool, and YES! it's totally, absolutely FREE for any kind of use. |
|||||
|
|
You can also try ApexSQL Search - free SSMS plug-in from ApexSQL.
|
|||
|
|
|
|||||||
|
|
In case you needed schema as well:
|
|||
|
|
This query returns the name and the content of any stored procedure where "XXXX" is is referenced within the stored procedure. This is quit usefull when finding procedures that reference a specific table/view/procedure |
|||
|
|

