April 28, 2016 at 2:14 pm
After moving a VM from one Datacenter to another we ended up with errors below.
My major issue is that this database is a member of replication, it is a HUB for other locations (I checked the same database on the other servers and CHECKDB doesn't bring any errors on them).
SQL Server 9.0.5057. Database is in a Simple recovery model. Compatibility Level SQL Server 2000 (80). It has 12 tables
I ran DBCC CHECKTABLE (TableName) on all tables and two returned errors that should be visible in output below.
I've restored a backup of the database to a test server and ran DBCC CHECKTABLE (TableName, REPAIR_ALLOW_DATA_LOSS) on both tables. One table would lose data (TableName), another one wouldn't (TableName2).
I do have a backup that I took before moving VM and there were no errors when I run DBCC CHECKDB (DBName) WITH ALL_ERRORMSGS, NO_INFOMSGS on it.
Number of data rows in tables is the same between those in corrupt tables and healthy restored ones, but I can't access data in corrupt when I run select * From TableName. I can get data if I run SELECT top 1000 FROM TableName (not hitting corrupt pages).
As much as I can understand errors here, it looks like that I would have to restore a database from a good backup that I have, I would be happy if not.
Another thing is that I am not sure is how replication would act in this case? Would it start duplicating data in subscribers since this database is a part of replication and it is a Publisher. I don't have a test environment for whole setup, so I would have to work on prod directly. All I have is my single server sandbox where I could test stuff I described above.
Thank you for your help.
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101608). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101608). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101608). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101609) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101610) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101611) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101612) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101613) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101614) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101615) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101616). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101616). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101616). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101617) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101618) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101619) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101620) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101621) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101622) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101623) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101624). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101624). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101624). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101625) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101626) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101627) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101628) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101629) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101630) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101631) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101632). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101632). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101632). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101633) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101634) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101635) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101636) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101637) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101638) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101639) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101640). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101640). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101640). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101641) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101642) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101643) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101644) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101645) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101646) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101647) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101648). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101648). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101648). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101649) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101650) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101651) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101652) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101653) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101654) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101655) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101656). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101656). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101656). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101657) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101658) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101659) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101660) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101661) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101662) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101663) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101664). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101664). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101664). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101665) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101666) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101667) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101668) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101669) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101736). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101736). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101736). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101737) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101738) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101739) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101740) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101741) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101742) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101743) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101808). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101808). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101808). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101809) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101810) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101811) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101812) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101813) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101814) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101815) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101816). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101816). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101816). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101817) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101818) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101819) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101820) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101821) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101822) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101823) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101824). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101824). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101824). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101825) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101826) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101827) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101828) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101829) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101830) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101831) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101832). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101832). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101832). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101833) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101834) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101835) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101836) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101837) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101838) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101839) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101840). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101840). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101840). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101841) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101842) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101843) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101844) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101845) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101846) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101847) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101592). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101592). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101592). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101593) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101594) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101595) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101596) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101597) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101598) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101599) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101600). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101600). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101600). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101601) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101602) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101603) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101604) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101605) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101606) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101607) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101672). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101672). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101672). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101673) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101674) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101675) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101676) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101677) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101678) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101679) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101680). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101680). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101680). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101681) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101682) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101683) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101684) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101685) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101686) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101687) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101688). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101688). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101688). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101689) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101690) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101691) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101692) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101693) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101694) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101695) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101696). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101696). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101696). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101697) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101698) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101699) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101700) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101701) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101702) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101703) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101704). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101704). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101704). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101705) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101706) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101707) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101708) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101709) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101710) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101711) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101712). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101712). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101712). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101713) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101714) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101715) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101716) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101717) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101718) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101719) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101720). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101720). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101720). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101721) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101722) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101723) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101724) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101725) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101726) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101727) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101728). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101728). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101728). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101729) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101730) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101731) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101732) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101733) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101734) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101735) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101744). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101744). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101744). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101745) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101746) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101747) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101748) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101749) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101750) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101751) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101752). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101752). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101752). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101753) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101754) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101755) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101756) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101757) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101758) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101759) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101760). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101760). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101760). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101761) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101762) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101763) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101764) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101765) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101766) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101767) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101768). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101768). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101768). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101769) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101770) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101771) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101772) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101773) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101774) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101775) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101776). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101776). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101776). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101777) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101778) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101779) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101780) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101781) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101782) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101783) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101784). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101784). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101784). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101785) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101786) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101787) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101788) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101789) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101790) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101791) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101792). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101792). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101792). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101793) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101794) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101795) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101796) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101797) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101798) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101799) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8939, Level 16, State 5, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101800). Test (m_headerVersion == HEADER_7_0) failed. Values are 0 and 1.
Msg 8939, Level 16, State 6, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101800). Test ((m_type >= DATA_PAGE && m_type <= UNDOFILE_HEADER_PAGE) || (m_type == UNKNOWN_PAGE && level == BASIC_HEADER)) failed. Values are 0 and 0.
Msg 8939, Level 16, State 7, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (1:101800). Test (m_freeData >= PageHeaderOverhead () && m_freeData <= (UINT)PAGESIZE - m_slotCnt * sizeof (Slot)) failed. Values are 0 and 8192.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101801) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101802) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101803) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101804) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101805) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101806) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:101807) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).
CHECKDB found 0 allocation errors and 318 consistency errors not associated with any single object.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101608) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101609) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101610) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101611) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101612) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101613) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101614) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101615) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101616) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101617) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101618) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101619) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101620) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101621) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101622) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101623) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101624) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101625) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101626) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101627) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101628) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101629) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101630) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101631) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101632) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101633) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101634) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101635) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101636) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101637) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101638) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101639) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101640) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101641) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101642) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101643) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101644) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101645) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101646) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101647) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101648) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101649) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101650) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101651) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101652) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101653) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101654) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101655) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101656) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101657) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101658) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101659) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101660) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101661) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101662) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101663) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101664) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101665) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101666) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101667) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101668) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data): Page (1:101669) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101736) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101737) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101738) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101739) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101740) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101741) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101742) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101743) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101808) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101809) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101810) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101811) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101812) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101813) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101814) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101815) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101816) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101817) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101818) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101819) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101820) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101821) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101822) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101823) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101824) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101825) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101826) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101827) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101828) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101829) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101830) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101831) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101832) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101833) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101834) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101835) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101836) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101837) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101838) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101839) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101840) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101841) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101842) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101843) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101844) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101845) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101846) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data): Page (1:101847) could not be processed. See other errors for details.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Page (1:101608) was not seen in the scan although its parent (1:101544) and previous (1:101543) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 66 refers to child page (1:101610) and previous child (1:101609), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 67 refers to child page (1:101611) and previous child (1:101610), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 69 refers to child page (1:101613) and previous child (1:101612), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 72 refers to child page (1:101616) and previous child (1:101615), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 74 refers to child page (1:101618) and previous child (1:101617), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 75 refers to child page (1:101619) and previous child (1:101618), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 77 refers to child page (1:101621) and previous child (1:101620), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 80 refers to child page (1:101624) and previous child (1:101623), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 82 refers to child page (1:101626) and previous child (1:101625), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 83 refers to child page (1:101627) and previous child (1:101626), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 84 refers to child page (1:101628) and previous child (1:101627), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 85 refers to child page (1:101629) and previous child (1:101628), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 89 refers to child page (1:101633) and previous child (1:101632), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 90 refers to child page (1:101634) and previous child (1:101633), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 93 refers to child page (1:101637) and previous child (1:101636), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 95 refers to child page (1:101639) and previous child (1:101638), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 96 refers to child page (1:101640) and previous child (1:101639), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 98 refers to child page (1:101642) and previous child (1:101641), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 101 refers to child page (1:101645) and previous child (1:101644), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 103 refers to child page (1:101647) and previous child (1:101646), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 104 refers to child page (1:101648) and previous child (1:101647), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 106 refers to child page (1:101650) and previous child (1:101649), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 109 refers to child page (1:101653) and previous child (1:101652), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 110 refers to child page (1:101654) and previous child (1:101653), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 111 refers to child page (1:101655) and previous child (1:101654), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 112 refers to child page (1:101656) and previous child (1:101655), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 117 refers to child page (1:101661) and previous child (1:101660), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 119 refers to child page (1:101663) and previous child (1:101662), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 120 refers to child page (1:101664) and previous child (1:101663), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 0 refers to child page (1:101736) and previous child (0:0), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 5 refers to child page (1:101741) and previous child (1:101740), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 6 refers to child page (1:101742) and previous child (1:101741), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 7 refers to child page (1:101743) and previous child (1:101742), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 9 refers to child page (1:101809) and previous child (1:101808), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 11 refers to child page (1:101811) and previous child (1:101810), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 12 refers to child page (1:101812) and previous child (1:101811), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 17 refers to child page (1:101817) and previous child (1:101816), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 18 refers to child page (1:101818) and previous child (1:101817), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 19 refers to child page (1:101819) and previous child (1:101818), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 20 refers to child page (1:101820) and previous child (1:101819), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 25 refers to child page (1:101825) and previous child (1:101824), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 26 refers to child page (1:101826) and previous child (1:101825), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 28 refers to child page (1:101828) and previous child (1:101827), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 31 refers to child page (1:101831) and previous child (1:101830), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 33 refers to child page (1:101833) and previous child (1:101832), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 34 refers to child page (1:101834) and previous child (1:101833), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 35 refers to child page (1:101835) and previous child (1:101834), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 36 refers to child page (1:101836) and previous child (1:101835), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 41 refers to child page (1:101841) and previous child (1:101840), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 42 refers to child page (1:101842) and previous child (1:101841), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 44 refers to child page (1:101844) and previous child (1:101843), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 47 refers to child page (1:101847) and previous child (1:101846), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Page (1:101848) is missing a reference from previous page (1:101847). Possible chain linkage problem.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 65 refers to child page (1:101609) and previous child (1:101608), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 68 refers to child page (1:101612) and previous child (1:101611), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 70 refers to child page (1:101614) and previous child (1:101613), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 71 refers to child page (1:101615) and previous child (1:101614), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 73 refers to child page (1:101617) and previous child (1:101616), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 76 refers to child page (1:101620) and previous child (1:101619), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 78 refers to child page (1:101622) and previous child (1:101621), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 79 refers to child page (1:101623) and previous child (1:101622), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 81 refers to child page (1:101625) and previous child (1:101624), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 86 refers to child page (1:101630) and previous child (1:101629), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 87 refers to child page (1:101631) and previous child (1:101630), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 88 refers to child page (1:101632) and previous child (1:101631), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 91 refers to child page (1:101635) and previous child (1:101634), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 92 refers to child page (1:101636) and previous child (1:101635), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 94 refers to child page (1:101638) and previous child (1:101637), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 97 refers to child page (1:101641) and previous child (1:101640), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 99 refers to child page (1:101643) and previous child (1:101642), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 100 refers to child page (1:101644) and previous child (1:101643), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 102 refers to child page (1:101646) and previous child (1:101645), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 105 refers to child page (1:101649) and previous child (1:101648), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 107 refers to child page (1:101651) and previous child (1:101650), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 108 refers to child page (1:101652) and previous child (1:101651), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 113 refers to child page (1:101657) and previous child (1:101656), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 114 refers to child page (1:101658) and previous child (1:101657), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 115 refers to child page (1:101659) and previous child (1:101658), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 116 refers to child page (1:101660) and previous child (1:101659), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 118 refers to child page (1:101662) and previous child (1:101661), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 121 refers to child page (1:101665) and previous child (1:101664), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 122 refers to child page (1:101666) and previous child (1:101665), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 123 refers to child page (1:101667) and previous child (1:101666), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 124 refers to child page (1:101668) and previous child (1:101667), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 3, partition ID 72057594047037440, alloc unit ID 72057594050904064 (type In-row data). Index node page (1:101544), slot 125 refers to child page (1:101669) and previous child (1:101668), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 1 refers to child page (1:101737) and previous child (1:101736), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 2 refers to child page (1:101738) and previous child (1:101737), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 3 refers to child page (1:101739) and previous child (1:101738), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 4 refers to child page (1:101740) and previous child (1:101739), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 8 refers to child page (1:101808) and previous child (1:101743), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 10 refers to child page (1:101810) and previous child (1:101809), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 13 refers to child page (1:101813) and previous child (1:101812), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 14 refers to child page (1:101814) and previous child (1:101813), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 15 refers to child page (1:101815) and previous child (1:101814), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 16 refers to child page (1:101816) and previous child (1:101815), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 21 refers to child page (1:101821) and previous child (1:101820), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 22 refers to child page (1:101822) and previous child (1:101821), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 23 refers to child page (1:101823) and previous child (1:101822), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 24 refers to child page (1:101824) and previous child (1:101823), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 27 refers to child page (1:101827) and previous child (1:101826), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 29 refers to child page (1:101829) and previous child (1:101828), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 30 refers to child page (1:101830) and previous child (1:101829), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 32 refers to child page (1:101832) and previous child (1:101831), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 37 refers to child page (1:101837) and previous child (1:101836), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 38 refers to child page (1:101838) and previous child (1:101837), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 39 refers to child page (1:101839) and previous child (1:101838), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 40 refers to child page (1:101840) and previous child (1:101839), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 43 refers to child page (1:101843) and previous child (1:101842), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 45 refers to child page (1:101845) and previous child (1:101844), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1346103836, index ID 4, partition ID 72057594047102976, alloc unit ID 72057594050969600 (type In-row data). Index node page (1:101896), slot 46 refers to child page (1:101846) and previous child (1:101845), but they were not encountered.
CHECKDB found 0 allocation errors and 221 consistency errors in table 'TableName2' (object ID 1346103836).
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101592) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101593) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101594) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101595) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101596) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101597) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101598) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101599) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101600) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101601) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101602) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101603) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101604) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101605) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101606) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101607) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101672) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101673) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101674) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101675) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101676) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101677) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101678) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101679) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101680) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101681) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101682) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101683) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101684) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101685) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101686) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101687) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101688) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101689) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101690) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101691) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101692) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101693) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101694) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101695) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101696) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101697) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101698) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101699) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101700) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101701) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101702) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101703) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101704) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101705) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101706) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101707) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101708) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101709) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101710) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101711) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101712) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101713) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101714) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101715) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101716) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101717) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101718) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101719) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101720) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101721) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101722) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101723) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101724) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101725) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101726) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101727) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101728) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101729) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101730) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101731) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101732) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101733) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101734) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101735) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101744) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101745) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101746) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101747) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101748) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101749) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101750) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101751) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101752) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101753) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101754) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101755) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101756) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101757) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101758) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101759) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101760) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101761) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101762) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101763) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101764) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101765) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101766) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101767) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101768) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101769) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101770) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101771) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101772) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101773) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101774) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101775) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101776) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101777) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101778) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101779) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101780) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101781) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101782) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101783) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101784) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101785) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101786) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101787) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101788) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101789) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101790) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101791) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101792) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101793) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101794) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101795) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101796) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101797) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101798) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101799) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101800) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101801) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101802) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101803) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101804) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101805) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101806) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data): Page (1:101807) could not be processed. See other errors for details.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Page (1:101592) was not seen in the scan although its parent (1:54008) and previous (1:101591) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 145 refers to child page (1:101593) and previous child (1:101592), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 146 refers to child page (1:101594) and previous child (1:101593), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 147 refers to child page (1:101595) and previous child (1:101594), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 152 refers to child page (1:101600) and previous child (1:101599), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 153 refers to child page (1:101601) and previous child (1:101600), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 154 refers to child page (1:101602) and previous child (1:101601), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 155 refers to child page (1:101603) and previous child (1:101602), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 157 refers to child page (1:101605) and previous child (1:101604), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 160 refers to child page (1:101672) and previous child (1:101607), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 161 refers to child page (1:101673) and previous child (1:101672), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 162 refers to child page (1:101674) and previous child (1:101673), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 164 refers to child page (1:101676) and previous child (1:101675), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 167 refers to child page (1:101679) and previous child (1:101678), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 168 refers to child page (1:101680) and previous child (1:101679), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 169 refers to child page (1:101681) and previous child (1:101680), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 170 refers to child page (1:101682) and previous child (1:101681), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 175 refers to child page (1:101687) and previous child (1:101686), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 176 refers to child page (1:101688) and previous child (1:101687), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 178 refers to child page (1:101690) and previous child (1:101689), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 183 refers to child page (1:101695) and previous child (1:101694), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 184 refers to child page (1:101696) and previous child (1:101695), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 185 refers to child page (1:101697) and previous child (1:101696), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 186 refers to child page (1:101698) and previous child (1:101697), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 189 refers to child page (1:101701) and previous child (1:101700), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 191 refers to child page (1:101703) and previous child (1:101702), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 192 refers to child page (1:101704) and previous child (1:101703), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 194 refers to child page (1:101706) and previous child (1:101705), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 197 refers to child page (1:101709) and previous child (1:101708), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 199 refers to child page (1:101711) and previous child (1:101710), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 200 refers to child page (1:101712) and previous child (1:101711), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 202 refers to child page (1:101714) and previous child (1:101713), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 205 refers to child page (1:101717) and previous child (1:101716), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 206 refers to child page (1:101718) and previous child (1:101717), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 207 refers to child page (1:101719) and previous child (1:101718), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 208 refers to child page (1:101720) and previous child (1:101719), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 213 refers to child page (1:101725) and previous child (1:101724), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 215 refers to child page (1:101727) and previous child (1:101726), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 216 refers to child page (1:101728) and previous child (1:101727), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 219 refers to child page (1:101731) and previous child (1:101730), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 221 refers to child page (1:101733) and previous child (1:101732), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 222 refers to child page (1:101734) and previous child (1:101733), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 224 refers to child page (1:101744) and previous child (1:101735), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 227 refers to child page (1:101747) and previous child (1:101746), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 229 refers to child page (1:101749) and previous child (1:101748), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 230 refers to child page (1:101750) and previous child (1:101749), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 232 refers to child page (1:101752) and previous child (1:101751), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 235 refers to child page (1:101755) and previous child (1:101754), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 237 refers to child page (1:101757) and previous child (1:101756), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 238 refers to child page (1:101758) and previous child (1:101757), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 240 refers to child page (1:101760) and previous child (1:101759), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 243 refers to child page (1:101763) and previous child (1:101762), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 244 refers to child page (1:101764) and previous child (1:101763), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 245 refers to child page (1:101765) and previous child (1:101764), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 246 refers to child page (1:101766) and previous child (1:101765), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 251 refers to child page (1:101771) and previous child (1:101770), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 252 refers to child page (1:101772) and previous child (1:101771), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 253 refers to child page (1:101773) and previous child (1:101772), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 254 refers to child page (1:101774) and previous child (1:101773), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 259 refers to child page (1:101779) and previous child (1:101778), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 260 refers to child page (1:101780) and previous child (1:101779), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 261 refers to child page (1:101781) and previous child (1:101780), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 262 refers to child page (1:101782) and previous child (1:101781), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 265 refers to child page (1:101785) and previous child (1:101784), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 267 refers to child page (1:101787) and previous child (1:101786), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 268 refers to child page (1:101788) and previous child (1:101787), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 269 refers to child page (1:101789) and previous child (1:101788), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 270 refers to child page (1:101790) and previous child (1:101789), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 275 refers to child page (1:101795) and previous child (1:101794), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 276 refers to child page (1:101796) and previous child (1:101795), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 278 refers to child page (1:101798) and previous child (1:101797), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 281 refers to child page (1:101801) and previous child (1:101800), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 283 refers to child page (1:101803) and previous child (1:101802), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 284 refers to child page (1:101804) and previous child (1:101803), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 286 refers to child page (1:101806) and previous child (1:101805), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 148 refers to child page (1:101596) and previous child (1:101595), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 149 refers to child page (1:101597) and previous child (1:101596), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 150 refers to child page (1:101598) and previous child (1:101597), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 151 refers to child page (1:101599) and previous child (1:101598), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 156 refers to child page (1:101604) and previous child (1:101603), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 158 refers to child page (1:101606) and previous child (1:101605), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 159 refers to child page (1:101607) and previous child (1:101606), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 163 refers to child page (1:101675) and previous child (1:101674), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 165 refers to child page (1:101677) and previous child (1:101676), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 166 refers to child page (1:101678) and previous child (1:101677), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 171 refers to child page (1:101683) and previous child (1:101682), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 172 refers to child page (1:101684) and previous child (1:101683), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 173 refers to child page (1:101685) and previous child (1:101684), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 174 refers to child page (1:101686) and previous child (1:101685), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 177 refers to child page (1:101689) and previous child (1:101688), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 179 refers to child page (1:101691) and previous child (1:101690), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 180 refers to child page (1:101692) and previous child (1:101691), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 181 refers to child page (1:101693) and previous child (1:101692), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 182 refers to child page (1:101694) and previous child (1:101693), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 187 refers to child page (1:101699) and previous child (1:101698), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 188 refers to child page (1:101700) and previous child (1:101699), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 190 refers to child page (1:101702) and previous child (1:101701), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 193 refers to child page (1:101705) and previous child (1:101704), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 195 refers to child page (1:101707) and previous child (1:101706), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 196 refers to child page (1:101708) and previous child (1:101707), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 198 refers to child page (1:101710) and previous child (1:101709), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 201 refers to child page (1:101713) and previous child (1:101712), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 203 refers to child page (1:101715) and previous child (1:101714), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 204 refers to child page (1:101716) and previous child (1:101715), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 209 refers to child page (1:101721) and previous child (1:101720), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 210 refers to child page (1:101722) and previous child (1:101721), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 211 refers to child page (1:101723) and previous child (1:101722), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 212 refers to child page (1:101724) and previous child (1:101723), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 214 refers to child page (1:101726) and previous child (1:101725), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 217 refers to child page (1:101729) and previous child (1:101728), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 218 refers to child page (1:101730) and previous child (1:101729), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 220 refers to child page (1:101732) and previous child (1:101731), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 223 refers to child page (1:101735) and previous child (1:101734), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 225 refers to child page (1:101745) and previous child (1:101744), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 226 refers to child page (1:101746) and previous child (1:101745), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 228 refers to child page (1:101748) and previous child (1:101747), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 231 refers to child page (1:101751) and previous child (1:101750), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 233 refers to child page (1:101753) and previous child (1:101752), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 234 refers to child page (1:101754) and previous child (1:101753), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 236 refers to child page (1:101756) and previous child (1:101755), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 239 refers to child page (1:101759) and previous child (1:101758), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 241 refers to child page (1:101761) and previous child (1:101760), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 242 refers to child page (1:101762) and previous child (1:101761), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 247 refers to child page (1:101767) and previous child (1:101766), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 248 refers to child page (1:101768) and previous child (1:101767), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 249 refers to child page (1:101769) and previous child (1:101768), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 250 refers to child page (1:101770) and previous child (1:101769), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 255 refers to child page (1:101775) and previous child (1:101774), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 256 refers to child page (1:101776) and previous child (1:101775), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 257 refers to child page (1:101777) and previous child (1:101776), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 258 refers to child page (1:101778) and previous child (1:101777), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 263 refers to child page (1:101783) and previous child (1:101782), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 264 refers to child page (1:101784) and previous child (1:101783), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 266 refers to child page (1:101786) and previous child (1:101785), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 271 refers to child page (1:101791) and previous child (1:101790), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 272 refers to child page (1:101792) and previous child (1:101791), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 273 refers to child page (1:101793) and previous child (1:101792), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 274 refers to child page (1:101794) and previous child (1:101793), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 277 refers to child page (1:101797) and previous child (1:101796), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 279 refers to child page (1:101799) and previous child (1:101798), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 280 refers to child page (1:101800) and previous child (1:101799), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 282 refers to child page (1:101802) and previous child (1:101801), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 285 refers to child page (1:101805) and previous child (1:101804), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Index node page (1:54008), slot 287 refers to child page (1:101807) and previous child (1:101806), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1954106002, index ID 1, partition ID 72057594047496192, alloc unit ID 72057594051362816 (type In-row data). Page (1:101856) is missing a reference from previous page (1:101807). Possible chain linkage problem.
CHECKDB found 0 allocation errors and 289 consistency errors in table 'TableName' (object ID 1954106002).
CHECKDB found 0 allocation errors and 828 consistency errors in database 'DBName'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (DBName).
April 28, 2016 at 3:58 pm
Looks like something trashed a contiguous block of your data file, filling it with zeroes, so a bunch of pages at the leaf-level of the table's clustered index have been destroyed.
You need to restore from your backup. Repair will delete all the broken pages as there's no way to recover them.
Thanks
Paul Randal
CEO, SQLskills.com: Check out SQLskills online training!
Blog:www.SQLskills.com/blogs/paul Twitter: @PaulRandal
SQL MVP, Microsoft RD, Contributing Editor of TechNet Magazine
Author of DBCC CHECKDB/repair (and other Storage Engine) code of SQL Server 2005
April 28, 2016 at 4:11 pm
Thank you Paul.
Is there maybe a way to find out what caused the issue? I've asked sys admins to check VM and storage or anything else they could think of, but no luck.
I saw SAN and VM dashboards showing no errors or alerts at the time of DB corruption.
Thanks again.
April 28, 2016 at 8:34 pm
Almost impossible to say. Could be the I/O subsystem at the source, at the destination, something during the network copy, and so on.
Paul Randal
CEO, SQLskills.com: Check out SQLskills online training!
Blog:www.SQLskills.com/blogs/paul Twitter: @PaulRandal
SQL MVP, Microsoft RD, Contributing Editor of TechNet Magazine
Author of DBCC CHECKDB/repair (and other Storage Engine) code of SQL Server 2005
April 29, 2016 at 1:05 am
Thanks again.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply