Skip to content
Alex Bochkov edited this page Feb 13, 2026 · 3 revisions

Installation

  1. Download the .zip file from the most recent published release.
  2. Extract the archive to a local folder, for example your Desktop.
  3. Run AxialSqlTools.vsix.
  4. Follow the installer prompts.

No administrative permissions are required.

After installation, the extension is located in:

C:\Users\<user>\AppData\Local\Microsoft\SSMS\22.0_<id>\Extensions

Installation Screenshots

image image

Removal

To uninstall the extension:

  1. Open PowerShell.
  2. Navigate to the SSMS IDE directory:
C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE
  1. Run the following command:
.\VSIXInstaller.exe /u:AxialSqlTools

Removal Screenshot

image

Clone this wiki locally