SQL Server 資料表設計頁面開啟顯示描述

關閉 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;

編碼代表的含意,可以依自己的需求調整。

  1. Column Name
  2. Data Type
  3. Length
  4. Precision
  5. Scale
  6. Allow Nulls
  7. Default Value
  8. Identity
  9. Identity Seed
  10. Identity Increment
  11. Row GUID
  12. Nullable
  13. Condensed Type
  14. Not for Replication
  15. Formula
  16. Collation
  17. Description

修改登錄檔機碼請小心操作免得造成系統異常

發佈留言