Effective Query Analysis with SQL Server Tools
Once a database is converted to SQL Server 2022, how do you find regressed queries? Learn to interpret the results of the Query Tuning Assistant with the Query Store for database queries that regress between versions of SQL Server.
What you'll learn
The Query Store contains the execution plans to improve performance or show regressed plans, while the Query Tuning Assistant helps with its analysis of the convert database.
In this course, Effective Query Analysis with SQL Server Query Tuning Assistant, you’ll gain the ability to execute the Query Tuning Assistant to analyze queries captured in the Query Store.
First, you’ll explore the Query Store and metric data related to captured SQL statements.
Next, you’ll discover the results of the Query Tuning Assistant and how to differentiate resources from T-SQL issues.
Finally, you’ll learn how to develop a plan to improve the performance of a database from the results of the Query Tuning Assistant.
When you’re finished with this course, you’ll have the skills and knowledge of the Query Tuning Assistant needed to read metric data from the Query Store to performance-tune a set of database queries.
Table of contents
- Interpreting Results from Query Tuning Assistant 2m
- Demo: Interpreting Query Tuning Assistant results 4m
- Reading Execution Plans 1m
- Demo: Reading Execution Plans in Query Store Reports 4m
- Improving Performance 3m
- Demo: Improving Performance with Missing Index Feature 4m
- Adaptive Intelligence Query Processing 2m
- WHERE Clause Conditions Affecting Performance 2m
- Demo: WHERE Clause Changes for Improved Performance 5m
- Query Store and Wait Resources 2m
- Demo: Query Store Wait Resource 3m
- Maintenance Plans 1m
- Demo: Maintenance Plans 2m
- Improve Performance 1m
- Demo: Add Index and Query Index Usage 3m
- Project Plans 3m