how can i search for text within stored procedures in SQL Server. I am used to working with Oracle and am unsure how SQL Server handles this.
So far i have found a system table - SYSCOMMENTS - that appears to hold the text of the stored procedures but this is compressed and therefore my search is not working.
My goal is to search all stored procedures (about 100) to see which ones use certain tables.
Cheers
stu