Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell Replay Manager Version 7.8 Administrator’s Guide

PDF

Recover a Database Using Replay Manager and Transaction Log Backups

Replay Manager Replays can be used with transaction log backups to recover a Microsoft SQL Server database to a specific point in time. Replay Manager provides a Do Not Recover Databases option to restore a database and leave the database in an unrecovered state. You can then apply transaction log backups to the restored database.

Steps

  1. Restore a database, and leave the database in an unrecovered state. Follow the instructions described in Restore SQL Server Components without Recovering the Database. You can also rename and relocate the databases.
  2. Restore transaction log backups for each recovered database.
    1. Open the SQL Server Management Studio, and connect to the SQL Server instance.
    2. Open a query window and use the following T-SQL command to restore transaction logs to each database:

      RESTORE LOG [ [database_name] ] FROM DISK = ’ [log_backup_file] ’ WITH NORECOVERY;

      In addition, the following optional clauses can be used:

      • To recover the database to a point in time between transaction log backups, use the STOPAT clause.
      • To recover the database to a specific log sequence number (LSN), use the STOPATMARK or STOPBEFOREMARK clause.
      NOTE:Transaction log backups must be restored in order.

      For more information on restoring transaction log backups, see the Microsoft SQL Server documentation.

    3. Complete the recovery process for each database using the following T-SQL command:
      RESTORE DATABASE [ [database_name] ] WITH RECOVERY;

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\