SQL Server 2008 High Availability Options
There are 4 High Availability options in SQL Server 2008 that we will cover; Failover Clustering, Database Mirroring, Log Shipping and Replication. Each one has its own features and benefits. The Failover Clustering supports server level high availability whereas Database Mirroring and Log Shipping are per database and Replication is object level. Failover Clustering This... » read more