I am working on below exercise. I would have thought the answer is "Restore the latest full backup. Then, restore the latest differential backup".
However, the answer given is "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".
I didn't think this is correct as Transaction log backups not taken on Simple mode?
Thanks!
Scenario: The database uses Simple Recovery model. Full database backup 01:00 daily. Differential backup 13:00 daily.
Issue: The differential backup fails. Then database fails at 14:00. How to restore database and ensure minimal data loss?