suspect_pages => pageID => what's next?

  • Before you jump into restoring from a really old backup, try creating the database snapshot manually. If snapshot creation is successful, run CheckDB directly on the snapshot you created.

    Let us know how that works out for you.


    My blog: SQL Soldier[/url]
    SQL Server Best Practices:
    SQL Server Best Practices
    Twitter: @SQLSoldier
    My book: Pro SQL Server 2008 Mirroring[/url]
    Microsoft Certified Master: SQL Server, Data Platform MVP
    Database Engineer at BlueMountain Capital Management[/url]

  • Thanks Robert- I'll try and let you know results

  • Have you fixed your problem? Or did you restore from a good .bak?

    DBCC Checkdb with ALL_ERRORMSGS, NO_INFOMSGS, TABLOCK

    I had similar problem and I used hint TABLOCK. Please try it and let us know your result.

  • DBCC CHECKDB did not work for me with any argument. It's now out of my hand- I only investigated and reported.

    I heard another DBA wanted to move this DB to another disk using detach/attach. I advised against it (as per Gail message and do not think it will solve the issue). Anyhow, cannot say more for now, sorry

  • Did you attempt what I recommended? (create a snapshot manually and run DBCC CheckDB on the snapshot directly).


    My blog: SQL Soldier[/url]
    SQL Server Best Practices:
    SQL Server Best Practices
    Twitter: @SQLSoldier
    My book: Pro SQL Server 2008 Mirroring[/url]
    Microsoft Certified Master: SQL Server, Data Platform MVP
    Database Engineer at BlueMountain Capital Management[/url]

  • Sorry Robert but honestly- not. This is production server and to make snapshot I need RFC, etc- long story. As I already mentioned it's out of my hand now but I did talked to another DBA regarding your offer. I'll double check again whether he tried this trick. Thanks

Viewing 6 posts - 16 through 20 (of 20 total)

You must be logged in to reply to this topic. Login to reply