Is there a way to search the text of my stored procedures in SQL 7 (or 6.5 for that matter) for a string? For example, I want to make sure I'm using "IS NULL" instead of "= NULL" in all my sprocs, so I want to be able to get a list of all the sprocs that have "NULL" in them so I can check them. Anyone know how to do this? Thanks.