SQL Server error code
SQL Server error 7937
SQL Server raises error 7937 at severity 16, which marks a problem with the query or data that you can correct.
Columnstore index has one or more missing column segments. Please run DBCC CHECKDB for more information.
| Msg | 7937 |
|---|---|
| Name | DBCC2_FS_MISSING_COLUMN_DIRECTORY |
| Severity | 16 |
| Group | 7000–7999 |
What it means
The specified column exists in a partition; however, its corresponding FILESTREAM directory was not found in the FILESTREAM dataspace.