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
 New to SQL Server Administration
 DBCC CHECKDB Report

Author  Topic 

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2013-05-29 : 03:03:01
Dear Experts,
Need your urgent help.
I have executed DBCC CHECKDB on one of my user databases and it have given me the below output.
I am worried that the database is damaged.
Please help me.

DBCC results for 'RecipeManager'.
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.
Msg 8906, Level 16, State 1, Line 1
Page (1:8) in database ID 12 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.
Msg 8948, Level 16, State 3, Line 1
Database error: Page (1:8) is marked with the wrong type in PFS page (1:1). PFS status 0x70 expected 0x60.
Msg 8966, Level 16, State 2, Line 1
Unable to read and latch page (1:8) with latch type SH. 1117(The request could not be performed because of an I/O device error.) failed.
Msg 8966, Level 16, State 2, Line 1
Unable to read and latch page (1:8) with latch type SH. 1117(The request could not be performed because of an I/O device error.) failed.
Msg 8966, Level 16, State 2, Line 1
Unable to read and latch page (1:8) with latch type SH. 1117(The request could not be performed because of an I/O device error.) failed.
Msg 8966, Level 16, State 2, Line 1
Unable to read and latch page (1:2544) with latch type SH. Latch failed.
CHECKDB found 4 allocation errors and 2 consistency errors not associated with any single object.
Msg 2575, Level 16, State 1, Line 1
The Index Allocation Map (IAM) page (1:8) is pointed to by the next pointer of IAM page (0:0) in object ID 90, index ID 2, partition ID 562949959319552, alloc unit ID 562949959319552 (type In-row data), but it was not detected in the scan.
Msg 7965, Level 16, State 2, Line 1
Table error: Could not check object ID 90, index ID 2, partition ID 562949959319552, alloc unit ID 562949959319552 (type In-row data) due to invalid allocation (IAM) page(s).
Msg 8906, Level 16, State 1, Line 1
Page (1:64) in database ID 12 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.
CHECKDB found 2 allocation errors and 1 consistency errors in table 'sys.sysqnames' (object ID 90).
CHECKDB found 6 allocation errors and 3 consistency errors in database 'RecipeManager'.




mohammad.javeed.ahmed@gmail.com

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-05-29 : 08:17:18
Is the tempdb in fact out of space as the error message suggests? Check not only diskspace but also auto growth settings.
Go to Top of Page

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2013-05-29 : 09:02:35
Tempdb has lot of free space and auto grow setting is also good.

mohammad.javeed.ahmed@gmail.com
Go to Top of Page
   

- Advertisement -