Hi, I have sql2000. I run my olaps on monthly basis. Last week, one of the hard disk was corrupted. I swapped the faulty hard disk with a new one (mine is configured Raid 5).
When I try to run the DTS/Olap again, it gives error -
Data source provider error:I/O error (torn page) detected during read at offset 0*00000129b58000 in file 'd:\program files\Microsoft SQL Server\MSSQL$Info\Work.mdf'.;HY00 Record=23404086.
I search for the info in the internet and run dbcc checkdb. Below is part of the error results...
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2139192170)' (object ID 2139192170).
CHECKDB found 0 allocation errors and 12 consistency errors in database 'Work'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (Work).
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
have anyone ever experienced this? Appreciate the help..
thanks
When I try to run the DTS/Olap again, it gives error -
Data source provider error:I/O error (torn page) detected during read at offset 0*00000129b58000 in file 'd:\program files\Microsoft SQL Server\MSSQL$Info\Work.mdf'.;HY00 Record=23404086.
I search for the info in the internet and run dbcc checkdb. Below is part of the error results...
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2139192170)' (object ID 2139192170).
CHECKDB found 0 allocation errors and 12 consistency errors in database 'Work'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (Work).
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
have anyone ever experienced this? Appreciate the help..
thanks