-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Alex Bochkov edited this page Mar 8, 2026
·
8 revisions
Warning
If a previous version of the extension was installed manually (by copying files into the SSMS Extensions directory), it must be removed before installing the .vsix package. Failing to do this can cause the installer to detect the extension incorrectly or prevent the new version from loading.
- Download the
.zipfile from the most recent published release. - Extract the archive to a local folder, for example your Desktop.
- Run
AxialSqlTools.vsix. - Follow the installer prompts.
No administrative permissions are required.
After installation, the extension is located in:
# When installed by an administrator:
C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE\Extensions
# When installed by a user without administrator permissions:
C:\Users\<user>\AppData\Local\Microsoft\SSMS\22.0_<id>\Extensions
To uninstall the extension:
- Open PowerShell.
- Navigate to the SSMS IDE directory:
cd "C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE"
- Run the following command:
.\VSIXInstaller.exe /u:AxialSqlTools