exam questions

Exam 70-764 All Questions

View all questions & answers for the 70-764 exam

Exam 70-764 topic 1 question 169 discussion

Actual exam question from Microsoft's 70-764
Question #: 169
Topic #: 1
[All 70-764 Questions]

You manage a SQL Server 2014 instance that contains a database named DB1.
Users report that some queries to DB1 take longer than expected.
Although most queries run in less than one second, some queries take up to 20 seconds to run. You need to view all of the performance statistics for each database file.
Which method should you use?

  • A. Query the sys.dm_os_tasks dynamic management view.
  • B. Query the sys.dm_os_performance_counters dynamic management view.
  • C. Query the sys.dm_io_virtual_file_stats dynamic management function.
  • D. Examine the Data File I/O pane in Activity Monitor.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
sys.dm_io_virtual_file_stats Returns I/O statistics for data and log files.

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
mrn0107
5 years, 5 months ago
strange, but this is correct...
upvoted 1 times
...
TheSwedishGuy
5 years, 5 months ago
Not sure all database files are virtual, so sys.dm_io_virtual_file_stats caught me by surprise. It does however have performance stats, such as i/o stalls.. https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-io-virtual-file-stats-transact-sql?view=sql-server-ver15
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 ...