개발/MSSQL

개발/MSSQL

MSSQL 해당 테이블을 사용하는 프로시저 검색

1 2 3 4 5 6 7 select SO.NAME from syscomments SC join sysobjects so on sc.id = so.id where so.xtype='p' and sc.text like '%테이블이름%' cs 간간히 요긴하게 사용하면 좋습니다.

yunri22
'개발/MSSQL' 카테고리의 글 목록