Results 1 to 2 of 2

Thread: restore with recovery and log shipping

  1. #1
    Join Date
    Sep 2002
    Posts
    159

    restore with recovery and log shipping

    hello everybody

    I have custom log shipping .
    it run every 15 min

    DB1 located on Server1
    DB1 backup logs to server 2

    DB2 located on server 3(300 km away from server1 and server 2)

    Db2 restore logs from server 2

    If server1 and server2 become unavailable
    1.
    Would enough login to server3
    and
    run
    RESTORE DATABASE Db2
    WITH RECOVERY

    to bring db from read only to production mode up last restored log?

    Thank you
    Alex

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    That's right.

    You need to make configuration changes in your application to point to the new production server.

    You may also have mismatched login/database users. You can fix that using sp_change_users_login procedure.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •