Administering a SQL Database Infrastructure — Question 39

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You are examining information about users, sessions, and processes in an on-premises Microsoft SQL Server 2016 Standard Edition server.
You need to identify waits for resources and return only the following information:
✑ a list of all databases on the SQL Server instance, along with information about the database files, their paths, and names
✑ a list of the queries recently executed that use most of memory, disk, and network resources
What should you use?

Answer options

Correct answer: E

Explanation

The correct answer is E, SQL Server Data Tools (SSDT), as it provides capabilities for analyzing and reporting on database resources and queries. Options A, C, D, and F do not offer the comprehensive features required to list database files and analyze query resource usage in the manner specified. Option B, Sp_who3, is primarily for monitoring user sessions and does not provide detailed resource utilization information.