December 2013
Intermediate to advanced
1872 pages
153h 31m
English
If you want a SQL Server instance to be clustered for high availability, you are essentially asking that this SQL Server instance (and the database) be completely resilient to a server failure and completely available to the application without the end user ever even noticing that there was a failure (or at least with minimal interruption). Microsoft provides this capability through the SQL Clustering option. SQL Clustering is built on top of FCS for its underlying detection of a failed server and for its availability of the databases on the shared disk (which is controlled by FCS). SQL Server is said to be a “cluster-aware/enabled” technology.
A SQL Server instance that is clustered can be created by actually creating a virtual ...