Error:

Running a query and got this error…

An inconsistency was detected during an internal operation. Please contact technical support.

Fix:

DBCC CHECKDB (‘DMS’) WITH NO_INFOMSGS, ALL_ERRORMSGS

DBCC CHECKDB(‘DMS’, REPAIR_REBUILD)

dbcc CHECKDB(‘DMS’, REPAIR_ALLOW_DATA_LOSS)

Sources:

https://dba.stackexchange.com/questions/11235/an-inconsistency-was-detected

Last modified: November 24, 2020

Author

Comments

Write a Reply or Comment