SQL Server error code
SQL Server error 7936
SQL Server raises error 7936 at severity 16, which marks a problem with the query or data that you can correct.
Table error: The FILESTREAM directory ID %.*ls exists for column ID %d of object ID %d, index ID %d, partition ID %I64d, but that column is not a FILESTREAM column.
| Msg | 7936 |
|---|---|
| Name | DBCC2_FS_ORPHANED_COLUMN_DIRECTORY |
| Severity | 16 |
| Group | 7000–7999 |
What it means
During DBCC CHECKDB, a FILESTREAM directory was found for the specified column; however, the column is not a FILESTREAM column.