Quantcast
Channel: SQLServerCentral » SQL Server 2008 » Data Corruption (SS2K8 / SS2K8 R2) » Latest topics
Viewing all 223 articles
Browse latest View live

i cant open my Stored Procedure

0
0
SQL Server detected a logical consistency-based I/O error: incorrect checksum (expected: 0xd6715d3a; actual: 0xd6715d2a). It occurred during a read of page (1:498) in database ID 14 at offset 0x000000003e4000 in file 'G:\GAStaffing.mdf'. Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online. (.Net SqlClient Data Provider)Showing This Error

collect it through the fraudulent website

0
0
US Open 2015 Live Stream

Restore SSIS Package

0
0
The SSIS Project/Package stored in our file system is corrupted - still trying to see how that happened. The job that executes this package is still working as it should. Is there a way to restore the package that is being executed on the server itself because we need to manually run it off schedule. If we ever need to update the job we don't have the package details. Recreating the package will take time so I'm hoping there's a way to somehow restore it from the server. Appreciate any help you can provide.

How to convert SQL query into xsl file

0
0
I need to develop a client side XSLT that can transform that can extract only the required information that should be published e.g. Full name of scholar, department name, area of research and year of registration, the transformed object should be in XML format. I develop a simple HTML interface which takes input from the user in the form of SQL syntax, use this SQL input to craft XSLT and display the matching results in the form of HTML table on the same page.

Is my Database corrupted ? Any solutions on fixing this ? Help

0
0
Hi everyone, i need your expertise on this regard.There is one specific row and column that i think was corrupted (my presumption).I try SELECT on that specific table it produces this error:[color=#ff0000]Msg 233, Level 20, State 0, Line 0A transport-level error has occurred when receiving results from the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)[/color]Though, it executes well when the infected column was omitted.And when i try to DELETE/UPDATEthat specific column, it produces this error:[color=#ff0000]Msg 824, Level 24, State 2, Line 1SQL Server detected a logical consistency-based I/O error: incorrect pageid (expected 1:613930; actual 1:122). It occurred during a read of page (1:613930) in database ID 5 at offset 0x0000012bc54000 in file 'C:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER2014\MSSQL\DATA\ProDefense15.mdf'. Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.[/color]The data on that column is an image file.I used this script(which was i researched in this forum)DBCC CheckDB(ProDefense15) WITH NO_INFOMSGS, ALL_ERRORMSGSand it produced a long long looong message below:[color=#ff0000]Msg 8939, Level 16, State 98, Line 1Table error: Object ID 3, index ID 1, partition ID 196608, alloc unit ID 196608 (type In-row data), page (1:613856). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 3, index ID 1, partition ID 196608, alloc unit ID 196608 (type In-row data), page ID (1:613857) contains an incorrect page ID in its page header. The PageId in the page header = (1:49).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 3, index ID 1, partition ID 196608, alloc unit ID 196608 (type In-row data), page ID (1:613839) contains an incorrect page ID in its page header. The PageId in the page header = (1:31).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 3, index ID 1, partition ID 196608, alloc unit ID 196608 (type In-row data), page ID (1:613831) contains an incorrect page ID in its page header. The PageId in the page header = (1:23).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 3, index ID 1, partition ID 196608, alloc unit ID 196608 (type In-row data), page ID (1:613831) contains an incorrect page ID in its page header. The PageId in the page header = (1:23).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 3, index ID 1, partition ID 196608, alloc unit ID 196608 (type In-row data), page ID (1:613839) contains an incorrect page ID in its page header. The PageId in the page header = (1:31).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 3, index ID 1, partition ID 196608, alloc unit ID 196608 (type In-row data), page ID (1:615238) contains an incorrect page ID in its page header. The PageId in the page header = (1:1430).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 3, index ID 1, partition ID 196608, alloc unit ID 196608 (type In-row data), page ID (1:615239) contains an incorrect page ID in its page header. The PageId in the page header = (1:1431).CHECKDB found 0 allocation errors and 8 consistency errors in table 'sys.sysrscols' (object ID 3).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 5, index ID 1, partition ID 327680, alloc unit ID 327680 (type In-row data), page ID (1:613826) contains an incorrect page ID in its page header. The PageId in the page header = (1:18).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 5, index ID 1, partition ID 327680, alloc unit ID 327680 (type In-row data), page ID (1:613826) contains an incorrect page ID in its page header. The PageId in the page header = (1:18).CHECKDB found 0 allocation errors and 2 consistency errors in table 'sys.sysrowsets' (object ID 5).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 7, index ID 1, partition ID 458752, alloc unit ID 458752 (type In-row data), page (1:613824). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 7, index ID 1, partition ID 458752, alloc unit ID 458752 (type In-row data), page ID (1:613938) contains an incorrect page ID in its page header. The PageId in the page header = (1:130).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 7, index ID 1, partition ID 458752, alloc unit ID 458752 (type In-row data), page (1:613824). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 7, index ID 1, partition ID 458752, alloc unit ID 458752 (type In-row data), page ID (1:613938) contains an incorrect page ID in its page header. The PageId in the page header = (1:130).CHECKDB found 0 allocation errors and 4 consistency errors in table 'sys.sysallocunits' (object ID 7).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 8, index ID 0, partition ID 524288, alloc unit ID 524288 (type In-row data), page (1:613840). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.CHECKDB found 0 allocation errors and 1 consistency errors in table 'sys.sysfiles1' (object ID 8).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 24, index ID 1, partition ID 281474978283520, alloc unit ID 281474978283520 (type In-row data), page ID (1:613837) contains an incorrect page ID in its page header. The PageId in the page header = (1:29).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 24, index ID 1, partition ID 281474978283520, alloc unit ID 281474978283520 (type In-row data), page ID (1:613837) contains an incorrect page ID in its page header. The PageId in the page header = (1:29).CHECKDB found 0 allocation errors and 2 consistency errors in table 'sys.sysprufiles' (object ID 24).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 27, index ID 1, partition ID 281474978480128, alloc unit ID 281474978480128 (type In-row data), page ID (1:613899) contains an incorrect page ID in its page header. The PageId in the page header = (1:91).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 27, index ID 2, partition ID 562949955190784, alloc unit ID 562949955190784 (type In-row data), page ID (1:613901) contains an incorrect page ID in its page header. The PageId in the page header = (1:93).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 27, index ID 3, partition ID 844424931901440, alloc unit ID 844424931901440 (type In-row data), page ID (1:613903) contains an incorrect page ID in its page header. The PageId in the page header = (1:95).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 27, index ID 1, partition ID 281474978480128, alloc unit ID 281474978480128 (type In-row data), page ID (1:613899) contains an incorrect page ID in its page header. The PageId in the page header = (1:91).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 27, index ID 2, partition ID 562949955190784, alloc unit ID 562949955190784 (type In-row data), page ID (1:613901) contains an incorrect page ID in its page header. The PageId in the page header = (1:93).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 27, index ID 3, partition ID 844424931901440, alloc unit ID 844424931901440 (type In-row data), page ID (1:613903) contains an incorrect page ID in its page header. The PageId in the page header = (1:95).CHECKDB found 0 allocation errors and 6 consistency errors in table 'sys.sysowners' (object ID 27).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 29, index ID 1, partition ID 281474978611200, alloc unit ID 281474978611200 (type In-row data), page ID (1:613909) contains an incorrect page ID in its page header. The PageId in the page header = (1:101).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 29, index ID 1, partition ID 281474978611200, alloc unit ID 281474978611200 (type In-row data), page ID (1:613909) contains an incorrect page ID in its page header. The PageId in the page header = (1:101).CHECKDB found 0 allocation errors and 2 consistency errors in table 'sys.sysprivs' (object ID 29).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 4, partition ID 1125899909070848, alloc unit ID 1125899909070848 (type In-row data), page ID (1:613862) contains an incorrect page ID in its page header. The PageId in the page header = (1:54).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 4, partition ID 1125899909070848, alloc unit ID 1125899909070848 (type In-row data), page ID (1:613863) contains an incorrect page ID in its page header. The PageId in the page header = (1:55).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 4, partition ID 1125899909070848, alloc unit ID 1125899909070848 (type In-row data), page ID (1:613917) contains an incorrect page ID in its page header. The PageId in the page header = (1:109).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page (1:614200). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614201) contains an incorrect page ID in its page header. The PageId in the page header = (1:393).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614203) contains an incorrect page ID in its page header. The PageId in the page header = (1:395).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614204) contains an incorrect page ID in its page header. The PageId in the page header = (1:396).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614205) contains an incorrect page ID in its page header. The PageId in the page header = (1:397).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614206) contains an incorrect page ID in its page header. The PageId in the page header = (1:398).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614207) contains an incorrect page ID in its page header. The PageId in the page header = (1:399).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:613967) contains an incorrect page ID in its page header. The PageId in the page header = (1:159).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 2, partition ID 562949955649536, alloc unit ID 562949955649536 (type In-row data), page ID (1:613995) contains an incorrect page ID in its page header. The PageId in the page header = (1:187).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:613997) contains an incorrect page ID in its page header. The PageId in the page header = (1:189).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:613998) contains an incorrect page ID in its page header. The PageId in the page header = (1:190).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:617980) contains an incorrect page ID in its page header. The PageId in the page header = (1:4172).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:617981) contains an incorrect page ID in its page header. The PageId in the page header = (1:4173).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:617982) contains an incorrect page ID in its page header. The PageId in the page header = (1:4174).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:617983) contains an incorrect page ID in its page header. The PageId in the page header = (1:4175).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page (1:615112). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:615113) contains an incorrect page ID in its page header. The PageId in the page header = (1:1305).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:615117) contains an incorrect page ID in its page header. The PageId in the page header = (1:1309).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:615119) contains an incorrect page ID in its page header. The PageId in the page header = (1:1311).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 4, partition ID 1125899909070848, alloc unit ID 1125899909070848 (type In-row data), page ID (1:615073) contains an incorrect page ID in its page header. The PageId in the page header = (1:1265).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 4, partition ID 1125899909070848, alloc unit ID 1125899909070848 (type In-row data), page ID (1:613917) contains an incorrect page ID in its page header. The PageId in the page header = (1:109).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:613967) contains an incorrect page ID in its page header. The PageId in the page header = (1:159).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 2, partition ID 562949955649536, alloc unit ID 562949955649536 (type In-row data), page ID (1:613995) contains an incorrect page ID in its page header. The PageId in the page header = (1:187).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:613997) contains an incorrect page ID in its page header. The PageId in the page header = (1:189).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:613998) contains an incorrect page ID in its page header. The PageId in the page header = (1:190).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page (1:614200). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614201) contains an incorrect page ID in its page header. The PageId in the page header = (1:393).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614203) contains an incorrect page ID in its page header. The PageId in the page header = (1:395).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614204) contains an incorrect page ID in its page header. The PageId in the page header = (1:396).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614205) contains an incorrect page ID in its page header. The PageId in the page header = (1:397).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614206) contains an incorrect page ID in its page header. The PageId in the page header = (1:398).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614207) contains an incorrect page ID in its page header. The PageId in the page header = (1:399).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page (1:615112). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:615113) contains an incorrect page ID in its page header. The PageId in the page header = (1:1305).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:615117) contains an incorrect page ID in its page header. The PageId in the page header = (1:1309).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:615119) contains an incorrect page ID in its page header. The PageId in the page header = (1:1311).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:617980) contains an incorrect page ID in its page header. The PageId in the page header = (1:4172).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:617981) contains an incorrect page ID in its page header. The PageId in the page header = (1:4173).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:617982) contains an incorrect page ID in its page header. The PageId in the page header = (1:4174).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:617983) contains an incorrect page ID in its page header. The PageId in the page header = (1:4175).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page (1:613928). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:613929) contains an incorrect page ID in its page header. The PageId in the page header = (1:121).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 4, partition ID 1125899909070848, alloc unit ID 1125899909070848 (type In-row data), page ID (1:613930) contains an incorrect page ID in its page header. The PageId in the page header = (1:122).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 4, partition ID 1125899909070848, alloc unit ID 1125899909070848 (type In-row data), page ID (1:613931) contains an incorrect page ID in its page header. The PageId in the page header = (1:123).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614059) contains an incorrect page ID in its page header. The PageId in the page header = (1:251).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 1, partition ID 281474978938880, alloc unit ID 281474978938880 (type In-row data), page ID (1:614101) contains an incorrect page ID in its page header. The PageId in the page header = (1:293).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 844424932360192 (type In-row data), page ID (1:614107) contains an incorrect page ID in its page header. The PageId in the page header = (1:299).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 34, index ID 2, partition ID 562949955649536, alloc unit ID 562949955649536 (type In-row data), page ID (1:615223) contains an incorrect page ID in its page header. The PageId in the page header = (1:1415).CHECKDB found 0 allocation errors and 51 consistency errors in table 'sys.sysschobjs' (object ID 34).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 54, index ID 1, partition ID 281474980249600, alloc unit ID 281474980249600 (type In-row data), page ID (1:618254) contains an incorrect page ID in its page header. The PageId in the page header = (1:4446).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 54, index ID 1, partition ID 281474980249600, alloc unit ID 281474980249600 (type In-row data), page ID (1:613932) contains an incorrect page ID in its page header. The PageId in the page header = (1:124).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 54, index ID 2, partition ID 562949956960256, alloc unit ID 562949956960256 (type In-row data), page ID (1:614796) contains an incorrect page ID in its page header. The PageId in the page header = (1:988).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 54, index ID 2, partition ID 562949956960256, alloc unit ID 562949956960256 (type In-row data), page ID (1:615306) contains an incorrect page ID in its page header. The PageId in the page header = (1:1498).CHECKDB found 0 allocation errors and 4 consistency errors in table 'sys.sysidxstats' (object ID 54).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 55, index ID 1, partition ID 281474980315136, alloc unit ID 281474980315136 (type In-row data), page ID (1:613948) contains an incorrect page ID in its page header. The PageId in the page header = (1:140).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 55, index ID 2, partition ID 562949957025792, alloc unit ID 562949957025792 (type In-row data), page ID (1:613940) contains an incorrect page ID in its page header. The PageId in the page header = (1:132).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 55, index ID 2, partition ID 562949957025792, alloc unit ID 562949957025792 (type In-row data), page ID (1:613940) contains an incorrect page ID in its page header. The PageId in the page header = (1:132).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 55, index ID 1, partition ID 281474980315136, alloc unit ID 281474980315136 (type In-row data), page ID (1:613948) contains an incorrect page ID in its page header. The PageId in the page header = (1:140).CHECKDB found 0 allocation errors and 4 consistency errors in table 'sys.sysiscols' (object ID 55).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:614579) contains an incorrect page ID in its page header. The PageId in the page header = (1:771).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data), page ID (1:613918) contains an incorrect page ID in its page header. The PageId in the page header = (1:110).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:614530) contains an incorrect page ID in its page header. The PageId in the page header = (1:722).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:613878) contains an incorrect page ID in its page header. The PageId in the page header = (1:70).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data), page (1:614544). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8939, Level 16, State 98, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page (1:613864). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:613865) contains an incorrect page ID in its page header. The PageId in the page header = (1:57).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:613870) contains an incorrect page ID in its page header. The PageId in the page header = (1:62).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data), page ID (1:614212) contains an incorrect page ID in its page header. The PageId in the page header = (1:404).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page (1:615104). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:617692) contains an incorrect page ID in its page header. The PageId in the page header = (1:3884).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:615179) contains an incorrect page ID in its page header. The PageId in the page header = (1:1371).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:613878) contains an incorrect page ID in its page header. The PageId in the page header = (1:70).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data), page ID (1:613918) contains an incorrect page ID in its page header. The PageId in the page header = (1:110).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:614530) contains an incorrect page ID in its page header. The PageId in the page header = (1:722).Msg 8939, Level 16, State 98, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data), page (1:614544). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:615179) contains an incorrect page ID in its page header. The PageId in the page header = (1:1371).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:615473) contains an incorrect page ID in its page header. The PageId in the page header = (1:1665).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:615475) contains an incorrect page ID in its page header. The PageId in the page header = (1:1667).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:615478) contains an incorrect page ID in its page header. The PageId in the page header = (1:1670).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page ID (1:615242) contains an incorrect page ID in its page header. The PageId in the page header = (1:1434).CHECKDB found 0 allocation errors and 21 consistency errors in table 'sys.sysobjvalues' (object ID 60).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 75, index ID 2, partition ID 562949958336512, alloc unit ID 562949958336512 (type In-row data), page ID (1:613913) contains an incorrect page ID in its page header. The PageId in the page header = (1:105).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 75, index ID 1, partition ID 281474981625856, alloc unit ID 281474981625856 (type In-row data), page ID (1:613911) contains an incorrect page ID in its page header. The PageId in the page header = (1:103).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 75, index ID 1, partition ID 281474981625856, alloc unit ID 281474981625856 (type In-row data), page ID (1:613911) contains an incorrect page ID in its page header. The PageId in the page header = (1:103).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 75, index ID 2, partition ID 562949958336512, alloc unit ID 562949958336512 (type In-row data), page ID (1:613913) contains an incorrect page ID in its page header. The PageId in the page header = (1:105).CHECKDB found 0 allocation errors and 4 consistency errors in table 'sys.sysmultiobjrefs' (object ID 75).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation data), page ID (1:613809) contains an incorrect page ID in its page header. The PageId in the page header = (1:1).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation data), page ID (1:613810) contains an incorrect page ID in its page header. The PageId in the page header = (1:2).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation data), page ID (1:613811) contains an incorrect page ID in its page header. The PageId in the page header = (1:3).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation data), page ID (1:613814) contains an incorrect page ID in its page header. The PageId in the page header = (1:6).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation data), page ID (1:613809) contains an incorrect page ID in its page header. The PageId in the page header = (1:1).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation data), page ID (1:613810) contains an incorrect page ID in its page header. The PageId in the page header = (1:2).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation data), page ID (1:613811) contains an incorrect page ID in its page header. The PageId in the page header = (1:3).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation data), page ID (1:613814) contains an incorrect page ID in its page header. The PageId in the page header = (1:6).Msg 8909, Level 16, State 1, Line 1Table error: Object ID 99, index ID 0, partition ID 0, alloc unit ID 6488064 (type System allocation data), page ID (1:613817) contains an incorrect page ID in its page header. The PageId in the page header = (1:9).CHECKDB found 0 allocation errors and 9 consistency errors in table '(Object ID 99)' (object ID 99).Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:27079) is missing a reference from previous page (1:613810). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:27382) is missing a reference from previous page (1:614205). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:34435) is missing a reference from previous page (1:613913). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:39204) is missing a reference from previous page (1:604334). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:39788) is missing a reference from previous page (1:613948). Possible chain linkage problem.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:42730), slot 1, text ID 300613632 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:45959), slot 0, text ID 300613632 is not referenced.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:50095) is missing a reference from previous page (1:613814). Possible chain linkage problem.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:54060), slot 0, text ID 300613632 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:61321), slot 0, text ID 476250112 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:61322), slot 0, text ID 476250112 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:61323), slot 0, text ID 476250112 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:61324), slot 0, text ID 476250112 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:61325), slot 0, text ID 476250112 is not referenced.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:75424) is missing a reference from previous page (1:614207). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:89703) is missing a reference from previous page (1:613839). Possible chain linkage problem.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:118674), slot 1, text ID 238485504 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:118675), slot 0, text ID 238485504 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:118676), slot 0, text ID 238485504 is not referenced.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:129876) is missing a reference from previous page (1:613903). Possible chain linkage problem.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:142820), slot 1, text ID 804716544 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:142955), slot 0, text ID 804716544 is not referenced.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:155313) is missing a reference from previous page (1:613831). Possible chain linkage problem.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:158889), slot 0, text ID 1337131008 is not referenced.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:323562) is missing a reference from previous page (1:614203). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:328509) is missing a reference from previous page (1:614204). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:328697) is missing a reference from previous page (1:613811). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:330903) is missing a reference from previous page (1:613997). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:381546) is missing a reference from previous page (1:614530). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:387914) is missing a reference from previous page (1:613809). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:429834) is missing a reference from previous page (1:617983). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:450052) is missing a reference from previous page (1:613995). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:460962) is missing a reference from previous page (1:613899). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:462440) is missing a reference from previous page (1:614200). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:468388) is missing a reference from previous page (1:613918). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:480942) is missing a reference from previous page (1:617980). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:521482) is missing a reference from previous page (1:617981). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:547565) is missing a reference from previous page (1:614201). Possible chain linkage problem.Msg 8939, Level 16, State 98, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data), page (1:604334). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:604334) could not be processed. See other errors for details.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:604334) was not seen in the scan although its parent (1:80884) and previous (1:514770) refer to it. Check any previous errors.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data): Page (1:613856) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data): Page (1:613857) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data): Page (1:613862) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data): Page (1:613863) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data): Page (1:614579) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613809) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613810) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613811) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613814) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613837) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613839) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613899) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613901) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613903) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613913) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613917) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613918) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:613948) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:614200) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:614201) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:614203) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:614204) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:614205) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:614206) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:614207) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:614530) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613824) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613826) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613831) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613878) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613909) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613911) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613938) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613940) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613967) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613995) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613997) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:613998) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:614544) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data): Page (1:613840) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data): Page (1:613864) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data): Page (1:613865) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data): Page (1:613870) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data): Page (1:614212) could not be processed. See other errors for details.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:612649) is missing a reference from previous page (1:615179). Possible chain linkage problem.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613248), slot 0, text ID 1627652096 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613249), slot 0, text ID 1627652096 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613250), slot 0, text ID 1627652096 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613323), slot 1, text ID 2072379392 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613388), slot 0, text ID 1919942656 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613389), slot 0, text ID 1919942656 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613390), slot 0, text ID 1919942656 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613391), slot 0, text ID 1919942656 is not referenced.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613398) is missing a reference from previous page (1:613826). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613759) is missing a reference from previous page (1:613911). Possible chain linkage problem.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613809) was not seen in the scan although its parent (1:96041) and previous (1:387913) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613810) was not seen in the scan although its parent (1:15876) and previous (1:478997) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613811) was not seen in the scan although its parent (1:37278) and previous (1:613812) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613814) was not seen in the scan although its parent (1:542838) and previous (1:50094) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613824) was not seen in the scan although its parent (1:614220) and previous (1:613457) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613826) was not seen in the scan although its parent (1:621285) and previous (1:613830) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613831) was not seen in the scan although its parent (1:264667) and previous (1:447227) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613836) is missing a reference from previous page (1:613837). Possible chain linkage problem.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613837) was not seen in the scan although its parent (1:480651) and previous (1:37560) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613839) was not seen in the scan although its parent (1:466029) and previous (1:89702) refer to it. Check any previous errors.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613840), slot 0, text ID 623771648 is referenced by page (1:613827), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:613856), slot 0, text ID 1268908032 is referenced by page (1:125136), slot 1, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:613857), slot 0, text ID 1268908032 is referenced by page (1:125136), slot 1, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:613862), slot 0, text ID 1488977920 is referenced by page (1:132677), slot 2, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:613863), slot 0, text ID 1143013376 is referenced by page (1:34093), slot 1, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613864), slot 0, text ID 1884291072 is referenced by page (1:613877), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613865), slot 0, text ID 1884291072 is referenced by page (1:613877), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613865), slot 1, text ID 1940783104 is referenced by page (1:614584), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613865), slot 2, text ID 923467776 is referenced by page (1:614587), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613865), slot 3, text ID 1436680192 is referenced by page (1:614979), slot 11, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613870), slot 0, text ID 429260800 is referenced by page (1:613873), slot 1, but was not seen in the scan.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613874) is missing a reference from previous page (1:613878). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613877) is missing a reference from previous page (1:613967). Possible chain linkage problem.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613878) was not seen in the scan although its parent (1:621221) and previous (1:613877) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613899) was not seen in the scan although its parent (1:96124) and previous (1:613900) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613901) was not seen in the scan although its parent (1:95118) and previous (1:233769) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613902) is missing a reference from previous page (1:613901). Possible chain linkage problem.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613903) was not seen in the scan although its parent (1:519938) and previous (1:531745) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613909) was not seen in the scan although its parent (1:621221) and previous (1:613873) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613911) was not seen in the scan although its parent (1:616626) and previous (1:613784) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613913) was not seen in the scan although its parent (1:14620) and previous (1:34434) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613917) was not seen in the scan although its parent (1:15356) and previous (1:247891) refer to it. Check any previous errors.Msg 8980, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Index node page (1:15356), slot 28 refers to child page (1:613918) and previous child (1:613917), but they were not encountered.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613936) is missing a reference from previous page (1:613938). Possible chain linkage problem.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613938) was not seen in the scan although its parent (1:616626) and previous (1:613941) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613940) was not seen in the scan although its parent (1:616626) and previous (1:613759) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:613948) was not seen in the scan although its parent (1:96032) and previous (1:147901) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613963) is missing a reference from previous page (1:613998). Possible chain linkage problem.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613967) was not seen in the scan although its parent (1:621221) and previous (1:618240) refer to it. Check any previous errors.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613981), slot 0, text ID 2072379392 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613982), slot 0, text ID 2072379392 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:613983), slot 0, text ID 2072379392 is not referenced.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613995) was not seen in the scan although its parent (1:320013) and previous (1:490643) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613997) was not seen in the scan although its parent (1:436965) and previous (1:270007) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:613998) was not seen in the scan although its parent (1:615574) and previous (1:614024) refer to it. Check any previous errors.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:614016), slot 0, text ID 2072379392 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:614017), slot 0, text ID 1795358720 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:614018), slot 0, text ID 1795358720 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:614019), slot 0, text ID 1795358720 is not referenced.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:614026) is missing a reference from previous page (1:613909). Possible chain linkage problem.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:614181), slot 0, text ID 1639186432 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:614182), slot 0, text ID 1639186432 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:614183), slot 0, text ID 1639186432 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:614192), slot 0, text ID 1639186432 is not referenced.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:614200) was not seen in the scan although its parent (1:469415) and previous (1:40460) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:614201) was not seen in the scan although its parent (1:389573) and previous (1:119405) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:614203) was not seen in the scan although its parent (1:506926) and previous (1:33645) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:614204) was not seen in the scan although its parent (1:456773) and previous (1:328510) refer to it. Check any previous errors.Msg 8980, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Index node page (1:398474), slot 236 refers to child page (1:614205) and previous child (1:614206), but they were not encountered.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:614206) was not seen in the scan although its parent (1:398474) and previous (1:27381) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:614207) was not seen in the scan although its parent (1:478211) and previous (1:248493) refer to it. Check any previous errors.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:614212), slot 0, text ID 1856176128 is referenced by page (1:614221), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:614212), slot 1, text ID 1262813184 is referenced by page (1:613578), slot 2, but was not seen in the scan.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:614489) is missing a reference from previous page (1:613824). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:614527) is missing a reference from previous page (1:614544). Possible chain linkage problem.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:614530) was not seen in the scan although its parent (1:73700) and previous (1:32089) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:614544) was not seen in the scan although its parent (1:615719) and previous (1:614546) refer to it. Check any previous errors.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:614579), slot 0, text ID 703660032 is referenced by page (1:66170), slot 1, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:614579), slot 1, text ID 867172352 is referenced by page (1:614596), slot 2, but was not seen in the scan.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:614633) is missing a reference from previous page (1:615113). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:614654) is missing a reference from previous page (1:615117). Possible chain linkage problem.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data): Page (1:615104) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data): Page (1:617692) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:617980) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:617981) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:617982) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Page (1:617983) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:615112) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:615113) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:615117) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:615119) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Page (1:615179) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data): Page (1:615073) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data): Page (1:618254) could not be processed. See other errors for details.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:615073), slot 0, text ID 1749286912 is referenced by page (1:615176), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:615104), slot 0, text ID 1970929664 is referenced by page (1:480541), slot 1, but was not seen in the scan.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:615112) was not seen in the scan although its parent (1:621221) and previous (1:615176) refer to it. Check any previous errors.Msg 8980, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Index node page (1:621221), slot 10 refers to child page (1:615113) and previous child (1:615112), but they were not encountered.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:615117) was not seen in the scan although its parent (1:617394) and previous (1:614655) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:615119) was not seen in the scan although its parent (1:612488) and previous (1:610500) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:615179) was not seen in the scan although its parent (1:621221) and previous (1:612650) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:617008) is missing a reference from previous page (1:613940). Possible chain linkage problem.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594046054400 (type LOB data). The off-row data node at page (1:617692), slot 0, text ID 415629312 is referenced by page (1:516367), slot 2, but was not seen in the scan.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data). Page (1:617864) is missing a reference from previous page (1:615119). Possible chain linkage problem.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:617980) was not seen in the scan although its parent (1:96113) and previous (1:458160) refer to it. Check any previous errors.Msg 8980, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Index node page (1:457251), slot 235 refers to child page (1:617981) and previous child (1:617982), but they were not encountered.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:617982) was not seen in the scan although its parent (1:457251) and previous (1:521483) refer to it. Check any previous errors.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data). Page (1:617983) was not seen in the scan although its parent (1:74138) and previous (1:380889) refer to it. Check any previous errors.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401390592 (type LOB data). The off-row data node at page (1:618254), slot 0, text ID 1849622528 is referenced by page (1:618245), slot 0, but was not seen in the scan.Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1639186432 owned by data record identified by RID = (1:18891:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1488977920 owned by data record identified by RID = (1:20100:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1488977920 owned by data record identified by RID = (1:22377:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1639186432 owned by data record identified by RID = (1:22462:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 923467776 owned by data record identified by RID = (1:23346:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 415629312 owned by data record identified by RID = (1:29693:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 867172352 owned by data record identified by RID = (1:30774:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1795358720 owned by data record identified by RID = (1:32254:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1143013376 owned by data record identified by RID = (1:34093:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 867172352 owned by data record identified by RID = (1:35660:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1884291072 owned by data record identified by RID = (1:40308:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 703660032 owned by data record identified by RID = (1:66170:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1919942656 owned by data record identified by RID = (1:66474:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 703660032 owned by data record identified by RID = (1:75307:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1337131008 owned by data record identified by RID = (1:83397:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 867172352 owned by data record identified by RID = (1:94956:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1795358720 owned by data record identified by RID = (1:97776:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1268908032 owned by data record identified by RID = (1:104846:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 2072379392 owned by index record identified by RID = (1:105805:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1795358720 owned by index record identified by RID = (1:107041:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1795358720 owned by data record identified by RID = (1:107843:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1262813184 owned by index record identified by RID = (1:108730:6)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 867172352 owned by data record identified by RID = (1:109410:4)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 703660032 owned by data record identified by RID = (1:109593:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 623771648 owned by data record identified by RID = (1:109948:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1795358720 owned by index record identified by RID = (1:110712:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 300613632 owned by data record identified by RID = (1:115788:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 867172352 owned by data record identified by RID = (1:119216:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 804716544 owned by index record identified by RID = (1:122322:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1268908032 owned by data record identified by RID = (1:125136:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1749286912 owned by data record identified by RID = (1:128530:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1262813184 owned by data record identified by RID = (1:131731:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1856176128 owned by index record identified by RID = (1:132510:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1488977920 owned by data record identified by RID = (1:132677:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1884291072 owned by index record identified by RID = (1:134306:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 623771648 owned by data record identified by RID = (1:135719:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 867172352 owned by data record identified by RID = (1:142809:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1849622528 owned by data record identified by RID = (1:150136:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 867172352 owned by data record identified by RID = (1:190767:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 923467776 owned by data record identified by RID = (1:197764:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1143013376 owned by index record identified by RID = (1:198938:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 923467776 owned by data record identified by RID = (1:208088:5)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 2072379392 owned by index record identified by RID = (1:208243:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1849622528 owned by data record identified by RID = (1:208473:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1884291072 owned by index record identified by RID = (1:211386:4)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1940783104 owned by data record identified by RID = (1:231993:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1856176128 owned by index record identified by RID = (1:255128:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1940783104 owned by index record identified by RID = (1:259947:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 867172352 owned by index record identified by RID = (1:260033:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 476250112 owned by index record identified by RID = (1:260263:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:262188:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 804716544 owned by index record identified by RID = (1:262263:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 703660032 owned by index record identified by RID = (1:262282:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 923467776 owned by index record identified by RID = (1:262283:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:263724:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1639186432 owned by index record identified by RID = (1:265540:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1337131008 owned by index record identified by RID = (1:267684:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 2072379392 owned by index record identified by RID = (1:270366:6)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1795358720 owned by index record identified by RID = (1:270366:8)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1262813184 owned by index record identified by RID = (1:270390:6)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 867172352 owned by index record identified by RID = (1:270598:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1795358720 owned by index record identified by RID = (1:279982:5)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:281868:16)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1268908032 owned by index record identified by RID = (1:281886:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1884291072 owned by index record identified by RID = (1:281886:6)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1488977920 owned by index record identified by RID = (1:281886:10)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1143013376 owned by index record identified by RID = (1:281886:13)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 429260800 owned by index record identified by RID = (1:281886:14)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1970929664 owned by index record identified by RID = (1:287863:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1749286912 owned by index record identified by RID = (1:287866:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:297765:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 2072379392 owned by index record identified by RID = (1:299994:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1436680192 owned by index record identified by RID = (1:300725:13)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1749286912 owned by index record identified by RID = (1:303046:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 703660032 owned by index record identified by RID = (1:305748:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1436680192 owned by index record identified by RID = (1:312865:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1940783104 owned by index record identified by RID = (1:314730:5)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 703660032 owned by index record identified by RID = (1:319282:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 923467776 owned by index record identified by RID = (1:325880:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1856176128 owned by data record identified by RID = (1:328611:5)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 238485504 owned by data record identified by RID = (1:337043:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1849622528 owned by data record identified by RID = (1:340794:3)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1639186432 owned by data record identified by RID = (1:345740:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1337131008 owned by data record identified by RID = (1:346886:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1262813184 owned by index record identified by RID = (1:348583:5)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1436680192 owned by data record identified by RID = (1:348926:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1884291072 owned by data record identified by RID = (1:354814:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1488977920 owned by index record identified by RID = (1:354830:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1262813184 owned by index record identified by RID = (1:355711:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1749286912 owned by index record identified by RID = (1:359189:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1856176128 owned by index record identified by RID = (1:362075:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1337131008 owned by data record identified by RID = (1:377384:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 867172352 owned by index record identified by RID = (1:378638:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1940783104 owned by data record identified by RID = (1:382565:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1940783104 owned by index record identified by RID = (1:393363:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1639186432 owned by data record identified by RID = (1:394329:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1639186432 owned by index record identified by RID = (1:394458:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1262813184 owned by index record identified by RID = (1:398317:4)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 923467776 owned by index record identified by RID = (1:403277:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 867172352 owned by index record identified by RID = (1:403440:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:407537:4)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1940783104 owned by data record identified by RID = (1:407782:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1940783104 owned by data record identified by RID = (1:407860:4)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1884291072 owned by index record identified by RID = (1:428047:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 2072379392 owned by index record identified by RID = (1:430480:4)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1940783104 owned by data record identified by RID = (1:432061:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:435380:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 867172352 owned by index record identified by RID = (1:459141:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 703660032 owned by index record identified by RID = (1:462873:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 2072379392 owned by index record identified by RID = (1:463260:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1795358720 owned by index record identified by RID = (1:463463:6)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:465133:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1849622528 owned by data record identified by RID = (1:471508:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1970929664 owned by data record identified by RID = (1:480541:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1884291072 owned by data record identified by RID = (1:483990:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:485286:5)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1749286912 owned by data record identified by RID = (1:485588:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:497085:5)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:502097:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 923467776 owned by data record identified by RID = (1:511944:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1488977920 owned by index record identified by RID = (1:515058:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 415629312 owned by data record identified by RID = (1:516367:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 415629312 owned by data record identified by RID = (1:522427:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 2072379392 owned by data record identified by RID = (1:531136:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1856176128 owned by index record identified by RID = (1:540839:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1970929664 owned by index record identified by RID = (1:544656:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 429260800 owned by data record identified by RID = (1:549696:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1749286912 owned by data record identified by RID = (1:551857:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1337131008 owned by data record identified by RID = (1:552956:5)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 923467776 owned by data record identified by RID = (1:556689:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1849622528 owned by data record identified by RID = (1:559060:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 804716544 owned by data record identified by RID = (1:561993:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 867172352 owned by index record identified by RID = (1:567211:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1627652096 owned by data record identified by RID = (1:586423:4)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 476250112 owned by data record identified by RID = (1:587058:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:587321:1)Msg 8939, Level 16, State 98, Line 1Table error: Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data), page (1:604334). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 1940783104 owned by data record identified by RID = (1:608890:4)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1262813184 owned by index record identified by RID = (1:610703:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1884291072 owned by index record identified by RID = (1:611258:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1262813184 owned by index record identified by RID = (1:613578:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 623771648 owned by index record identified by RID = (1:613827:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 429260800 owned by index record identified by RID = (1:613873:1)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1884291072 owned by index record identified by RID = (1:613877:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1856176128 owned by index record identified by RID = (1:614221:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1940783104 owned by index record identified by RID = (1:614584:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 923467776 owned by index record identified by RID = (1:614587:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 1, partition ID 72057594267959296, alloc unit ID 72057594356301824 (type In-row data): Errors found in off-row data with ID 867172352 owned by data record identified by RID = (1:614596:2)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1436680192 owned by index record identified by RID = (1:614979:11)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1749286912 owned by index record identified by RID = (1:615176:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 1849622528 owned by index record identified by RID = (1:618245:0)Msg 8929, Level 16, State 1, Line 1Object ID 98099390, index ID 3, partition ID 72057594308526080, alloc unit ID 72057594401259520 (type In-row data): Errors found in off-row data with ID 867172352 owned by index record identified by RID = (1:622305:1)CHECKDB found 0 allocation errors and 347 consistency errors in table 'AuditTrail' (object ID 98099390).Msg 8928, Level 16, State 1, Line 1Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594251182080 (type LOB data): Page (1:613817) could not be processed. See other errors for details.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594251182080 (type LOB data). The off-row data node at page (1:613817), slot 0, text ID 97132412928 is referenced by page (1:613441), slot 0, but was not seen in the scan.Msg 8928, Level 16, State 1, Line 1Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594251182080 (type LOB data): Page (1:615473) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594251182080 (type LOB data): Page (1:615475) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594251182080 (type LOB data): Page (1:615478) could not be processed. See other errors for details.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594251182080 (type LOB data). The off-row data node at page (1:615473), slot 0, text ID 97137131520 is referenced by page (1:615102), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594251182080 (type LOB data). The off-row data node at page (1:615475), slot 0, text ID 97137131520 is referenced by page (1:615102), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594251182080 (type LOB data). The off-row data node at page (1:615478), slot 0, text ID 97137131520 is referenced by page (1:615102), slot 0, but was not seen in the scan.Msg 8929, Level 16, State 1, Line 1Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594403880960 (type In-row data): Errors found in off-row data with ID 97132412928 owned by data record identified by RID = (1:340512:27)Msg 8929, Level 16, State 1, Line 1Object ID 1687885280, index ID 1, partition ID 72057594310754304, alloc unit ID 72057594403880960 (type In-row data): Errors found in off-row data with ID 97137131520 owned by data record identified by RID = (1:392119:21)CHECKDB found 0 allocation errors and 10 consistency errors in table 'ConnectMessageAttachment' (object ID 1687885280).Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:15997), slot 3, text ID 1688207360 is not referenced.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:613928) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:613929) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:613930) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:613931) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:613932) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:614059) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:614101) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:614107) could not be processed. See other errors for details.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:612784), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:612785), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:612786), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:612787), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:612788), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:612789), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:612790), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:612791), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613050), slot 1, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613308), slot 0, text ID 1688207360 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613309), slot 0, text ID 1688207360 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613310), slot 0, text ID 1688207360 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613311), slot 0, text ID 1688207360 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613688), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613689), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613690), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613691), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613692), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613693), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613694), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613695), slot 0, text ID 723976192 is not referenced.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613929), slot 0, text ID 1688207360 is referenced by page (1:114080), slot 1, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:613930), slot 0, text ID 723976192 is referenced by page (1:197519), slot 3, but was not seen in the scan.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614040), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614041), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614042), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614043), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614044), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614045), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614046), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614047), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614048), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614049), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614050), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614051), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614052), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614053), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614054), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614055), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614056), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614057), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614058), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614060), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614061), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614062), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614063), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614064), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614065), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614066), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614067), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614068), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614069), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614070), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614071), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614072), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614073), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614074), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614075), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614076), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614077), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614078), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614079), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614080), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614081), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614082), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614083), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614084), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614085), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614086), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614087), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614088), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614089), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614090), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614091), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614092), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614093), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614094), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614095), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614096), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614097), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614098), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614099), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614100), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614102), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614103), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614104), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614105), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614106), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614108), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614109), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614110), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614111), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614112), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614113), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614114), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614115), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614116), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614117), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614118), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614119), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614120), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614121), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614122), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614123), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614124), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614125), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614126), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614127), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614128), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614129), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614130), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614131), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614132), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614133), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614134), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614135), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614136), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614137), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614138), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614139), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614140), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614141), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614142), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614143), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614144), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614145), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614146), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614147), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614148), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614149), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614150), slot 0, text ID 723976192 is not referenced.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614151), slot 0, text ID 723976192 is not referenced.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:614796) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:615223) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:615238) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:615239) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:615242) could not be processed. See other errors for details.Msg 8928, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data): Page (1:615306) could not be processed. See other errors for details.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:614796), slot 0, text ID 430047232 is referenced by page (1:614407), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:615223), slot 0, text ID 281346048 is referenced by page (1:614811), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:615238), slot 0, text ID 281346048 is referenced by page (1:614811), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:615239), slot 0, text ID 281346048 is referenced by page (1:614811), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:615242), slot 0, text ID 281346048 is referenced by page (1:614811), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594092650496 (type LOB data). The off-row data node at page (1:615306), slot 0, text ID 281346048 is referenced by page (1:614811), slot 0, but was not seen in the scan.Msg 8929, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594297450496 (type In-row data): Errors found in off-row data with ID 1688207360 owned by data record identified by RID = (1:114080:1)Msg 8929, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594297450496 (type In-row data): Errors found in off-row data with ID 723976192 owned by data record identified by RID = (1:197519:3)Msg 8929, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594297450496 (type In-row data): Errors found in off-row data with ID 430047232 owned by data record identified by RID = (1:332852:0)Msg 8929, Level 16, State 1, Line 1Object ID 1776725382, index ID 1, partition ID 72057594215333888, alloc unit ID 72057594297450496 (type In-row data): Errors found in off-row data with ID 281346048 owned by data record identified by RID = (1:332854:0)CHECKDB found 0 allocation errors and 157 consistency errors in table 'Shipment' (object ID 1776725382).CHECKDB found 0 allocation errors and 632 consistency errors in database 'ProDefense15'.[/color]what should i do next ? Thanks in advance :)P.S.: Currently i am running this scriptALTER DATABASE [ProDefense15] SET EMERGENCYALTER DATABASE [ProDefense15] SET SINGLE_USER WITH ROLLBACK IMMEDIATEDBCC ChECKDB ([ProDefense15], REPAIR_ALLOW_DATA_LOSS) ALTER DATABASE [ProDefense15] SET MULTI_USER1 and a half hour has passed, and it's not yet finished. What seems to be the problem ? The database is almost 6GB.

ex_raise2: Exception raised

0
0
Hi,Has anyone experienced this before? The error log states the following:Messageex_raise2: Exception raised, major=52, minor=42, state=9, severity=22, attempting to create symptom dump Possible schema corruption. Run DBCC CHECKCATALOG. Error: 211, Severity: 23, State: 70.I had no idea what database this related to on the server so I worked though each one running CHECKDB - I then got to ReportServer and CHECKDB failed to run so I ran CHECKCATALOG:Snippet OUTPUT of CHECKCATALOG on reportserver =Msg 3853, Level 16, State 1, Line 39Attribute (referencing_id=36254) of row (referencing_class=1,referencing_id=36254,referencing_minor_id=0,referenced_class=1,referenced_id=165575628,referenced_minor_id=0) in sys.sql_expression_dependencies does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (referencing_id=36254) of row (referencing_class=1,referencing_id=36254,referencing_minor_id=0,referenced_class=1,referenced_id=165575628,referenced_minor_id=2) in sys.sql_expression_dependencies does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (referencing_id=36254) of row (referencing_class=1,referencing_id=36254,referencing_minor_id=0,referenced_class=1,referenced_id=165575628,referenced_minor_id=4) in sys.sql_expression_dependencies does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (object_id=36254) of row (object_id=36254,parameter_id=1) in sys.parameters does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (object_id=36254) of row (object_id=36254,parameter_id=2) in sys.parameters does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (referencing_id=16036311) of row (referencing_class=1,referencing_id=16036311,referencing_minor_id=0,referenced_class=1,referenced_id=101575400,referenced_minor_id=1) in sys.sql_expression_dependencies does not have a matching row (object_id=16036311) in sys.objects.Msg 3853, Level 16, State 1, Line 39Means nothing to me... Im thinking about my backups now....

Table size and Index size

0
0
Good afternoonI ran across an issue that I don't understand. I have a DB that is 177gb. When I dug through the DB, I found a table that said it had 8gb of data space used and 90gb of index space used. How does that happen?

Phantom FK violation

0
0
I use a proc to delete a row from a PK table, based on a query of "get the PK ids that don't exist in the FK table". The proc fails with an FK violation. The proc does a simple "delete from PK table where pk_id = n"So I delete the PK row manually (delete from PK table where pk_id = n). No complaints. Fine -- well not really, but...Verified that the row does not exist in either the PK nor FK tables.So I:- DBCC'ed, no errors reported. - Dropped and re-created the FK WITH CHECK. No complaints.- Call the proc again just for good times, and still get the FK violation????? - Put the delete statement in the sproc into a try...catch block to the sure it was actually failing at that point, confirmed. There are no triggers on either table.There must be a SNAFU somewhere. Can someone point me in the right direction?Thanks!

SQL 2008 R2 - Check DB Fails - Msg 8992, Level 16, State 1, Line 1 Check Catalog Msg 3853

0
0
When I exec the following: DBCC CHECKDB (DBNAME) WITH NO_INFOMSGS;I am receiving numerous errors similar to the ones that follow.Msg 8992, Level 16, State 1, Line 1Check Catalog Msg 3853, State 1: Attribute (object_id=12331604) of row (object_id=12331604,parameter_id=1) in sys.parameters does not have a matching row (object_id=12331604) in sys.objects.I have determined that there are numerous records in the sys.parameters view which do not have a corresponding record in the sysobjects view. select * from sys.parameters param WHERE not exists (select 1 from sys.objects obj where obj.object_id = param.object_id) -. This returns almost 1000 records.I am guessing at this point. I believe there were a number of records deleted from system table in a previous version of SQL which was possible but not recommended and the parameters were not deleted. Is there a way to clean these up with out rebuilding a database?

Big database with data file failure

0
0
Hi, I have a database with a .mdf file of 182GB. I was trying to setup a maintenance plan and the backup job failed with this message: [b]"Read on "G:\SQLDATA\Prod1_Content.mdf" failed: 23(Data error (cyclic redundancy check).) BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 2:15:00 PM Finished: 2:19:53 PM Elapsed: 292.611 seconds. The package execution failed. The step failed.[/b]I believe that there is something wrong in the database file. So I used DBCC CheckDB ('Prod1_Content') to check the database. The result is:[b]Msg 8921, Level 16, State 1, Line 1Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.Msg 8966, Level 16, State 2, Line 1Unable to read and latch page (1:355872) with latch type SH. 23(Data error (cyclic redundancy check).) failed.Msg 8966, Level 16, State 2, Line 1Unable to read and latch page (1:355872) with latch type SH. 23(Data error (cyclic redundancy check).) failed.Msg 8998, Level 16, State 2, Line 1Page errors on the GAM, SGAM, or PFS pages prevent allocation integrity checks in database ID 23 pages from (1:355872) to (1:363959). See other errors for cause.CHECKDB found 2 allocation errors and 1 consistency errors not associated with any single object.CHECKDB found 2 allocation errors and 1 consistency errors in database 'Prod1_Content'.[/b]So, please tell me if this is the data page's error on the .mdf file or it is the tempDB size error. How to fix these 2 consistency errors or this is something else not fixable in SQL Server.Thanks,

Anyone completed a recovery after ChechDB errors when using Veeam for backups???

0
0
Hi,The company I've recently joined is in the process of switching over to using Veeam for all backups. I was wondering if anyone had any experience of working with Veeam and their "Explorer for SQL Server". I'm specifically interested in how to restoring a database following a corruption of the database, in other words restoring to a "clean" database and applying all the logs to recover to "now"?I have tried the Veeam forum, but I'm not confident with the response I've had back. A Veeam restore point seems to cover 3 full database backups (or 2 for the most "current" restore point) and all the log backups in between. My concern is that when we want to restore to a clean database and apply all the transaction logs to get us back to "now", we have no control that Veeam's "Explorer for SQL Server" will use the "clean" full backup and will rather use the most recent and possibly "corrupt" one.So I was hoping that someone else is using Veeam and already has an answer.Thanks in advance.

SQL 2008 corruption

0
0
Can anyone give me a suggested direction to fix these errors?DBCC CHECKDB('CPS') WITH NO_INFOMSGS, ALL_ERRORMSGSMsg 8905, Level 16, State 1, Line 1Extent (1:92720) in database ID 6 is marked allocated in the GAM, but no SGAM or IAM has allocated it.CHECKDB found 1 allocation errors and 0 consistency errors not associated with any single object.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 141243558, index ID 1, partition ID 72057594252230656, alloc unit ID 72057594291421184 (type In-row data). Page (1:92491) is missing a reference from previous page (1:106656). Possible chain linkage problem.Msg 8935, Level 16, State 1, Line 1Table error: Object ID 141243558, index ID 1, partition ID 72057594252230656, alloc unit ID 72057594291421184 (type In-row data). The previous link (1:106656) on page (1:106657) does not match the previous page (1:92491) that the parent (1:10897), slot 389 expects for this page.CHECKDB found 0 allocation errors and 2 consistency errors in table 'Main' (object ID 141243558).Msg 8928, Level 16, State 1, Line 1Object ID 1853249657, index ID 3, partition ID 72057594254131200, alloc unit ID 72057594293846016 (type In-row data): Page (1:104608) could not be processed. See other errors for details.Msg 8939, Level 16, State 98, Line 1Table error: Object ID 1853249657, index ID 3, partition ID 72057594254131200, alloc unit ID 72057594293846016 (type In-row data), page (1:104608). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1853249657, index ID 3, partition ID 72057594254131200, alloc unit ID 72057594293846016 (type In-row data). Page (1:104608) was not seen in the scan although its parent (1:25627) and previous (1:29276) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1853249657, index ID 3, partition ID 72057594254131200, alloc unit ID 72057594293846016 (type In-row data). Page (1:118398) is missing a reference from previous page (1:104608). Possible chain linkage problem.CHECKDB found 0 allocation errors and 4 consistency errors in table 'Paid' (object ID 1853249657).CHECKDB found 1 allocation errors and 6 consistency errors in database 'CPS'.repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (CPS).

Corrupted index - find out what caused it

0
0
Hi I got this error on a scheduled integrity check. SQL 2005 sp2[i]Data row does not have a matching index row in the index '' (ID 2). Possible missing or invalid keys for the index row matching:[/i]The corrupted index is a non-clustered Unique index on a VIEW.I rebuild both the clustered index on the view and the corrupted index. It fixed the problem.I'm trying to find what caused the corruption. 1. Windows Event viewer shows nothing2. SQL Error Log shows no error.I'm surprised the DB was not being used in the period it failed (weekend).Any ideas?

Corrupt Record - Non-relational database Structure

0
0
We have a system with proprietary algorithm that converts the data entered in an user interface into a concatenated string. The database is SQL Server 2008R2 (Sp3) but it is not conventional relational database by design.The system is divided into multiple sections. For example, General section data has Company name and address. Once the data is saved from the user interface it gets saved in the database in the following manner. The system is written by our sister office in another country and we do not have the source code.(ref - attachment -1)In the past few days we are experiencing a problem wherein we are getting the corrupt data after it is saved in the database(ref - attachment -2)As suggested by the core developer we checked hexadecimal version of the text which is saved in the database using following querySelect CONVERT(varbinary(max),Coded_Data),*fromTable_namewhere Primary_key = <numeric value>and section_name = 'General'and we get the hex representation like below0x[size="6"]0[/size]2072616468696B612E74686F7261744072696C2E636F6D496D706F72746572206F662054656C65636F6D6D756E69636174696F6E202620456C656374726F6E69632050726F647563742C2052656C69616E63656469676974616C2073746F72657320746F2052656C69616E6365[size="6"]A[/size]In the above representation when we remove leading zero after 0x and trailing “A” we get the correct english representation.But this pattern of data corruption / invalid character is not the same for all records. Many records have hex representation as given below where we are not sure how to conver that back to correct version of english data0x6167656D656E7420636F6E73756C74616E74456C65637472696320706F776572206C696E6520636F6E737472756374696F6E496E647573747269616C20706C616E7420636F6E737472756374696F6E4D616E75666163747572657320646573616C696E6174696F6E2065717569706D656E744F696C20616E642067617320706970656C696E6520636F6E737472756374696F6E5175616C697479206173737572616E636520636F6E73756C74616E74456E676167656420696E20636F6E737472756374696F6E202620636976696C20656E67696E656572696E679The system have fields with different data types like date, text, varchar, numbers etc. Text fields may have data copied from any source like a web page an email etc.The column that stores entire data can hold one records of 255 characters data type – varchar(255)Collation - SQL_1xCompat_CP850_CI_ASServer Collation - SQL_Latin1_General_CP1_CI_ASThis database server is recently upgraded from SQL Server 2000 to SQL Server 2008R2. We have started observing this issue immediately after migrating to SQL Server 2008R2Can we identify which are the digits cuasing data corruption from hex version and remove them at once?ThanksRohit Chitre

Rebuild index job is causing index corruption?

0
0
Hi I posted previously "Corrupted index - find out what caused it". I've had the file system checked, check disk etc no issues. Rebooted serverIt is running on [b]SQL 2005[/b]. Workgroup edition.It effects a single indexed view in one DB. The view has a clustered index and a unique non clustered index. It would SEEM the maintenance job to rebuild indices is causing corruption. This job1. re builds all indices in selected dbs2. runs checkdb on these DBs I put step 2 in to confirm the corruption was caused by index rebuild.A valid checkdb ran 30 mins before reindex. There was no activity on server in this 30mins.I will now put an extra checkdb before the reindex so I know exactly when it happens so I check before and after rebuild.The problem has come about since I introduced an indexed view. As it's workgroup edition I have to use (NOEXPAND) in queries to get the queries to use the view indices. Any ideas?Thanks for reading my post

Serious issue on 2008R2 - lost all system databases

0
0
Short story - someone messed up on the SAN and deleted the drive that contained my master, model, and msdb databases. So, I have a MSSQL instance with a crapload of DB's, but no system DB's. SQL 2008R2 (SP1 I think)I do have solid backups of the system DB's, as well as all other DB's that were on that drive.Reading up on how to rebuild these - just looking for any advice from people who may have had to do this before.

Consistency Errors

0
0
Hi allCan anyone advise on the best recovery approach for the DBCC output below?Customer in question does not have a good backup story and is considering doing an allow data loss repair. I just wanted to persevere and see if there were any alternative optionsMany thanksMsg 8966, Level 16, State 2, Line 1Unable to read and latch page (1:17812823) with latch type SH. 1(error not found) failed. Msg 8966, Level 16, State 2, Line 1Unable to read and latch page (1:18309934) with latch type SH. 1(error not found) failed. Msg 8966, Level 16, State 2, Line 1Unable to read and latch page (1:18449461) with latch type SH. 1(error not found) failed. Msg 8966, Level 16, State 2, Line 1Unable to read and latch page (1:20123965) with latch type SH. 1(error not found) failed. Msg 8966, Level 16, State 2, Line 1Unable to read and latch page (1:20123967) with latch type SH. 1(error not found) failed. Msg 8966, Level 16, State 2, Line 1Unable to read and latch page (1:20134589) with latch type SH. 1(error not found) failed. CHECKDB found 0 allocation errors and 6 consistency errors not associated with any single object.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:15879728) is missing a reference from previous page (1:20123965). Possible chain linkage problem.Msg 2533, Level 16, State 1, Line 1Table error: page (1:17812823) allocated to object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:17812823) was not seen in the scan although its parent (1:19146206) and previous (1:17715204) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:17893052) is missing a reference from previous page (1:17812823). Possible chain linkage problem.Msg 2533, Level 16, State 1, Line 1Table error: page (1:18309934) allocated to object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:18309934) was not seen in the scan although its parent (1:16289065) and previous (1:18242352) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:18424818) is missing a reference from previous page (1:18309934). Possible chain linkage problem.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:18840165) is missing a reference from previous page (1:20123967). Possible chain linkage problem.Msg 2533, Level 16, State 1, Line 1Table error: page (1:20123965) allocated to object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:20123965) was not seen in the scan although its parent (1:20151970) and previous (1:20151971) refer to it. Check any previous errors.Msg 2533, Level 16, State 1, Line 1Table error: page (1:20123967) allocated to object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:20123967) was not seen in the scan although its parent (1:18838767) and previous (1:19975745) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:20130895) is missing a reference from previous page (1:20134589). Possible chain linkage problem.Msg 2533, Level 16, State 1, Line 1Table error: page (1:20134589) allocated to object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 1, partition ID 404068565188608, alloc unit ID 404068565188608 (type In-row data). Page (1:20134589) was not seen in the scan although its parent (1:14532975) and previous (1:20053803) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 3, partition ID 967018518609920, alloc unit ID 967018518609920 (type In-row data). Page (1:17144901) is missing a reference from previous page (1:19842295). Possible chain linkage problem.Msg 2533, Level 16, State 1, Line 1Table error: page (1:18449461) allocated to object ID 1870629707, index ID 3, partition ID 967018518609920, alloc unit ID 967018518609920 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 3, partition ID 967018518609920, alloc unit ID 967018518609920 (type In-row data). Page (1:18449461) was not seen in the scan although its parent (1:15416544) and previous (1:18204837) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 3, partition ID 967018518609920, alloc unit ID 967018518609920 (type In-row data). Page (1:18674256) is missing a reference from previous page (1:18449461). Possible chain linkage problem.Msg 8928, Level 16, State 1, Line 1Object ID 1870629707, index ID 3, partition ID 967018518609920, alloc unit ID 967018518609920 (type In-row data): Page (1:19842295) could not be processed. See other errors for details.Msg 8939, Level 16, State 98, Line 1Table error: Object ID 1870629707, index ID 3, partition ID 967018518609920, alloc unit ID 967018518609920 (type In-row data), page (1:19842295). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 79824905 and -1.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1870629707, index ID 3, partition ID 967018518609920, alloc unit ID 967018518609920 (type In-row data). Page (1:19842295) was not seen in the scan although its parent (1:16339708) and previous (1:19055177) refer to it. Check any previous errors.CHECKDB found 0 allocation errors and 22 consistency errors in table 'Table1' (object ID 1870629707).CHECKDB found 0 allocation errors and 28 consistency errors in database 'Table2'.repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (SmarTrack).

Database Restore - LSN Sequence Broken

0
0
Hello Everybody,This is first time I writing in this Forum. I use to write software in C#.net and I use sql server as backend. One of my software is distributed to around 500 businesses (All of them are non technical people). Its basically accounting software.Once user request back operation, stored procedure checks whether any file with name "FULL_[Databasename]_YEARMONTH" ie. "FULL_IGEnterp_2016April.bak" is exist or not.If it exist then stored procedure creates differential backup on this file. Otherwise it creates Full backup on this file (Creates new file of course).[code="plain"]ALTER PROCEDURE [dbo].[op_BackupFull] @FullBackupLocation as varchar(550)ASBEGIN--declare @FullBackupLocation as varchar(200)--set @FullBackupLocation='H:'declare @FullPath as varchar(1050)declare @DBNm as varchar(max)SELECT @DBNm=db_name()declare @ShortDate as varchar(10)--set @ShortDate= replace(cast(cast(GETDATE() as date) as varchar(10)),'-','')set @ShortDate= cast(year(getdate()) as varchar) + cast(DATENAME(month,getdate()) as varchar)set @FullPath=@FullBackupLocation + '\FULL_'+@DBNm+'_'+@ShortDate;--print @fullpathDECLARE @File_Exists intexecute master.dbo. xp_fileexist @FullPath , @File_Exists OUT --print @File_Exists if(@File_Exists =0)begin BACKUP DATABASE @DBNm TO DISK = @FullPath print 'Full Backup taken'endelse beginBACKUP DATABASE @DBNm TO DISK = @FullPath WITH DIFFERENTIAL ;print 'Differencial Backup taken'endEND[/code]Today it was time to restore backup file from one of my users. It has 29 backup sets/files/sequences inside one file and upto 17 everything is okay, but after 17th file I can't restore any of differential backup set because when I investigated I found that DatabaseBackupLSN is different from others above. Its unbelievable. I don't understand why this happened.Can you please look at attached snapshot in below URL and give me solution if you have experienced such thing.[img]https://www.dropbox.com/s/wrakf0zzz8xc8bx/BSet.png?dl=0[/img][url] http://www.evernote.com/l/AQdQ1o5CtixCr6bjEpWVUtJo-0gglxN3NfM/ [/url]B'RegardsIshrar G

DBCC CheckDB successful but Backup teminates (Msg 3203, Level 16, State 1, Line 3 Read failed: 23)

0
0
Following a SAN issue one database was marked Suspect. No other corruption was apparent on any of the system dbs or other user dbs. With CHECKDB showing extensive inconsistencies the recover was restoring from recent .bak & .trn backups. Following the restores CHECKDB across the whole instance was successful and the application was brought back online. However since then the daily backup have continually failed, whilst CHECKDB is always happy across all the whole instance. The Full backups always produce the same error (have also included [b]continue_after_error[/b]) – and always the backup gets to the same point 70% before terminating[color="#FF0000"]Msg 3203, Level 16, State 1, Line 3Read on "mydb.mdf" failed: 23(failed to retrieve text for this error. Reason 15105)Msg 3203, Level 16, State 1, Line 3BACKUP DATABASE is terminating abnormally.[/color] I also see in the System Event log[color="#FF0000"]The device, \Device\Harddisk2\DR2, has a bad block.[/color]The environment is VMWare - Windows Server 2008 R2 SP1 running SQL 2008R2 SP3, Standard Edition and an 11GB database which is separated across 3 files – Primary, Data, Index. The server itself was restarted a couple of days ago to try address the backup issue. SQL Server restarted OK and reports no errors in either the application or system event logs until the backup is tried. Log Backups are being taken and succeed but now there is no valid chain to recover from. The position is worsening with no valid backup now for over a week. Other forums suggest this is due to file access/permissions or disk space for the backup to finish but this is not the case. I’ve considered is detaching/stopping SQL and copying the mdf, ndf, ldf files to another server, but I don't want to stop the system again until I feel more confident with the data being protected. I’m pulling together a process to export all the DB objects and bulk copy all the data out into another database.If the problem is with the Primary file (mdf) why is the CHECKDB not picking it up? I would welcome any thoughts, further checks I could run to help identify what is wrong with this data file and if there any workarounds to get the backups working.Cheers Unsy.

Query taking long time

0
0
hi,one of the query is having the below parameter declare @StartDate DATETIMEselect @StartDate= SWITCHOFFSET(CONVERT(DATETIMEOFFSET, (DATEADD(day, -1, GETDATE()))), '-10:00')and we used startdate in where condition.It is taking login time 48 seconds run in one server but when we execute it from linked server through ..its giving result in 2 seconds ..is there any server setting issue ?
Viewing all 223 articles
Browse latest View live




Latest Images