SQL Server detected a logical consistency-based I/O error

  • I have sql server 2005

    I got the following error while executing an sql statement on my database:

    Msg 824, Level 24, State 2, Line 1

    SQL Server detected a logical consistency-based I/O error: incorrect pageid (expected 1:307914; actual 28271:1935762771). It occurred during a read of page (1:307914) in database ID 54 at offset 0x00000096594000 in file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\MTest.mdf'. Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.

    after running DBCC CHECKDB (mtest) WITH NO_INFOMSGS, ALL_ERRORMSGS

    I got the following error msg:

    Msg 8967, Level 16, State 216, Line 1

    An internal error occurred in DBCC that prevented further processing. Contact Customer Support Services.

    Msg 8921, Level 16, State 1, Line 1

    Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.

    Msg 8905, Level 16, State 1, Line 1

    Extent (1:770856) in database ID 56 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Msg 8905, Level 16, State 1, Line 1

    Extent (1:773208) in database ID 56 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Msg 8905, Level 16, State 1, Line 1

    Extent (1:773224) in database ID 56 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Msg 8905, Level 16, State 1, Line 1

    Extent (1:773672) in database ID 56 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Msg 8944, Level 16, State 12, Line 1

    Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594278182912 (type Unknown), page (1:769370), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 73 and 38.

    Msg 8944, Level 16, State 12, Line 1

    Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594278182912 (type Unknown), page (1:769370), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 73 and 38.

    CHECKDB found 4 allocation errors and 2 consistency errors not associated with any single object.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'sys.syscolpars' (ID 41). Data row does not have a matching index row in the index 'nc' (ID 2). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:528807:40) identified by (id = 1635237326 and number = 0 and colid = 1) with index values 'name = 'VOUCHERCODE' and id = 1635237326 and number = 0'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'sys.syscolpars' (ID 41). Data row does not have a matching index row in the index 'nc' (ID 2). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:528807:46) identified by (id = 1635237326 and number = 0 and colid = 7) with index values 'name = 'AMOUNT' and id = 1635237326 and number = 0'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'sys.syscolpars' (ID 41). Data row does not have a matching index row in the index 'nc' (ID 2). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:528807:48) identified by (id = 1635237326 and number = 0 and colid = 9) with index values 'name = 'AMOUNTLL' and id = 1635237326 and number = 0'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'sys.syscolpars' (ID 41). Data row does not have a matching index row in the index 'nc' (ID 2). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:528807:49) identified by (id = 1635237326 and number = 0 and colid = 10) with index values 'name = 'AMOUNTUSD' and id = 1635237326 and number = 0'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'sys.syscolpars' (ID 41). Data row does not have a matching index row in the index 'nc' (ID 2). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:545425:15) identified by (id = 1827238010 and number = 0 and colid = 1) with index values 'name = 'VOUCHERCODE' and id = 1827238010 and number = 0'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'sys.syscolpars' (ID 41). Data row does not have a matching index row in the index 'nc' (ID 2). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:545425:19) identified by (id = 1827238010 and number = 0 and colid = 5) with index values 'name = 'AMOUNT' and id = 1827238010 and number = 0'.

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'sys.syscolpars' (ID 41). Index row in index 'nc' (ID 2) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:10502:60) with values (name = 'VOUCHERCODE' and id = 1635237326 and number = 0) pointing to the data row identified by (id = 1635237326 and number = 0 and colid = 4).

    CHECKDB found 0 allocation errors and 7 consistency errors in table 'sys.syscolpars' (object ID 41).

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 49, index ID 1, partition ID 281474979921920, alloc unit ID 281474979921920 (type In-row data). Page (1:555428) is missing a reference from previous page (1:702464). Possible chain linkage problem.

    CHECKDB found 0 allocation errors and 1 consistency errors in table 'sys.sysxprops' (object ID 49).

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'IX_PaymentD' (ID 2) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:432031:64) with values (PCode = 'PV015' and PNum = 1882. and HEAP RID = (1:773672:1)) pointing to the data row identified by (HEAP RID = (1:773672:1)).

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'IX_PaymentD' (ID 2) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:432031:65) with values (PCode = 'PV015' and PNum = 1882. and HEAP RID = (1:773672:2)) pointing to the data row identified by (HEAP RID = (1:773672:2)).

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'IX_PaymentD' (ID 2) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:432031:66) with values (PCode = 'PV015' and PNum = 1883. and HEAP RID = (1:773672:3)) pointing to the data row identified by (HEAP RID = (1:773672:3)).

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'IX_PaymentD' (ID 2) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:432031:67) with values (PCode = 'PV015' and PNum = 1883. and HEAP RID = (1:773672:4)) pointing to the data row identified by (HEAP RID = (1:773672:4)).

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Data row does not have a matching index row in the index 'PK_PaymentD' (ID 3). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:33945:2) identified by (HEAP RID = (1:33945:2)) with index values 'PrimaryKey = 40959.'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Data row does not have a matching index row in the index 'PK_PaymentD' (ID 3). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:33945:3) identified by (HEAP RID = (1:33945:3)) with index values 'PrimaryKey = 40960.'.

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'PK_PaymentD' (ID 3) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:435710:244) with values (PrimaryKey = 41386.) pointing to the data row identified by (HEAP RID = (1:33945:2)).

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'PK_PaymentD' (ID 3) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:435710:245) with values (PrimaryKey = 41387.) pointing to the data row identified by (HEAP RID = (1:33945:3)).

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'PK_PaymentD' (ID 3) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:435710:257) with values (PrimaryKey = 41405.) pointing to the data row identified by (HEAP RID = (1:773672:1)).

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'PK_PaymentD' (ID 3) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:435710:258) with values (PrimaryKey = 41406.) pointing to the data row identified by (HEAP RID = (1:773672:2)).

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'PK_PaymentD' (ID 3) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:435710:259) with values (PrimaryKey = 41407.) pointing to the data row identified by (HEAP RID = (1:773672:3)).

    Msg 8952, Level 16, State 1, Line 1

    Table error: table 'PaymentD' (ID 23775242). Index row in index 'PK_PaymentD' (ID 3) does not match any data row. Possible extra or invalid keys for:

    Msg 8956, Level 16, State 1, Line 1

    Index row (1:435710:260) with values (PrimaryKey = 41408.) pointing to the data row identified by (HEAP RID = (1:773672:4)).

    CHECKDB found 0 allocation errors and 12 consistency errors in table 'PaymentD' (object ID 23775242).

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'Region' (ID 120387498). Data row does not have a matching index row in the index 'PK_Region' (ID 2). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:355231:9) identified by (HEAP RID = (1:355231:9)) with index values 'Code = 218.'.

    CHECKDB found 0 allocation errors and 1 consistency errors in table 'Region' (object ID 120387498).

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763488) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763489) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763490) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763491) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763492) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763493) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763494) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763495) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763600) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763601) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763602) allocated to object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8914, Level 16, State 1, Line 1

    Incorrect PFS free space information for page (1:779257) in object ID 123251594, index ID 0, partition ID 8077416464384, alloc unit ID 8077416464384 (type In-row data). Expected value 95_PCT_FULL, actual value 100_PCT_FULL.

    CHECKDB found 0 allocation errors and 12 consistency errors in table 'AssetsTransaction' (object ID 123251594).

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:257917) allocated to object ID 135775641, index ID 0, partition ID 8898192408576, alloc unit ID 8898192408576 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    CHECKDB found 0 allocation errors and 1 consistency errors in table 'PaymentSchd' (object ID 135775641).

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet' (ID 9). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22269:66) identified by (HEAP RID = (1:22269:66)) with index values 'DocCode = 'PICH15' and DocNum = '16' and PayNum = 1. and HEAP RID = (1:22269:66)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet' (ID 9). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22270:38) identified by (HEAP RID = (1:22270:38)) with index values 'DocCode = 'PICH15' and DocNum = '162' and PayNum = 1. and HEAP RID = (1:22270:38)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet' (ID 9). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22270:46) identified by (HEAP RID = (1:22270:46)) with index values 'DocCode = 'PV015' and DocNum = '143' and PayNum = 1. and HEAP RID = (1:22270:46)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet' (ID 9). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22270:47) identified by (HEAP RID = (1:22270:47)) with index values 'DocCode = 'PV015' and DocNum = '144' and PayNum = 1. and HEAP RID = (1:22270:47)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet' (ID 9). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22270:51) identified by (HEAP RID = (1:22270:51)) with index values 'DocCode = 'PV015' and DocNum = '1456' and PayNum = 1. and HEAP RID = (1:22270:51)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet' (ID 9). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22270:52) identified by (HEAP RID = (1:22270:52)) with index values 'DocCode = 'PV015' and DocNum = '1818' and PayNum = 1. and HEAP RID = (1:22270:52)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet_3' (ID 12). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22269:66) identified by (HEAP RID = (1:22269:66)) with index values 'Cur = 0. and HEAP RID = (1:22269:66)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet_3' (ID 12). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22269:67) identified by (HEAP RID = (1:22269:67)) with index values 'Cur = 0. and HEAP RID = (1:22269:67)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet_3' (ID 12). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22269:68) identified by (HEAP RID = (1:22269:68)) with index values 'Cur = 0. and HEAP RID = (1:22269:68)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet_3' (ID 12). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22269:69) identified by (HEAP RID = (1:22269:69)) with index values 'Cur = 0. and HEAP RID = (1:22269:69)'.

    Msg 8951, Level 16, State 1, Line 1

    Table error: table 'PaymentSet' (ID 183775812). Data row does not have a matching index row in the index 'IX_PaymentSet_3' (ID 12). Possible missing or invalid keys for the index row matching:

    Msg 8955, Level 16, State 1, Line 1

    Data row (1:22269:70) identified by (HEAP RID = (1:22269:70)) with index values 'Cur = 0. and HEAP RID = (1:22269:70)'.

    CHECKDB found 0 allocation errors and 11 consistency errors in table 'PaymentSet' (object ID 183775812).

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data): Page (1:758202) could not be processed. See other errors for details.

    Msg 8944, Level 16, State 17, Line 1

    Table error: Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data), page (1:758202), row 20. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 88 and 87.

    Msg 8944, Level 16, State 17, Line 1

    Table error: Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data), page (1:758202), row 20. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 88 and 87.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data): Page (1:762522) could not be processed. See other errors for details.

    Msg 8944, Level 16, State 17, Line 1

    Table error: Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data), page (1:762522), row 0. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 88 and 87.

    Msg 8944, Level 16, State 17, Line 1

    Table error: Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data), page (1:762522), row 0. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 88 and 87.

    Msg 8914, Level 16, State 1, Line 1

    Incorrect PFS free space information for page (1:762526) in object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data). Expected value 50_PCT_FULL, actual value 100_PCT_FULL.

    Msg 8914, Level 16, State 1, Line 1

    Incorrect PFS free space information for page (1:762527) in object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data). Expected value 50_PCT_FULL, actual value 100_PCT_FULL.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763504) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763505) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763506) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763507) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763508) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763509) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763510) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763511) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data): Page (1:763674) could not be processed. See other errors for details.

    Msg 8944, Level 16, State 28, Line 1

    Table error: Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data), page (1:763674), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_B))) failed. Values are 151 and 129.

    Msg 8944, Level 16, State 28, Line 1

    Table error: Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data), page (1:763674), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_B))) failed. Values are 151 and 129.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763675) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763676) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763677) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763678) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763679) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data): Page (1:763962) could not be processed. See other errors for details.

    Msg 8944, Level 16, State 12, Line 1

    Table error: Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data), page (1:763962), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 22 and 0.

    Msg 8944, Level 16, State 12, Line 1

    Table error: Object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data), page (1:763962), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 22 and 0.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763963) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763964) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763965) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763966) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763967) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768304) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768305) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768307) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768308) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768309) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768310) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768311) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773089) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773090) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773092) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773093) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773094) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773095) allocated to object ID 233208031, index ID 0, partition ID 15283521519616, alloc unit ID 15283521519616 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:271167) has two parent nodes (1:768297), slot 82 and (1:711280), slot 156.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:332588) has two parent nodes (1:768297), slot 87 and (1:711280), slot 161.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:335697) has two parent nodes (1:711280), slot 123 and (1:768297), slot 43.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:335699) has two parent nodes (1:711280), slot 122 and (1:768297), slot 42.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:336129) has two parent nodes (1:768297), slot 60 and (1:711280), slot 134.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:394747) has two parent nodes (1:768297), slot 65 and (1:711280), slot 139.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:394748) has two parent nodes (1:768297), slot 72 and (1:711280), slot 146.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:394749) has two parent nodes (1:768297), slot 77 and (1:711280), slot 151.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree chain linkage mismatch. (1:753145)->next = (1:418947), but (1:418947)->Prev = (1:794102).

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:433658) has two parent nodes (1:768297), slot 64 and (1:711280), slot 138.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:433962) has two parent nodes (1:768297), slot 61 and (1:711280), slot 135.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:434779) has two parent nodes (1:768297), slot 67 and (1:711280), slot 141.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). The previous link (1:769247) on page (1:444260) does not match the previous page (1:801280) that the parent (1:109760), slot 59 expects for this page.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445583) has two parent nodes (1:768297), slot 63 and (1:711280), slot 137.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445624) has two parent nodes (1:768297), slot 62 and (1:711280), slot 136.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445625) has two parent nodes (1:768297), slot 66 and (1:711280), slot 140.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445626) has two parent nodes (1:768297), slot 68 and (1:711280), slot 142.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445627) has two parent nodes (1:768297), slot 69 and (1:711280), slot 143.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445628) has two parent nodes (1:768297), slot 70 and (1:711280), slot 144.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445629) has two parent nodes (1:768297), slot 71 and (1:711280), slot 145.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445630) has two parent nodes (1:768297), slot 73 and (1:711280), slot 147.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445631) has two parent nodes (1:768297), slot 74 and (1:711280), slot 148.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445648) has two parent nodes (1:768297), slot 75 and (1:711280), slot 149.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445649) has two parent nodes (1:768297), slot 76 and (1:711280), slot 150.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445650) has two parent nodes (1:768297), slot 78 and (1:711280), slot 152.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445651) has two parent nodes (1:768297), slot 79 and (1:711280), slot 153.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445652) has two parent nodes (1:768297), slot 80 and (1:711280), slot 154.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445653) has two parent nodes (1:768297), slot 81 and (1:711280), slot 155.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445654) has two parent nodes (1:768297), slot 83 and (1:711280), slot 157.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445655) has two parent nodes (1:768297), slot 84 and (1:711280), slot 158.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445656) has two parent nodes (1:768297), slot 85 and (1:711280), slot 159.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445657) has two parent nodes (1:768297), slot 86 and (1:711280), slot 160.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445658) has two parent nodes (1:768297), slot 88 and (1:711280), slot 162.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:445659) has two parent nodes (1:768297), slot 89 and (1:711280), slot 163.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). The previous link (1:739903) on page (1:463179) does not match the previous page (1:759295) that the parent (1:698741), slot 77 expects for this page.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). The previous link (1:768297) on page (1:500790) does not match the previous page (1:711280) that the parent (1:109760), slot 86 expects for this page.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:722816) has two parent nodes (1:711280), slot 86 and (1:768297), slot 6.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:731743) has two parent nodes (1:711280), slot 90 and (1:768297), slot 10.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:732370) has two parent nodes (1:711280), slot 82 and (1:768297), slot 2.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:732371) has two parent nodes (1:711280), slot 81 and (1:768297), slot 1.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:733081) has two parent nodes (1:711280), slot 87 and (1:768297), slot 7.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:737833) has two parent nodes (1:711280), slot 80 and (1:768297), slot 0.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:739346) has two parent nodes (1:711280), slot 83 and (1:768297), slot 3.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:743199) has two parent nodes (1:768297), slot 11 and (1:711280), slot 91.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:744134) has two parent nodes (1:711280), slot 85 and (1:768297), slot 5.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:744135) has two parent nodes (1:711280), slot 84 and (1:768297), slot 4.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:744697) has two parent nodes (1:711280), slot 96 and (1:768297), slot 16.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:745258) has two parent nodes (1:711280), slot 89 and (1:768297), slot 9.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:745259) has two parent nodes (1:711280), slot 88 and (1:768297), slot 8.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:747968) has two parent nodes (1:768297), slot 13 and (1:711280), slot 93.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:747969) has two parent nodes (1:711280), slot 92 and (1:768297), slot 12.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). The previous link (1:335696) on page (1:752457) does not match the previous page (1:769446) that the parent (1:756448), slot 31 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree chain linkage mismatch. (1:769446)->next = (1:752457), but (1:752457)->Prev = (1:335696).

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:753266) has two parent nodes (1:711280), slot 98 and (1:768297), slot 18.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:753267) has two parent nodes (1:711280), slot 97 and (1:768297), slot 17.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:753790) has two parent nodes (1:711280), slot 95 and (1:768297), slot 15.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:753791) has two parent nodes (1:711280), slot 94 and (1:768297), slot 14.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:754405) has two parent nodes (1:711280), slot 99 and (1:768297), slot 19.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:754770) has two parent nodes (1:711280), slot 100 and (1:768297), slot 20.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:757608) has two parent nodes (1:768297), slot 24 and (1:711280), slot 104.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:757610) has two parent nodes (1:711280), slot 126 and (1:768297), slot 50.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:759053) has two parent nodes (1:711280), slot 125 and (1:768297), slot 49.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). The previous link (1:793949) on page (1:759054) does not match the previous page (1:335697) that the parent (1:711280), slot 124 expects for this page.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:759054) has two parent nodes (0:1), slot 0 and (1:768297), slot 48.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:759055) has two parent nodes (1:711280), slot 106 and (1:768297), slot 26.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:759295) is missing a reference from previous page (1:739903). Possible chain linkage problem.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:759456) has two parent nodes (1:711280), slot 105 and (1:768297), slot 25.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:759546) has two parent nodes (1:711280), slot 127 and (1:768297), slot 51.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:761317) has two parent nodes (1:711280), slot 102 and (1:768297), slot 22.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:761318) has two parent nodes (1:711280), slot 103 and (1:768297), slot 23.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:761319) has two parent nodes (1:711280), slot 101 and (1:768297), slot 21.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:762058) has two parent nodes (1:711280), slot 107 and (1:768297), slot 27.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:762600) is missing a reference from previous page (1:763581). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:762601) is missing a reference from previous page (1:776545). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:762606) is missing a reference from previous page (1:753145). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763520) is missing a reference from previous page (1:763579). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763523) is missing a reference from previous page (1:763580). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763577) is missing a reference from previous page (1:763578). Possible chain linkage problem.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data): Page (1:763578) could not be processed. See other errors for details.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:779163), slot 84 refers to child page (1:763578) and previous child (1:779162), but they were not encountered.

    Msg 8944, Level 16, State 12, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data), page (1:763578), row 1. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 256 and 93.

    Msg 8944, Level 16, State 12, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data), page (1:763578), row 1. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 256 and 93.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763579) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763579) was not seen in the scan although its parent (1:779163) and previous (1:763576) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763580) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763580) was not seen in the scan although its parent (1:779163) and previous (1:763524) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763581) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763581) was not seen in the scan although its parent (1:784700) and previous (1:758766) refer to it. Check any previous errors.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763582) is missing a reference from previous page (1:763583). Possible chain linkage problem.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763583) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763583) was not seen in the scan although its parent (1:739063) and previous (1:763640) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data): Page (1:763866) could not be processed. See other errors for details.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763866) was not seen in the scan although its parent (1:769247) and previous (1:763647) refer to it. Check any previous errors.

    Msg 8944, Level 16, State 12, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data), page (1:763866), row 3. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 1536 and 34.

    Msg 8944, Level 16, State 12, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data), page (1:763866), row 3. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 1536 and 34.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763867) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:784700), slot 39 refers to child page (1:763867) and previous child (1:776657), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763868) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763868) was not seen in the scan although its parent (1:784700) and previous (1:784746) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763869) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763869) was not seen in the scan although its parent (1:776551) and previous (1:762502) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763870) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:784700), slot 92 refers to child page (1:763870) and previous child (1:763871), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763871) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:763871) was not seen in the scan although its parent (1:784700) and previous (1:762600) refer to it. Check any previous errors.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:764571) has two parent nodes (1:711280), slot 109 and (1:768297), slot 29.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:764572) has two parent nodes (1:711280), slot 108 and (1:768297), slot 28.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:764650) has two parent nodes (1:711280), slot 128 and (1:768297), slot 52.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:766634) has two parent nodes (1:711280), slot 129 and (1:768297), slot 53.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:767182) has two parent nodes (1:711280), slot 111 and (1:768297), slot 31.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:767454) has two parent nodes (1:711280), slot 110 and (1:768297), slot 30.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768000) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:805420), slot 40 refers to child page (1:768000) and previous child (1:768001), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768001) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768001) was not seen in the scan although its parent (1:805420) and previous (1:762605) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768002) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:784700), slot 94 refers to child page (1:768002) and previous child (1:768003), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768003) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:784700), slot 93 refers to child page (1:768003) and previous child (1:763870), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768004) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 62 refers to child page (1:768004) and previous child (1:763866), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768005) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 63 refers to child page (1:768005) and previous child (1:768004), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768006) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 64 refers to child page (1:768006) and previous child (1:768005), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768007) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768007) was not seen in the scan although its parent (1:769247) and previous (1:768168) refer to it. Check any previous errors.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768168) is missing a reference from previous page (1:768006). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768171) is missing a reference from previous page (1:768002). Possible chain linkage problem.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768296) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768296) was not seen in the scan although its parent (1:768297) and previous (1:335697) refer to it. Check any previous errors.

    Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768297) is missing references from parent (unknown) and previous (page (1:711280)) nodes. Possible bad root entry in system catalog.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768298) is missing a reference from previous page (1:768299). Possible chain linkage problem.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768299) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:768297), slot 45 refers to child page (1:768299) and previous child (1:768296), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768301) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768301) was not seen in the scan although its parent (1:117862) and previous (1:758296) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768302) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768302) was not seen in the scan although its parent (1:765883) and previous (1:758765) refer to it. Check any previous errors.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:768303) is missing a reference from previous page (1:768302). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:769240) is missing a reference from previous page (1:768000). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:769241) is missing a reference from previous page (1:769242). Possible chain linkage problem.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data): Page (1:769242) could not be processed. See other errors for details.

    Msg 8944, Level 16, State 14, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data), page (1:769242), row 0. Test (ColumnOffsets + (int)sizeof (COLOFF) <= (nextRec - pRec)) failed. Values are 36 and 34.

    Msg 8944, Level 16, State 14, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data), page (1:769242), row 0. Test (ColumnOffsets + (int)sizeof (COLOFF) <= (nextRec - pRec)) failed. Values are 36 and 34.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:805420), slot 43 refers to child page (1:769242) and previous child (1:769243), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769243) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:769243) was not seen in the scan although its parent (1:805420) and previous (1:769240) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769245) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:776551), slot 116 refers to child page (1:769245) and previous child (1:769246), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769246) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:776551), slot 115 refers to child page (1:769246) and previous child (1:763869), but they were not encountered.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Parent node for page (1:769247) was not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769368) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 68 refers to child page (1:769368) and previous child (1:769369), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769369) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 67 refers to child page (1:769369) and previous child (1:768007), but they were not encountered.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data): Page (1:769370) could not be processed. See other errors for details.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:769370) was not seen in the scan although its parent (1:769247) and previous (1:769371) refer to it. Check any previous errors.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:769371) is missing a reference from previous page (1:769368). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:769373) is missing a reference from previous page (1:769370). Possible chain linkage problem.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769440) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:769440) was not seen in the scan although its parent (1:752542) and previous (1:768169) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769441) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 74 refers to child page (1:769441) and previous child (1:769442), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769442) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:769442) was not seen in the scan although its parent (1:769247) and previous (1:769372) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769443) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 75 refers to child page (1:769443) and previous child (1:769441), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769444) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 77 refers to child page (1:769444) and previous child (1:769445), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:769445) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 76 refers to child page (1:769445) and previous child (1:769443), but they were not encountered.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:770824) is missing a reference from previous page (1:769245). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:770825) is missing a reference from previous page (1:803611). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:770826) is missing a reference from previous page (1:769444). Possible chain linkage problem.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:772547) has two parent nodes (1:711280), slot 130 and (1:768297), slot 54.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773280) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:773280) was not seen in the scan although its parent (1:769247) and previous (1:770831) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773281) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 86 refers to child page (1:773281) and previous child (1:773282), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773282) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 85 refers to child page (1:773282) and previous child (1:773280), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773283) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 87 refers to child page (1:773283) and previous child (1:773281), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773284) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Index node page (1:769247), slot 88 refers to child page (1:773284) and previous child (1:773283), but they were not encountered.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:773285) is missing a reference from previous page (1:773286). Possible chain linkage problem.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773286) allocated to object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:773286) was not seen in the scan although its parent (1:746145) and previous (1:748960) refer to it. Check any previous errors.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:773287) is missing a reference from previous page (1:769440). Possible chain linkage problem.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:773536) has two parent nodes (1:768297), slot 32 and (1:711280), slot 112.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:773705) is missing a reference from previous page (1:773284). Possible chain linkage problem.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:774474) has two parent nodes (1:711280), slot 113 and (1:768297), slot 33.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:776546) has two parent nodes (1:711280), slot 115 and (1:768297), slot 35.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:776547) has two parent nodes (1:711280), slot 114 and (1:768297), slot 34.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:777387) has two parent nodes (1:711280), slot 131 and (1:768297), slot 55.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree chain linkage mismatch. (1:776657)->next = (1:777390), but (1:777390)->Prev = (1:763867).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). The previous link (1:776545) on page (1:778179) does not match the previous page (1:762601) that the parent (1:752542), slot 67 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree chain linkage mismatch. (1:762601)->next = (1:778179), but (1:778179)->Prev = (1:776545).

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:779112) has two parent nodes (1:711280), slot 116 and (1:768297), slot 36.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:780031) has two parent nodes (1:711280), slot 117 and (1:768297), slot 37.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:784561) has two parent nodes (1:711280), slot 118 and (1:768297), slot 38.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:784564) has two parent nodes (1:711280), slot 132 and (1:768297), slot 56.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:801219) has two parent nodes (1:711280), slot 120 and (1:768297), slot 40.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:801416) has two parent nodes (1:711280), slot 119 and (1:768297), slot 39.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). The previous link (1:784746) on page (1:801419) does not match the previous page (1:763868) that the parent (1:784700), slot 65 expects for this page.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:801419) is missing a reference from previous page (1:784746). Possible chain linkage problem.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:803113) has two parent nodes (1:711280), slot 121 and (1:768297), slot 41.

    Msg 8937, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). B-tree page (1:803794) has two parent nodes (1:711280), slot 133 and (1:768297), slot 57.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 2, partition ID 578233474940928, alloc unit ID 578233474940928 (type In-row data). Page (1:806478) is missing a reference from previous page (1:768301). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:571338) on page (1:54472) does not match the previous page (1:769418) that the parent (1:499110), slot 193 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769418)->next = (1:54472), but (1:54472)->Prev = (1:571338).

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769419)->next = (1:54473), but (1:54473)->Prev = (1:571301).

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769421)->next = (1:54476), but (1:54476)->Prev = (1:571303).

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769423)->next = (1:54478), but (1:54478)->Prev = (1:571340).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:571339) on page (1:54479) does not match the previous page (1:773080) that the parent (1:270109), slot 23 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:773080)->next = (1:54479), but (1:54479)->Prev = (1:571339).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:631518) on page (1:114177) does not match the previous page (1:763876) that the parent (1:723924), slot 27 expects for this page.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:120410) is missing a reference from previous page (1:763877). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:769422) on page (1:132929) does not match the previous page (1:636293) that the parent (1:600324), slot 175 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769420)->next = (1:180734), but (1:180734)->Prev = (1:571302).

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:263512) is missing a reference from previous page (1:763873). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:631517) on page (1:301683) does not match the previous page (1:763629) that the parent (1:445738), slot 183 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:763629)->next = (1:301683), but (1:301683)->Prev = (1:631517).

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:440260)->next = (1:439508), but (1:439508)->Prev = (1:768008).

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:440262)->next = (1:439509), but (1:439509)->Prev = (1:763879).

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data): Page (1:440263) could not be processed. See other errors for details.

    Msg 8941, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data), page (1:440263). Test (sorted .offset >= PAGEHEADSIZE) failed. Slot 332, offset 0x1 is invalid.

    Msg 8942, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data), page (1:440263). Test (sorted.offset >= max) failed. Slot 0, offset 0x14c overlaps with the prior row.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:440263) was not seen in the scan although its parent (1:120386) and previous (1:504250) refer to it. Check any previous errors.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:636597) on page (1:490328) does not match the previous page (1:769192) that the parent (1:446710), slot 198 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769192)->next = (1:490328), but (1:490328)->Prev = (1:636597).

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769195)->next = (1:490329), but (1:490329)->Prev = (1:636599).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:763531) on page (1:502139) does not match the previous page (1:631519) that the parent (1:708785), slot 16 expects for this page.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:762541) on page (1:565723) does not match the previous page (1:121350) that the parent (1:585442), slot 5 expects for this page.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:565723) is missing a reference from previous page (1:762541). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:565727) is missing a reference from previous page (1:762542). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:579607) is missing a reference from previous page (1:773082). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:630904) is missing a reference from previous page (1:762543). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:439245) on page (1:636594) does not match the previous page (1:768284) that the parent (1:446710), slot 61 expects for this page.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:636594) is missing a reference from previous page (1:439245). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:439246) on page (1:636595) does not match the previous page (1:768286) that the parent (1:446710), slot 106 expects for this page.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:636595) is missing a reference from previous page (1:439246). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:439247) on page (1:636596) does not match the previous page (1:769239) that the parent (1:446710), slot 153 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769239)->next = (1:636596), but (1:636596)->Prev = (1:439247).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:441865) on page (1:636598) does not match the previous page (1:769193) that the parent (1:446710), slot 245 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769193)->next = (1:636598), but (1:636598)->Prev = (1:441865).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:439969) on page (1:639101) does not match the previous page (1:769417) that the parent (1:653167), slot 163 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769417)->next = (1:639101), but (1:639101)->Prev = (1:439969).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:620241) on page (1:639666) does not match the previous page (1:769235) that the parent (1:120386), slot 284 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:769235)->next = (1:639666), but (1:639666)->Prev = (1:620241).

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:695468) is missing a reference from previous page (1:763878). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:695469) is missing a reference from previous page (1:768009). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:695470) is missing a reference from previous page (1:768010). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:695471) is missing a reference from previous page (1:768011). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:498078) on page (1:699656) does not match the previous page (1:763530) that the parent (1:525593), slot 125 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:763530)->next = (1:699656), but (1:699656)->Prev = (1:498078).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:498076) on page (1:699659) does not match the previous page (1:763529) that the parent (1:525593), slot 71 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:763529)->next = (1:699659), but (1:699659)->Prev = (1:498076).

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:704777) is missing a reference from previous page (1:768013). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:769236) on page (1:704778) does not match the previous page (1:440338) that the parent (1:504409), slot 32 expects for this page.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:769237) on page (1:704779) does not match the previous page (1:440339) that the parent (1:504409), slot 87 expects for this page.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:769238) on page (1:704780) does not match the previous page (1:504408) that the parent (1:504409), slot 137 expects for this page.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:769416) on page (1:704781) does not match the previous page (1:504410) that the parent (1:504409), slot 192 expects for this page.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:705640) is missing a reference from previous page (1:768012). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:580400) on page (1:709848) does not match the previous page (1:773083) that the parent (1:723924), slot 131 expects for this page.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:709848) is missing a reference from previous page (1:580400). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:763535) on page (1:762122) does not match the previous page (1:121393) that the parent (1:490669), slot 2 expects for this page.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:763624) on page (1:762123) does not match the previous page (1:433334) that the parent (1:490669), slot 60 expects for this page.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:763626) on page (1:762124) does not match the previous page (1:486334) that the parent (1:490669), slot 185 expects for this page.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:762541) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The next pointer of (1:121350) refers to page (1:762541). Neither (1:762541) nor its parent were encountered. Possible bad chain linkage.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:762542) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:762542) was not seen in the scan although its parent (1:742227) and previous (1:121360) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:762543) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:762543) was not seen in the scan although its parent (1:692507) and previous (1:498073) refer to it. Check any previous errors.

    Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:763531) is missing references from parent (unknown) and previous (page (1:631519)) nodes. Possible bad root entry in system catalog.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:763532) was not encountered.

    Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:763535) is missing references from parent (unknown) and previous (page (1:121393)) nodes. Possible bad root entry in system catalog.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:763624) was not encountered.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:763625) was not encountered.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:763626) was not encountered.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:763628) is missing a reference from previous page (1:548838). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:763629) is missing a reference from previous page (1:631517). Possible chain linkage problem.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763872) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Index node page (1:560435), slot 35 refers to child page (1:763872) and previous child (1:120524), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763873) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:763873) was not seen in the scan although its parent (1:120386) and previous (1:774314) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763874) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:763874) was not seen in the scan although its parent (1:560435) and previous (1:368837) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763875) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:763875) was not seen in the scan although its parent (1:560435) and previous (1:91011) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763876) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Index node page (1:723924), slot 26 refers to child page (1:763876) and previous child (1:631518), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763877) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:763877) was not seen in the scan although its parent (1:120386) and previous (1:120409) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763878) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:763878) was not seen in the scan although its parent (1:618771) and previous (1:510671) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763879) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Index node page (1:618771), slot 284 refers to child page (1:763879) and previous child (1:440262), but they were not encountered.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:763625) on page (1:764152) does not match the previous page (1:433335) that the parent (1:490669), slot 123 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:120524)->next = (1:765197), but (1:765197)->Prev = (1:763872).

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:765198) is missing a reference from previous page (1:763875). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:765199) is missing a reference from previous page (1:763874). Possible chain linkage problem.

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:548838) on page (1:765993) does not match the previous page (1:763628) that the parent (1:445738), slot 121 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:763628)->next = (1:765993), but (1:765993)->Prev = (1:548838).

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:763532)->next = (1:766481), but (1:766481)->Prev = (1:696140).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:696141) on page (1:766483) does not match the previous page (1:763533) that the parent (1:502141), slot 15 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:763533)->next = (1:766483), but (1:766483)->Prev = (1:696141).

    Msg 8935, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). The previous link (1:696143) on page (1:766485) does not match the previous page (1:763534) that the parent (1:502141), slot 71 expects for this page.

    Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). B-tree chain linkage mismatch. (1:763534)->next = (1:766485), but (1:766485)->Prev = (1:696143).

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768008) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Index node page (1:618771), slot 175 refers to child page (1:768008) and previous child (1:440260), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768009) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768009) was not seen in the scan although its parent (1:272706) and previous (1:375384) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768010) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768010) was not seen in the scan although its parent (1:272706) and previous (1:375385) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768011) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768011) was not seen in the scan although its parent (1:272706) and previous (1:375386) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768012) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768012) was not seen in the scan although its parent (1:272706) and previous (1:375387) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768013) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768013) was not seen in the scan although its parent (1:120386) and previous (1:440336) refer to it. Check any previous errors.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768014) is missing a reference from previous page (1:504252). Possible chain linkage problem.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768015) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Index node page (1:120386), slot 107 refers to child page (1:768015) and previous child (1:440263), but they were not encountered.

    Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768280) is missing references from parent (unknown) and previous (page (1:440338)) nodes. Possible bad root entry in system catalog.

    Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768281) is missing references from parent (unknown) and previous (page (1:440339)) nodes. Possible bad root entry in system catalog.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data): Page (1:768282) could not be processed. See other errors for details.

    Msg 8941, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data), page (1:768282). Test (sorted .offset >= PAGEHEADSIZE) failed. Slot 244, offset 0x1 is invalid.

    Msg 8942, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data), page (1:768282). Test (sorted.offset >= max) failed. Slot 0, offset 0xf4 overlaps with the prior row.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768283) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768284) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Index node page (1:446710), slot 60 refers to child page (1:768284) and previous child (1:768285), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768285) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768285) was not seen in the scan although its parent (1:446710) and previous (1:439245) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:768286) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:768286) was not seen in the scan although its parent (1:446710) and previous (1:768287) refer to it. Check any previous errors.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:769192) is missing a reference from previous page (1:636597). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:769195) is missing a reference from previous page (1:636599). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:769199) is missing a reference from previous page (1:499109). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:769234) is missing a reference from previous page (1:768015). Possible chain linkage problem.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:769236) was not encountered.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:769237) was not encountered.

    Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:769238) is missing references from parent (unknown) and previous (page (1:768282)) nodes. Possible bad root entry in system catalog.

    Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:769416) is missing references from parent (unknown) and previous (page (1:768283)) nodes. Possible bad root entry in system catalog.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:769417) is missing a reference from previous page (1:439969). Possible chain linkage problem.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:769419) was not encountered.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:769420) was not encountered.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:769421) was not encountered.

    Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:769422) is missing references from parent (unknown) and previous (page (1:636293)) nodes. Possible bad root entry in system catalog.

    Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Parent node for page (1:769423) was not encountered.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data): Page (1:773082) could not be processed. See other errors for details.

    Msg 8941, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data), page (1:773082). Test (sorted .offset >= PAGEHEADSIZE) failed. Slot 245, offset 0x4 is invalid.

    Msg 8942, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data), page (1:773082). Test (sorted.offset >= max) failed. Slot 0, offset 0xf5 overlaps with the prior row.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:773082) was not seen in the scan although its parent (1:723924) and previous (1:444819) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:773083) allocated to object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 3, partition ID 859708451651584, alloc unit ID 859708451651584 (type In-row data). Page (1:773083) was not seen in the scan although its parent (1:723924) and previous (1:580400) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

    Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data): Page (1:763482) could not be processed. See other errors for details.

    Msg 8941, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data), page (1:763482). Test (sorted .offset >= PAGEHEADSIZE) failed. Slot 312, offset 0x1 is invalid.

    Msg 8942, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data), page (1:763482). Test (sorted.offset >= max) failed. Slot 0, offset 0x138 overlaps with the prior row.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data). Page (1:763482) was not seen in the scan although its parent (1:802753) and previous (1:763481) refer to it. Check any previous errors.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763483) allocated to object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data). Index node page (1:802753), slot 278 refers to child page (1:763483) and previous child (1:763482), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763484) allocated to object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data). Index node page (1:802753), slot 279 refers to child page (1:763484) and previous child (1:763483), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763485) allocated to object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data). Index node page (1:802753), slot 280 refers to child page (1:763485) and previous child (1:763484), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763486) allocated to object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data). Index node page (1:802753), slot 281 refers to child page (1:763486) and previous child (1:763485), but they were not encountered.

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:763487) allocated to object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data). Index node page (1:802753), slot 282 refers to child page (1:763487) and previous child (1:763486), but they were not encountered.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 233208031, index ID 4, partition ID 1141183428362240, alloc unit ID 1141183428362240 (type In-row data). Page (1:764192) is missing a reference from previous page (1:763487). Possible chain linkage problem.

    CHECKDB found 0 allocation errors and 419 consistency errors in table 'CostCentersSubDiv' (object ID 233208031).

    CHECKDB found 4 allocation errors and 466 consistency errors in database 'MTest'.

    Is there anything I can do to fix this problem? I have a clean backup aged one week

    what can I do to prevent such a problem in the future?

    Thank you in advanced,

  • Please help me, I have the same problem on many other databases too...

  • Restore from your last good backups, this is unfixable.

    Cause is likely a problem in your IO subsystem.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Thank you Gail for your reply,

    Is it possible this problem occurred because of no space on the disk? or could it be other reason?

    Thanks again...

  • Thank you Gail for your reply,

    Is it possible this problem occurred because of no space on the disk? or could it be other reason?

    Thanks again...

  • If I have problem is IO subsystem, what steps should I take to solve it??

    Thanks in advance,

  • mamianstgio (10/31/2015)


    Is it possible this problem occurred because of no space on the disk?

    No.

    You have an IO subsystem which is not behaving correctly (writing data to disks incorrectly or writing over existing data). If you don't know how to diagnose and troubleshoot, speak with your storage admin or vendor.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply