nicholas-ross / SSMS-Schema-Folders

This an extension for SQL Server Management Studio (SSMS). It groups sql objects in Object Explorer (tables, views, etc.) into schema folders.
GNU General Public License v2.0
162 stars 34 forks source link

Unable to load in SSMS 19.3 #41

Closed acappelletti closed 9 months ago

acappelletti commented 9 months ago

I followed all instructions... but seems no compatible with this release? Isn't it?

image

image

ThanksALEN

nicholas-ross commented 9 months ago

You have downloaded the source code. Try downloading again from the releases page.

https://github.com/nicholas-ross/SSMS-Schema-Folders/releases

acappelletti commented 9 months ago

Thanks! Now it works! This are the right passages:

  1. download the .zip file with source code
  2. get-childitem "C:\Users\YOUR_USER\Downloads\SSMS-Schema-Folders-v1.5" | unblock-file
  3. copy folder "SSMS Schema Folders" into "C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Extensions"
  4. Lanch SSMS

ALEN