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.
Author |
Topic |
monty
Posting Yak Master
130 Posts |
Posted - 2006-10-15 : 09:25:49
|
Earlier some time back i did post a query regarding shrinking tempdb, we hav done that and cld reclaim the needed space..But when we ran DBCC CHECKDB command we found the following error:Server: Msg 8999, Level 16, State 1, Line 1Database tempdb allocation errors prevent further CHECKDB processing.Server: Msg 8906, Level 16, State 1, Line 1Page (1:87) in database ID 2 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'.Server: Msg 8905, Level 16, State 1, Line 1Extent (1:136) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it.DBCC results for 'tempdb'.CHECKDB found 2 allocation errors and 0 consistency errors not associated with any single object.CHECKDB found 2 allocation errors and 0 consistency errors in database 'tempdb'.repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (tempdb ).DBCC execution completed. If DBCC printed error messages, contact your system administrator.when i reffered the microsoft site i found that its related to some H/W probs.. Everything looks fine But are the errors going to cause any prob in future.. Please ur suggestions are welcomedits me monty |
|
Kristen
Test
22859 Posts |
|
|
|
|
|
|