Deciding how to restore

When your installation experiences media failure, the strategy for recovery depends on the state of your database and transaction log backups. Generally, you need to:

  1. Restore the transaction log to capture the transactions that have occurred since the most recent transaction log backup.

  2. Restore the database from the most recent complete database backup.

  3. Apply each transaction log backup sequentially from the time of the most recent database backup through the time of media failure.