Now, it’s your turn: take the below queries individually and design the right nonclustered indexes to make them dramatically faster. For bonus points, you have a new challenge this time around: as you’re creating indexes to speed up queries, try to predict whether your execution plan will include a sort operator. As you work through…
4 Lab: Indexing for WHERE + ORDER BY
Now, it’s your turn: take the below queries individually and design the right nonclustered indexes to make them dramatically faster. For bonus points, you have a new challenge this time around: as you’re creating indexes to speed up queries, try to predict whether your execution plan will include a sort operator. As you work through...
To access this incredible, amazing content, you gotta get Live Class Season Pass, Live Class Season Pass PLUS Lab VM, Recorded Class Season Pass or Fundamentals of Index Tuning, or log in if you already shelled out the cash.
- 0 Prerequisites Before the Class
- 1 Designing Indexes for the WHERE Clause
- 2 Lab: Indexing for WHERE
- 3 Designing Indexes for ORDER BY
- 5 Designing Indexes for JOINs
- 6 Lab – Indexing for Joins
- 7 SQL Server’s Built-In Index Recommendations
- 8 Lab – Getting Index Recommendations and Tuning Them
- 9 Recap and Next Steps