February 2024
Intermediate to advanced
456 pages
11h 28m
English
This chapter will introduce the Query Store, which is effectively a flight recorder for the SQL Database Engine T-SQL executions, allowing performance tracking over time and analysis of workload trends through rich-UI reports that are included with SQL Server Management Studio (SSMS).
We will also see how Query Store integrates with Query Plan Comparison, which was covered in Chapter 9, Comparative Analysis of Query Plans, for a complete user interface (UI)-driven workflow for query performance insights. This chapter covers the following topics:
The examples ...
Read now
Unlock full access