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

Getting List of All Views in MS SQL Database

What is a Linked Server in SQL Server ?

What are OFFLINE Datafiles with SQL Server ?

What is the Difference Between VARCHAR and VARCHAR(MAX) Datatypes ...

What is an Index in SQL Server ?