Fundamentals of Parameter Sniffing

$89.00$195.00

  • $0.00

SKU: c-FundamentalsOfParameterSniffing Categories: , ,

Description

Sometimes the exact same query goes slow out of nowhere.

Your current fix is to update statistics, rebuild indexes, or restart the SQL Server. It works, but you don’t know why.

You’re facing a problem called parameter sniffing: SQL Server “sniffs” the first set of parameters for a query, builds an execution plan for it, and then reuses that same plan no matter what parameters get called. It’s been the bane of our performance tuning for decades, and it doesn’t appear to be going away anytime soon – in fact, in newer versions of SQL Server, it even gets worse!

In this one-day class, you’ll follow along with me in the Stack Overflow database on your own laptop or desktop as you learn:

  • What kinds of queries are vulnerable to parameter sniffing
  • How to test your code to see if it’s vulnerable
  • Why tactics like rebuilding indexes and updating statistics fix one query, but make others worse
  • How to proactively patrol your server to uncover the problems before they bring you down

In one day, I can’t teach you all of the ways to fix your code, indexes, and server – that’s where my Mastering Parameter Sniffing, Query Tuning, and Index Tuning classes come in. This is just the vital first step in your journey to understanding and solving parameter sniffing issues.

This course is 100% demos: the only slides are the introductions at the start of the day, and the recap at the end of the day. The rest of the time, we’ll be working in SQL Server Management Studio. Roll up your sleeves and join me!

Prerequisites:

This is a live online class – but you have two buying choices:

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

You may also like…