What are the scenarios for using mirroring, log shipping, replication and clustering in SQL Server
问题 As far as i know SQL Server provides 4 techniques for better availability. I think these are the primary usage scenarios, in summary :- 1) Replication would be primarily suited for online-offline data synchronization scenarios (laptop , mobile devices, remote servers). 2) Log shipping could be used to have a failover server with manual switching, whereas 3) Database Mirroring is an automatic failover technique 4) Failover Clustering is an advanced type of database mirroring. Am i right ?