Restoring Log File more than once

  • If you restore a log file more than once, will the data be correct?

    We have a process that restores the most current logfile from our Production system to our DR system.  The logs are continually restored with the 'NORECOVERY' option set.  Can I just restore the last one again with the 'RECOVER' option set to get the database online, or will that corrupt the data?

    thanks

  • You can just run this:

     restore 'database name' with recovery

    you don't even need to give it a backup or log file, it will just bring it online.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply