I have a large database that the SQL Maintenance Plan (optimisations & reindexing) has started to fail on.
When the DBBCC Checkdb query is run against the affected database I get the following error
Server: Msg 8966, Level 16, State 5, Line 0
Could not read and latch page (1:177936) with latch type SH. PFS failed.
Server: Msg 8921, Level 16, State 1, Line 0
CHECKTABLE terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is corrupt. Check previous errors.
I have copied the database to another server with a static 5GB temdb with no improvement.
I have run dbcc checks on the master db and the affected db's system tables with no errors reported
All dbcc command executed on this database and the suspect table fail.
I am also unable to DTS or BCP the data out from the suspect table to another DB or txt file as this eventually fails with an error
[Microsoft][ODBC SQL Server Driver][SQL Server]Attempt to fetch logical page (1:176464) in database 'ERRMS_Copy' belongs to object '1179151246', not to object 'tb_DeviceReadings'
I am unable to find an object with id '1179151246' in the affected database. I assume this indicates some form of allocation errors but all attempts to fix allocation fail.
Any advise or suggestions greatly appreciated
When the DBBCC Checkdb query is run against the affected database I get the following error
Server: Msg 8966, Level 16, State 5, Line 0
Could not read and latch page (1:177936) with latch type SH. PFS failed.
Server: Msg 8921, Level 16, State 1, Line 0
CHECKTABLE terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is corrupt. Check previous errors.
I have copied the database to another server with a static 5GB temdb with no improvement.
I have run dbcc checks on the master db and the affected db's system tables with no errors reported
All dbcc command executed on this database and the suspect table fail.
I am also unable to DTS or BCP the data out from the suspect table to another DB or txt file as this eventually fails with an error
[Microsoft][ODBC SQL Server Driver][SQL Server]Attempt to fetch logical page (1:176464) in database 'ERRMS_Copy' belongs to object '1179151246', not to object 'tb_DeviceReadings'
I am unable to find an object with id '1179151246' in the affected database. I assume this indicates some form of allocation errors but all attempts to fix allocation fail.
Any advise or suggestions greatly appreciated