MS-SQL

현재 DB의 테이블, SP 리스트 가져오기

주술쟁이 2011. 9. 20. 13:14
select distinct table_name from information_schema.columns
select distinct specific_name from INFORMATION_SCHEMA.PARAMETERS