Hi,
I am getting the following error
Server: Msg 604, Level 21, State 5, Line 1
Could not find row in sysobjects for object ID 904519893 in database 'Orders'. Run DBCC CHECKTABLE on sysobjects.
Connection Broken
I ran
dbcc checkdb ('Hub_Msc') with no_infomsgs - giving errors for certain tables
dbcc checkcatalog ('Hub_Msc') with no_infomsgs-returning no error.
Please provide me some suggestions.