FILESTREAM storage is a requirement for MI clusters, enabling nodes to access BLOB
data on the cluster's SQL instance.
FILESTREAM isn't automatically enabled in SQL Server. You must enable FILESTREAM by
using SQL Server Configuration Manager and SQL Server Management Studio.
-
Open SQL Server Configuration Manager.
-
In the list of services, right-click SQL Server
Services, and then click Open.
-
In the SQL Server Configuration Manager snap-in, locate your cluster SQL
instance, right-click it and then click Properties
-
In the SQL Server Properties dialog box, go to the
FILESTREAM tab.
-
Select the Enable FILESTREAM for Transact-SQL access
check box.
-
Click Apply.
This change will not be applied until the SQL Server is restarted.
-
In the main SQL Server Configuration Manager window, right-click and restart
your SQL Server instance.
Now change the FILESTREAM access level for this instance:
-
Open SQL Server Management Studio.
-
Right-click your SQL instance to open the Server
Properties window.
-
Click Advanced and locate the FILESTREAM section.
-
Set FILESTREAM Access Level to Full Access
Enabled.
-
Click OK to save your changes.