when i check the database with following command DBCC CHECKDB(checkerpdatabase) WITH NO_INFOMSGS,these below error occured what i do ????????????????

  • Those errors are not fixable, and I told you how to proceed

    The only solution now is to recreate the database. Script all of the objects in the DB, export all data (there's a chance that some data and/or some objects) will fail, create a new database, recreate all of the objects and import all of the data

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing post 16 (of 16 total)

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