Skip to content

v1.5 - SSMS 19.1

Compare
Choose a tag to compare
@nicholas-ross nicholas-ross released this 26 May 00:41
· 11 commits to master since this release

Install

If you are in a shared environment and don't want to force others to use this extension then download the 'Disabled by default' version. After installing go to the options to enable it. (#24)

You must unblock the zip file before extracting. Right click on the zip file in Windows Explorer and select Properties.
If you see an Unblock button or checkbox then click it.

Extract the zip file and copy the SSMS Schema Folders folder into the SSMS extension folder. Remove or replace any previous version. For 2012-17 run the included reg file to skip the load error or click No when you do see the error and then restart SSMS.

  • 2012 - C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Extensions
  • 2014 - C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\Extensions
  • 2016 - C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\Extensions
  • 17 - C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\Extensions
  • 18 - Default install location is C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions
  • 19 - Default install location is C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Extensions

SSMS 18 and 19 allow installing in a different location. If the path above does not exist then you need to find the correct path to use.

Change Log

v1.5 (2023-05-26)

  • Added support for v19.1. (#32)
  • Added second folder level for alphabetical or sub schema sorting. (#2 #27)

v1.4 (2022-07-28)

  • Added support for v19.0 (preview 2).
  • Language localisation for options. (Thank you @micjahn)
  • Performance improvements and options for very large databases. (#22)
  • Fixed: Incorrect folder name when schema contains a dot. (#27)