filestream access level Option
SQL Server 2008 R2
Use the filestream_access_level option to change the FILESTREAM access level for this instance of SQL Server.
Note |
|---|
Before this option has any effect, the Windows administration settings for FILESTREAM must be enabled. You can enable these settings when you install SQL Server or by using SQL Server Configuration Manager. |
Value | Description |
|---|---|
0 | Disables FILESTREAM support for this instance. |
1 | Enables FILESTREAM for Transact-SQL access. |
2 | Enables FILESTREAM for Transact-SQL and Win32 streaming access. |
Note