select
o.name
from syscomments s
inner join sysobjects o on s.id = o.id
where s.text like '%搜索的关键字%' and o.xtype = 'P'
select
o.name
from syscomments s
inner join sysobjects o on s.id = o.id
where s.text like '%搜索的关键字%' and o.xtype = 'P'