table errors

  • Unfortunately our small company does not have a DBA, so I would like to humbly ask for your assistance in how to proceed. One of our databases spit out an error when trying to run a simple select query, so I came to this forum and saw that I should run dbcc checkdb with no_infomsgs.

    I did that and got a really long set of results, which basically repeated these messages:

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

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38888) contains an incorrect page ID in its page header. The PageId in the page header = (1:39424).

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:32997) is missing a reference from previous page (1:39027). Possible chain linkage problem.

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:35623), slot 24 refers to child page (1:38896) and previous child (1:38897), but they were not encountered.

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38902) was not seen in the scan although its parent (1:32961) and previous (1:31605) refer to it. Check any previous errors.

    Then at the end:

    CHECKDB found 0 allocation errors and 546 consistency errors in table 'RegPreReturnsTbl' (object ID 437576597).

    CHECKDB found 0 allocation errors and 546 consistency errors in database 'VertexProd'.

    repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (VertexProd).

    Is this something that I do with the guidance of the gurus here? I am more of a developer and comfortable in SQL Mgmt Studio. Please advise and thank you all for your time and guidance.

  • run this command in SSMS, and post the entire results back here.

    the database in question is VertexProd, right?

    DBCC CHECKDB('VertexProd') WITH NO_INFOMSGS, ALL_ERRORMSGS

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Full results of DBCC CHECKDB('VertexProd') WITH NO_INFOMSGS, ALL_ERRORMSGS shown:

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38888) contains an incorrect page ID in its page header. The PageId in the page header = (1:39424).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38889) contains an incorrect page ID in its page header. The PageId in the page header = (1:39425).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38890) contains an incorrect page ID in its page header. The PageId in the page header = (1:39426).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38891) contains an incorrect page ID in its page header. The PageId in the page header = (1:39427).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38892) contains an incorrect page ID in its page header. The PageId in the page header = (1:39428).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38893) contains an incorrect page ID in its page header. The PageId in the page header = (1:39429).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38894) contains an incorrect page ID in its page header. The PageId in the page header = (1:39430).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38895) contains an incorrect page ID in its page header. The PageId in the page header = (1:39431).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38896) contains an incorrect page ID in its page header. The PageId in the page header = (1:39432).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38897) contains an incorrect page ID in its page header. The PageId in the page header = (1:39433).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38898) contains an incorrect page ID in its page header. The PageId in the page header = (1:39434).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38899) contains an incorrect page ID in its page header. The PageId in the page header = (1:39435).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38900) contains an incorrect page ID in its page header. The PageId in the page header = (1:39436).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38901) contains an incorrect page ID in its page header. The PageId in the page header = (1:39437).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38902) contains an incorrect page ID in its page header. The PageId in the page header = (1:39438).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38903) contains an incorrect page ID in its page header. The PageId in the page header = (1:39439).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38904) contains an incorrect page ID in its page header. The PageId in the page header = (1:39440).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38905) contains an incorrect page ID in its page header. The PageId in the page header = (1:39441).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38906) contains an incorrect page ID in its page header. The PageId in the page header = (1:39442).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38907) contains an incorrect page ID in its page header. The PageId in the page header = (1:39443).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38908) contains an incorrect page ID in its page header. The PageId in the page header = (1:39444).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38909) contains an incorrect page ID in its page header. The PageId in the page header = (1:39445).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38910) contains an incorrect page ID in its page header. The PageId in the page header = (1:39446).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38911) contains an incorrect page ID in its page header. The PageId in the page header = (1:39447).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38912) contains an incorrect page ID in its page header. The PageId in the page header = (1:39448).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38913) contains an incorrect page ID in its page header. The PageId in the page header = (1:39449).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38914) contains an incorrect page ID in its page header. The PageId in the page header = (1:39450).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38915) contains an incorrect page ID in its page header. The PageId in the page header = (1:39451).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38916) contains an incorrect page ID in its page header. The PageId in the page header = (1:39452).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38917) contains an incorrect page ID in its page header. The PageId in the page header = (1:39453).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38918) contains an incorrect page ID in its page header. The PageId in the page header = (1:39454).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38919) contains an incorrect page ID in its page header. The PageId in the page header = (1:39455).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38928) contains an incorrect page ID in its page header. The PageId in the page header = (1:39464).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38929) contains an incorrect page ID in its page header. The PageId in the page header = (1:39465).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38930) contains an incorrect page ID in its page header. The PageId in the page header = (1:39466).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38932) contains an incorrect page ID in its page header. The PageId in the page header = (1:39468).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38933) contains an incorrect page ID in its page header. The PageId in the page header = (1:39469).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38934) contains an incorrect page ID in its page header. The PageId in the page header = (1:39470).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38935) contains an incorrect page ID in its page header. The PageId in the page header = (1:39471).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38936) contains an incorrect page ID in its page header. The PageId in the page header = (1:39472).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38937) contains an incorrect page ID in its page header. The PageId in the page header = (1:39473).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38938) contains an incorrect page ID in its page header. The PageId in the page header = (1:39474).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38939) contains an incorrect page ID in its page header. The PageId in the page header = (1:39475).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38940) contains an incorrect page ID in its page header. The PageId in the page header = (1:39476).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38941) contains an incorrect page ID in its page header. The PageId in the page header = (1:39477).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38942) contains an incorrect page ID in its page header. The PageId in the page header = (1:39478).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38943) contains an incorrect page ID in its page header. The PageId in the page header = (1:39479).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38944) contains an incorrect page ID in its page header. The PageId in the page header = (1:39480).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38945) contains an incorrect page ID in its page header. The PageId in the page header = (1:39481).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38946) contains an incorrect page ID in its page header. The PageId in the page header = (1:39482).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38947) contains an incorrect page ID in its page header. The PageId in the page header = (1:39483).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38948) contains an incorrect page ID in its page header. The PageId in the page header = (1:39484).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38949) contains an incorrect page ID in its page header. The PageId in the page header = (1:39485).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38950) contains an incorrect page ID in its page header. The PageId in the page header = (1:39486).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38951) contains an incorrect page ID in its page header. The PageId in the page header = (1:39487).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38960) contains an incorrect page ID in its page header. The PageId in the page header = (1:39496).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38961) contains an incorrect page ID in its page header. The PageId in the page header = (1:39497).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38962) contains an incorrect page ID in its page header. The PageId in the page header = (1:39498).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38963) contains an incorrect page ID in its page header. The PageId in the page header = (1:39499).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38964) contains an incorrect page ID in its page header. The PageId in the page header = (1:39500).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38965) contains an incorrect page ID in its page header. The PageId in the page header = (1:39501).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38966) contains an incorrect page ID in its page header. The PageId in the page header = (1:39502).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38967) contains an incorrect page ID in its page header. The PageId in the page header = (1:39503).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38968) contains an incorrect page ID in its page header. The PageId in the page header = (1:39504).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38969) contains an incorrect page ID in its page header. The PageId in the page header = (1:39505).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38970) contains an incorrect page ID in its page header. The PageId in the page header = (1:39506).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38971) contains an incorrect page ID in its page header. The PageId in the page header = (1:39507).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38972) contains an incorrect page ID in its page header. The PageId in the page header = (1:39508).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38973) contains an incorrect page ID in its page header. The PageId in the page header = (1:39509).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38974) contains an incorrect page ID in its page header. The PageId in the page header = (1:39510).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38975) contains an incorrect page ID in its page header. The PageId in the page header = (1:39511).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38976) contains an incorrect page ID in its page header. The PageId in the page header = (1:39512).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38977) contains an incorrect page ID in its page header. The PageId in the page header = (1:39513).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38978) contains an incorrect page ID in its page header. The PageId in the page header = (1:39514).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38979) contains an incorrect page ID in its page header. The PageId in the page header = (1:39515).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38980) contains an incorrect page ID in its page header. The PageId in the page header = (1:39516).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38981) contains an incorrect page ID in its page header. The PageId in the page header = (1:39517).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38983) contains an incorrect page ID in its page header. The PageId in the page header = (1:39519).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38984) contains an incorrect page ID in its page header. The PageId in the page header = (1:39520).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38985) contains an incorrect page ID in its page header. The PageId in the page header = (1:39521).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38986) contains an incorrect page ID in its page header. The PageId in the page header = (1:39522).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38987) contains an incorrect page ID in its page header. The PageId in the page header = (1:39523).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38988) contains an incorrect page ID in its page header. The PageId in the page header = (1:39524).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38989) contains an incorrect page ID in its page header. The PageId in the page header = (1:39525).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38990) contains an incorrect page ID in its page header. The PageId in the page header = (1:39526).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38991) contains an incorrect page ID in its page header. The PageId in the page header = (1:39527).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38992) contains an incorrect page ID in its page header. The PageId in the page header = (1:39528).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38993) contains an incorrect page ID in its page header. The PageId in the page header = (1:39529).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38994) contains an incorrect page ID in its page header. The PageId in the page header = (1:39530).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38995) contains an incorrect page ID in its page header. The PageId in the page header = (1:39531).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38996) contains an incorrect page ID in its page header. The PageId in the page header = (1:39532).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38997) contains an incorrect page ID in its page header. The PageId in the page header = (1:39533).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38998) contains an incorrect page ID in its page header. The PageId in the page header = (1:39534).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38999) contains an incorrect page ID in its page header. The PageId in the page header = (1:39535).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39000) contains an incorrect page ID in its page header. The PageId in the page header = (1:39536).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39001) contains an incorrect page ID in its page header. The PageId in the page header = (1:39537).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39002) contains an incorrect page ID in its page header. The PageId in the page header = (1:39538).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39003) contains an incorrect page ID in its page header. The PageId in the page header = (1:39539).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39004) contains an incorrect page ID in its page header. The PageId in the page header = (1:39540).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39005) contains an incorrect page ID in its page header. The PageId in the page header = (1:39541).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39006) contains an incorrect page ID in its page header. The PageId in the page header = (1:39542).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39007) contains an incorrect page ID in its page header. The PageId in the page header = (1:39543).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39016) contains an incorrect page ID in its page header. The PageId in the page header = (1:39552).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39017) contains an incorrect page ID in its page header. The PageId in the page header = (1:39553).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39018) contains an incorrect page ID in its page header. The PageId in the page header = (1:39554).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39019) contains an incorrect page ID in its page header. The PageId in the page header = (1:39555).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39020) contains an incorrect page ID in its page header. The PageId in the page header = (1:39556).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39021) contains an incorrect page ID in its page header. The PageId in the page header = (1:39557).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39022) contains an incorrect page ID in its page header. The PageId in the page header = (1:39558).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39023) contains an incorrect page ID in its page header. The PageId in the page header = (1:39559).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39032) contains an incorrect page ID in its page header. The PageId in the page header = (1:39568).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39033) contains an incorrect page ID in its page header. The PageId in the page header = (1:39569).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39034) contains an incorrect page ID in its page header. The PageId in the page header = (1:39570).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39035) contains an incorrect page ID in its page header. The PageId in the page header = (1:39571).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39036) contains an incorrect page ID in its page header. The PageId in the page header = (1:39572).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39037) contains an incorrect page ID in its page header. The PageId in the page header = (1:39573).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39038) contains an incorrect page ID in its page header. The PageId in the page header = (1:39574).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39039) contains an incorrect page ID in its page header. The PageId in the page header = (1:39575).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39040) contains an incorrect page ID in its page header. The PageId in the page header = (1:39576).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39041) contains an incorrect page ID in its page header. The PageId in the page header = (1:39577).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39042) contains an incorrect page ID in its page header. The PageId in the page header = (1:39578).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39043) contains an incorrect page ID in its page header. The PageId in the page header = (1:39579).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39044) contains an incorrect page ID in its page header. The PageId in the page header = (1:39580).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39045) contains an incorrect page ID in its page header. The PageId in the page header = (1:39581).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39046) contains an incorrect page ID in its page header. The PageId in the page header = (1:39582).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39047) contains an incorrect page ID in its page header. The PageId in the page header = (1:39583).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39048) contains an incorrect page ID in its page header. The PageId in the page header = (1:39584).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39049) contains an incorrect page ID in its page header. The PageId in the page header = (1:39585).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39050) contains an incorrect page ID in its page header. The PageId in the page header = (1:39586).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39051) contains an incorrect page ID in its page header. The PageId in the page header = (1:39587).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39052) contains an incorrect page ID in its page header. The PageId in the page header = (1:39588).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39053) contains an incorrect page ID in its page header. The PageId in the page header = (1:39589).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39054) contains an incorrect page ID in its page header. The PageId in the page header = (1:39590).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39055) contains an incorrect page ID in its page header. The PageId in the page header = (1:39591).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39056) contains an incorrect page ID in its page header. The PageId in the page header = (1:39592).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39058) contains an incorrect page ID in its page header. The PageId in the page header = (1:39594).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39059) contains an incorrect page ID in its page header. The PageId in the page header = (1:39595).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39060) contains an incorrect page ID in its page header. The PageId in the page header = (1:39596).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39061) contains an incorrect page ID in its page header. The PageId in the page header = (1:39597).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39062) contains an incorrect page ID in its page header. The PageId in the page header = (1:39598).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39063) contains an incorrect page ID in its page header. The PageId in the page header = (1:39599).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39064) contains an incorrect page ID in its page header. The PageId in the page header = (1:39600).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39065) contains an incorrect page ID in its page header. The PageId in the page header = (1:39601).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39066) contains an incorrect page ID in its page header. The PageId in the page header = (1:39602).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39067) contains an incorrect page ID in its page header. The PageId in the page header = (1:39603).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39068) contains an incorrect page ID in its page header. The PageId in the page header = (1:39604).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39069) contains an incorrect page ID in its page header. The PageId in the page header = (1:39605).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39070) contains an incorrect page ID in its page header. The PageId in the page header = (1:39606).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39071) contains an incorrect page ID in its page header. The PageId in the page header = (1:39607).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39072) contains an incorrect page ID in its page header. The PageId in the page header = (1:39608).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39073) contains an incorrect page ID in its page header. The PageId in the page header = (1:39609).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39074) contains an incorrect page ID in its page header. The PageId in the page header = (1:39610).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39075) contains an incorrect page ID in its page header. The PageId in the page header = (1:39611).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39076) contains an incorrect page ID in its page header. The PageId in the page header = (1:39612).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39077) contains an incorrect page ID in its page header. The PageId in the page header = (1:39613).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39078) contains an incorrect page ID in its page header. The PageId in the page header = (1:39614).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39079) contains an incorrect page ID in its page header. The PageId in the page header = (1:39615).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39088) contains an incorrect page ID in its page header. The PageId in the page header = (1:39624).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39089) contains an incorrect page ID in its page header. The PageId in the page header = (1:39625).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39090) contains an incorrect page ID in its page header. The PageId in the page header = (1:39626).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39091) contains an incorrect page ID in its page header. The PageId in the page header = (1:39627).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39092) contains an incorrect page ID in its page header. The PageId in the page header = (1:39628).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39093) contains an incorrect page ID in its page header. The PageId in the page header = (1:39629).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39094) contains an incorrect page ID in its page header. The PageId in the page header = (1:39630).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39095) contains an incorrect page ID in its page header. The PageId in the page header = (1:39631).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39096) contains an incorrect page ID in its page header. The PageId in the page header = (1:39632).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39097) contains an incorrect page ID in its page header. The PageId in the page header = (1:39633).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39098) contains an incorrect page ID in its page header. The PageId in the page header = (1:39634).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39099) contains an incorrect page ID in its page header. The PageId in the page header = (1:39635).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39100) contains an incorrect page ID in its page header. The PageId in the page header = (1:39636).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39101) contains an incorrect page ID in its page header. The PageId in the page header = (1:39637).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39102) contains an incorrect page ID in its page header. The PageId in the page header = (1:39638).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39103) contains an incorrect page ID in its page header. The PageId in the page header = (1:39639).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39104) contains an incorrect page ID in its page header. The PageId in the page header = (1:39640).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39105) contains an incorrect page ID in its page header. The PageId in the page header = (1:39641).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39106) contains an incorrect page ID in its page header. The PageId in the page header = (1:39642).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39107) contains an incorrect page ID in its page header. The PageId in the page header = (1:39643).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39108) contains an incorrect page ID in its page header. The PageId in the page header = (1:39644).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39109) contains an incorrect page ID in its page header. The PageId in the page header = (1:39645).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39110) contains an incorrect page ID in its page header. The PageId in the page header = (1:39646).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39111) contains an incorrect page ID in its page header. The PageId in the page header = (1:39647).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39120) contains an incorrect page ID in its page header. The PageId in the page header = (1:39656).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39121) contains an incorrect page ID in its page header. The PageId in the page header = (1:39657).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39122) contains an incorrect page ID in its page header. The PageId in the page header = (1:39658).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39123) contains an incorrect page ID in its page header. The PageId in the page header = (1:39659).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39124) contains an incorrect page ID in its page header. The PageId in the page header = (1:39660).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39125) contains an incorrect page ID in its page header. The PageId in the page header = (1:39661).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39126) contains an incorrect page ID in its page header. The PageId in the page header = (1:39662).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39127) contains an incorrect page ID in its page header. The PageId in the page header = (1:39663).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39128) contains an incorrect page ID in its page header. The PageId in the page header = (1:39664).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39129) contains an incorrect page ID in its page header. The PageId in the page header = (1:39665).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39136) contains an incorrect page ID in its page header. The PageId in the page header = (1:39672).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39137) contains an incorrect page ID in its page header. The PageId in the page header = (1:39673).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39138) contains an incorrect page ID in its page header. The PageId in the page header = (1:39674).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39139) contains an incorrect page ID in its page header. The PageId in the page header = (1:39675).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:30521) is missing a reference from previous page (1:38929). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:30778) is missing a reference from previous page (1:38979). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:31451) is missing a reference from previous page (1:38901). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:32564) is missing a reference from previous page (1:39061). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:32997) is missing a reference from previous page (1:39027). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:33697) is missing a reference from previous page (1:38981). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:34605) is missing a reference from previous page (1:38896). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:36638) is missing a reference from previous page (1:39114). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:36834) is missing a reference from previous page (1:38903). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37229) is missing a reference from previous page (1:39024). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37320) is missing a reference from previous page (1:39026). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37468) is missing a reference from previous page (1:39031). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37501) is missing a reference from previous page (1:39062). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37717) is missing a reference from previous page (1:39112). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37998) is missing a reference from previous page (1:38935). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38031) is missing a reference from previous page (1:38930). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38117) is missing a reference from previous page (1:39056). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38178) is missing a reference from previous page (1:38978). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38265) is missing a reference from previous page (1:38900). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38431) is missing a reference from previous page (1:39060). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38481) is missing a reference from previous page (1:39058). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38577) is missing a reference from previous page (1:38976). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38668) is missing a reference from previous page (1:38898). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38707) is missing a reference from previous page (1:39059). Possible chain linkage problem.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38880) contains an incorrect page ID in its page header. The PageId in the page header = (1:39416).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38881) contains an incorrect page ID in its page header. The PageId in the page header = (1:39417).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38882) contains an incorrect page ID in its page header. The PageId in the page header = (1:39418).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38883) contains an incorrect page ID in its page header. The PageId in the page header = (1:39419).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38884) contains an incorrect page ID in its page header. The PageId in the page header = (1:39420).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38885) contains an incorrect page ID in its page header. The PageId in the page header = (1:39421).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38886) contains an incorrect page ID in its page header. The PageId in the page header = (1:39422).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38887) contains an incorrect page ID in its page header. The PageId in the page header = (1:39423).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:35623), slot 24 refers to child page (1:38896) and previous child (1:38897), but they were not encountered.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38897) was not seen in the scan although its parent (1:35623) and previous (1:38238) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38898) was not seen in the scan although its parent (1:39620) and previous (1:38706) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38899) was not seen in the scan although its parent (1:39620) and previous (1:39259) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38900) was not seen in the scan although its parent (1:37787) and previous (1:37167) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:32961), slot 14 refers to child page (1:38901) and previous child (1:38902), but they were not encountered.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38902) was not seen in the scan although its parent (1:32961) and previous (1:31605) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38903) was not seen in the scan although its parent (1:31810) and previous (1:37714) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38920) contains an incorrect page ID in its page header. The PageId in the page header = (1:39456).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38921) contains an incorrect page ID in its page header. The PageId in the page header = (1:39457).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38922) contains an incorrect page ID in its page header. The PageId in the page header = (1:39458).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38923) contains an incorrect page ID in its page header. The PageId in the page header = (1:39459).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38924) contains an incorrect page ID in its page header. The PageId in the page header = (1:39460).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38925) contains an incorrect page ID in its page header. The PageId in the page header = (1:39461).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38926) contains an incorrect page ID in its page header. The PageId in the page header = (1:39462).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38927) contains an incorrect page ID in its page header. The PageId in the page header = (1:39463).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38928) was not seen in the scan although its parent (1:39620) and previous (1:39133) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38929) was not seen in the scan although its parent (1:30743) and previous (1:29515) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38930) was not seen in the scan although its parent (1:39116) and previous (1:37918) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:37965), slot 55 refers to child page (1:38932) and previous child (1:38933), but they were not encountered.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:37965), slot 54 refers to child page (1:38933) and previous child (1:39025), but they were not encountered.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38934) was not seen in the scan although its parent (1:37965) and previous (1:39189) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38935) was not seen in the scan although its parent (1:37965) and previous (1:37773) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38952) contains an incorrect page ID in its page header. The PageId in the page header = (1:39488).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38953) contains an incorrect page ID in its page header. The PageId in the page header = (1:39489).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38954) contains an incorrect page ID in its page header. The PageId in the page header = (1:39490).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38955) contains an incorrect page ID in its page header. The PageId in the page header = (1:39491).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38956) contains an incorrect page ID in its page header. The PageId in the page header = (1:39492).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38976) was not seen in the scan although its parent (1:37965) and previous (1:38270) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38977) was not seen in the scan although its parent (1:39620) and previous (1:39321) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38978) was not seen in the scan although its parent (1:37682) and previous (1:37503) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:31210), slot 54 refers to child page (1:38979) and previous child (1:38980), but they were not encountered.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38980) was not seen in the scan although its parent (1:31210) and previous (1:31479) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38981) was not seen in the scan although its parent (1:32699) and previous (1:31658) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38983) was not seen in the scan although its parent (1:30136) and previous (1:35410) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39008) contains an incorrect page ID in its page header. The PageId in the page header = (1:39544).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39024) contains an incorrect page ID in its page header. The PageId in the page header = (1:39560).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39024) was not seen in the scan although its parent (1:37323) and previous (1:36922) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39025) contains an incorrect page ID in its page header. The PageId in the page header = (1:39561).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39025) was not seen in the scan although its parent (1:37965) and previous (1:39423) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39026) contains an incorrect page ID in its page header. The PageId in the page header = (1:39562).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39026) was not seen in the scan although its parent (1:37965) and previous (1:37403) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39027) contains an incorrect page ID in its page header. The PageId in the page header = (1:39563).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39027) was not seen in the scan although its parent (1:33845) and previous (1:33308) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39028) contains an incorrect page ID in its page header. The PageId in the page header = (1:39564).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:37965), slot 51 refers to child page (1:39028) and previous child (1:38934), but they were not encountered.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39029) contains an incorrect page ID in its page header. The PageId in the page header = (1:39565).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39029) was not seen in the scan although its parent (1:39620) and previous (1:39322) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39030) contains an incorrect page ID in its page header. The PageId in the page header = (1:39566).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39030) was not seen in the scan although its parent (1:39116) and previous (1:38821) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39031) contains an incorrect page ID in its page header. The PageId in the page header = (1:39567).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39031) was not seen in the scan although its parent (1:36764) and previous (1:35872) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39056) was not seen in the scan although its parent (1:37787) and previous (1:37110) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39058) was not seen in the scan although its parent (1:39620) and previous (1:38369) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39059) was not seen in the scan although its parent (1:39116) and previous (1:38482) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39060) was not seen in the scan although its parent (1:39620) and previous (1:38614) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39061) was not seen in the scan although its parent (1:30402) and previous (1:29584) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39062) was not seen in the scan although its parent (1:37682) and previous (1:37002) refer to it. Check any previous errors.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39063) was not seen in the scan although its parent (1:39620) and previous (1:39380) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39080) contains an incorrect page ID in its page header. The PageId in the page header = (1:39616).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39081) contains an incorrect page ID in its page header. The PageId in the page header = (1:39617).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39082) contains an incorrect page ID in its page header. The PageId in the page header = (1:39618).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39083) contains an incorrect page ID in its page header. The PageId in the page header = (1:39619).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39084) contains an incorrect page ID in its page header. The PageId in the page header = (1:39620).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39085) contains an incorrect page ID in its page header. The PageId in the page header = (1:39621).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39086) contains an incorrect page ID in its page header. The PageId in the page header = (1:39622).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39087) contains an incorrect page ID in its page header. The PageId in the page header = (1:39623).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39112) contains an incorrect page ID in its page header. The PageId in the page header = (1:39648).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39112) was not seen in the scan although its parent (1:39116) and previous (1:37637) refer to it. Check any previous errors.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39113) contains an incorrect page ID in its page header. The PageId in the page header = (1:39649).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:39116), slot 45 refers to child page (1:39113) and previous child (1:39030), but they were not encountered.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39114) contains an incorrect page ID in its page header. The PageId in the page header = (1:39650).

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39114) was not seen in the scan although its parent (1:29513) and previous (1:29149) refer to it. Check any previous errors.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39118) is missing a reference from previous page (1:39128). Possible chain linkage problem.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:39116), slot 49 refers to child page (1:39128) and previous child (1:39129), but they were not encountered.

    Msg 8928, Level 16, State 1, Line 1

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

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39129) was not seen in the scan although its parent (1:39116) and previous (1:39376) refer to it. Check any previous errors.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39130) is missing a reference from previous page (1:39113). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39133) is missing a reference from previous page (1:38977). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39260) is missing a reference from previous page (1:39029). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39322) is missing a reference from previous page (1:38928). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39325) is missing a reference from previous page (1:38899). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39383) is missing a reference from previous page (1:39063). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39417) is missing a reference from previous page (1:38983). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39423) is missing a reference from previous page (1:39028). Possible chain linkage problem.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39456) is missing a reference from previous page (1:38932). Possible chain linkage problem.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39467) contains an incorrect page ID in its page header. The PageId in the page header = (1:38931).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39518) contains an incorrect page ID in its page header. The PageId in the page header = (1:38982).

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39593) contains an incorrect page ID in its page header. The PageId in the page header = (1:39057).

    CHECKDB found 0 allocation errors and 554 consistency errors in table 'RegPreReturnsTbl' (object ID 437576597).

    CHECKDB found 0 allocation errors and 554 consistency errors in database 'VertexProd'.

    repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (VertexProd).

  • ok SELECT OBJECT_NAME(437576597) will tell you the table that is having the problem.

    since it says index(0) and index(2) on that object, we know the table is a Heap, and one of the indexes is also affected.

    do you know if you have any clean backups of the database?

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • The table with the problems is RegPreReturnsTbl

    You're going to almost certainly lose data here. Looks like around 256 contiguous pages have been mangled. That's about 2MB of data from that table.

    I somehow doubt you have a backup strategy that would allow for recovering without data loss.

    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
  • We have backups, but I don't know how to identify when this problem started happening, and therefore which backup to use. This table is queried once a month to generate reports, and it ran fine in mid September. It wasn't until the monthly report was ran yesterday that the problem arose.

  • Should I start with the most recent backups and go back in time until the dbcc is clear?

  • You can, but unless you have log backups, you're looking at losing all data since the backup that you use to restore. Is that acceptable (potentially going back to mid Sept)?

    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
  • GilaMonster (10/11/2012)


    You can, but unless you have log backups, you're looking at losing all data since the backup that you use to restore. Is that acceptable (potentially going back to mid Sept)?

    We can probably work around it, but it will be painful.

  • Ok, you are going to lose data.

    You can repair the corruption and lose 2MB of so from that table or you can restore back to last good backup. Which?

    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
  • We're bringing in a DBA to evaluate and check this out for us, I'll make sure they review the info you all provided. Thank you so much...

  • This final line of the results from DBCC CHECKDB -

    repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB

    Can someone interpret that for me? I'm pretty sure I know what its saying but I don't want to accept it...

  • That to repair this error you need to run checkDB with the repair_allow_data_loss option, and it will cause data loss, as I mentioned earlier. 2MB or so of that table. Repair won't check or honour any referential integrity, any business rules, etc. It will just deallocate (delete) the pages that are damaged.

    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
  • I copied the corrupted database to another server, then ran

    DBCC checkdb ('VertexProd', repair_allow_data_loss)

    and the results look promising.

    A query on the VertexProd table shows data from the last 30 days, which is what I was afraid of losing. I'm not experienced on reviewing the results so I will include them here. It seems to have repaired all the errors, and at the end it says.

    CHECKDB found 0 allocation errors and 554 consistency errors in database 'VertexProd'.

    CHECKDB fixed 0 allocation errors and 554 consistency errors in database 'VertexProd'.

    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

    Nonqualified transactions are being rolled back. Estimated rollback completion: 100%.

    DBCC results for 'VertexProd'.

    Service Broker Msg 9675, State 1: Message Types analyzed: 14.

    Service Broker Msg 9676, State 1: Service Contracts analyzed: 6.

    Service Broker Msg 9667, State 1: Services analyzed: 3.

    Service Broker Msg 9668, State 1: Service Queues analyzed: 3.

    Service Broker Msg 9669, State 1: Conversation Endpoints analyzed: 0.

    Service Broker Msg 9674, State 1: Conversation Groups analyzed: 0.

    Service Broker Msg 9670, State 1: Remote Service Bindings analyzed: 0.

    Service Broker Msg 9605, State 1: Conversation Priorities analyzed: 0.

    DBCC results for 'sys.sysrscols'.

    There are 1403 rows in 14 pages for object "sys.sysrscols".

    DBCC results for 'sys.sysrowsets'.

    There are 153 rows in 2 pages for object "sys.sysrowsets".

    DBCC results for 'sys.sysallocunits'.

    There are 165 rows in 4 pages for object "sys.sysallocunits".

    DBCC results for 'sys.sysfiles1'.

    There are 2 rows in 1 pages for object "sys.sysfiles1".

    DBCC results for 'sys.syspriorities'.

    There are 0 rows in 0 pages for object "sys.syspriorities".

    DBCC results for 'sys.sysfgfrag'.

    There are 2 rows in 1 pages for object "sys.sysfgfrag".

    DBCC results for 'sys.sysphfg'.

    There are 1 rows in 1 pages for object "sys.sysphfg".

    DBCC results for 'sys.sysprufiles'.

    There are 2 rows in 1 pages for object "sys.sysprufiles".

    DBCC results for 'sys.sysftinds'.

    There are 0 rows in 0 pages for object "sys.sysftinds".

    DBCC results for 'sys.sysowners'.

    There are 16 rows in 1 pages for object "sys.sysowners".

    DBCC results for 'sys.sysprivs'.

    There are 132 rows in 1 pages for object "sys.sysprivs".

    DBCC results for 'sys.sysschobjs'.

    There are 187 rows in 4 pages for object "sys.sysschobjs".

    DBCC results for 'sys.syscolpars'.

    There are 1973 rows in 26 pages for object "sys.syscolpars".

    DBCC results for 'sys.sysnsobjs'.

    There are 1 rows in 1 pages for object "sys.sysnsobjs".

    DBCC results for 'sys.syscerts'.

    There are 0 rows in 0 pages for object "sys.syscerts".

    DBCC results for 'sys.sysxprops'.

    There are 0 rows in 0 pages for object "sys.sysxprops".

    DBCC results for 'sys.sysscalartypes'.

    There are 34 rows in 1 pages for object "sys.sysscalartypes".

    DBCC results for 'sys.systypedsubobjs'.

    There are 0 rows in 0 pages for object "sys.systypedsubobjs".

    DBCC results for 'sys.sysidxstats'.

    There are 492 rows in 10 pages for object "sys.sysidxstats".

    DBCC results for 'sys.sysiscols'.

    There are 701 rows in 5 pages for object "sys.sysiscols".

    DBCC results for 'sys.sysbinobjs'.

    There are 23 rows in 1 pages for object "sys.sysbinobjs".

    DBCC results for 'sys.sysaudacts'.

    There are 0 rows in 0 pages for object "sys.sysaudacts".

    DBCC results for 'sys.sysobjvalues'.

    There are 549 rows in 150 pages for object "sys.sysobjvalues".

    DBCC results for 'sys.sysclsobjs'.

    There are 16 rows in 1 pages for object "sys.sysclsobjs".

    DBCC results for 'sys.sysrowsetrefs'.

    There are 0 rows in 0 pages for object "sys.sysrowsetrefs".

    DBCC results for 'sys.sysremsvcbinds'.

    There are 0 rows in 0 pages for object "sys.sysremsvcbinds".

    DBCC results for 'sys.sysxmitqueue'.

    There are 0 rows in 0 pages for object "sys.sysxmitqueue".

    DBCC results for 'sys.sysrts'.

    There are 1 rows in 1 pages for object "sys.sysrts".

    DBCC results for 'sys.sysconvgroup'.

    There are 0 rows in 0 pages for object "sys.sysconvgroup".

    DBCC results for 'sys.sysdesend'.

    There are 0 rows in 0 pages for object "sys.sysdesend".

    DBCC results for 'sys.sysdercv'.

    There are 0 rows in 0 pages for object "sys.sysdercv".

    DBCC results for 'sys.syssingleobjrefs'.

    There are 210 rows in 1 pages for object "sys.syssingleobjrefs".

    DBCC results for 'sys.sysmultiobjrefs'.

    There are 1177 rows in 5 pages for object "sys.sysmultiobjrefs".

    DBCC results for 'sys.sysguidrefs'.

    There are 0 rows in 0 pages for object "sys.sysguidrefs".

    DBCC results for 'sys.syscompfragments'.

    There are 0 rows in 0 pages for object "sys.syscompfragments".

    DBCC results for 'sys.sysftstops'.

    There are 0 rows in 0 pages for object "sys.sysftstops".

    DBCC results for 'sys.sysqnames'.

    There are 97 rows in 1 pages for object "sys.sysqnames".

    DBCC results for 'sys.sysxmlcomponent'.

    There are 99 rows in 1 pages for object "sys.sysxmlcomponent".

    DBCC results for 'sys.sysxmlfacet'.

    There are 112 rows in 1 pages for object "sys.sysxmlfacet".

    DBCC results for 'sys.sysxmlplacement'.

    There are 18 rows in 1 pages for object "sys.sysxmlplacement".

    DBCC results for 'sys.sysobjkeycrypts'.

    There are 0 rows in 0 pages for object "sys.sysobjkeycrypts".

    DBCC results for 'sys.sysasymkeys'.

    There are 0 rows in 0 pages for object "sys.sysasymkeys".

    DBCC results for 'sys.syssqlguides'.

    There are 0 rows in 0 pages for object "sys.syssqlguides".

    DBCC results for 'sys.sysbinsubobjs'.

    There are 3 rows in 1 pages for object "sys.sysbinsubobjs".

    DBCC results for 'sys.syssoftobjrefs'.

    There are 57 rows in 1 pages for object "sys.syssoftobjrefs".

    DBCC results for 'LocCompression'.

    There are 97 rows in 2 pages for object "LocCompression".

    DBCC results for 'LocAdmn'.

    There are 7 rows in 1 pages for object "LocAdmn".

    DBCC results for 'RateState'.

    There are 126 rows in 6 pages for object "RateState".

    DBCC results for 'RateCounty'.

    There are 6784 rows in 234 pages for object "RateCounty".

    DBCC results for 'RateCity'.

    There are 101792 rows in 4213 pages for object "RateCity".

    DBCC results for 'RateAdmn'.

    There are 18 rows in 1 pages for object "RateAdmn".

    DBCC results for 'RegPreReturnsTbl'.

    Repair: The page (1:38880) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38881) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38882) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38883) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38884) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38885) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38886) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38887) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38888) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38889) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38890) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38891) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38892) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38893) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38894) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38895) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38904) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38905) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38906) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38907) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38908) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38909) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38910) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38911) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38912) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38913) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38914) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38915) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38916) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38917) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38918) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38919) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38920) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38921) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38922) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38923) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38924) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38925) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38926) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38927) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38936) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38937) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38938) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38939) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38940) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38941) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38942) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38943) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38944) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38945) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38946) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38947) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38948) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38949) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38950) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38951) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38952) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38953) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38954) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38955) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38956) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38960) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38961) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38962) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38963) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38964) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38965) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38966) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38967) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38968) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38969) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38970) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38971) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38972) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38973) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38974) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38975) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38984) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38985) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38986) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38987) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38988) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38989) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38990) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38991) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38992) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38993) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38994) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38995) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38996) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38997) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38998) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:38999) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39000) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39001) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39002) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39003) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39004) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39005) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39006) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39007) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39008) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39016) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39017) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39018) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39019) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39020) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39021) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39022) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39023) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39032) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39033) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39034) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39035) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39036) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39037) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39038) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39039) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39040) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39041) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39042) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39043) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39044) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39045) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39046) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39047) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39048) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39049) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39050) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39051) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39052) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39053) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39054) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39055) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39064) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39065) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39066) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39067) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39068) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39069) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39070) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39071) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39072) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39073) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39074) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39075) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39076) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39077) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39078) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39079) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39080) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39081) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39082) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39083) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39084) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39085) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39086) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39087) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39088) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39089) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39090) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39091) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39092) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39093) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39094) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39095) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39096) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39097) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39098) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39099) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39100) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39101) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39102) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39103) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39104) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39105) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39106) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39107) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39108) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39109) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39110) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39111) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39120) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39121) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39122) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39123) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39124) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39125) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39126) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39127) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39136) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39137) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39138) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39139) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39467) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39518) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The page (1:39593) has been deallocated from object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data).

    Repair: The Nonclustered index successfully rebuilt for the object "dbo.RegPreReturnsTbl, RegPreReturns1" in database "VertexProd".

    Repair: The page (1:38896) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38897) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38898) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38899) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38900) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38901) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38902) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38903) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38928) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38929) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38930) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38932) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38933) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38934) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38935) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38976) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38977) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38978) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38979) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38980) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38981) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:38983) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39024) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39025) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39026) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39027) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39028) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39029) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39030) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39031) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39056) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39058) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39059) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39060) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39061) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39062) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39063) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39112) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39113) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39114) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39128) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Repair: The page (1:39129) has been deallocated from object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data).

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38888). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38889) contains an incorrect page ID in its page header. The PageId in the page header = (1:39425).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38890) contains an incorrect page ID in its page header. The PageId in the page header = (1:39426).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38891) contains an incorrect page ID in its page header. The PageId in the page header = (1:39427).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38892) contains an incorrect page ID in its page header. The PageId in the page header = (1:39428).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38893) contains an incorrect page ID in its page header. The PageId in the page header = (1:39429).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38894) contains an incorrect page ID in its page header. The PageId in the page header = (1:39430).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38895) contains an incorrect page ID in its page header. The PageId in the page header = (1:39431).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38896). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38897) contains an incorrect page ID in its page header. The PageId in the page header = (1:39433).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38898) contains an incorrect page ID in its page header. The PageId in the page header = (1:39434).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38899) contains an incorrect page ID in its page header. The PageId in the page header = (1:39435).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38900) contains an incorrect page ID in its page header. The PageId in the page header = (1:39436).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38901) contains an incorrect page ID in its page header. The PageId in the page header = (1:39437).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38902) contains an incorrect page ID in its page header. The PageId in the page header = (1:39438).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38903) contains an incorrect page ID in its page header. The PageId in the page header = (1:39439).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38904). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38905) contains an incorrect page ID in its page header. The PageId in the page header = (1:39441).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38906) contains an incorrect page ID in its page header. The PageId in the page header = (1:39442).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38907) contains an incorrect page ID in its page header. The PageId in the page header = (1:39443).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38908) contains an incorrect page ID in its page header. The PageId in the page header = (1:39444).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38909) contains an incorrect page ID in its page header. The PageId in the page header = (1:39445).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38910) contains an incorrect page ID in its page header. The PageId in the page header = (1:39446).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38911) contains an incorrect page ID in its page header. The PageId in the page header = (1:39447).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38912). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38913) contains an incorrect page ID in its page header. The PageId in the page header = (1:39449).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38914) contains an incorrect page ID in its page header. The PageId in the page header = (1:39450).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38915) contains an incorrect page ID in its page header. The PageId in the page header = (1:39451).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38916) contains an incorrect page ID in its page header. The PageId in the page header = (1:39452).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38917) contains an incorrect page ID in its page header. The PageId in the page header = (1:39453).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38918) contains an incorrect page ID in its page header. The PageId in the page header = (1:39454).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38919) contains an incorrect page ID in its page header. The PageId in the page header = (1:39455).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38928). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38929) contains an incorrect page ID in its page header. The PageId in the page header = (1:39465).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38930) contains an incorrect page ID in its page header. The PageId in the page header = (1:39466).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38932) contains an incorrect page ID in its page header. The PageId in the page header = (1:39468).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38933) contains an incorrect page ID in its page header. The PageId in the page header = (1:39469).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38934) contains an incorrect page ID in its page header. The PageId in the page header = (1:39470).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38935) contains an incorrect page ID in its page header. The PageId in the page header = (1:39471).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38936). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38937) contains an incorrect page ID in its page header. The PageId in the page header = (1:39473).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38938) contains an incorrect page ID in its page header. The PageId in the page header = (1:39474).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38939) contains an incorrect page ID in its page header. The PageId in the page header = (1:39475).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38940) contains an incorrect page ID in its page header. The PageId in the page header = (1:39476).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38941) contains an incorrect page ID in its page header. The PageId in the page header = (1:39477).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38942) contains an incorrect page ID in its page header. The PageId in the page header = (1:39478).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38943) contains an incorrect page ID in its page header. The PageId in the page header = (1:39479).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38944). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38945) contains an incorrect page ID in its page header. The PageId in the page header = (1:39481).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38946) contains an incorrect page ID in its page header. The PageId in the page header = (1:39482).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38947) contains an incorrect page ID in its page header. The PageId in the page header = (1:39483).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38948) contains an incorrect page ID in its page header. The PageId in the page header = (1:39484).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38949) contains an incorrect page ID in its page header. The PageId in the page header = (1:39485).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38950) contains an incorrect page ID in its page header. The PageId in the page header = (1:39486).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38951) contains an incorrect page ID in its page header. The PageId in the page header = (1:39487).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38960). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38961) contains an incorrect page ID in its page header. The PageId in the page header = (1:39497).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38962) contains an incorrect page ID in its page header. The PageId in the page header = (1:39498).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38963) contains an incorrect page ID in its page header. The PageId in the page header = (1:39499).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38964) contains an incorrect page ID in its page header. The PageId in the page header = (1:39500).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38965) contains an incorrect page ID in its page header. The PageId in the page header = (1:39501).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38966) contains an incorrect page ID in its page header. The PageId in the page header = (1:39502).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38967) contains an incorrect page ID in its page header. The PageId in the page header = (1:39503).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38968). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38969) contains an incorrect page ID in its page header. The PageId in the page header = (1:39505).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38970) contains an incorrect page ID in its page header. The PageId in the page header = (1:39506).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38971) contains an incorrect page ID in its page header. The PageId in the page header = (1:39507).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38972) contains an incorrect page ID in its page header. The PageId in the page header = (1:39508).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38973) contains an incorrect page ID in its page header. The PageId in the page header = (1:39509).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38974) contains an incorrect page ID in its page header. The PageId in the page header = (1:39510).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38975) contains an incorrect page ID in its page header. The PageId in the page header = (1:39511).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38976). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38977) contains an incorrect page ID in its page header. The PageId in the page header = (1:39513).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38978) contains an incorrect page ID in its page header. The PageId in the page header = (1:39514).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38979) contains an incorrect page ID in its page header. The PageId in the page header = (1:39515).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38980) contains an incorrect page ID in its page header. The PageId in the page header = (1:39516).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38981) contains an incorrect page ID in its page header. The PageId in the page header = (1:39517).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38983) contains an incorrect page ID in its page header. The PageId in the page header = (1:39519).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38984). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38985) contains an incorrect page ID in its page header. The PageId in the page header = (1:39521).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38986) contains an incorrect page ID in its page header. The PageId in the page header = (1:39522).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38987) contains an incorrect page ID in its page header. The PageId in the page header = (1:39523).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38988) contains an incorrect page ID in its page header. The PageId in the page header = (1:39524).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38989) contains an incorrect page ID in its page header. The PageId in the page header = (1:39525).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38990) contains an incorrect page ID in its page header. The PageId in the page header = (1:39526).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38991) contains an incorrect page ID in its page header. The PageId in the page header = (1:39527).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:38992). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38993) contains an incorrect page ID in its page header. The PageId in the page header = (1:39529).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38994) contains an incorrect page ID in its page header. The PageId in the page header = (1:39530).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38995) contains an incorrect page ID in its page header. The PageId in the page header = (1:39531).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38996) contains an incorrect page ID in its page header. The PageId in the page header = (1:39532).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38997) contains an incorrect page ID in its page header. The PageId in the page header = (1:39533).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38998) contains an incorrect page ID in its page header. The PageId in the page header = (1:39534).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:38999) contains an incorrect page ID in its page header. The PageId in the page header = (1:39535).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39000). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39001) contains an incorrect page ID in its page header. The PageId in the page header = (1:39537).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39002) contains an incorrect page ID in its page header. The PageId in the page header = (1:39538).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39003) contains an incorrect page ID in its page header. The PageId in the page header = (1:39539).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39004) contains an incorrect page ID in its page header. The PageId in the page header = (1:39540).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39005) contains an incorrect page ID in its page header. The PageId in the page header = (1:39541).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39006) contains an incorrect page ID in its page header. The PageId in the page header = (1:39542).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39007) contains an incorrect page ID in its page header. The PageId in the page header = (1:39543).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39016). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39017) contains an incorrect page ID in its page header. The PageId in the page header = (1:39553).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39018) contains an incorrect page ID in its page header. The PageId in the page header = (1:39554).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39019) contains an incorrect page ID in its page header. The PageId in the page header = (1:39555).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39020) contains an incorrect page ID in its page header. The PageId in the page header = (1:39556).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39021) contains an incorrect page ID in its page header. The PageId in the page header = (1:39557).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39022) contains an incorrect page ID in its page header. The PageId in the page header = (1:39558).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39023) contains an incorrect page ID in its page header. The PageId in the page header = (1:39559).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39032). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39033) contains an incorrect page ID in its page header. The PageId in the page header = (1:39569).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39034) contains an incorrect page ID in its page header. The PageId in the page header = (1:39570).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39035) contains an incorrect page ID in its page header. The PageId in the page header = (1:39571).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39036) contains an incorrect page ID in its page header. The PageId in the page header = (1:39572).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39037) contains an incorrect page ID in its page header. The PageId in the page header = (1:39573).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39038) contains an incorrect page ID in its page header. The PageId in the page header = (1:39574).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39039) contains an incorrect page ID in its page header. The PageId in the page header = (1:39575).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39040). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39041) contains an incorrect page ID in its page header. The PageId in the page header = (1:39577).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39042) contains an incorrect page ID in its page header. The PageId in the page header = (1:39578).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39043) contains an incorrect page ID in its page header. The PageId in the page header = (1:39579).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39044) contains an incorrect page ID in its page header. The PageId in the page header = (1:39580).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39045) contains an incorrect page ID in its page header. The PageId in the page header = (1:39581).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39046) contains an incorrect page ID in its page header. The PageId in the page header = (1:39582).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39047) contains an incorrect page ID in its page header. The PageId in the page header = (1:39583).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39048). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39049) contains an incorrect page ID in its page header. The PageId in the page header = (1:39585).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39050) contains an incorrect page ID in its page header. The PageId in the page header = (1:39586).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39051) contains an incorrect page ID in its page header. The PageId in the page header = (1:39587).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39052) contains an incorrect page ID in its page header. The PageId in the page header = (1:39588).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39053) contains an incorrect page ID in its page header. The PageId in the page header = (1:39589).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39054) contains an incorrect page ID in its page header. The PageId in the page header = (1:39590).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39055) contains an incorrect page ID in its page header. The PageId in the page header = (1:39591).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39056). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39058) contains an incorrect page ID in its page header. The PageId in the page header = (1:39594).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39059) contains an incorrect page ID in its page header. The PageId in the page header = (1:39595).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39060) contains an incorrect page ID in its page header. The PageId in the page header = (1:39596).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39061) contains an incorrect page ID in its page header. The PageId in the page header = (1:39597).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39062) contains an incorrect page ID in its page header. The PageId in the page header = (1:39598).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39063) contains an incorrect page ID in its page header. The PageId in the page header = (1:39599).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39064). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39065) contains an incorrect page ID in its page header. The PageId in the page header = (1:39601).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39066) contains an incorrect page ID in its page header. The PageId in the page header = (1:39602).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39067) contains an incorrect page ID in its page header. The PageId in the page header = (1:39603).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39068) contains an incorrect page ID in its page header. The PageId in the page header = (1:39604).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39069) contains an incorrect page ID in its page header. The PageId in the page header = (1:39605).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39070) contains an incorrect page ID in its page header. The PageId in the page header = (1:39606).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39071) contains an incorrect page ID in its page header. The PageId in the page header = (1:39607).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39072). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39073) contains an incorrect page ID in its page header. The PageId in the page header = (1:39609).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39074) contains an incorrect page ID in its page header. The PageId in the page header = (1:39610).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39075) contains an incorrect page ID in its page header. The PageId in the page header = (1:39611).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39076) contains an incorrect page ID in its page header. The PageId in the page header = (1:39612).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39077) contains an incorrect page ID in its page header. The PageId in the page header = (1:39613).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39078) contains an incorrect page ID in its page header. The PageId in the page header = (1:39614).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39079) contains an incorrect page ID in its page header. The PageId in the page header = (1:39615).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39088). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39089) contains an incorrect page ID in its page header. The PageId in the page header = (1:39625).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39090) contains an incorrect page ID in its page header. The PageId in the page header = (1:39626).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39091) contains an incorrect page ID in its page header. The PageId in the page header = (1:39627).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39092) contains an incorrect page ID in its page header. The PageId in the page header = (1:39628).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39093) contains an incorrect page ID in its page header. The PageId in the page header = (1:39629).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39094) contains an incorrect page ID in its page header. The PageId in the page header = (1:39630).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39095) contains an incorrect page ID in its page header. The PageId in the page header = (1:39631).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39096). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39097) contains an incorrect page ID in its page header. The PageId in the page header = (1:39633).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39098) contains an incorrect page ID in its page header. The PageId in the page header = (1:39634).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39099) contains an incorrect page ID in its page header. The PageId in the page header = (1:39635).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39100) contains an incorrect page ID in its page header. The PageId in the page header = (1:39636).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39101) contains an incorrect page ID in its page header. The PageId in the page header = (1:39637).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39102) contains an incorrect page ID in its page header. The PageId in the page header = (1:39638).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39103) contains an incorrect page ID in its page header. The PageId in the page header = (1:39639).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39104). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39105) contains an incorrect page ID in its page header. The PageId in the page header = (1:39641).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39106) contains an incorrect page ID in its page header. The PageId in the page header = (1:39642).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39107) contains an incorrect page ID in its page header. The PageId in the page header = (1:39643).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39108) contains an incorrect page ID in its page header. The PageId in the page header = (1:39644).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39109) contains an incorrect page ID in its page header. The PageId in the page header = (1:39645).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39110) contains an incorrect page ID in its page header. The PageId in the page header = (1:39646).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39111) contains an incorrect page ID in its page header. The PageId in the page header = (1:39647).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39120). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39121) contains an incorrect page ID in its page header. The PageId in the page header = (1:39657).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39122) contains an incorrect page ID in its page header. The PageId in the page header = (1:39658).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39123) contains an incorrect page ID in its page header. The PageId in the page header = (1:39659).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39124) contains an incorrect page ID in its page header. The PageId in the page header = (1:39660).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39125) contains an incorrect page ID in its page header. The PageId in the page header = (1:39661).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39126) contains an incorrect page ID in its page header. The PageId in the page header = (1:39662).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39127) contains an incorrect page ID in its page header. The PageId in the page header = (1:39663).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39128). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39129) contains an incorrect page ID in its page header. The PageId in the page header = (1:39665).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page (1:39136). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39137) contains an incorrect page ID in its page header. The PageId in the page header = (1:39673).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39138) contains an incorrect page ID in its page header. The PageId in the page header = (1:39674).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 0, partition ID 72057594039894016, alloc unit ID 72057594043891712 (type In-row data), page ID (1:39139) contains an incorrect page ID in its page header. The PageId in the page header = (1:39675).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8945, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2 will be rebuilt.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:30521) is missing a reference from previous page (1:38929). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:30778) is missing a reference from previous page (1:38979). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:31451) is missing a reference from previous page (1:38901). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:32564) is missing a reference from previous page (1:39061). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:32997) is missing a reference from previous page (1:39027). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:33697) is missing a reference from previous page (1:38981). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:34605) is missing a reference from previous page (1:38896). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:36638) is missing a reference from previous page (1:39114). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:36834) is missing a reference from previous page (1:38903). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37229) is missing a reference from previous page (1:39024). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37320) is missing a reference from previous page (1:39026). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37468) is missing a reference from previous page (1:39031). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37501) is missing a reference from previous page (1:39062). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37717) is missing a reference from previous page (1:39112). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:37998) is missing a reference from previous page (1:38935). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38031) is missing a reference from previous page (1:38930). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38117) is missing a reference from previous page (1:39056). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38178) is missing a reference from previous page (1:38978). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38265) is missing a reference from previous page (1:38900). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38431) is missing a reference from previous page (1:39060). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38481) is missing a reference from previous page (1:39058). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38577) is missing a reference from previous page (1:38976). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38668) is missing a reference from previous page (1:38898). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38707) is missing a reference from previous page (1:39059). Possible chain linkage problem.

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page (1:38880). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38881) contains an incorrect page ID in its page header. The PageId in the page header = (1:39417).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38882) contains an incorrect page ID in its page header. The PageId in the page header = (1:39418).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38883) contains an incorrect page ID in its page header. The PageId in the page header = (1:39419).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38884) contains an incorrect page ID in its page header. The PageId in the page header = (1:39420).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38885) contains an incorrect page ID in its page header. The PageId in the page header = (1:39421).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38886) contains an incorrect page ID in its page header. The PageId in the page header = (1:39422).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38887) contains an incorrect page ID in its page header. The PageId in the page header = (1:39423).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:35623), slot 24 refers to child page (1:38896) and previous child (1:38897), but they were not encountered.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38897) was not seen in the scan although its parent (1:35623) and previous (1:38238) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38898) was not seen in the scan although its parent (1:39620) and previous (1:38706) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38899) was not seen in the scan although its parent (1:39620) and previous (1:39259) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38900) was not seen in the scan although its parent (1:37787) and previous (1:37167) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:32961), slot 14 refers to child page (1:38901) and previous child (1:38902), but they were not encountered.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38902) was not seen in the scan although its parent (1:32961) and previous (1:31605) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38903) was not seen in the scan although its parent (1:31810) and previous (1:37714) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page (1:38920). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38921) contains an incorrect page ID in its page header. The PageId in the page header = (1:39457).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38922) contains an incorrect page ID in its page header. The PageId in the page header = (1:39458).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38923) contains an incorrect page ID in its page header. The PageId in the page header = (1:39459).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38924) contains an incorrect page ID in its page header. The PageId in the page header = (1:39460).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38925) contains an incorrect page ID in its page header. The PageId in the page header = (1:39461).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38926) contains an incorrect page ID in its page header. The PageId in the page header = (1:39462).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38927) contains an incorrect page ID in its page header. The PageId in the page header = (1:39463).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38928) was not seen in the scan although its parent (1:39620) and previous (1:39133) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38929) was not seen in the scan although its parent (1:30743) and previous (1:29515) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38930) was not seen in the scan although its parent (1:39116) and previous (1:37918) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:37965), slot 55 refers to child page (1:38932) and previous child (1:38933), but they were not encountered.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:37965), slot 54 refers to child page (1:38933) and previous child (1:39025), but they were not encountered.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38934) was not seen in the scan although its parent (1:37965) and previous (1:39189) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38935) was not seen in the scan although its parent (1:37965) and previous (1:37773) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page (1:38952). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38953) contains an incorrect page ID in its page header. The PageId in the page header = (1:39489).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38954) contains an incorrect page ID in its page header. The PageId in the page header = (1:39490).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38955) contains an incorrect page ID in its page header. The PageId in the page header = (1:39491).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:38956) contains an incorrect page ID in its page header. The PageId in the page header = (1:39492).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38976) was not seen in the scan although its parent (1:37965) and previous (1:38270) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38977) was not seen in the scan although its parent (1:39620) and previous (1:39321) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38978) was not seen in the scan although its parent (1:37682) and previous (1:37503) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:31210), slot 54 refers to child page (1:38979) and previous child (1:38980), but they were not encountered.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38980) was not seen in the scan although its parent (1:31210) and previous (1:31479) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38981) was not seen in the scan although its parent (1:32699) and previous (1:31658) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:38983) was not seen in the scan although its parent (1:30136) and previous (1:35410) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page (1:39008). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page (1:39024). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39024) was not seen in the scan although its parent (1:37323) and previous (1:36922) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39025) contains an incorrect page ID in its page header. The PageId in the page header = (1:39561).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39025) was not seen in the scan although its parent (1:37965) and previous (1:39423) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39026) contains an incorrect page ID in its page header. The PageId in the page header = (1:39562).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39026) was not seen in the scan although its parent (1:37965) and previous (1:37403) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39027) contains an incorrect page ID in its page header. The PageId in the page header = (1:39563).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39027) was not seen in the scan although its parent (1:33845) and previous (1:33308) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39028) contains an incorrect page ID in its page header. The PageId in the page header = (1:39564).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:37965), slot 51 refers to child page (1:39028) and previous child (1:38934), but they were not encountered.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39029) contains an incorrect page ID in its page header. The PageId in the page header = (1:39565).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39029) was not seen in the scan although its parent (1:39620) and previous (1:39322) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39030) contains an incorrect page ID in its page header. The PageId in the page header = (1:39566).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39030) was not seen in the scan although its parent (1:39116) and previous (1:38821) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39031) contains an incorrect page ID in its page header. The PageId in the page header = (1:39567).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39031) was not seen in the scan although its parent (1:36764) and previous (1:35872) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39056) was not seen in the scan although its parent (1:37787) and previous (1:37110) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39058) was not seen in the scan although its parent (1:39620) and previous (1:38369) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39059) was not seen in the scan although its parent (1:39116) and previous (1:38482) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39060) was not seen in the scan although its parent (1:39620) and previous (1:38614) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39061) was not seen in the scan although its parent (1:30402) and previous (1:29584) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39062) was not seen in the scan although its parent (1:37682) and previous (1:37002) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39063) was not seen in the scan although its parent (1:39620) and previous (1:39380) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page (1:39080). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39081) contains an incorrect page ID in its page header. The PageId in the page header = (1:39617).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39082) contains an incorrect page ID in its page header. The PageId in the page header = (1:39618).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39083) contains an incorrect page ID in its page header. The PageId in the page header = (1:39619).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39084) contains an incorrect page ID in its page header. The PageId in the page header = (1:39620).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39085) contains an incorrect page ID in its page header. The PageId in the page header = (1:39621).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39086) contains an incorrect page ID in its page header. The PageId in the page header = (1:39622).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39087) contains an incorrect page ID in its page header. The PageId in the page header = (1:39623).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8939, Level 16, State 98, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page (1:39112). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39112) was not seen in the scan although its parent (1:39116) and previous (1:37637) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39113) contains an incorrect page ID in its page header. The PageId in the page header = (1:39649).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:39116), slot 45 refers to child page (1:39113) and previous child (1:39030), but they were not encountered.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39114) contains an incorrect page ID in its page header. The PageId in the page header = (1:39650).

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39114) was not seen in the scan although its parent (1:29513) and previous (1:29149) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39118) is missing a reference from previous page (1:39128). Possible chain linkage problem.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Index node page (1:39116), slot 49 refers to child page (1:39128) and previous child (1:39129), but they were not encountered.

    The error has been repaired.

    Msg 8928, Level 16, State 1, Line 1

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

    The error has been repaired.

    Msg 8976, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39129) was not seen in the scan although its parent (1:39116) and previous (1:39376) refer to it. Check any previous errors.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39130) is missing a reference from previous page (1:39113). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39133) is missing a reference from previous page (1:38977). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39260) is missing a reference from previous page (1:39029). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39322) is missing a reference from previous page (1:38928). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39325) is missing a reference from previous page (1:38899). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39383) is missing a reference from previous page (1:39063). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39417) is missing a reference from previous page (1:38983). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39423) is missing a reference from previous page (1:39028). Possible chain linkage problem.

    The error has been repaired.

    Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data). Page (1:39456) is missing a reference from previous page (1:38932). Possible chain linkage problem.

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39467) contains an incorrect page ID in its page header. The PageId in the page header = (1:38931).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39518) contains an incorrect page ID in its page header. The PageId in the page header = (1:38982).

    The error has been repaired.

    Msg 8909, Level 16, State 1, Line 1

    Table error: Object ID 437576597, index ID 2, partition ID 72057594040221696, alloc unit ID 72057594044219392 (type In-row data), page ID (1:39593) contains an incorrect page ID in its page header. The PageId in the page header = (1:39057).

    The error has been repaired.

    There are 216437 rows in 17868 pages for object "RegPreReturnsTbl".

    CHECKDB found 0 allocation errors and 554 consistency errors in table 'RegPreReturnsTbl' (object ID 437576597).

    CHECKDB fixed 0 allocation errors and 554 consistency errors in table 'RegPreReturnsTbl' (object ID 437576597).

    DBCC results for 'RegPostReturnsTbl'.

    There are 0 rows in 0 pages for object "RegPostReturnsTbl".

    DBCC results for 'RegRegisterIdTbl'.

    There are 1 rows in 1 pages for object "RegRegisterIdTbl".

    DBCC results for 'RegSeq'.

    There are 0 rows in 1 pages for object "RegSeq".

    DBCC results for 'RegAdmn'.

    There are 1 rows in 1 pages for object "RegAdmn".

    DBCC results for 'TdmCompany'.

    There are 1 rows in 1 pages for object "TdmCompany".

    DBCC results for 'TdmCustomerBasic'.

    There are 9 rows in 1 pages for object "TdmCustomerBasic".

    DBCC results for 'TdmCustomer'.

    There are 17 rows in 1 pages for object "TdmCustomer".

    DBCC results for 'TdmExempt'.

    There are 0 rows in 0 pages for object "TdmExempt".

    DBCC results for 'TdmGeocode'.

    There are 6 rows in 1 pages for object "TdmGeocode".

    DBCC results for 'TdmLocation'.

    There are 3 rows in 1 pages for object "TdmLocation".

    DBCC results for 'TdmMaster'.

    There are 21 rows in 1 pages for object "TdmMaster".

    DBCC results for 'TdmOverride'.

    There are 17 rows in 1 pages for object "TdmOverride".

    DBCC results for 'TdmProductBasic'.

    There are 8 rows in 1 pages for object "TdmProductBasic".

    DBCC results for 'TdmProduct'.

    There are 25 rows in 1 pages for object "TdmProduct".

    DBCC results for 'TdmAdmn'.

    There are 2 rows in 1 pages for object "TdmAdmn".

    DBCC results for 'TmtAdmn'.

    There are 1 rows in 1 pages for object "TmtAdmn".

    DBCC results for 'TmtCategory'.

    There are 0 rows in 0 pages for object "TmtCategory".

    DBCC results for 'TmtCategoryNote'.

    There are 0 rows in 0 pages for object "TmtCategoryNote".

    DBCC results for 'TmtJurisdiction'.

    There are 0 rows in 0 pages for object "TmtJurisdiction".

    DBCC results for 'TmtSubCategory'.

    There are 0 rows in 0 pages for object "TmtSubCategory".

    DBCC results for 'TmtTaxability'.

    There are 0 rows in 0 pages for object "TmtTaxability".

    DBCC results for 'TmtTaxabilityNote'.

    There are 0 rows in 0 pages for object "TmtTaxabilityNote".

    DBCC results for 'TdmTaxability'.

    There are 0 rows in 0 pages for object "TdmTaxability".

    DBCC results for 'sys.queue_messages_1977058079'.

    There are 0 rows in 0 pages for object "sys.queue_messages_1977058079".

    DBCC results for 'sys.queue_messages_2009058193'.

    There are 0 rows in 0 pages for object "sys.queue_messages_2009058193".

    DBCC results for 'sys.queue_messages_2041058307'.

    There are 0 rows in 0 pages for object "sys.queue_messages_2041058307".

    DBCC results for 'sys.filestream_tombstone_2069582411'.

    There are 0 rows in 0 pages for object "sys.filestream_tombstone_2069582411".

    DBCC results for 'LocState'.

    There are 60 rows in 1 pages for object "LocState".

    DBCC results for 'sys.syscommittab'.

    There are 0 rows in 0 pages for object "sys.syscommittab".

    DBCC results for 'LocCounty'.

    There are 3252 rows in 24 pages for object "LocCounty".

    DBCC results for 'LocCity'.

    There are 259016 rows in 3454 pages for object "LocCity".

    CHECKDB found 0 allocation errors and 554 consistency errors in database 'VertexProd'.

    CHECKDB fixed 0 allocation errors and 554 consistency errors in database 'VertexProd'.

    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

Viewing 14 posts - 1 through 13 (of 13 total)

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