SELECT *
FROM dbo.sysobjects
where id in (select ID from dbo.syscomments where text like '%객체명(테이블명 등)%')

+ Recent posts