Part 2: Dos and Don’ts of T-SQL
This part serves as an introduction to query execution plans and how to leverage them for query troubleshooting. It also covers basic guidelines for writing efficient queries, and common T-SQL query patterns and anti-patterns.
This part has the following chapters:
- Chapter 3, Exploring Query Execution Plans
- Chapter 4, Indexing for T-SQL Performance
- Chapter 5, Writing Elegant T-SQL Queries
- Chapter 6, Discovering T-SQL Anti-Patterns in Depth