SQL Server error code
SQL Server error 7935
SQL Server raises error 7935 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 column of object ID %d, index ID %d, partition ID %I64d, but that column does not exist in the partition.
| Msg | 7935 |
|---|---|
| Name | DBCC2_FS_MISSING_COLUMN |
| Severity | 16 |
| Group | 7000–7999 |
What it means
During DBCC CHECKDB, a FILESTREAM directory was found for a column in the specified object; however, the column was not found in the corresponding metadata of the partition.