Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SP to search String in TEXT of SPs

    On SQL server 2005 it could be just that:

    SELECT ROUTINE_NAME, ROUTINE_DEFINITION

    FROM INFORMATION_SCHEMA.ROUTINES

    WHERE ROUTINE_DEFINITION LIKE '%whateverstringyouneedtofind%''

    ...

Viewing post 1 (of 1 total)