Database/MS SQLServer

MS SQL Server Table 조회하기

Yizi 2017. 9. 14. 16:01

데이터베이스 조회

테이블 조회

컬럼 조회

타입 조회


select * from sys.databases

select * from sys.tables
select * from sys.columns
select * from sys.types