The check statement was aborted. DBCC CHECKCATALOG cannot be run on TEMPDB.

Error Message:
The check statement was aborted. DBCC CHECKCATALOG cannot be run on TEMPDB.
The check statement was aborted. DBCC CHECKCATALOG cannot be run on TEMPDB. Severity level:
10. Description:
This informational error message appears when you try to run DBCC CHECKCATALOG on tempdb. Consequences:
Resolution:
Error of this severity level are informational errors that do not have an effect on the statement. Versions:
All versions of SQL Server (beginning with SQL Server 2000). Example(s):
USE tempdb;
GO DBCC CHECKCATALOG Remarks:
In the above example we try to run DBCC CHECKCATALOG on tempdb. This raises the error. ]]>

Leave a comment

Your email address will not be published.