I am very embarrassed but I cannot remember the name of the MS SQL Server SP that searches your DB for a specified text string and returns all the table names, functions, stored procedures etc that contain that string. And I can’t look it up in the help, because in order to get help on it, you need to know its name! It was something like sp_findtext.
What is it called?
Come on, fastest fingers gets answer credit! 🙂
From http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=32319
It not only searches procedure and view definition text, it will also find tables, views, and column names: