For those of you looking for a .REG file for this, copy / paste these lines into a text file with the extension .REG. Double-click on it to add it to your registry. Column numbers are spelled out in the answer . The example below uses "14.0", which means the version of SSMS that began to be released as a standalone tool since SQL 2017. I expect the registry path to remain at 14.0 for some time, even with regular updates to SSMS.
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\14.0\DataProject] "SSVPropViewColumnsSQL70"="1,2,6,3,7,8,17;" "SSVPropViewColumnsSQL80"="1,2,6,3,7,8,17;"
Please note that when applying these registry changes, you must close SSMS.
source share