Re: General SQL Server 2005 transactional replication question

Tech-Archive recommends: Fix windows errors by optimizing your registry



In that case I'd go for log shipping. Once the primary server is back up and
going, you could restore the database from the standby server or use
DataCompare to sync up the databases. Higher latency than replication but it
looks like you have little choice. SQL Server 2005 will offer mirroring
which you can use as a lower latency version of log shipping.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com


.



Relevant Pages