February 2024
Intermediate to advanced
456 pages
11h 28m
English
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:
The examples used in this chapter are designed for use on SQL Server 2022 and Azure SQL Database, but they ...
Read now
Unlock full access