MsSql內部資訊 留檔

2021-05-17 18:18:34 字數 853 閱讀 6969

--schemata表提供了關於資料庫的資訊

select top 10 * from information_schema.schemata

--tables表給出了關於資料庫中的表的資訊

select top 10 * from information_schema.tables

--columns表給出了表中的列資訊。

select top 10 * from information_schema.columns

--views表給出了關於資料庫中的檢視的資訊

select top 10 * from information_schema.views

--routines表提供了關於儲存子程式(儲存程式和函式)的資訊

select top 10 * from information_schema.routines

--key_column_usage表描述了具有約束的鍵列

select top 10 * from information_schema.key_column_usage

--table_privileges(表許可權)表給出了關於表許可權的資訊

select top 10 * from information_schema.table_privileges

--column_privileges(列許可權)表給出了關於列許可權的資訊

select top 10 * from information_schema.column_privileges

--table_constraints表描述了存在約束的表

select top 10 * from information_schema.table_constraints

samba技術留檔

root qhfax code smbpasswd a nginx new smb password retype new smb password added user nginx.smbpasswd 屬於samba套件,能夠實現新增或刪除samba使用者和為使用者修改密碼 引數 a 向smbpa...

extjs知識總結留檔

兩年以前用extjs做過乙個小東西,現在用起來發現好多細節都已忘記了。兩年前沒有留下當時的經驗,現在重新熟悉重新學習,費時費事的。覺得extjs做的東西,視覺化效果比較單一,可觀性不強,久了很容易反感。發現extjs4.2版新添了主題,貌似metro風格,看起來還不錯。起初並沒有想用extjs這樣乙...

OE移動版的框架目錄(留檔)

這個框架提供了所有的支援類檔案來構建乙個android 客戶端模組,而目的是為了滿足基於oe任何模組 或oe 外掛程式 的android 應用程式需求,同時可以構建基於本地資料庫 sqlite 的orm管理方式。openerp mobile src com openerp framework loa...