SQL系統表構結說明

2021-05-23 07:55:06 字數 1050 閱讀 2465

/*     語句               所屬資料庫     功能描述    */

select * from sysaltfiles  --主資料庫 儲存資料庫的檔案

select * from syscharsets  --主資料庫 字符集與排序順序

select * from sysconfigures  --主資料庫 配置選項

select * from syscurconfigs  --主資料庫 當前配置選項

select * from sysdatabases  --主資料庫 伺服器中的資料庫

select * from syslanguages  --主資料庫 語言

select * from syslogins  --主資料庫 登陸帳號資訊

select * from sysoledbusers  --主資料庫 鏈結伺服器登陸資訊

select * from sysprocesses  --主資料庫 程序

select * from sysremotelogins  --主資料庫 遠端登入帳號

select * from syscolumns  --每個資料庫 列

select * from sysconstraints  --每個資料庫 限制

select * from sysfilegroups  --每個資料庫 檔案組

select * from sysfiles  --每個資料庫 檔案

select * from sysforeignkeys  --每個資料庫 外部關鍵字

select * from sysindexes  --每個資料庫 索引

select * from sysmembers  --每個資料庫 角色成員

select * from sysobjects  --每個資料庫 所有資料庫物件

select * from syspermissions  --每個資料庫 許可權

select * from systypes  --每個資料庫 使用者定義資料型別

select * from sysusers  --每個資料庫 使用者

使用SQL語句 匯出SQLServer表結構

select 表名 case when a.colorder 1 then d.name else end,表說明 case when a.colorder 1 then isnull f.value,else end,字段序號 a.colorder,欄位名 a.name,字段說明 isnull g...

SQL 中SysObjects表說明

sysobjects 在資料庫內建立的每個物件 約束 預設值 日誌 規則 儲存過程等 在表中佔一行。只有在 tempdb 內,每個臨時物件才在該表中佔一行。列名 資料型別 描述 name sysname 物件名。id int 物件標識號。xtype char 2 物件型別。可以是下列物件型別中的一種...

系統表的字段說明

列名 資料型別 描述 name sysname 物件名id int物件標識號 物件型別。可以是下列物件型別中的一種 c check約束 d 預設值或default約束 f foreign key 約束 l 日誌 fn 標量函式 if 內嵌表函式 p 儲存過程 xtype char 2 pk prim...