간단하게 ~ 간단하게~
--1. 테이블 목록 가져오기
select distinct table_name from information_schema.columns --2. 저장프로시저 목록 가져오기 select distinct specific_name from INFORMATION_SCHEMA.PARAMETERS --3. 테이블 컬럼 목록 가져오기 select Column_Name from information_schema.columns where table_name = '테이블명'
'데이터베이스 > MSSQL' 카테고리의 다른 글
MSSQL 2005 이상 버전부터 사용 가능한 PAGING (0) | 2012.10.04 |
---|---|
MSSQL Foreign Key(참조키) 설정 (0) | 2012.09.21 |
SET NOCOUNT {on / off} (0) | 2012.09.19 |
DateTime 컬럼 검색 방법 (0) | 2012.09.19 |
저장 프로시저 간단한 예제 (0) | 2012.09.19 |