exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 4 question 23 discussion

Actual exam question from Microsoft's DP-300
Question #: 23
Topic #: 4
[All DP-300 Questions]

You have an Azure SQL database.
You identify a long running query.
You need to identify which operation in the query is causing the performance issue.
What should you use to display the query execution plan in Microsoft SQL Server Management Studio (SSMS)?

  • A. Live Query Statistics
  • B. an estimated execution plan
  • C. an actual execution plan
  • D. Client Statistics
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
voodoo_sh
3 months ago
Selected Answer: C
Answer should be C. an actual execution plan. The reason why A. Live Query Statistics is not the best choice in this scenario is because Live Query Statistics provides a real-time, graphical representation of the query execution process, showing the progress of the query and the execution of individual operators. While it can be useful for understanding the overall flow of the query and identifying potential bottlenecks during execution, it may not provide the detailed information you need to pinpoint the exact operation causing the performance issue. On the other hand, an actual execution plan provides detailed, post-execution information about the query, including the exact operations performed, the number of rows processed, the cost associated with each operation, and the order of execution. This detailed information is crucial for identifying specific operations that are causing performance issues.
upvoted 1 times
...
iceonfire
3 months, 2 weeks ago
Selected Answer: A
Long learning query
upvoted 1 times
...
Oga_DBA
6 months, 2 weeks ago
Answer is A. Live Query Statistics are for troubleshooting long running queries. Actual execution plan is for understanding why a query is slow, by analyzing actual runtime metrics.
upvoted 1 times
...
sca88
1 year, 1 month ago
Selected Answer: C
Should be C
upvoted 2 times
Sr18
11 months, 1 week ago
Key is Long Running Query, So use Live Query Statistics
upvoted 1 times
...
...
kannan94
1 year, 3 months ago
ChatGPT answer - C. An actual execution plan
upvoted 1 times
...
Jie_Zhi_Mark
1 year, 7 months ago
Selected Answer: C
Its supposed to be C.
upvoted 3 times
...
duzee
1 year, 10 months ago
However, for identifying a long-running query and analyzing its execution in real-time, the best choice would be the actual execution plan. This option allows you to see the actual query plan generated by the SQL Server engine during query execution, including the actual number of rows, actual resource consumption, and any potential issues such as missing indexes or inefficient operations.
upvoted 2 times
...
dryd
1 year, 11 months ago
Selected Answer: A
Live Query Statistics
upvoted 4 times
...
Ciupaz
2 years, 7 months ago
https://www.mssqltips.com/sqlservertip/3685/live-query-statistics-in-sql-server-2016/
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...