I have a proper blog post coming out tomorrow for T-SQL Tuesday, but today, celebrate with me that SSMS 21 finally, at long last, fixes the irritating fact that the New Session window in SSMS for Extended Events always opened to the wrong size. Here’s SSMS 20: At the bottom of the screen on the […] The post SSMS 21 Fixes Irritating Problem appeared first on Grant Fritchey.| Grant Fritchey
Just a quick one this morning. I’m on the road and haven’t worked up a full blog post, apologies. I’ve been using the preview for SQL Server Management Studio 21 for a little over a week now. You should check it out. It’s been mostly stable (I got a crash. I didn’t report it because […] The post SSMS 21 appeared first on Grant Fritchey.| Grant Fritchey
In case you missed it, SQL Server Management Studio (SSMS) 21 GA released last week. It can be downloaded here, and release notes can be found here. I gave my first impressions to the SSMS 21 previ…| Chad Callihan
Do you know who is logging into your SQL Server? I was once asked about the need to track SQL Server logins. Many servers were already tracking failed logins. Where the issue came up in this case was tracking successful logins to determine login usage. Let’s take a quick look at how we can track … Continue reading SQL Server Login Auditing Options| Chad Callihan
If you like Dark Mode and use SQL Server Management Studio (SSMS) you probably already know how to enable dark mode. However, at a recent conference I attended (MMS Miami) there were some people wh…| Benjamin's Blog