I ran the following command:
DBCC CHECKDB(tempdb)
and got the following output:
Msg 8999, Sev 16: Database tempdb allocation errors prevent further CHECKDB processing. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:497504) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510640) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510648) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510656) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510664) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510672) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510680) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510688) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510696) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510704) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510720) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510728) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510736) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510752) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510776) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510800) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510824) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510848) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510872) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 2536, Sev 16: DBCC results for 'tempdb'. [SQLSTATE 01000]
Msg 8954, Sev 16: CHECKDB found 19 allocation errors and 0 consistency errors not associated with any single object. [SQLSTATE 01000]
CHECKDB found 19 allocation errors and 0 consistency errors in database 'tempdb'. [SQLSTATE 01000]
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (tempdb ). [SQLSTATE 01000]
DBCC execution completed. If DBCC printed error messages, contact your system administrator. [SQLSTATE 01000]
I am going to run the following command tonight:
DBCC CHECKDB(tempdb, REPAIR_REBUILD)
Is this going to fix the problem?
Thanks in advance for any responses to this post.
Will Summers
DBCC CHECKDB(tempdb)
and got the following output:
Msg 8999, Sev 16: Database tempdb allocation errors prevent further CHECKDB processing. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:497504) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510640) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510648) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510656) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510664) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510672) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510680) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510688) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510696) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510704) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510720) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510728) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510736) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510752) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510776) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510800) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510824) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510848) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 8905, Sev 16: Extent (3:510872) in database ID 2 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
Msg 2536, Sev 16: DBCC results for 'tempdb'. [SQLSTATE 01000]
Msg 8954, Sev 16: CHECKDB found 19 allocation errors and 0 consistency errors not associated with any single object. [SQLSTATE 01000]
CHECKDB found 19 allocation errors and 0 consistency errors in database 'tempdb'. [SQLSTATE 01000]
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (tempdb ). [SQLSTATE 01000]
DBCC execution completed. If DBCC printed error messages, contact your system administrator. [SQLSTATE 01000]
I am going to run the following command tonight:
DBCC CHECKDB(tempdb, REPAIR_REBUILD)
Is this going to fix the problem?
Thanks in advance for any responses to this post.
Will Summers