ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 24 - DP-300 discussion

Report
Export

You have an Azure SQL database.

Users report that the executions of a stored procedure are slower than usual. You suspect that a regressed query is causing the performance issue. You need to view the query execution plan to verify whether a regressed query is causing the issue. The solution must minimize effort. What should you use?

A.
Performance Recommendations in the Azure portal
Answers
A.
Performance Recommendations in the Azure portal
B.
Extended Events in Microsoft SQL Server Management Studio (SSMS)
Answers
B.
Extended Events in Microsoft SQL Server Management Studio (SSMS)
C.
Query Store in Microsoft SQL Server Management Studio (SSMS)
Answers
C.
Query Store in Microsoft SQL Server Management Studio (SSMS)
D.
Query Performance Insight in the Azure portal
Answers
D.
Query Performance Insight in the Azure portal
Suggested answer: C

Explanation:

Use the Query Store Page in SQL Server Management Studio.

Query performance regressions caused by execution plan changes can be non-trivial and time consuming to resolve. Since the Query Store retains multiple execution plans per query, it can enforce policies to direct the Query Processor to use a specific execution plan for a query. This is referred to as plan forcing. Plan forcing in Query Store is provided by using a mechanism similar to the USE PLAN query hint, but it does not require any change in user applications. Plan forcing can resolve a query performance regression caused by a plan change in a very short period of time.

Reference:

https://docs.microsoft.com/en-us/sql/relational-databases/performance/monitoring-performance-by-using-the-query-store

asked 02/10/2024
Aparna Roy
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first