반응형
select so.name from dbo.sysobjects so,dbo.syscomments sc
where so.id=sc.id and type = 'P' and sc.text like '%검색하고자하는 단어%';
반응형
select so.name from dbo.sysobjects so,dbo.syscomments sc
where so.id=sc.id and type = 'P' and sc.text like '%검색하고자하는 단어%';