Property sequence:
- 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
最终效果图如下:
image.png注册表设置值是:1,2,6,17,7;
image.png image.png计算机\HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\18.0_IsoShell\DataProject
image.png实现过程:在注册表中查找对应SSMS的版本号(Sqlserver2016 对应13.0)下的
SSVPropViewColumnsSQL70 和 SSVPropViewColumnsSQL80,并修改为1,2,6,17; 然后重启SSMS。
需要注意的是,如果连接的数据库非本地的情况下,则修改的注册表是连接的数据库所在的计算机的注册表。
网友评论