标签:
select distinct name from syscomments a,sysobjects b where a.id=b.id and b.xtype=‘p‘ --and text like ‘%my_sp%‘
SQL 查询存储过程
原文地址:http://www.cnblogs.com/ilookbo/p/4177686.html