SQL 查询存储过程

select distinct name 
from syscomments a,sysobjects b 
where a.id=b.id and b.xtype='p' --and text like '%my_sp%' 

 

posted @ 2014-12-22 10:36  bobo-bobo  阅读(614)  评论(0编辑  收藏  举报