Check DB Error

  • HI,

    DBCC Checkdb returned error:

    Msg 8992, Level 16, State 1, Line 1

    Check Catalog Msg 3853, State 1: Attribute (referenced_major_id=54343308,referenced_minor_id=23)

    of row (class=0,object_id=5119309,column_id=0,referenced_major_id=54343308,referenced_minor_id=23) in sys.sql_dependencies does not have a matching row (object_id=54343308,column_id=23) in sys.columns.

    Msg 8992, Level 16, State 1, Line 1

  • Please run the following, post the full and complete output.

    DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS

    If that's the only error you have, check this out:

    http://sqlinthewild.co.za/index.php/2009/08/26/corruption-in-sysdependencies/

    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
  • That was the only error and it got solved after recreating the corresponding view.

    Thanks a lot GAIL for your post and article.

Viewing 3 posts - 1 through 2 (of 2 total)

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