Get your favorite SSC scripts directly in SSMS with the free SQL Scripts addin. Search for scripts directly from SSMS, and instantly access any saved scripts in your SSC briefcase from the favorites tab. Download now (direct download link)
Thank this author by sharing:
By Joshua A. Walker, 2013/12/20
Change the 'DBAdmin' text value for @TEXT to whatever text you are looking for in your database. Run the code and it will tell you where that text appears. It will list Table Name, Column Name and the number of occurances.
In my example below the word "DBAdmin" was found in 5 tables, all with column name "DBName"