标签:包含 ike obj 存储过程 HERE rom where scom comm
select name from sysobjects o, syscomments s where o.id = s.id and text like ‘%CASIGN%‘ and o.xtype = ‘P‘
快速查找所有存储过程/触发器中是否包含某个字符串
原文地址:https://www.cnblogs.com/blogs2014/p/10710864.html