Database/MSSQL

프로시져 내용에서 검색

반화넬 2011. 3. 22. 17:39
반응형

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

 

 

반응형