Requires Free Membership to View

I would, however, encourage you to consider log shipping instead of replication, since it is much easier to set up. For many reasons, log shipping is much more suitable to provide for failover on a standby server. Replication makes sense if you need to have a replica of the data available in almost real time, but you already said you don't want to use the second server unless you need to fail over. In case of a standby SQL Server, it is much easier to restore transaction logs on the standby server (the built-in log shipping wizard makes it very easy to set up) than it is to deal with all the disadvantagse and restrictions of replication.
This was first published in October 2008
There are Comments. Add yours.