70-465 · Question #1
Drag and Drop Question You need to recommend a backup process for an Online Transaction Processing (OLTP) database. The process must meet the following requirements: - Ensure that if a hardware…
The correct answer is Create a database snapshot.; Set the database to the full recovery model.; Ship the logs to a secondary server.; Perform a weekly full backup of the database.; Set the database to the simple recovery model.; Perform a differential backup of the database every night.; Perform a backup of the transaction log every hour. For an OLTP database requiring minimal data loss and minimal administrative effort for restoration, the correct sequence is: Create a database snapshot (baseline point-in-time reference), Set the database to the full recovery model (enables transaction log backups and…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Create a database snapshot.
- Set the database to the full recovery model.
- Ship the logs to a secondary server.
- Perform a weekly full backup of the database.
- Set the database to the simple recovery model.
- Perform a differential backup of the database every night.
- Perform a backup of the transaction log every hour.
Explanation
For an OLTP database requiring minimal data loss and minimal administrative effort for restoration, the correct sequence is: Create a database snapshot (baseline point-in-time reference), Set the database to the full recovery model (enables transaction log backups and point-in-time recovery, unlike Simple model which truncates logs), Ship the logs to a secondary server (automatically forwards transaction logs to a standby server, minimizing data loss on hardware failure with minimal admin overhead). Log shipping satisfies both requirements simultaneously - it automates the process and keeps a warm standby current within the log shipping interval, meaning hardware failure recovery is fast and data loss is minimized.
Topics
Community Discussion
No community discussion yet for this question.
