DBCC cannot process object '%2' at the current transaction level. %1
Item |
Value |
|---|---|
SQLCode |
-1000275 |
Constant |
EMSG_DBCC_FUTUREVERSION |
SQLState |
QDB68 |
ODBC State |
ERROR |
Parameter 1 |
location of the exception |
Parameter 2 |
name of the object that cannot be processed |
DBCC cannot open the requested object, because it was created at a transaction level that is higher than the transaction level at which DBCC is running. In order for DBCC to be able to open the object, a COMMIT must first be done.