Skip to content

Commit d96a048

Browse files
Merge pull request #35251 from rwestMSFT/rw-0908-fix-10179
FILESTREAM access level (PR 10179)
2 parents b406acd + c0a1ddc commit d96a048

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/database-engine/configure-windows/filestream-access-level-server-configuration-option.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Server Configuration: filestream access level"
33
description: "Become familiar with the filestream_access_level option. See how it changes the FILESTREAM access level for an instance of SQL Server."
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 08/26/2025
6+
ms.date: 09/09/2025
77
ms.service: sql
88
ms.subservice: configuration
99
ms.topic: conceptual
@@ -24,6 +24,11 @@ Before this option has any effect, the Windows administration settings for FILES
2424
| `0` | Disables FILESTREAM support for this instance. |
2525
| `1` | Enables FILESTREAM for [!INCLUDE [tsql](../../includes/tsql-md.md)] access. |
2626
| `2` | Enables FILESTREAM for [!INCLUDE [tsql](../../includes/tsql-md.md)] and Win32 streaming access. |
27+
| `3` | Enables FILESTREAM for [!INCLUDE [tsql](../../includes/tsql-md.md)], Win32 streaming access, and remote clients. |
28+
29+
## Remarks
30+
31+
If you plan on using FILESTREAM in a local environment only, you don't need to enable remote access.
2732

2833
## Related content
2934

0 commit comments

Comments
 (0)