20
DBCC cannot insert the row in the dbcc_operation_log table for this check of database '%1!', aborting check.
The dbcc_operation_log table records the use of the dbcc checkstorage and dbcc checkverfiy operations.
Error 12964 is raised when the current checkstorage or checkverify cannot insert rows corresponding to the operating database (on which checkstorage and checkverify is active) into the table dbcc_operation_log. This can occue if the dbccdb database does not exist or the table could be in an inconsistent state, possibly due to the content change in the dbccdb database with version 12.5.0.3.
If dbccdb does not exist, create it by running the installdbccdb script found in the $SYBASE/$SYBASE_ASE/scripts directory.
Version 12.5.1 and later