db/mssql
ms-sql 일반정보 질의 query
C/H
2008. 12. 29. 20:19
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';
반응형