70-764 Exam QuestionsBrowse all questions from this exam

70-764 Exam - Question 96


You want to simulate read, write, checkpoint, backup, sort, and read-ahead activities for your organization's SQL Server 2016 deployment.

Which of the following tools would you use to accomplish this goal?

Show Answer
Correct Answer: B

To simulate read, write, checkpoint, backup, sort, and read-ahead activities for a SQL Server 2016 deployment, the SQLIOSim tool is appropriate. SQLIOSim is specifically designed to simulate the I/O patterns of Microsoft SQL Server, which makes it suitable for testing the mentioned activities and ensuring the system can handle expected workloads.

Discussion

2 comments
Sign in to comment
TheSwedishGuyOption: D
Jan 28, 2020

chkdsk is used to find and repair errors on disk, it's not used for performance testing.

TheSwedishGuyOption: B
Jan 28, 2020

Use SQLIOSim to Simulate the I/O load used on SQL Servers.