exam questions

Exam 70-464 All Questions

View all questions & answers for the 70-464 exam

Exam 70-464 topic 1 question 43 discussion

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

You have a database named DB1.
You plan to configure change data capture on the existing tables in DB1.
The database file settings for the DB1 are shown in the exhibit. (Click the Exhibit button.)

You need to minimize disk contention caused by change data capture.
What should you do?
More than one answer choice may achieve the goal. Select the BEST answer.

  • A. Increase the autogrowth value of the database file.
  • B. Set the database recovery model to simple.
  • C. Increase the autogrowth value of the log file.
  • D. Configure change data capture to use to a secondary filegroup.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Kepty
4 years, 6 months ago
I don't agree with the answer. The right answer is probably C - to change autogrown value of log file as it is constant (10MB) now and we have no information about the data in DB. So data will grown by 25% each time, but the log only 10MB...
upvoted 1 times
LiamLin
3 years, 9 months ago
I think D is correct. Change Data Capture is also create TABLE. So to "minimize disk contention" we need to save Data Capture TABLE in to another filegroup
upvoted 1 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 ...