Perform a point-in-time database restore
Practice the sequence you already learned for “Perform a point-in-time database restore” until the order feels automatic. Drill the restore runbook from DBA training. The live database is not overwritten until the recovery point is verified in staging.
- Confirm the required recovery-point time and ticket.
- Identify the full backup and subsequent log backups that cover that time.
- Restore the full backup to a staging instance with NORECOVERY.
- Apply log backups up to the point in time.
- Recover the staging database and verify the target rows or objects.
- Cut over or copy only the verified objects to production.
- Record the restore in the change record.