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.
Author |
Topic |
oliviermoron
Starting Member
7 Posts |
Posted - 2007-03-12 : 09:54:34
|
Dear all,We have such problems:DBCC results for 'TRAMES'.Server: Msg 8955, Level 16, State 1, Line 1Data row (1:3893993:34) identified by (RID = (1:3893993:34) ) has index values (PO_ID = 80123).Server: Msg 8951, Level 16, State 1, Line 1Table error: Table 'TRAMES' (ID 1573580644). Missing or invalid key in index 'IX_POID' (ID 2) for the row:Server: Msg 8955, Level 16, State 1, Line 1Data row (1:3893993:48) identified by (RID = (1:3893993:48) ) has index values (PO_ID = 80095).Server: Msg 8951, Level 16, State 1, Line 1Table error: Table 'TRAMES' (ID 1573580644). Missing or invalid key in index 'IX_POID' (ID 2) for the row:Server: Msg 8955, Level 16, State 1, Line 1Data row (1:3893993:79) identified by (RID = (1:3893993:79) ) has index values (PO_ID = 80123).Server: Msg 8951, Level 16, State 1, Line 1Table error: Table 'TRAMES' (ID 1573580644). Missing or invalid key in index 'IX_POID' (ID 2) for the row:Server: Msg 8955, Level 16, State 1, Line 1Data row (1:3893993:92) identified by (RID = (1:3893993:92) ) has index values (PO_ID = 80095).There are 1703901 rows in 18180 pages for object 'TRAMES'.CHECKDB found 0 allocation errors and 4 consistency errors in table 'TRAMES' (object ID 1573580644).And really I don't know what can I do to prevent such problems. I know how to fix it with a dbreindex, but it blocks the production during several minutes, and we have to restart the whole plant...we are using SQL 2000 standard edition 8.00.2039 (with SP4)Thank you,regardsOlivier |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2007-03-12 : 10:51:16
|
post this in data corruption forum. MS SQL server product team is looking there and you might get faster answers than here._______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp |
 |
|
oliviermoron
Starting Member
7 Posts |
Posted - 2007-03-12 : 10:57:29
|
quote: Originally posted by spirit1 post this in data corruption forum. MS SQL server product team is looking there and you might get faster answers than here.Thank you, I will, regards,Olivier_______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp
|
 |
|
Kristen
Test
22859 Posts |
|
|
|
|
|
|