Re: log shipping failover to stand by server
From: Paul Ibison (Paul.Ibison_at_Pygmalion.Com)
Date: 05/23/04
- Next message: Tomek: "Re: Merge Agent Hangs (reporting no errors)"
- Previous message: biju george: "Re: log shipping failover to stand by server"
- In reply to: biju george: "Re: log shipping failover to stand by server"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 23 May 2004 13:20:48 +0100
Biju,
the name is perhaps slightly unintuitive. sp_change_secondary_role:
(a) Copies the final production database transaction log backup to the
standby server along with any additional transaction log backups that were
not previously copied.
(b) Disables the log-shipping transaction copy job on the standby server.
(c) Restores all transaction log backups not previously restored to the
standby database and initiates the recovery of the standby database.
(d) Terminates and rolls back all pending transactions.
(e) Sets the access level of the standby database after completion of the
system stored procedure to multiuser mode.
(f) Creates a log-shipping database maintenance plan on the new primary
server for the new production database. The SQL Server Agent job defined in
this plan backs up the transaction log of the new production database to the
folder location you specified when you set up log shipping.
HTH,
Paul Ibison
- Next message: Tomek: "Re: Merge Agent Hangs (reporting no errors)"
- Previous message: biju george: "Re: log shipping failover to stand by server"
- In reply to: biju george: "Re: log shipping failover to stand by server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|