Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
This topic describes how to enable FILESTREAM on a failover cluster. Before you try this procedure, you should understand failover clustering and have FILESTREAM enabled. For information about how to enable FILESTREAM, see Enable and Configure FILESTREAM.
Set up the primary node for the failover cluster.
After the setup finishes, enable FILESTREAM on the primary node by using SQL Server Configuration Manager. This enables the settings that require Windows Admin privileges. If remote access is required, select Allow remote clients to have streaming access to FILESTREAM data. This will create a file-share cluster resource.
Set up a passive node.
After the setup finishes, enable FILESTREAM on the passive node by using SQL Server Configuration Manager. The name that you specify for Windows Share Name must be the same across all nodes in the cluster.
To add more passive nodes, repeat step 2.
After all the nodes are added, complete the process by executing the sp_configure stored procedure on each instance of SQL Server.
To add and enable additional nodes to the cluster at any time, you can repeat steps 2, 3, and 4.
Server Configuration Options (SQL Server)
Create a New SQL Server Failover Cluster (Setup)
Remove a SQL Server Failover Cluster Instance (Setup)
Add or Remove Nodes in a SQL Server Failover Cluster (Setup)
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayTraining
Module
Implement Windows Server File Server high availability - Training
Implement Windows Server File Server high availability
Documentation
Use FILESTREAM and FileTable with availability groups - SQL Server Always On
Steps to use either FILESTREAM or FileTable with databases participating in an Always On availability group.
Enable and configure FILESTREAM - SQL Server
To use FILESTREAM, first enable it on the SQL Server Database Engine instance. Learn how to enable FILESTREAM by using SQL Server Configuration Manager.
FILESTREAM compatibility - SQL Server
FILESTREAM stores data in the file system. Read about guidelines, limitations, and tips to keep in mind when using FILESTREAM with various SQL Server features.