SQL server 2008 Log shipping Failback
Posted
by MarcoF
on Stack Overflow
See other posts from Stack Overflow
or by MarcoF
Published on 2010-04-13T16:31:52Z
Indexed on
2010/04/13
16:33 UTC
Read the original article
Hit count: 449
log-shipping
I need to set up log shipping for about 10 databases. The primary server is accessed by our website and the secondary server is a BI server. What I am struggling to figure out at moment is the best way to handle a “failback” situation once a failover has occurred. How do I get the primary server back to being the main server for the website?
Does anyone have any suggestions or best practices to handle a failback?
We are using SQL server 2008.
© Stack Overflow or respective owner