Skip to content

Commit dda71d4

Browse files
committed
add warning about not using the filestream folder manually
1 parent a3486e4 commit dda71d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/blob/filestream-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The Win32 streaming support works in the context of a [!INCLUDE[ssNoVersion](../
8989
Because file operations are transactional, you cannot delete or rename FILESTREAM files through the file system.
9090

9191
>[!WARNING]
92-
>The FILESTREAM container is a folder managed by SQL Server. Do not add or remove files in the FILESTREAM folder manually or through other applications
92+
>The FILESTREAM container is a folder managed by SQL Server. Do not add or remove files in the FILESTREAM folder manually or through other applications. If you do, this will result in backup and inconsistency errors. For more information see [MSSQLSERVER_3056](../errors-events/mssqlserver-3056-database-engine-error.md), [MSSQLSERVER_7908](../errors-events/mssqlserver-7908-database-engine-error.md), and [MSSQLSERVER_7906](../errors-events/mssqlserver-7906-database-engine-error.md).
9393
9494

9595
**Statement Model**

0 commit comments

Comments
 (0)