select * from master.dbo.sysdatabases;
select * from sysobjects where xtype='u';
select * from information_schema.columns where table_name='table_name';
select * from sysobjects where xtype='u';
select * from information_schema.columns where table_name='table_name';
반응형
'db > mssql' 카테고리의 다른 글
mssql server 2014, 2016 timezone (0) | 2023.12.26 |
---|---|
MSSQL inet_ntoa, inet_aton (0) | 2012.02.14 |
[MSSQL] Identity 자동 증가함수 (0) | 2008.10.16 |
리스트 페이징(6가지) (0) | 2006.10.20 |
mssql 인덱스 (0) | 2006.09.22 |