Another day with SQL Server Management Studio.
Another day with SQL Server Management Studio.
SET @SSMS_Crash_Counter += 1;
Blog alert!
This time on some reflections when software suddenly improves when preparing a presentation.
@AliveDevil VS (inc. preview) release notes are now up. ๐ #VisualStudio
SSMS still missing. ๐ #ssms
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/
Announcing the Release of SSMS 22.7.0 - and many previews!
@AliveDevil Also SSMS 22.7 release notes missing ๐
The last couple of major versions SQL Server Management Studio (SSMS) have been very unstable for me. It's pretty crash-tastic, frankly. ๐
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/
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.