Skip to content

Commit e979d3f

Browse files
authored
Fixing existing Acrolinx issue
1 parent 99d9a42 commit e979d3f

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
@@ -122,7 +122,7 @@ If the FSCTL is issued after the handle has been written to, the last write oper
122122

123123
**File System APIs and Supported Isolation Levels**
124124

125-
When a file system API cannot open a file because of an isolation violation, an ERROR_SHARING_VIOLATION exception is returned. This isolation violation occurs when two transactions try to access the same file. The outcome of the access operation depends on the mode the file was opened in and the version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that the transaction is running on. The following table outlines the possibly outcomes for two transactions that are accessing the same file.
125+
When a file system API cannot open a file because of an isolation violation, an ERROR_SHARING_VIOLATION exception is returned. This isolation violation occurs when two transactions try to access the same file. The outcome of the access operation depends on the mode the file was opened in and the version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that the transaction is running on. The following table outlines the possible outcomes for two transactions that are accessing the same file.
126126

127127
|Transaction 1|Transaction 2|Outcome on SQL Server 2008|Outcome on SQL Server 2008 R2 and later versions|
128128
|-------------------|-------------------|--------------------------------|------------------------------------------------------|

0 commit comments

Comments
 (0)