SSMS에서 Table Design 항목에서 Description 함께 보기


퓨터\HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\14.0\DataProject 에 있는 


SSVPropViewColumnsSQL70


SSVPropViewColumnsSQL80


의 기본값인 1,2,6 값을 1,2,6,17 로 변경해주고 SSMS를 재구동 하면 위의 사진처럼 Description(설명) 항목이 보여진다.


위의 숫자가 의미하는 바는 아래와 같다.



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 Icrement

11. Row GUID

12. Nullable

13. Condensed Type

14. Not for Replication

15. Formula

16. Collation

17. Description

+ Recent posts