I wrote this for the developers because they were always asking me to find all of their stored procedures that did X.
It scans through the syscomments text in each database looking for the requested string. User must have read access on the syscomments and sysobjects tables in each database.
2007-10-02 (first published: 2002-06-20)
15,451 reads