[SQL server 2000] Résultat d'un checkdb
Bonjour,
J'ai un problème avec une de nos bases sqlserver, en effet voilà les lignes en erreurs lors d'un checkdb:
Code:
1 2 3 4 5 6 7 8
| DBCC results for 'tRDoc'.
The repair level on the DBCC statement caused this repair to be bypassed.
The repair level on the DBCC statement caused this repair to be bypassed.
Server: Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 11199140, index ID 1. Page (1:102861) is missing a reference from previous page (1:102860). Possible chain linkage problem.
The repair level on the DBCC statement caused this repair to be bypassed.
CHECKDB found 0 allocation errors and 3 consistency errors in table 'tRDoc' (object ID 11199140). |
de quoi cela peut il venir ?
Merci d'avance