Hi,
I am getting database consistency error for one of my database:
Server: Msg 8951, Level 16, State 1, Line 1
Table error: Table '<TABLENAME>' (ID <OBJECTID>. Missing or invalid key in index '<INDEXNAME>' (ID <INDEXID> for the row:
Server: Msg 8955, Level 16, State 1, Line 1 Data row (1:133:42) identified by (RID = (1:133:42) ) has index values (<INDEXNAME> = 0).
I tried DBCC DBREIDEX , DBCC checkdb with repair options (repair fast and repair rebuild). It did not slove the problem.
Pls let me know if any one has encountered this issue before and fixed it, It will be a great help to me.
Thanks in advance
-snt