Search table name used in stored procedures

SELECT DISTINCT so.name, so.xtype
FROM syscomments sc
INNER JOIN sysobjects so ON sc.id=so.id
WHERE sc.TEXT LIKE '%udf_CsvToInt%'

Comments

Popular posts from this blog