Mastering Query Tuning
You need to speed up a SQL Server app, and you’re allowed to change the queries and indexes – but not the server hardware or settings. Good news – I’ll teach you how in 3 days of learning and fun. Join me, Brent Ozar, as I explain how to make your SQL Server apps go faster.
Labs & lectures include:
- How SQL Server builds query plans
- How to find the queries you need to focus on first so end users will notice an improvement
- How to choose between CTEs, temp tables, and APPLY
- How to tune for SELECT * and lots of rows
- How to write dynamic SQL that scales
- How to avoid pitfalls like deadlocks and bad batching
- How SQL Server 2017 & 2019’s new robots help (and hurt)
Your Progress So Far in This Class
This is driven by the mark-as-complete buttons in each module of the class. (Let’s be honest: you’re probably just going to mark them as complete because you’re that kind of student. I feel you.)
Introductions
Click on the modules on the right side of the page to keep moving through the class.
- 0.1 Prerequisites Before the Class (59 min)
- 0.2 How to Set Up Your Own Lab Server
- 1.1 How SQL Server Builds Query Plans
- 1.2 Cardinality Estimation
- 1.3 CTEs, Temp Tables, and APPLY
- 1.4 Lab 1: Improving Estimates
- 1.5 Using sp_BlitzCache to Find the Right (Wrong) Queries
- 1.6 Lab 2: Analyzing a Running Workload
- 2.1 Tuning for SELECT * and Lots of Rows
- 2.2 User-Defined Functions
- 2.3 Lab 3: Changing Results and Parameters
- 2.4 Dynamic SQL Pro Tips
- 2.5 Lab 4: Advanced Rewrites
- 3.1 How Parallelism Balances Work Across Threads
- 3.2 Using Batches to Do a Lot of Work Without Blocking
- 3.3 Avoiding Deadlocks
- 3.4 SQL Server 2017 & 2019’s New Robots
- 4.1 Final Lab: The Setup
- 4.2 Final Lab: Index Tuning
- 4.3a Final Lab: usp_Q1080
- 4.3a Final Lab: usp_Q6627
- 4.3a Final Lab: usp_Q8116
- 4.3a Final Lab: usp_Report3
- 4.3b Final Lab: Logging sp_BlitzCache to a Table
- 4.3c Final Lab: usp_Q7521
- 4.3e Final Lab: usp_FindRelatedPosts
- 4.3f Final Lab: usp_Q6627, Take 2
- Bonus: Parameter Sniffing
- Bonus: Parameter Sniffing Lab
- Bonus: Storytelling Time