SQL Server error code
SQL Server error 7933
SQL Server raises error 7933 at severity 16, which marks a problem with the query or data that you can correct.
Table error: A FILESTREAM directory ID %.*ls exists for a partition, but the corresponding partition does not exist in the database.
| Msg | 7933 |
|---|---|
| Name | DBCC2_FS_ORPHANED_ROWSET_DIRECTORY |
| Severity | 16 |
| Group | 7000–7999 |
What it means
During DBCC CHECKDB, a rowset directory was found in the FILESTREAM dataspace; however, its corresponding partition is missing in the database.