You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex Bochkov edited this page Mar 8, 2026
·
8 revisions
Warning
Remove Manually Installed Versions First
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.
Installation
Download the .zip file 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
Installation Screenshots
Removal
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"