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

What is FILLFACTOR in SQL Server ?

MS SQL Compiling a Stored Procedure With a Requery

What is a View in SQL Server ?

Listing Metadata of MS SQL Server Internal Tables

What are the Various Limitations of the Views in SQL Server ?