22-25 April 2026

SQL Server Performance Tuning Real-World Scenarios

2020

TL; DR

In this SQL Server Performance Tuning Pre-Con, we will go through various real-world performance tuning challenges I have experienced during my last 10 years of Consulting Engagements and how I overcome each of them.

Session Details

I have been working as SQL Server Performance Tuning Consultant for over the last 10 years and I have seen many different complicated problems while helping my clients. I have been maintaining a repository of the problems and their solutions to me. In this year’s pre-con, I am going to open my business secrets to everyone. We will see various complicated real-world problems that you see in the real world and their resolutions.

Before the beginning of the session, we will see the show list content of the pre-con to everyone. Every attendee will get the opportunity to vote on the topic they want to see and we will build our learning path together. Once we have a learning path build, we will immediately jump on each topic and learn them together.

Here are the major topics which we will cover in the Pre-Con.

All demonstrations will use SQL Server 2019 version

  • Accidently slowing down database servers
  • Randomly slow running queries
  • Frequently restart fixing the SQL Server performance
  • Identifying workload patterns causing resource bottlenecks
    • CPU
    • Memory
    • IO
  • Slow performing Views and Stored Procedures
  • Index strategies
    • Index slowing down SELECTs
    • Index slowing down INSERT, UPDATE, DELETES
    • Query skipping the best-matched Index
    • Irrelevance of Fragmentations for Indexes
    • Cardinality and Index Selection
  • SQL Wait Stats
    • CXPACKET
    • WRITELOG
    • RESOURCE_SEMAPHORE
    • … many more    
  • Locking and Troubleshooting
  • Analyzing SQL Server Execution Plans
    • Extended Events
    • Query Store
    • DMVs
  • SQL Server 2017 and SQL Server 2019 Enhancements

We will exclusively focus on the real-world scenarios and also, include a few demonstrations which you face every day. This is fasted faced 100% demonstration-oriented pre-conference. 

3 things you'll get out of this session

Speakers

Pinal Dave

blog.sqlauthority.com

Pinal Dave's previous sessions

Kick Start! SQL Server 2019 Performance Tips and Tricks
Every new release of SQL Server brings a whole load of new features that an administrator can add to their arsenal of efficiency. SQL Server 2019 has introduced many new features. Here is a glimpse of the features we wil
 
Elementary! The Curious Case of Deceptive Query Optimizer
We will see two important case studies where the optimizer is obviously a criminal who has killed the query performance. We will together with carefully investigate inside the query optimizer understand the reason.
 
Kick Start! SQL Server 2017/2019 Performance Tips and Trick
Every new release of SQL Server brings a whole load of new features that an administrator can add to their arsenal of efficiency. SQL Server 2017 / 2019 has introduced many new features.
 
Secrets of SQL Server-Database Worst Practices
This demo-oriented session will show many examples where database professionals were dumbfounded by their own mistakes, and could even bring back memories of your own early DBA days.
 
Kick Start! SQL Server 2016/2017 Performance Tips and Tricks
Every new release of SQL Server brings a whole load of new features that an administrator can add to their arsenal of efficiency. In this session we will discuss newly introduced SQL Server 2016 / 2017 features for performance.
 
Efficiency Tips and Tricks for Multi-Platform Data Client DBAs
Real-world scenarios and stories of a DBA who has to deal with different database platforms and their constant battle with efficiency. This session will offer neat solutions, demos, and tools to make your job more pleasant.