SQL Server error code
SQL Server error 7934
SQL Server raises error 7934 at severity 16, which marks a problem with the query or data that you can correct.
DBCC CHECK cannot proceed on database %.*ls because it is a Secondary Replica and either Snapshot creation failed or the WITH TABLOCK option was specified. Secondary Replica databases cannot be exclusively locked for DBCC CHECK. Reason may have been given in previous error.
| Msg | 7934 |
|---|---|
| Name | DBCC2_FS_MISSING_ROWSET_DIRECTORY |
| Severity | 16 |
| Group | 7000–7999 |
What it means
During DBCC CHECKDB, a partition was found; however, its corresponding FILESTREAM rowset directory in the FILESTREAM dataspace was not found.