Axial SQL Tools is an open-source productivity extension for SQL Server Management Studio (SSMS) 22. The project began in 2016 as a practical response to everyday SQL Server workflow friction and has grown into a community-supported tool maintained by contributors who use SSMS in real production environments.
The goal is straightforward: make common SSMS tasks faster, clearer, and less repetitive. Axial SQL Tools focuses on small, useful improvements such as clearer query status indicators, richer grid export options, query templates, formatting helpers, quick search, schema comparison, and other utilities that help database engineers stay in flow.
This extension may overlap with other free or commercial tools. It is not intended to replace every existing solution; instead, it provides a focused, open, and approachable set of enhancements for teams and individuals who want practical SSMS improvements that can evolve with community feedback.
Axial SQL Tools is made available under the Apache License 2.0 together with an additional ethical use statement described in the NOTICE file. The maintainers welcome bug reports, ideas, documentation improvements, and code contributions that make the extension more useful for everyone.
If the extension helps streamline your SSMS workflow, please consider giving the repository a ⭐ star. Stars help other SQL Server users discover the project and show support for the contributors who keep it moving forward.
-
Transaction and Column Encryption Setting Warning:
Immediately identify open transactions and clearly see when Always Encrypted is enabled.

-
Right Alignment for Numeric Values in Grid: Automatically align numeric values in the grid result to the right.
-> 
-
Format Any TSQL Code: Validate and format your TSQL code with Microsoft TSQL parser, making it more readable and maintainable.
-
Copy Query for Web Paste: Preserve the text format to ensure proper rendering when inserting into HTML-aware clients such as Outlook Online, Gmail, and others.
-
Query Templates and Snippets: Quickly access a saved collection of query templates for common tasks, reducing the time and effort required for routine work.
-
Export Grid to Google Sheets: Quickly export results from the grid view directly into Google Sheets.
-
Export Grid to Excel: Quickly export results from the grid view directly into Excel file.
-
Export Grid to Email: Similar to the previous feature, but with the added ability to send the file via email directly from SSMS.
-
Export Grid as Temp Table: Convert the grid result(s) into temp table with insert statements.
-
Quick Search: Quick Search helps you find SQL text quickly across one database or across all accessible databases on a server.
-
Script Object Definition: Quickly generate scripts for the definition of selected objects directly from the selected query text.
-
Server Health Dashboard: A quick overview of the server's most important metrics.
-
BULK Data Transfer: A simplified UI for trivial data copy use-cases.
-
Query History: A detailed log of executed queries, enabling auditing, tracking, and easy retrieval of past executions.
-
Sync to GitHub: Rudimentary, low effort, manually triggered source control.
-
Copy Column Names from Grid: Quickly copy the column names from the results grid to the clipboard.
-
Copy Cell Values As ...: Copy cell values to the clipboard in multiple formats: INSERT, CSV, JSON, XML, or HTML.
The extension includes a query library compiled over time with ideas and best practices from SQL Server practitioners and community experts. These templates cover a wide range of scenarios and help users complete complex or repetitive tasks faster.
To install the add-in, choose one of the following options:
-
Compile from Source: If you prefer to compile the tool from source code, please ensure you are using Visual Studio 2026 for compatibility. The build process will automatically copy all necessary files into the SSMS extension folder, and you will be ready to use it.
-
Download the Release and Install the Extension: For a quicker setup, download the most recent version from the Releases section of this GitHub repository. See the Wiki for installation steps.
After installation and an SSMS restart, the Axial SQL Tools toolbar will appear in the list of available toolbars in SSMS, providing quick access to all features.

Axial SQL Tools is maintained as an open-source project, and community participation is encouraged. Contributions can include bug reports, feature ideas, documentation improvements, query library additions, testing, and code changes.
- Submit bugs in the Issues section of this repository.
- Add ideas in the Discussions section.
All constructive feedback and contributions are appreciated.
This project stands on the shoulders of the many developers, SQL Server professionals, and authors who have publicly shared their work. The maintainers are grateful for the resources, examples, discussions, and guidance published by the broader developer community. Axial SQL Tools aims to give back by keeping the extension open, useful, and accessible.
This tool is distributed under the Apache License 2.0. See the LICENSE and NOTICE files included with this project for additional information.
This extension is provided "as is", with all faults, defects, and errors, and without warranty of any kind. The maintainers and contributors do not offer guaranteed support and are not responsible for any damage or loss resulting from the use of this tool.
