Seaquel
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.
Msg7936
NameDBCC2_FS_ORPHANED_COLUMN_DIRECTORY
Severity16
Group7000–7999

What it means

During DBCC CHECKDB, a FILESTREAM directory was found for the specified column; however, the column is not a FILESTREAM column.

Source: Database Engine events and errors