select name from sys.objects A where
EXISTS( select * from sys.sql_modules
where definition like ‘%{此处为查找内容}%‘
and A.object_id = object_id)
标签:ini sql name 存储过程 from bsp exists body sts
select name from sys.objects A where
EXISTS( select * from sys.sql_modules
where definition like ‘%{此处为查找内容}%‘
and A.object_id = object_id)
标签:ini sql name 存储过程 from bsp exists body sts
原文地址:http://www.cnblogs.com/Vulpers/p/8021993.html