搜索存储过程中的信息

select name
from sysobjects o, syscomments s
where o.id = s.id
and text like '%tempKYGS%'
and o.xtype = 'P'

posted on 2014-03-20 10:13  wolf12  阅读(145)  评论(0)    收藏  举报