Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Data Corruption Issues
 Corruputed indexes

Author  Topic 

oliviermoron
Starting Member

7 Posts

Posted - 2006-05-10 : 07:29:24
Dear all,

I have several SQL Server 8.0 SP4 in different locations (12 sites).
And on two specific machines I have got very often problems on indexes.
I'm obliged each time to do a DBCC DBREINDEX on the broken indexes.
These problems appeared last year around October, and are random.
Have you got any idea on how I can solve these in order to prevent them?
Here is a sample of what I got:
Server: Msg 8952, Level 16, State 1, Line 1

quote:
Server: Msg 8952, Level 16, State 1, Line 1
Table error: Database 'PROPLAST2000_PRESSES', index 'EVENEMENT.IX_PO_ID' (ID 421576540) (index ID 2). Extra or invalid key for the keys:
Server: Msg 8956, Level 16, State 1, Line 1
Index row (1:2369983:37) with values (PO_ID = 38809 and DATE_DEBUT_EVENEMENT = Apr 22 2006 10:08AM) points to the data row identified by (RID = (1:2369604:5)).


Regards,
Olivier Moron.

mr_mist
Grunnio

1870 Posts

Posted - 2006-05-10 : 07:41:46
Have you tried dropping and recreating the indexes rather than rebuild?
Have you done a check db?



-------
Moo. :)
Go to Top of Page

oliviermoron
Starting Member

7 Posts

Posted - 2006-05-10 : 07:48:02
No, I haven't tried the drop and create index rather than rebuild, due to:
* the fact that the rebuild works well
* I'm looking for a fix to prevent corruption of the indexes.
* the server is used on a production plant without any possibility to stop it without sttoping the production itself.

Yes, I have done the dbcc checkdb.
Regards,
Olivier Moron
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2006-05-10 : 08:08:14
http://sqlteam.com/forums/topic.asp?TOPIC_ID=53458

http://sqlteam.com/FORUMS/topic.asp?TOPIC_ID=52737

and Google for:

site:sqlteam.com inurl:topic "Extra or invalid key for the keys"

for a few others that might be relevant - before you widen your Google to just the search phrase.

Kristen
Go to Top of Page
   

- Advertisement -