码迷,mamicode.com
首页 > 数据库 > 详细

SQLServer中通过脚本内容查找存储过程

时间:2017-12-11 14:10:38      阅读:163      评论:0      收藏:0      [点我收藏+]

标签: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)

SQLServer中通过脚本内容查找存储过程

标签:ini   sql   name   存储过程   from   bsp   exists   body   sts   

原文地址:http://www.cnblogs.com/Vulpers/p/8021993.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!