SQL Server Management Studio 22 is the current line, it sits on the Visual Studio 2026 shell, and it has been shipping updates roughly monthly. That cadence is genuinely new for SSMS, and it means “what’s new” is a moving target. This post is the DBA filter over the release notes: the changes that alter how you work on a production estate, with the version each one landed in. I update it as releases come out.
Current as of SSMS 22.9, August 2026. For download links and the install mechanics, see Install and Update SSMS.
The Platform Move, in One Paragraph
SSMS 21 did the heavy lifting in 2025: 64-bit at last, installed and updated through the Visual Studio Installer, the first supported dark theme, and git built in. SSMS 22 builds on that and moves to the Visual Studio 2026 shell. If you are still on SSMS 18 or 19, you are two platform generations behind, and the connection security defaults changed on the way, so budget an hour for the move rather than five minutes.
The Changes That Matter Day to Day
Copilot, Properly
Copilot went GA in 22.4.1 as the separate AI Assistance workload, so it only exists on machines where you tick it. The defaults are the right way round for production work: code completions ship disabled since 22.5.2, and as of 22.9 Ask mode cannot execute arbitrary queries against the connected server. Agent Mode is in preview since 22.7 and picked up distinctly DBA-shaped skills in 22.8, wait category analysis, slow-query investigation and IO pressure among them. The setup walkthrough and where I would draw the governance lines are in GitHub Copilot in SSMS.
Removed, Returned, Renamed
- SSIS left in 21 and returned in 22.0, catalog management, package execution and the Import Export Wizard included.
- The Blue theme was retired in 22.0, with new themes added in its place.
- The
-Gand-Estartup options were removed in 22.0, replaced by-A. Worth checking if you launch SSMS from scripts or shortcuts with arguments.
Frequently Asked Questions
Is SSMS 22 free?
Yes. SSMS has been a free download for years and 22 does not change that. Copilot is the only part with a subscription attached, and it has a free tier.
Which SQL Server versions can SSMS 22 manage?
SQL Server 2014 and later, plus Azure SQL Database, Azure SQL Managed Instance, Azure Synapse Analytics and Fabric SQL workloads. For older instances, keep an older SSMS alongside.
How often does SSMS 22 update?
Roughly monthly through 2026 so far. Updates arrive through the Visual Studio Installer, and the scripted route is covered in the install post above.
Related
- SSMS: The Complete Guide, the hub this post belongs to
- Install and Update SSMS, download links and scripted installs
- Use Git in SSMS
- GitHub Copilot in SSMS
- SSMS Results Grid: Export to Excel, JSON and Markdown
Summary
SSMS 22 is the payoff for the platform pain of 21: a modern shell that updates monthly, a connection dialog you can export, execution plans in tabs, a grown-up results grid, git and Copilot built in, and SSIS back where it belongs. The features a DBA touches daily are stable and GA; the formatter, schema compare and Agent Mode are the preview tier worth watching. This post tracks the line as it moves.
Leave a Reply