描述是資料庫很重要的東西就像程式的註解
好的前人會把描述寫得很清楚,雷的前人甚麼都不寫QQ
只能猜這個欄位的作用....
今天在網路上看到分享 SQL Server Management Studio 透過設定檔方便顯示[描述]
最終結果:
第一步: 打開 regedit.exe 修改機碼
第二步: 找尋註冊檔
SQL Server 2008
HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\11.0\DataProject
SQL Server 2014
HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\12.0\DataProject
SQL Server 2016
HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\13.0\Da
第三步: 設定機碼
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
如果本文對您幫助很大,可街口支付斗內鼓勵石頭^^