Reddit r/SQLServer/Jul 11, 2026
HA & DRcommunity
Hi everyone, I'm trying to understand SQL Server licensing for a failover cluster. Suppose I have a SQL Server Failover Cluster Instance (FCI) running on a Windows Server Failover Cluster (W...
Reddit r/SQLServer/Jul 11, 2026
Backup & recoverycommunity
Had a fun TDE implementation tonight, was helping a colleague actually as they were nervous of the process but I had done something similar, but separate (one mirror set up and one log shipp...
dbatools/Jul 11, 2026
Tools & driversrelease
What's Changed Harden Claude and CI workflows by @potatoqualitee in #10369 cu25 for 2022 (do Build) by @niphlod in #10375 Copy-DbaAgentJob - Add -NewName parameter to allow copying jobs to s...
Reddit r/SQLServer/Jul 10, 2026
Tools & driverscommunity
Hi folks - I'm Drew, a PM at Microsoft involved in a few fun things including the SQL formatter in SSMS (and soon other places). We're currently working on expanding the formatting options -...
Microsoft.Data.SqlClient/Jul 10, 2026
Tools & driversrelease
This update brings the following changes since the 7.1.0-preview1 release. Package version alignment: The Microsoft.Data.SqlClient driver and its companion packages continue the aligned vers...
SQLServerCentral/Jul 10, 2026
HA & DRcommunity
We had an issue with a SQL Server database in an Always On Availability Group (AOAG) where it was not synchronizing the secondary replica even though it was using the “Synchronous commit” Av...
SQLServerCentral/Jul 10, 2026
Security & servicingcommunity
When you change a schema owner in SQL Server, all object-level permissions vanish instantly. There is no warning. Here's how to prevent it and fix it when it happens. The post Why Your SQL P...
Darling Data/Jul 9, 2026
Performancecommunity
Learn T-SQL With Erik: Aligning Queries and Indexes Part 4 Chapters 00:00:00 – Introduction 00:00:21 – Consulting Services 00:01:10 – Free Tools Mention 00:02:18 – Upcoming Event 00:03:16 –...
Brent Ozar/Jul 8, 2026
Performancecommunity
After the PASS Data Community Summit in Frankfurt, Germany, I headed back to Iceland and spent a few more days gallivanting around the country in a Tesla Model Y camper. (Well, “camper” is a...
Darling Data/Jul 8, 2026
Performancecommunity
Learn T-SQL With Erik: Aligning Queries and Indexes Part 3 Chapters 00:00:00 – Introduction 00:02:15 – Index Alignment and Design 00:04:33 – Query Tuning Magic 00:06:54 – Parameter Sniffing...
Simple Talk: SQL Server/Jul 8, 2026
Developmentcommunity
A veteran SQL Server expert's wish list for T-SQL: true constants, enumerations, extensibility, better naming consistency, and more. See what's missing.… The post What’s missing in T-SQL? My...
SQLServerCentral/Jul 8, 2026
Performancecommunity
Learn about a few new features built into SQL Server 2022 that can help improve performance on your workload. The post Five Intelligent Query Processing Features in SQL Server 2022 That Quie...
SQL Server Fast/Jul 7, 2026
Developmentcommunity
When Adam Machanic started T-SQL Tuesday, I bet that nobody, least of all himself, expected it to run for over ten years. Yet, here we are. Not ten, but over 16 years later. Or 200 months, t...
Brent Ozar/Jul 7, 2026
Developmentcommunity
I open it up and the first thing I see is a comment with a changelog showing a long list of dates and author initials. Oh I know, you think documentation is a good thing, but: Somebody’s ini...
Darling Data/Jul 7, 2026
Performancecommunity
SQL Server Performance Office Hours Episode 67 To ask your questions, head over here. Chapters 00:00:00 – Introduction 00:04:08 – Memory Grants and Sorts 00:07:59 – Suspicious Plan Operators...
Brent Ozar/Jul 6, 2026
Performancecommunity
I work with databases for a living. I teach people, and I help them via consulting. And as far as I can remember, I’ve never written something about how b-trees work. And I don’t ever expect...
Glenn Berry/Jul 1, 2026
Performancecommunity
Introduction These are my SQL Server Diagnostic Information Queries for July 2026, aka my DMV Diagnostic Queries. They allow you to get a very comprehensive view of the configuration and per...
SQL Server Fast/Jun 30, 2026
Performancecommunity
Welcome back to my plansplaining blog series, where I dive deep into the details of non-obvious execution plans. This part is also a sort of follow up on my post from two weeks ago, when I w...