exam questions

Exam 70-764 All Questions

View all questions & answers for the 70-764 exam

Exam 70-764 topic 1 question 67 discussion

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

You administer a Microsoft SQL Server 2016 server that hosts a transactional database and a reporting database.
The transactional database is updated through a web application and is operational throughout the day.
The reporting database is only updated from the transactional database.
The recovery model and backup schedule are configured as shown in the following table:

At 16:20 hours, you discover that pages 17, 137, and 205 on one of the database files are corrupted on the transactional database. You need to ensure that the transactional database is restored. You also need to ensure that data loss is minimal.
What should you do?

  • A. Perform a partial restore.
  • B. Restore the latest full backup, and restore the latest differential backup. Then, restore each log backup taken before the time of failure from the most recent differential backup.
  • C. Perform a point-in-time restore.
  • D. Restore the latest full backup.
  • E. Restore the latest full backup, and restore the latest differential backup. Then, restore the latest log backup.
  • F. Perform a page restore.
  • G. Restore the latest full backup. Then, restore each differential backup taken before the time of failure from the most recent full backup.
  • H. Restore the latest full backup. Then, restore the latest differential backup.
Show Suggested Answer Hide Answer
Suggested Answer: F 🗳️
The goal of a page restore is to restore one or more damaged pages without restoring the whole database. Typically, pages that are candidates for restore have been marked as "suspect" because of an error that is encountered when accessing the page.
Note: Requirements for Restoring Pages
A page restore is subject to the following requirements:
✑ The databases must be using the full or bulk-logged recovery model.
Etc.
References: https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/restore-pages-sql-server

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
TheSwedishGuy
5 years, 6 months ago
This requires Full Recovery mode.
upvoted 2 times
...
TheSwedishGuy
5 years, 6 months ago
While a point in time restore could be done, it is overkill. A page restore will try to restore just the pages that are damaged, and not the whole database as in a restore.
upvoted 3 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 ...