select distinct name
from syscomments a,sysobjects b
where a.id=b.id and b.xtype='p' and text like '%ExamineRejectAppeal%'
转载于:https://www.cnblogs.com/wdnrsjd/p/7593145.html
select distinct name
from syscomments a,sysobjects b
where a.id=b.id and b.xtype='p' and text like '%ExamineRejectAppeal%'
转载于:https://www.cnblogs.com/wdnrsjd/p/7593145.html