SQL server error “No catalog entry found for partition ID xxxxx in database 12…”

  • SQL server error “No catalog entry found for partition ID xxxxx in database 12…” repeated logs in error log file 
    My SQL server already on 2012 SP3 CU7 , is it a scenario of data corruption and can it lead to SQL server crash issue
    Experts , your comments please ?

  • Run the following in the database with the problem, post the results

    DBCC CheckDB WITH NO_INFOMSGS

    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
  • its been running since quite sometime now ... i am waiting for checkdb to complete .., will post in a while

  • Command(s) completed successfully.

    without any error message when i run : DBCC CHECKDB (equip_event_tracking) WITH ALL_ERRORMSGS, NO_INFOMSGS

  • This was removed by the editor as SPAM

Viewing 5 posts - 1 through 4 (of 4 total)

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