View all questions & answers for the DP-300 exam
You have an Azure SQL managed instance.
You need to gather the last execution of a query plan and its runtime statistics. The solution must minimize the impact on currently running queries.
What should you do?
Generate an estimated execution plan.
Generate an actual execution plan.
Run sys.dm_exec_query_plan_stats.
Generate Live Query Statistics.
Submit