Tag: SQL Server Management

SQL Server performance problems

5 Reasons Why Restarting SQL Server Can Make Performance Problems Worse

I understand that people are busy and just need things to work. So, when there’s a performance problem with SQL Server, it can seem like the best, fastest way to get things working again is to restart the SQL Server service, or even reboot the machine. This is an even more attractive option when you’re…
Read more

Accidental DBA Risk and SQL Server Succession Planning

The Accidental DBA Retirement Crisis: Is Your Institution Ready?

Let me paint a picture you’ve probably seen before. Your network administrator, Tom, has been managing your SQL Server databases for the past 15 years. It wasn’t his original job, but someone had to do it. Over time, Tom became the only person who really knows how everything works. He knows which maintenance jobs run…
Read more

SQL Server resource_semaphore waits

How to Find Queries Causing RESOURCE_SEMAPHORE Waits in SQL Server

The resource_semaphore wait can have devastating consequences for SQL Server performance. This wait essentially means that some of the queries in your workload have memory grants that are larger than the memory for the server can support. When that happens, the SQL Server feels like it is frozen and unresponsive. Queries are likely running, but…
Read more

IT decisions

Why Quiet Reflection Leads to Better IT Strategy Decisions

Last Saturday, I woke up before dawn to a quiet house. My family was still asleep, as I’m the only morning person in our household. The Christmas tree lights cast a warm glow across the room, and I was alone with my thoughts and a hot cup of coffee. No urgent emails, no fire drills,…
Read more

SQL Server Query Store

How Query Store Drives Progress Along the SQL Server Maturity Curve

We’ve been learning about SQL Server Query Store lately. We’ve delved into a few benefits of the feature, as well as how to enable it. In today’s post, we’ll discover how this feature can play a role in maturing your SQL Server environment. A Refresher on the SQL Server Maturity Curve First, let’s remind ourselves…
Read more

SQL Server 2025: Key Updates for Community Banks

SQL Server 2025: What Community Banks Need to Know Before Upgrading

Microsoft SQL Server 2025 has officially reached general availability, and it’s being called the most significant release for SQL developers in a decade. For IT leaders in community banking and financial services, this release brings meaningful improvements to performance, security, and licensing that deserve your attention. Whether you’re planning an upgrade from an aging SQL…
Read more

How to Enable Query Store in SQL Server

How to Enable Query Store in SQL Server: A Step-by-Step Guide

In my previous post about Query Store, I wrote about the four key benefits to enabling Query Store. Now that I’ve convinced you to turn it on, how do you do that? One thing to point out is that in SQL Server 2022 and above, when creating a new database from the SSMS GUI or…
Read more

SQL Server maturity model

SQL Server Maturity Curve: How Banks Move from Reactive Risk to Strategic Advantage

When I talk with companies, whether they be community banks or healthcare companies, about their SQL Server environments, I find that most aren’t intentionally and proactively managing their SQL Server environment–they’re reacting to it. Things run fine until they don’t. Then, suddenly, IT teams are dealing with performance issues, failed backups, or questions from auditors…
Read more

Query Store SQL Server

4 Key Performance Benefits of Enabling Query Store

Query Store has been around since SQL Server 2016, but its full potential often goes untapped. Some companies were initially wary of it after some edge case problems arose during its initial rollout. However, since its initial release, Query Store has undergone numerous enhancements and is rapidly establishing itself as one of the most significant…
Read more

5 Signs Your SQL Server Environment Is Immature (and How Banks Can Reduce Risk)

5 Signs Your SQL Server Environment Is Immature (and How Banks Can Reduce Risk)

In banking, SQL Server isn’t just a piece of technology humming quietly in the background. It’s the backbone of customer trust, regulatory compliance, and day-to-day operations. Without it, transactions stall, reports can’t run, and auditors start asking uncomfortable questions. Yet in my conversations with CIOs and IT leaders, a common theme keeps coming up: many…
Read more