sql資料庫系統表

2021-04-13 00:22:55 字數 988 閱讀 6633

sysaltfiles    主資料庫               儲存資料庫的檔案

syscharsets    主資料庫               字符集與排序順序

sysconfigures  主資料庫               配置選項

syscurconfigs  主資料庫               當前配置選項

sysdatabases   主資料庫               伺服器中的資料庫

syslanguages   主資料庫               語言

syslogins      主資料庫               登陸帳號資訊

sysoledbusers  主資料庫               鏈結伺服器登陸資訊

sysprocesses   主資料庫               程序

sysremotelogins主資料庫               遠端登入帳號

syscolumns     每個資料庫             列

sysconstrains  每個資料庫             限制

sysfilegroups  每個資料庫             檔案組

sysfiles       每個資料庫             檔案

sysforeignkeys 每個資料庫             外部關鍵字

sysindexs      每個資料庫             索引

sy**enbers     每個資料庫             角色成員

sysobjects     每個資料庫             所有資料庫物件

syspermissions 每個資料庫             許可權

systypes       每個資料庫             使用者定義資料型別

sysusers       每個資料庫             使用者 

sql資料庫系統表和mysql系統表

sql資料庫系統表,常用的 sysobjects,sysindexes,sysindexkeys,syscolumns,systypes 及更多解釋說明 系統儲存過程sp spaceused 執行sp spaceused儲存過程的時候可以不用帶引數,直接執行,或者exec sp spaceused都...

SQL資料庫系統概論

如下 if exists select from sys.databases where name eshop begin use master drop database eshop endcreate database eshop use eshop create table members m...

資料庫系統相關SQL

查出所有被鎖住的表 select b.owner tableowner,b.object name tablename,c.osuser lockby,c.username loginid,c.sid sid,c.serial serial from v locked object a,dba ob...