2022年3月9日 星期三

[研究]SQL Server Management Studio (SMSS) 18 資料表設計時顯示描述欄位

[研究]SQL Server Management Studio (SMSS) 18 資料表設計時顯示描述欄位

2022-03-09

環境:SQL Server 2019 + SQL Server Management Studio (SMSS) 18.10

預設的 SQL Server Management Studio (SMSS) 設計模式,卻只有「資料行名稱」、「資料類型」、「允許NULL 」3個欄位,如果要增加顯示「描述」欄位呢?


重要,記得修改時,SQL Server Management Studio 必須是關閉的。

執行 regedit.exe,啟動「登錄編輯器」,搜尋 DataProject,找到

電腦\HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\18.0_IsoShell\DataProject

SSVPropViewColumnsSQL70 從 1,2,6; 改為 1,2,6,17;

SSVPropViewColumnsSQL80 從 1,2,6; 改為 1,2,6,17;

(不同 SQL Server 版本,機碼路徑和機碼中的「名稱」可能不同)





啟動 SMSS 就可以看到多了「描述」欄位,

各數值意義如下:

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

(完)

相關

[研究]SQL Server Management Studio (SMSS) 18 資料表設計時顯示描述欄位
http://shaurong.blogspot.com/2022/03/sql-server-management-studio-smss-18.html



沒有留言:

張貼留言