DP-300 · Question #59
Drag and Drop Question You have SQL Server on an Azure virtual machine that contains a database named DB1. DB1 is 30 TB and has a 1-GB daily rate of change. You back up the database by using a…
The correct answer is full backup; Wednesday differential backup; Wednesday log backups. To restore a SQL Server database, you always start with the most recent full backup (Sunday's), then apply the most recent differential backup (Wednesday's, which encompasses all changes since Sunday including Monday and Tuesday), and finally apply the transaction log backups…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- full backup
- Wednesday differential backup
- Wednesday log backups
Explanation
To restore a SQL Server database, you always start with the most recent full backup (Sunday's), then apply the most recent differential backup (Wednesday's, which encompasses all changes since Sunday including Monday and Tuesday), and finally apply the transaction log backups from Wednesday up to the point of failure at 10:00 AM. The Wednesday differential backup already includes all changes from Monday and Tuesday since Sunday's full backup, so you only need one differential - not multiple daily differentials - before replaying the transaction logs.
Topics
Community Discussion
No community discussion yet for this question.
