Find Stored Proc using referencing a database object
When ever you are renaming a database object you want to make sure you have changed all the code referencing that object. Following is the T-SQL to find a phrase of word in all the database object codes:
It will give you the name of the object referencing it. Type of the object and also extract of the code around the name of the database object for your reference.
It will give you the name of the object referencing it. Type of the object and also extract of the code around the name of the database object for your reference.
Comments