SQL Server Clustering
SQL Server Clustering
Until database mirroring was introduced in SQL Server 2005, it was the favorite solution,
and continues to remain a no-brainer, even though database mirroring is available. The
only caveat to take into account is that if your primary and/or secondary are failover
clustering instances, the locations where transaction log backups are made on the primary
and then copied to and restored from on the secondary must reside on one of the shared
disks associated with their respective instances. Other than that, log shipping should just
workand that is what you want. It is based on technology (backup and restore,
copying files) that is easy to grasp. Theres no magic. One of the reasons that log
shipping is so popular with clustered deployments of SQL Server is that it may also
balance out the
cost of buying the cluster, which can be considerable for some, depending on the
implementation. And why not? You have to back up your databases anyway, and chances
are you have to do transaction log backups, so it is a natural fit.