princy
|
Open Question
Problem in accessing SQL server 2005 database tables?
I am not able to access one of the SQL server database table, I ran DBCC CHECKCATALOG but it gives error, it comes up as Msg 3853 level 16 state 1, line 1
Attribute (referenced_object_id=729769657, referenced_column_id=1) of row (constraint_object_id=873770170, constraint_column_ id=1) in
sys.foreign_key_columns does not have a matching row… and a long error log report was there, completely out of my understandability. Followed by –DBCC execution completed. If DBCC printed error messages contact your system administrator.
On using EXEC sp_resetstatus ‘EPP’, and other alter and DBCC command- it says suspect flag is already reset, possible schema corruption run DBCC CECKCATALOG which again gives error message as severe error occurred. Does anyone know how this issue can be fixed?
622 day ago
 Report Abuse
|