66. 根据关键字查找对应执行的存储过程

Posted on 2015-04-21 14:31  zkx4213  阅读(154)  评论(0)    收藏  举报

select distinct name
from sysobjects o, syscomments s
where o.id = s.id
and text like '%t_Entry%'
and o.xtype = 'P'
order by name

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3