RESTORE log shipped database without .TUF

  • Is there a way to change the state of a log-shipped database from (Standby/Read-Only) to recovered if the .TUF file is missing? We can brute force copy the data but we're guessing there is a better way.

    Thanks for any help.

  • 1. Stop SQL

    2. Rename database mdf and ldf

    3. Start SQL

    4. Drop In Recovery database

    5. Create database with the same name, same mdf, and same ldf

    6. Stop SQL

    7. Delete new mdf and ldf

    8. Rename mdf and ldf back to their original name

    9. Start SQL

    Should work now.

    Marcus

  • Thanks.

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

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