What is Failover Clustering in SQL Server ?

With failover clustering, the nodes share disks, but only a single node has access to the database at a time. It is possible to install additional SQL Server failover cluster instances across the nodes; however, this configuration cannot be used to re-direct workloads for a single database (for example, separating reads from writes).



You May Interest

How to Rebuild the Master Database in SQL Server ?

Disabling a Specified Trigger in MS SQL Server

What are Sparse Columns in SQL Server ?

How is Deadlock Different From a Blocking Situation in SQL Server ...

Finding Server Default Language in MS SQL