Launch week: the Season Pass & Fundamentals Week are 50% off — ends in 8d 05h 04mSee the sale

3. Key Lookups and Cardinality Estimation (41 min)

Why does one query get wildly different execution plans? Learn how statistics influence your query plans, discover how to see your own statistics, and understand how stats help build memory grants.

How to Think Like the SQL Server Engine Part 3

We finished part 3 with two similar-looking queries that produce very different behavior: one does a seek, and the other does a scan. Now you’ll learn why, plus add yet another index to make this query go faster, and then discuss the drawbacks of too many indexes.

How to Think Like the SQL Server Engine Part 4