65.9K
CodeProject is changing. Read more.
Home

Find particular word or text from the entire stored procedure

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

May 9, 2011

CPOL
viewsIcon

7508

SELECT OBJECT_NAME(object_id), definition FROM sys.sql_modules WHERE definition LIKE '%GetEmployee%'

SELECT OBJECT_NAME(object_id), definition FROM sys.sql_modules WHERE definition LIKE '%GetEmployee%'