Searching within all the Stored Procedures in a database





3.00/5 (1 vote)
You can search for any string with in the TSQL scripts of all the Stored Procedures in a database using the syscomments table.
3.00/5 (1 vote)
You can search for any string with in the TSQL scripts of all the Stored Procedures in a database using the syscomments table.