Ever wonder which stored procedures reference a particular table, or where the column "Foo" is used? This script will help you answer that.
Change the value of @Search to the string you want to find, then run the script. It will return a list of object names and types where that string is used.
Enjoy!