Administering SQL Server

Failover Cluster Troubleshooting

This topic provides information about:

Resolving Common Usage Issues

The following list describes common usage issues and explains how to resolve them:

Optimizing Failover Clustering Performance

To optimize performance when using failover clustering, consider the following:

Using Extended Stored Procedures and COM Objects

When you use extended stored procedures with a failover clustering configuration, all extended stored procedures need to be installed on the shared cluster disk. This is to ensure that when a node fails over, the extended stored procedures can still be used.

If the extended stored procedures use COM components, the administrator needs to register the COM components on each node of the cluster. The information for loading and executing COM components must be in the registry of the active node in order for the components to be created. Otherwise, the information will remain in the registry of the computer on which the COM components were first registered. For more information, see Extended Stored Procedure Architecture.