Home Forums SQL Server 7,2000 Administration I/O error (bad page ID) detected during read of BUF pointer RE: I/O error (bad page ID) detected during read of BUF pointer

  • Usually if you call PSS, they have tools that can help. I've had corrupt tables and you can try to BCP out the data and then drop and rebuild the table,but if some pages are corrupt, the BCP will fail.

    They have had me BCP out around the error(find out which pages error out, BCP based on criteria, i.e. PK, around them), and then have helped me use DBCC page or other tools to read back the data from the corrupt pages.

    If you really need the data back or this is important Data, call PSS.