Another day with SQL Server Management Studio.

#SSMS

SET @SSMS_Crash_Counter += 1;

#SSMS
#SQLServer
#DBA

Speaking at Data Ceili. Or, how to work with fast-changing software in your demo

Today I had the pleasure of presenting my session on Copilot for SQL at the Data Ceili event in Dublin. Somewhere between 50 and 60 people attended, having fun and learning how this Copilot works, โ€ฆ

Reitse's blog

@AliveDevil VS (inc. preview) release notes are now up. ๐Ÿ™‚ #VisualStudio

SSMS still missing. ๐Ÿ˜ž #ssms

#microsoft

Blog alert!

This time on creating your own, custom, instructions file for the GitHub Copilot integration in SSMS

#GitHubCopilot
#SSMS
#SqlServer
#AzureSql
#Copilot

http://sqlreitse.com/2026/06/10/ssms-22-6-custom-copilot-instructions/

SSMS 22.6: Custom Copilot instructions

When you start using SSMS with GitHub Copilot, there is no default set of instructions in place. The agent will just sort of do what it thinks is best. But you can make sure the agent has more knowโ€ฆ

Reitse's blog
Announcing the Release of SSMS 22.7.0 - and many previews! | Microsoft Community Hub

Today we shipped SQL Server Management Studio (SSMS) 22.7.0, and this is one of the bigger releases we've had in a while. The headline items are weโ€™ve...

TECHCOMMUNITY.MICROSOFT.COM

@AliveDevil Also SSMS 22.7 release notes missing ๐Ÿ˜ž

#ssms #sql_server #microsoft

The last couple of major versions SQL Server Management Studio (SSMS) have been very unstable for me. It's pretty crash-tastic, frankly. ๐Ÿ™

#SSMS

Blog alert!

This time on a different way GitHub Copilot in SSMS 22 can help you write code faster.

#SSMS
#SqlServerManagementStudio
#SSMS22
#SQL
#Copilot

http://sqlreitse.com/2026/05/13/ssms-22-5-and-copilot-generate-code-in-the-query-window/

SSMS 22.5 and Copilot: generate code in the query window

A lot of you may probably know that I like the GitHub Copilot sidecar chat in SSMS, and that it can really help develop code faster. Even though you have to be aware of how the integration now handโ€ฆ

Reitse's blog
Visual Schema Compare for SDK Style SQL Database Projects in Visual Studio and SSMS

Keeping your SQL database project in sync with a live database is one of the most common โ€” and most tedious โ€” challenges in database development. If you have ever manually compared CREATE TABLE scripts line by line, or tried to figure out which stored procedures drifted out of sync between your source code and development or production environments, Visual Schema Compare was built for you.

ErikEJ's blog