• Schadenfreude-Mei (5/30/2012)


    prettsons (5/30/2012)


    The I/O error (torn page) error occurs when SQL Server tried to access a page that had previously not been written to disk correctly. This can be happen due to power failure, disk failure, hardware failure when the disk is being written to.

    When this error occurs, sql server ended your connection. If the torn page was detected during database recovery, then SQL Server will mark it as SUSPECT.

    Solution: First Check your error logs and then restore your database form last good backups and transaction logs. It will definitely fix the problem, but you should also check your disk and fix any issues if there was a disk hardware failure. You can also use third party sql database recovery software to resolve this error.

    The OP has said that there are no backups 🙁

    I shall suggest to Debasis Bag to try third party sql database recovery software.

    SQL Database Recovery Expert 🙂