Skip to content

Commit a3486e4

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ The Win32 streaming support works in the context of a [!INCLUDE[ssNoVersion](../
8888

8989
Because file operations are transactional, you cannot delete or rename FILESTREAM files through the file system.
9090

91+
>[!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
93+
94+
9195
**Statement Model**
9296

9397
The FILESTREAM file system access models a [!INCLUDE[tsql](../../includes/tsql-md.md)] statement by using file open and close. The statement starts when a file handle is opened and ends when the handle is closed. For example, when a write handle is closed, any possible AFTER trigger that is registered on the table fires as if an UPDATE statement is completed.

0 commit comments

Comments
 (0)