filestream access level
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 | Definition |
|---|---|
0 | Disables FILESTREAM support for this instance. |
1 | Enables FILESTREAM for Transact-SQL access. |
2 | Enables FILESTREAM for Transact-SQL and Win32 streaming access. |
@Jacob: It's a little more complicated than that. Remote or local only streaming access is set at the Windows level, using SQL Server Configuration Manager. SQL Server can only be configured to enable or disable streaming access, it cannot add to or override the Windows setting for that feature. This blog post has more detail:
- 3/5/2012
- Speedbird186
- 3/1/2010
- Jacob Sebastian
Note