關閉 SSMS,開啟登入檔編輯器 regedit.exe
找到以下路徑
電腦\HKEY_CURRENT_USER\SOFTWARE\Microsoft\SQL Server Management Studio\18.0_IsoShell\DataProject
不同版本路徑可能會有差異
可試著找 HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\11.0\DataProject 相近的路徑
設定機碼,設定完重開機。
SSVPropViewColumnsSQL70 從 1,2,6; 改為 1,2,6,17;
SSVPropViewColumnsSQL80 從 1,2,6; 改為 1,2,6,17;
編碼代表的含意,可以依自己的需求調整。
- 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