Property sequence:
- Column Name
- Data Type
- Length
- Precision
- Scale
- Allow Nulls
- Default Value
- Identity
- Identity Seed
- Identity Increment
- Row GUID
- Nullable
- Condensed Type
- Not for Replication
- Formula
- Collation
- Description
最終效果圖如下:
注冊(cè)表設(shè)置值是:1,2,6,17,7;
計(jì)算機(jī)\HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\18.0_IsoShell\DataProject
實(shí)現(xiàn)過(guò)程:在注冊(cè)表中查找對(duì)應(yīng)SSMS的版本號(hào)(Sqlserver2016 對(duì)應(yīng)13.0)下的
SSVPropViewColumnsSQL70 和 SSVPropViewColumnsSQL80蜡歹,并修改為1,2,6,17; 然后重啟SSMS捌显。
需要注意的是,如果連接的數(shù)據(jù)庫(kù)非本地的情況下催束,則修改的注冊(cè)表是連接的數(shù)據(jù)庫(kù)所在的計(jì)算機(jī)的注冊(cè)表。