October 17, 2010 at 9:46 pm
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
October 17, 2010 at 11:08 pm
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
October 19, 2010 at 12:27 am
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