存储过程在哪被引用的
select distinct name
from syscomments a,sysobjects b
where a.id=b.id and b.xtype='p' and text like '%ExamineRejectAppeal%'
select distinct name
from syscomments a,sysobjects b
where a.id=b.id and b.xtype='p' and text like '%ExamineRejectAppeal%'