Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Data Corruption Issues
 DBCC CHECKDB

Author  Topic 

mirravi
Starting Member

4 Posts

Posted - 2010-08-18 : 08:09:37
Hi,

When i run the query DBCC CHECKDB onto 'msdb' the following error ocuurs.
Msg 8967, Level 16, State 216, Line 1
An internal error occurred in DBCC that prevented further processing. Contact Customer Support Services.
DBCC results for 'msdb'.
Msg 8921, Level 16, State 1, Line 1
Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.
CHECKDB found 0 allocation errors and 0 consistency errors in database 'msdb'.

could any one help in sorting .
Thanks in advance.
Regards
Ravi

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-08-18 : 08:17:18
You've got some form of critical corruption. I would recommend that you restore from backup or do what the error says and contact customer support.

--
Gail Shaw
SQL Server MVP
Go to Top of Page
   

- Advertisement -