Comparative Analysis of Query Plans
In Chapter 3, Exploring Query Execution Plans, we discussed how to access query plans, how to navigate a query plan, and what properties we can look for when analyzing query performance issues. SQL Server Management Studio (SSMS) has rich UI features to make query plan analysis easier. This chapter will introduce the query plan comparison and query plan analysis functionalities in SSMS to help streamline the process of troubleshooting certain classes of issues with query performance.
In this chapter, we will cover the following topics:
- Query plan comparison
- Query plan analysis