Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Data Corruption Issues
 DBCC prints errors

Author  Topic 

freewolf
Starting Member

3 Posts

Posted - 2010-01-26 : 05:46:13
Hello,

When i run DBCC CheckDB ('<Database name>') WITH NO_INFOMSGS, ALL_ERRORMSGS on the database it prints errors below.

DBCC CHECKDB ('dbname',REPAIR_REBUILD)
DBCC CHECKDB ('dbname',REPAIR_FAST)
DBCC CHECKDB ('dbname',REPAIR_ALLOW_DATA_LOSS)
Do not repair and says something like "error is bypassed due to selected repair mode"

Is there any way i can repair this db ? The backup file we have is a bit old and we prefer not to restore, unless we have to.

Thank you

DBCC Result is as follows...






Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -2060608041, index ID 48096, page ID (1:109982). The PageId in the page header = (17064:-1265869436).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -2060608041)' (object ID -2060608041).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1996365380, index ID 57786, page ID (1:110074). The PageId in the page header = (56695:389919354).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1996365380)' (object ID -1996365380).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1995379581, index ID 4111, page ID (1:109906). The PageId in the page header = (9340:-1962400684).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1995379581)' (object ID -1995379581).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1946640743, index ID 674, page ID (1:109954). The PageId in the page header = (14767:14885).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1946640743)' (object ID -1946640743).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1817933264, index ID 11131, page ID (1:110097). The PageId in the page header = (41892:1681365924).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1817933264)' (object ID -1817933264).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1783608682, index ID 3095, page ID (1:110033). The PageId in the page header = (34503:-507223642).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1783608682)' (object ID -1783608682).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1738048247, index ID 54605, page ID (1:110082). The PageId in the page header = (14772:-556439909).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1738048247)' (object ID -1738048247).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1719231230, index ID 18598, page ID (1:110036). The PageId in the page header = (49657:1559214971).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1719231230)' (object ID -1719231230).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1648427524, index ID 38666, page ID (1:109967). The PageId in the page header = (39101:-1498139155).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1648427524)' (object ID -1648427524).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1541916909, index ID 42007, page ID (1:110047). The PageId in the page header = (42217:-284149997).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1541916909)' (object ID -1541916909).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1539702883, index ID 63769, page ID (1:110040). The PageId in the page header = (9025:-2145296968).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1539702883)' (object ID -1539702883).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1538797598, index ID 27971, page ID (1:110028). The PageId in the page header = (61876:807854180).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1538797598)' (object ID -1538797598).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1498106646, index ID 23186, page ID (1:110075). The PageId in the page header = (24991:745778834).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1498106646)' (object ID -1498106646).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1498104338, index ID 50084, page ID (1:110080). The PageId in the page header = (47224:-1748701673).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1498104338)' (object ID -1498104338).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1390890662, index ID 65444, page ID (1:110049). The PageId in the page header = (12135:-1985563526).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1390890662)' (object ID -1390890662).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1358708935, index ID 3357, page ID (1:110050). The PageId in the page header = (4210:-239808622).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1358708935)' (object ID -1358708935).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1305535516, index ID 57844, page ID (1:110066). The PageId in the page header = (14772:-760980511).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1305535516)' (object ID -1305535516).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1303861362, index ID 9714, page ID (1:109985). The PageId in the page header = (33524:-291236089).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1303861362)' (object ID -1303861362).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1266728446, index ID 45133, page ID (1:110052). The PageId in the page header = (63398:1079304898).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1266728446)' (object ID -1266728446).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1264686033, index ID 4071, page ID (1:109996). The PageId in the page header = (62171:1226950573).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1264686033)' (object ID -1264686033).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1246494662, index ID 12288, page ID (1:109959). The PageId in the page header = (2:16).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1246494662)' (object ID -1246494662).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1190145365, index ID 41136, page ID (1:109992). The PageId in the page header = (61620:-649161851).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1190145365)' (object ID -1190145365).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1066318101, index ID 34093, page ID (1:110114). The PageId in the page header = (33416:350697908).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1066318101)' (object ID -1066318101).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1011566170, index ID 12980, page ID (1:110109). The PageId in the page header = (32961:-372511840).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -1011566170)' (object ID -1011566170).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -950809897, index ID 58660, page ID (1:110032). The PageId in the page header = (29978:-2120267295).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -950809897)' (object ID -950809897).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -924078999, index ID 48033, page ID (1:109901). The PageId in the page header = (175:-1224263504).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -924078999)' (object ID -924078999).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -919548678, index ID 2839, page ID (1:110042). The PageId in the page header = (57118:-1954298605).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -919548678)' (object ID -919548678).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -911690685, index ID 19783, page ID (1:110081). The PageId in the page header = (58504:788332962).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -911690685)' (object ID -911690685).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -902905862, index ID 56014, page ID (1:110069). The PageId in the page header = (37591:552247974).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -902905862)' (object ID -902905862).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -893247513, index ID 38468, page ID (1:110027). The PageId in the page header = (53771:-2069430342).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -893247513)' (object ID -893247513).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -883149299, index ID 17981, page ID (1:110055). The PageId in the page header = (40428:-841401932).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -883149299)' (object ID -883149299).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -869727303, index ID 2945, page ID (1:110037). The PageId in the page header = (1958:1075022220).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -869727303)' (object ID -869727303).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -835908157, index ID 35989, page ID (1:110023). The PageId in the page header = (23054:-729029466).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -835908157)' (object ID -835908157).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -749290527, index ID 910, page ID (1:109989). The PageId in the page header = (60403:968331942).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -749290527)' (object ID -749290527).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -732977064, index ID 57722, page ID (1:110091). The PageId in the page header = (48984:-1129906246).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -732977064)' (object ID -732977064).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -637615967, index ID 51479, page ID (1:109997). The PageId in the page header = (57248:-1113129216).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -637615967)' (object ID -637615967).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -545896997, index ID 777, page ID (1:109995). The PageId in the page header = (61876:1490392394).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -545896997)' (object ID -545896997).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -523555463, index ID 56031, page ID (1:109998). The PageId in the page header = (34513:176215208).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -523555463)' (object ID -523555463).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -509694480, index ID 63020, page ID (1:109966). The PageId in the page header = (45286:665208771).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -509694480)' (object ID -509694480).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -468500349, index ID 48360, page ID (1:109978). The PageId in the page header = (672:169800632).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -468500349)' (object ID -468500349).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -468115412, index ID 7714, page ID (1:110038). The PageId in the page header = (59222:-436192844).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -468115412)' (object ID -468115412).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -454006600, index ID 4809, page ID (1:110096). The PageId in the page header = (35660:789932710).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -454006600)' (object ID -454006600).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -420038959, index ID 57395, page ID (1:109969). The PageId in the page header = (38905:-1780967411).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -420038959)' (object ID -420038959).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -418572238, index ID 61876, page ID (1:110102). The PageId in the page header = (2796:-1733020752).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -418572238)' (object ID -418572238).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -371768818, index ID 59964, page ID (1:110087). The PageId in the page header = (37594:-239811278).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -371768818)' (object ID -371768818).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -326660004, index ID 50089, page ID (1:109983). The PageId in the page header = (50999:-306648457).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -326660004)' (object ID -326660004).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -312242263, index ID 47328, page ID (1:109971). The PageId in the page header = (64954:2091271995).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -312242263)' (object ID -312242263).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -277384971, index ID 55562, page ID (1:110048). The PageId in the page header = (14772:-403101209).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -277384971)' (object ID -277384971).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -274712808, index ID 12301, page ID (1:110030). The PageId in the page header = (63853:1863119012).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -274712808)' (object ID -274712808).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -253478476, index ID 16595, page ID (1:110079). The PageId in the page header = (50789:1626953511).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -253478476)' (object ID -253478476).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -239820961, index ID 16563, page ID (1:110039). The PageId in the page header = (28061:1698504509).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -239820961)' (object ID -239820961).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -239819970, index ID 13527, page ID (1:110057). The PageId in the page header = (47018:533004288).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -239819970)' (object ID -239819970).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -239808777, index ID 635, page ID (1:110107). The PageId in the page header = (63295:1964202738).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -239808777)' (object ID -239808777).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -239799588, index ID 58387, page ID (1:110110). The PageId in the page header = (43842:-1857004639).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -239799588)' (object ID -239799588).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -197612273, index ID 2870, page ID (1:110058). The PageId in the page header = (23556:-1046067329).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -197612273)' (object ID -197612273).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -196819524, index ID 57114, page ID (1:110067). The PageId in the page header = (11748:850720413).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -196819524)' (object ID -196819524).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -194504536, index ID 61767, page ID (1:110004). The PageId in the page header = (10209:496902186).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -194504536)' (object ID -194504536).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -180814549, index ID 9698, page ID (1:110022). The PageId in the page header = (61876:1022446762).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -180814549)' (object ID -180814549).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -27938349, index ID 19051, page ID (1:110089). The PageId in the page header = (25792:1772504845).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -27938349)' (object ID -27938349).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -15996739, index ID 59126, page ID (1:110101). The PageId in the page header = (18092:1873361955).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -15996739)' (object ID -15996739).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -213740, index ID 35071, page ID (1:110073). The PageId in the page header = (1628:764034188).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID -213740)' (object ID -213740).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1, index ID 44029, page ID (1:109934). The PageId in the page header = (17:42907470).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1, index ID 44747, page ID (1:109940). The PageId in the page header = (3244:43362026).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID -1, index ID 3358, page ID (1:109943). The PageId in the page header = (65535:43546993).
CHECKDB found 0 allocation errors and 3 consistency errors in table '(Object ID -1)' (object ID -1).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109894). The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109896). The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109898). The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109902). The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109909). The PageId in the page header = (0:65792).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109912). The PageId in the page header = (15656:1).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109913). The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109918). The PageId in the page header = (31:1).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109960). The PageId in the page header = (0:65535).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 0, page ID (1:109961). The PageId in the page header = (5:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 256, page ID (1:109895). The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 10908, page ID (1:109910). The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 10908, page ID (1:109923). The PageId in the page header = (0:0).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 0, index ID 11036, page ID (1:109914). The PageId in the page header = (0:0).
CHECKDB found 0 allocation errors and 14 consistency errors not associated with any single object.
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1, index ID 0, page ID (1:109899). The PageId in the page header = (0:726405800).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1, index ID 0, page ID (1:109920). The PageId in the page header = (1:25).
CHECKDB found 0 allocation errors and 2 consistency errors in table 'sysobjects' (object ID 1).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 4, index ID 0, page ID (1:109917). The PageId in the page header = (208:-1).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 4, index ID 11131, page ID (1:109922). The PageId in the page header = (3:262164).
CHECKDB found 0 allocation errors and 2 consistency errors in table 'systypes' (object ID 4).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 98, index ID 0, page ID (1:109926). The PageId in the page header = (0:0).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 98)' (object ID 98).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 292, index ID 0, page ID (1:109908). The PageId in the page header = (0:0).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 292)' (object ID 292).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 787, index ID 20, page ID (1:109965). The PageId in the page header = (36773:816082724).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 787)' (object ID 787).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1447, index ID 56235, page ID (1:109949). The PageId in the page header = (10795:43919581).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1447)' (object ID 1447).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1787, index ID 31326, page ID (1:109937). The PageId in the page header = (95:43140003).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1787)' (object ID 1787).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 2411, index ID 0, page ID (1:109956). The PageId in the page header = (16203:10256).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2411)' (object ID 2411).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 4104, index ID 11131, page ID (1:109924). The PageId in the page header = (1:65556).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 4104)' (object ID 4104).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 4369, index ID 23821, page ID (1:109952). The PageId in the page header = (7163:44100196).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 4369)' (object ID 4369).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 6734, index ID 31718, page ID (1:109946). The PageId in the page header = (8870:43739448).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 6734)' (object ID 6734).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 9655, index ID 0, page ID (1:109957). The PageId in the page header = (15198:6275).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 9655)' (object ID 9655).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 10605, index ID 27454, page ID (1:109931). The PageId in the page header = (11969:44274669).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 10605)' (object ID 10605).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 13898, index ID 0, page ID (1:109955). The PageId in the page header = (65535:16492).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 13898)' (object ID 13898).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 15053, index ID 0, page ID (1:109958). The PageId in the page header = (65535:16936).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 15053)' (object ID 15053).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 65792, index ID 0, page ID (1:109928). The PageId in the page header = (25600:5).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 65792)' (object ID 65792).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 131092, index ID 11081, page ID (1:109897). The PageId in the page header = (0:1).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 131092)' (object ID 131092).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1900649, index ID 27, page ID (1:109916). The PageId in the page header = (108:1966151).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1900649)' (object ID 1900649).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 12292240, index ID 59648, page ID (1:109962). The PageId in the page header = (37008:-5).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 12292240)' (object ID 12292240).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 16028064, index ID 0, page ID (1:109925). The PageId in the page header = (64808:1).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 16028064, index ID 1, page ID (1:109905). The PageId in the page header = (0:16181767).
CHECKDB found 0 allocation errors and 2 consistency errors in table '(Object ID 16028064)' (object ID 16028064).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 41650779, index ID 32041, page ID (1:109975). The PageId in the page header = (5075:-1673616307).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 41650779)' (object ID 41650779).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 42772547, index ID 0, page ID (1:109932). The PageId in the page header = (43191:1245697454).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 42772547)' (object ID 42772547).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 42980584, index ID 65535, page ID (1:109935). The PageId in the page header = (54614:-330888807).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 42980584)' (object ID 42980584).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 43211405, index ID 0, page ID (1:109938). The PageId in the page header = (23291:1363641299).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 43211405)' (object ID 43211405).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 43427391, index ID 0, page ID (1:109941). The PageId in the page header = (42632:-879079754).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 43427391)' (object ID 43427391).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 43609916, index ID 0, page ID (1:109944). The PageId in the page header = (28576:-541079630).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 43609916)' (object ID 43609916).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 43798659, index ID 0, page ID (1:109947). The PageId in the page header = (20699:774364786).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 43798659)' (object ID 43798659).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 43978321, index ID 65535, page ID (1:109950). The PageId in the page header = (3756:771860125).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 43978321)' (object ID 43978321).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 44160297, index ID 0, page ID (1:109953). The PageId in the page header = (54658:-1957946411).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 44160297)' (object ID 44160297).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 191735815, index ID 56776, page ID (1:109968). The PageId in the page header = (25790:496540886).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 191735815)' (object ID 191735815).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 193298083, index ID 43171, page ID (1:110018). The PageId in the page header = (40702:-1396637187).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 193298083)' (object ID 193298083).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 202116108, index ID 3084, page ID (1:109927). The PageId in the page header = (2313:151587081).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 202116108)' (object ID 202116108).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 202164325, index ID 58186, page ID (1:110041). The PageId in the page header = (14772:844870380).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 202164325)' (object ID 202164325).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 228297613, index ID 62873, page ID (1:110085). The PageId in the page header = (43956:-1934409820).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 228297613)' (object ID 228297613).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 255388329, index ID 669, page ID (1:109948). The PageId in the page header = (65183:11066).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 255388329)' (object ID 255388329).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 315288566, index ID 60898, page ID (1:110094). The PageId in the page header = (55784:-1770361642).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 315288566)' (object ID 315288566).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 318409186, index ID 6827, page ID (1:110104). The PageId in the page header = (36105:1764315392).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 318409186)' (object ID 318409186).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 430327644, index ID 1532, page ID (1:110070). The PageId in the page header = (708:-1758370866).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 430327644)' (object ID 430327644).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 456813573, index ID 55157, page ID (1:110068). The PageId in the page header = (21817:850705377).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 456813573)' (object ID 456813573).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 472755802, index ID 20609, page ID (1:110111). The PageId in the page header = (44691:1151747890).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 472755802)' (object ID 472755802).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 476435025, index ID 52685, page ID (1:110017). The PageId in the page header = (30559:613975226).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 476435025)' (object ID 476435025).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 540361652, index ID 16592, page ID (1:110051). The PageId in the page header = (827:-2135888666).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 540361652)' (object ID 540361652).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 560083650, index ID 57758, page ID (1:110098). The PageId in the page header = (46935:398218142).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 560083650)' (object ID 560083650).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 568982935, index ID 10855, page ID (1:110095). The PageId in the page header = (22489:989150272).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 568982935)' (object ID 568982935).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 570242470, index ID 61876, page ID (1:110077). The PageId in the page header = (35853:840591712).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 570242470)' (object ID 570242470).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 589504933, index ID 4033, page ID (1:109964). The PageId in the page header = (11575:724445637).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 589504933)' (object ID 589504933).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 611750090, index ID 17102, page ID (1:109999). The PageId in the page header = (18388:361736528).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 611750090)' (object ID 611750090).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 645809793, index ID 14758, page ID (1:110001). The PageId in the page header = (55744:-743404332).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 645809793)' (object ID 645809793).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 678349487, index ID 17380, page ID (1:110005). The PageId in the page header = (39459:-318585165).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 678349487)' (object ID 678349487).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 709718231, index ID 60836, page ID (1:110015). The PageId in the page header = (2228:-1962132904).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 709718231)' (object ID 709718231).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 714866792, index ID 0, page ID (1:109903). The PageId in the page header = (35504:715073264).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 714866792)' (object ID 714866792).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 718697136, index ID 10966, page ID (1:109930). The PageId in the page header = (63496:718696640).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 718697136)' (object ID 718697136).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 719908800, index ID 10976, page ID (1:109921). The PageId in the page header = (61488:718634472).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 719908800)' (object ID 719908800).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 723735768, index ID 11036, page ID (1:109929). The PageId in the page header = (27840:723741808).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 723735768)' (object ID 723735768).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 723807856, index ID 11044, page ID (1:109907). The PageId in the page header = (28512:723808016).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 723807856)' (object ID 723807856).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 723856208, index ID 0, page ID (1:109919). The PageId in the page header = (0:32).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 723856208)' (object ID 723856208).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 724752120, index ID 0, page ID (1:109911). The PageId in the page header = (0:0).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 724752120)' (object ID 724752120).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 761294607, index ID 33948, page ID (1:110016). The PageId in the page header = (54534:-88917836).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 761294607)' (object ID 761294607).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 779087780, index ID 61767, page ID (1:109974). The PageId in the page header = (61329:807024389).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 779087780)' (object ID 779087780).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 779225764, index ID 12980, page ID (1:110072). The PageId in the page header = (27967:-343735704).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 779225764)' (object ID 779225764).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 806434770, index ID 12461, page ID (1:109984). The PageId in the page header = (14243:-271436016).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 806434770)' (object ID 806434770).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 806893319, index ID 11887, page ID (1:110106). The PageId in the page header = (14233:-283625723).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 806893319)' (object ID 806893319).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 810993937, index ID 9914, page ID (1:110026). The PageId in the page header = (56347:665205172).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 810993937)' (object ID 810993937).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 817148996, index ID 58932, page ID (1:110035). The PageId in the page header = (9871:943739859).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 817148996)' (object ID 817148996).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 819083026, index ID 12343, page ID (1:110020). The PageId in the page header = (14174:-284150003).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 819083026)' (object ID 819083026).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 850684525, index ID 61975, page ID (1:110031). The PageId in the page header = (32962:314590337).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 850684525)' (object ID 850684525).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 850689993, index ID 510, page ID (1:109977). The PageId in the page header = (30744:-1773176014).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 850689993)' (object ID 850689993).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 850715191, index ID 2925, page ID (1:110100). The PageId in the page header = (64973:860546431).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 850715191)' (object ID 850715191).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 901053079, index ID 30161, page ID (1:110112). The PageId in the page header = (49828:-455121138).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 901053079)' (object ID 901053079).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 962512830, index ID 666, page ID (1:109945). The PageId in the page header = (44280:-1).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 962512830)' (object ID 962512830).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 965771460, index ID 42406, page ID (1:109981). The PageId in the page header = (65316:-868947118).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 965771460)' (object ID 965771460).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 976870775, index ID 49245, page ID (1:110021). The PageId in the page header = (19288:224525990).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 976870775)' (object ID 976870775).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 991902817, index ID 660, page ID (1:109939). The PageId in the page header = (48597:1882).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 991902817)' (object ID 991902817).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1067737257, index ID 60444, page ID (1:110083). The PageId in the page header = (34600:-2131523261).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1067737257)' (object ID 1067737257).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1067908910, index ID 4796, page ID (1:110013). The PageId in the page header = (2885:346226490).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1067908910)' (object ID 1067908910).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1076412036, index ID 32326, page ID (1:110046). The PageId in the page header = (50263:1017233203).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1076412036)' (object ID 1076412036).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1077071608, index ID 21630, page ID (1:110054). The PageId in the page header = (43686:1074182355).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1077071608)' (object ID 1077071608).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1077993386, index ID 56954, page ID (1:110086). The PageId in the page header = (27816:106000149).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1077993386)' (object ID 1077993386).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1079674263, index ID 31604, page ID (1:110071). The PageId in the page header = (5473:1761425844).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1079674263)' (object ID 1079674263).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1115320564, index ID 42662, page ID (1:109991). The PageId in the page header = (26758:2119186605).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1115320564)' (object ID 1115320564).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1175209638, index ID 29562, page ID (1:110003). The PageId in the page header = (18301:-69116272).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1175209638)' (object ID 1175209638).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1176428095, index ID 672, page ID (1:109951). The PageId in the page header = (6528:11504).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1176428095)' (object ID 1176428095).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1211811923, index ID 11322, page ID (1:110059). The PageId in the page header = (25829:-1831853140).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1211811923)' (object ID 1211811923).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1232078469, index ID 653, page ID (1:109933). The PageId in the page header = (62264:1431).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1232078469)' (object ID 1232078469).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1242492807, index ID 43223, page ID (1:110045). The PageId in the page header = (5196:-880648998).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1242492807)' (object ID 1242492807).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1246470310, index ID 12871, page ID (1:110078). The PageId in the page header = (55839:-1823920300).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1246470310)' (object ID 1246470310).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1247897906, index ID 13748, page ID (1:109990). The PageId in the page header = (11266:1236904898).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1247897906)' (object ID 1247897906).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1257008066, index ID 60771, page ID (1:110103). The PageId in the page header = (19666:-1015661659).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1257008066)' (object ID 1257008066).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1263136067, index ID 6779, page ID (1:110088). The PageId in the page header = (17171:549753276).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1263136067)' (object ID 1263136067).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1269188600, index ID 32280, page ID (1:110093). The PageId in the page header = (30229:1286124602).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1269188600)' (object ID 1269188600).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1291072797, index ID 35976, page ID (1:110012). The PageId in the page header = (35637:1223443506).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1291072797)' (object ID 1291072797).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1310184319, index ID 4703, page ID (1:110000). The PageId in the page header = (38673:1785530743).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1310184319)' (object ID 1310184319).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1350662405, index ID 24162, page ID (1:109979). The PageId in the page header = (14772:-1927836453).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1350662405)' (object ID 1350662405).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1366779704, index ID 54244, page ID (1:110056). The PageId in the page header = (14772:-1238782465).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1366779704)' (object ID 1366779704).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1397903696, index ID 40794, page ID (1:109963). The PageId in the page header = (40796:1549442648).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1397903696)' (object ID 1397903696).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1401754471, index ID 60880, page ID (1:110092). The PageId in the page header = (36333:380148757).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1401754471)' (object ID 1401754471).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1419085068, index ID 28325, page ID (1:110105). The PageId in the page header = (32721:-70970085).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1419085068)' (object ID 1419085068).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1451679790, index ID 33273, page ID (1:110044). The PageId in the page header = (13205:-273385870).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1451679790)' (object ID 1451679790).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1534875311, index ID 663, page ID (1:109942). The PageId in the page header = (15725:3599).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1534875311)' (object ID 1534875311).
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109894) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109895) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109896) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109897) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109898) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109899) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109901) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109902) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109903) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109904) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109905) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109906) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109907) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109908) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109909) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109910) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109911) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109912) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109913) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109914) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109916) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109917) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109918) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109919) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109920) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109921) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109922) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109923) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109924) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109925) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109926) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109927) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109928) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109929) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109930) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109931) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109932) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109933) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109934) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109935) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109937) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109938) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109939) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109940) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109941) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109942) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109943) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109944) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109945) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109946) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109947) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109948) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109949) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109950) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109951) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109952) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109953) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109954) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109955) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109956) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109957) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109958) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109959) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109960) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109961) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109962) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109963) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109964) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109965) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109966) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109967) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109968) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109969) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109971) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109973) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109974) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109975) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109976) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109977) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109978) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109979) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109980) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109981) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109982) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109983) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109984) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109985) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109988) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109989) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109990) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109991) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109992) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109993) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109995) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109996) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109997) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109998) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:109999) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110000) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110001) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110002) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110003) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110004) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110005) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110012) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110013) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110015) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110016) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110017) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110018) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110019) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110020) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110021) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110022) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110023) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110024) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110025) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110026) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110027) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110028) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110030) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110031) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110032) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110033) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110034) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110035) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110036) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110037) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110038) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110039) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110040) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110041) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110042) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110043) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110044) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110045) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110046) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110047) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110048) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110049) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110050) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110051) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110052) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110053) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110054) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110055) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110056) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110057) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110058) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110059) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110065) could not be processed. See other errors for details.
Msg 8939, Level 16, State 98, Line 1
Table error: Object ID 1621580815, index ID 0, page (1:110065). Test (IS_ON (BUF_IOERR, bp->bstat) && bp->berrcode) failed. Values are 2057 and -1.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110066) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110067) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110068) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110069) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110070) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110071) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110072) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110073) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110074) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110075) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110077) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110078) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110079) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110080) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110081) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110082) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110083) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110084) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110085) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110086) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110087) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110088) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110089) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110091) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110092) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110093) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110094) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110095) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110096) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110097) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110098) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110099) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110100) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110101) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110102) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110103) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110104) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110105) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110106) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110107) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110108) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110109) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110110) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110111) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110112) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110113) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 1
Object ID 1621580815, index ID 0: Page (1:110114) could not be processed. See other errors for details.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:45844) is missing a reference from previous page (1:110043). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109894) was not seen in the scan although its parent (1:109800) and previous (1:109893) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 95 refers to child page (1:109895) and previous child (1:109894), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 96 refers to child page (1:109896) and previous child (1:109895), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 97 refers to child page (1:109897) and previous child (1:109896), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 98 refers to child page (1:109898) and previous child (1:109897), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 99 refers to child page (1:109899) and previous child (1:109898), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109900) is missing a reference from previous page (1:109899). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109901) was not seen in the scan although its parent (1:109800) and previous (1:109900) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 102 refers to child page (1:109902) and previous child (1:109901), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 103 refers to child page (1:109903) and previous child (1:109902), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 104 refers to child page (1:109904) and previous child (1:109903), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 105 refers to child page (1:109905) and previous child (1:109904), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 106 refers to child page (1:109906) and previous child (1:109905), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 107 refers to child page (1:109907) and previous child (1:109906), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 108 refers to child page (1:109908) and previous child (1:109907), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 109 refers to child page (1:109909) and previous child (1:109908), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 110 refers to child page (1:109910) and previous child (1:109909), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 111 refers to child page (1:109911) and previous child (1:109910), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 112 refers to child page (1:109912) and previous child (1:109911), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 113 refers to child page (1:109913) and previous child (1:109912), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 114 refers to child page (1:109914) and previous child (1:109913), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109915) is missing a reference from previous page (1:109914). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109916) was not seen in the scan although its parent (1:109800) and previous (1:109915) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 117 refers to child page (1:109917) and previous child (1:109916), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 118 refers to child page (1:109918) and previous child (1:109917), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 119 refers to child page (1:109919) and previous child (1:109918), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 120 refers to child page (1:109920) and previous child (1:109919), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 121 refers to child page (1:109921) and previous child (1:109920), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 122 refers to child page (1:109922) and previous child (1:109921), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 123 refers to child page (1:109923) and previous child (1:109922), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 124 refers to child page (1:109924) and previous child (1:109923), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 125 refers to child page (1:109925) and previous child (1:109924), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 126 refers to child page (1:109926) and previous child (1:109925), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 127 refers to child page (1:109927) and previous child (1:109926), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 128 refers to child page (1:109928) and previous child (1:109927), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 129 refers to child page (1:109929) and previous child (1:109928), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 130 refers to child page (1:109930) and previous child (1:109929), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 131 refers to child page (1:109931) and previous child (1:109930), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 132 refers to child page (1:109932) and previous child (1:109931), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 133 refers to child page (1:109933) and previous child (1:109932), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 134 refers to child page (1:109934) and previous child (1:109933), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 135 refers to child page (1:109935) and previous child (1:109934), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109936) is missing a reference from previous page (1:109935). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109937) was not seen in the scan although its parent (1:109800) and previous (1:109936) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 138 refers to child page (1:109938) and previous child (1:109937), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 139 refers to child page (1:109939) and previous child (1:109938), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 140 refers to child page (1:109940) and previous child (1:109939), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 141 refers to child page (1:109941) and previous child (1:109940), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 142 refers to child page (1:109942) and previous child (1:109941), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 143 refers to child page (1:109943) and previous child (1:109942), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 144 refers to child page (1:109944) and previous child (1:109943), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 145 refers to child page (1:109945) and previous child (1:109944), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 146 refers to child page (1:109946) and previous child (1:109945), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 147 refers to child page (1:109947) and previous child (1:109946), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 148 refers to child page (1:109948) and previous child (1:109947), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 149 refers to child page (1:109949) and previous child (1:109948), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 150 refers to child page (1:109950) and previous child (1:109949), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 151 refers to child page (1:109951) and previous child (1:109950), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 152 refers to child page (1:109952) and previous child (1:109951), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 153 refers to child page (1:109953) and previous child (1:109952), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 154 refers to child page (1:109954) and previous child (1:109953), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 155 refers to child page (1:109955) and previous child (1:109954), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 156 refers to child page (1:109956) and previous child (1:109955), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 157 refers to child page (1:109957) and previous child (1:109956), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 158 refers to child page (1:109958) and previous child (1:109957), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 159 refers to child page (1:109959) and previous child (1:109958), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 160 refers to child page (1:109960) and previous child (1:109959), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 161 refers to child page (1:109961) and previous child (1:109960), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 162 refers to child page (1:109962) and previous child (1:109961), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 163 refers to child page (1:109963) and previous child (1:109962), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 164 refers to child page (1:109964) and previous child (1:109963), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 165 refers to child page (1:109965) and previous child (1:109964), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 166 refers to child page (1:109966) and previous child (1:109965), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 167 refers to child page (1:109967) and previous child (1:109966), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 168 refers to child page (1:109968) and previous child (1:109967), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 169 refers to child page (1:109969) and previous child (1:109968), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109970) is missing a reference from previous page (1:109969). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109971) was not seen in the scan although its parent (1:109800) and previous (1:109970) refer to it. Check any previous errors.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109972) is missing a reference from previous page (1:109971). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109973) was not seen in the scan although its parent (1:109800) and previous (1:109972) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 174 refers to child page (1:109974) and previous child (1:109973), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 175 refers to child page (1:109975) and previous child (1:109974), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 176 refers to child page (1:109976) and previous child (1:109975), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 177 refers to child page (1:109977) and previous child (1:109976), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 178 refers to child page (1:109978) and previous child (1:109977), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 179 refers to child page (1:109979) and previous child (1:109978), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 180 refers to child page (1:109980) and previous child (1:109979), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 181 refers to child page (1:109981) and previous child (1:109980), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 182 refers to child page (1:109982) and previous child (1:109981), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 183 refers to child page (1:109983) and previous child (1:109982), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 184 refers to child page (1:109984) and previous child (1:109983), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 185 refers to child page (1:109985) and previous child (1:109984), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109986) is missing a reference from previous page (1:109985). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109988) was not seen in the scan although its parent (1:109800) and previous (1:109987) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 189 refers to child page (1:109989) and previous child (1:109988), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 190 refers to child page (1:109990) and previous child (1:109989), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 191 refers to child page (1:109991) and previous child (1:109990), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 192 refers to child page (1:109992) and previous child (1:109991), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 193 refers to child page (1:109993) and previous child (1:109992), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109994) is missing a reference from previous page (1:109993). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:109995) was not seen in the scan although its parent (1:109800) and previous (1:109994) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 196 refers to child page (1:109996) and previous child (1:109995), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 197 refers to child page (1:109997) and previous child (1:109996), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 198 refers to child page (1:109998) and previous child (1:109997), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 199 refers to child page (1:109999) and previous child (1:109998), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 200 refers to child page (1:110000) and previous child (1:109999), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 201 refers to child page (1:110001) and previous child (1:110000), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 202 refers to child page (1:110002) and previous child (1:110001), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 203 refers to child page (1:110003) and previous child (1:110002), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 204 refers to child page (1:110004) and previous child (1:110003), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 205 refers to child page (1:110005) and previous child (1:110004), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110006) is missing a reference from previous page (1:110005). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110012) was not seen in the scan although its parent (1:109800) and previous (1:110011) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 213 refers to child page (1:110013) and previous child (1:110012), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110014) is missing a reference from previous page (1:110013). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110015) was not seen in the scan although its parent (1:109800) and previous (1:110014) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 216 refers to child page (1:110016) and previous child (1:110015), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 217 refers to child page (1:110017) and previous child (1:110016), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 218 refers to child page (1:110018) and previous child (1:110017), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 219 refers to child page (1:110019) and previous child (1:110018), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 220 refers to child page (1:110020) and previous child (1:110019), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 221 refers to child page (1:110021) and previous child (1:110020), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 222 refers to child page (1:110022) and previous child (1:110021), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 223 refers to child page (1:110023) and previous child (1:110022), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 224 refers to child page (1:110024) and previous child (1:110023), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 225 refers to child page (1:110025) and previous child (1:110024), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 226 refers to child page (1:110026) and previous child (1:110025), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 227 refers to child page (1:110027) and previous child (1:110026), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 228 refers to child page (1:110028) and previous child (1:110027), but they were not encountered.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110029) is missing a reference from previous page (1:110028). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110030) was not seen in the scan although its parent (1:109800) and previous (1:110029) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 231 refers to child page (1:110031) and previous child (1:110030), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 232 refers to child page (1:110032) and previous child (1:110031), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 233 refers to child page (1:110033) and previous child (1:110032), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 234 refers to child page (1:110034) and previous child (1:110033), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 235 refers to child page (1:110035) and previous child (1:110034), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 236 refers to child page (1:110036) and previous child (1:110035), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 237 refers to child page (1:110037) and previous child (1:110036), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 238 refers to child page (1:110038) and previous child (1:110037), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 239 refers to child page (1:110039) and previous child (1:110038), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 240 refers to child page (1:110040) and previous child (1:110039), but they were not encountered.
Msg 8980, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Index node page (1:109800), slot 241 refers to child page (1:110041) and previous child (1:110040), but they were not encountered.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110043) was not seen in the scan although its parent (1:105428) and previous (1:109800) refer to it. Check any previous errors.
Msg 8979, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110060) is missing references from parent (unknown) and previous (page (1:110059)) nodes. Possible bad root entry in sysindexes.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110061) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110062) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110063) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110064) was not encountered.
Msg 8981, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. The next pointer of (1:110064) refers to page (1:110065). Neither (1:110065) nor its parent were encountered. Possible bad chain linkage.
Msg 8979, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110076) is missing references from parent (unknown) and previous (page (1:110075)) nodes. Possible bad root entry in sysindexes.
Msg 8981, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. The next pointer of (1:110076) refers to page (1:110077). Neither (1:110077) nor its parent were encountered. Possible bad chain linkage.
Msg 8979, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110090) is missing references from parent (unknown) and previous (page (1:110089)) nodes. Possible bad root entry in sysindexes.
Msg 8981, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. The next pointer of (1:110090) refers to page (1:110091). Neither (1:110091) nor its parent were encountered. Possible bad chain linkage.
Msg 8979, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Page (1:110115) is missing references from parent (unknown) and previous (page (1:110114)) nodes. Possible bad root entry in sysindexes.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110116) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110117) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110118) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110119) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110120) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110121) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110122) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110123) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110124) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110125) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110126) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110127) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110128) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110129) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110130) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110131) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110132) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110133) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110134) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110135) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110136) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110137) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110138) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110139) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110140) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110141) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110142) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110143) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110144) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110145) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110146) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110147) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110148) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110149) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110150) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110151) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110152) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110153) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110154) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110155) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110156) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110157) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110158) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110159) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110160) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110161) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110162) was not encountered.
Msg 8977, Level 16, State 1, Line 1
Table error: Object ID 1621580815, index ID 1. Parent node for page (1:110163) was not encountered.
CHECKDB found 0 allocation errors and 402 consistency errors in table 'Outgoingcalls' (object ID 1621580815).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1645240998, index ID 12980, page ID (1:110024). The PageId in the page header = (9209:-1883765875).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1645240998)' (object ID 1645240998).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1672615309, index ID 34260, page ID (1:110043). The PageId in the page header = (25257:-1447810703).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1672615309)' (object ID 1672615309).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1696257985, index ID 57904, page ID (1:110025). The PageId in the page header = (40488:-1048357978).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1696257985)' (object ID 1696257985).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1763332256, index ID 17354, page ID (1:110053). The PageId in the page header = (9905:371894369).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1763332256)' (object ID 1763332256).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1824826858, index ID 40382, page ID (1:110099). The PageId in the page header = (6843:96699814).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1824826858)' (object ID 1824826858).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1839285704, index ID 0, page ID (1:109904). The PageId in the page header = (0:32).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1839285704)' (object ID 1839285704).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1856342989, index ID 62527, page ID (1:109973). The PageId in the page header = (64907:-1834549446).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1856342989)' (object ID 1856342989).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1883881503, index ID 43478, page ID (1:109988). The PageId in the page header = (45217:1264673374).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1883881503)' (object ID 1883881503).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1911440835, index ID 39337, page ID (1:110002). The PageId in the page header = (35156:-190429249).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1911440835)' (object ID 1911440835).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1976694856, index ID 36953, page ID (1:109980). The PageId in the page header = (5062:729306282).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 1976694856)' (object ID 1976694856).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 1977058079, index ID 0, page ID (1:74211). The PageId in the page header = (1:70371).
Msg 8952, Level 16, State 1, Line 1
Table error: Database 'IPera', index 'Incomingcalls.IX_CALLTYPE' (ID 1977058079) (index ID 4). Extra or invalid key for the keys:
Msg 8956, Level 16, State 1, Line 1
Index row (1:43537:142) with values (CALLTYPE = 3.67189588E-320 and PORT = 29• 4 and ENDDATETIME = Dec 3 2009 3:13PM and EXT = '5500') points to the data row identified by ().
Msg 8928, Level 16, State 1, Line 1
Object ID 1977058079, index ID 11: Page (1:74211) could not be processed. See other errors for details.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 1977058079, index ID 11. Page (1:74211) was not seen in the scan although its parent (1:74261) and previous (1:74210) refer to it. Check any previous errors.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 1977058079, index ID 11. Page (1:74212) is missing a reference from previous page (1:74211). Possible chain linkage problem.
CHECKDB found 0 allocation errors and 5 consistency errors in table 'Incomingcalls' (object ID 1977058079).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 2015045530, index ID 32104, page ID (1:110108). The PageId in the page header = (22987:1274930091).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2015045530)' (object ID 2015045530).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 2046808531, index ID 64849, page ID (1:110084). The PageId in the page header = (37824:-1254668332).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2046808531)' (object ID 2046808531).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 2099812745, index ID 53302, page ID (1:110034). The PageId in the page header = (24354:-2085038078).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2099812745)' (object ID 2099812745).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 2104006003, index ID 48223, page ID (1:109976). The PageId in the page header = (18735:2067792690).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2104006003)' (object ID 2104006003).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 2113663412, index ID 65445, page ID (1:110019). The PageId in the page header = (5775:-1789050275).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2113663412)' (object ID 2113663412).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 2138648874, index ID 35216, page ID (1:109993). The PageId in the page header = (45665:-1296667746).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2138648874)' (object ID 2138648874).
Msg 8909, Level 16, State 1, Line 1
Table error: Object ID 2143970088, index ID 14736, page ID (1:110113). The PageId in the page header = (42676:524677285).
CHECKDB found 0 allocation errors and 1 consistency errors in table '(Object ID 2143970088)' (object ID 2143970088).
CHECKDB found 0 allocation errors and 604 consistency errors in database 'dbname'.

Kristen
Test

22859 Posts

Posted - 2010-01-26 : 05:52:18
Please post the full output here, otherwise we will be guiding down a dangerous path!
Go to Top of Page

freewolf
Starting Member

3 Posts

Posted - 2010-01-26 : 07:03:01
Yes, sorry i forgot :)
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2010-01-26 : 07:32:29
Not my strong suit, but I reckon that DB is toast ... sorry. I reckon if you attempt to repair this the data that is removed will be widespread, and thus pretty much impossible to deduce what has been lost; also, it is likely that the referential integrity between tables (Foreign keys etc) will be damaged.

My understanding is that errors in Index ID=99999 (some number > 1) are in indexes, and dropping / recreating those indexes should solve those, but errors in Index ID=0 or Index ID=1 are in the actual data part of the table, and thus data loss will result.

Best to wait for someone who understands these CHECKDB outputs better than I do to provide an opinion

Have you looked for the underlying problem? e.g. if the disk I/O subsystem is faulty then restoring or fixing won't help, as any new DB will soon be re-corrupted as well.

Are there any other DBs on this server? Does DBCC CHECKDB on them show any errors? (if not then maybe its not I/O problem on the server, but perhaps something else).

"The backup file we have is a bit old and we prefer not to restore, unless we have to."

You need to fix that issue too! Daily Full backups (or weekly Full with daily Differential backups) and TLog backups every 15 minutes ...

Also, you need to scheduled DBCC CHECKDB once a day, and send you an ALERT if it finds any error
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-01-26 : 10:00:07
You have corruption in the system tables, specifically sysobjects, systypes and sysindexes. This it not repairable in any way.

There are only two ways you are going to get past this.
1) Restore your latest backup. This is the preferred option. It's quick and you're guaranteed a consistent database afterwards.
2) Create scripts of all the objects in the DB. Some will fail because of the damage to the system tables. Export all the data. Lots will fail due to the corruptions. Create a new DB and import what's left into that. This is not recommended. It will take time and you will have lost data due to the widespread corruption.

Two things you need to do afterwards.
Firstly, fix your backup strategy as it is clearly inadequate. If it was adequate, you would be able to restore to the point of failure with no data loss.
Secondly. Very important. Do some root cause analysis. There is rampant, widespread, severe damage to the DB. Very likely the cause is problems with the IO subsyste, Check it out, look for errors in the logs, errors on the drives, switches, raid array, etc.

--
Gail Shaw
SQL Server MVP
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-01-26 : 10:07:48
quote:
Originally posted by Kristen

My understanding is that errors in Index ID=99999 (some number > 1) are in indexes, and dropping / recreating those indexes should solve those, but errors in Index ID=0 or Index ID=1 are in the actual data part of the table, and thus data loss will result.


Since this is SQL 2000 where the highest indid is 249, the presence of index_ids of 10000+ indicates that either there's damage to the page header or the metadata. Hence those index_ids cannot be trusted.

The key here is that there is no minimum repair level specified. Since that's not there, checkDB's saying it can't repair these

--
Gail Shaw
SQL Server MVP
Go to Top of Page

freewolf
Starting Member

3 Posts

Posted - 2010-01-26 : 10:24:33
It seems there is not much choice in our situation other than a fresh installation or an old backup restore. However, i think there might be something wrong with the hardware too, because there are errors in win event log saying something like "read error while reading dbname.mdf file" ( Same error occurred when i tried to rebuild all indexes with a script ).
Thank you for your responses.
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2010-01-26 : 10:25:57
Thanks Gail, very helpful as ever.

I was curious about the negative Object IDs - or is that normal?
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2010-01-26 : 10:27:58
There may be a slim chance that your disk controller is giving errors on read such that the database is not as badly damaged as it seems.
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2010-01-26 : 10:29:13
"Same error occurred when i tried to rebuild all indexes with a script "

Do NOT do that if your hardware is faulty. I think you could make good data turn bad.
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-01-26 : 11:07:17
quote:
Originally posted by freewolf

However, i think there might be something wrong with the hardware too, because there are errors in win event log saying something like "read error while reading dbname.mdf file"


I know there's something wrong with the hardware. You don't get this kind of widespread corruption with mangled page headers (which you have) without hardware errors.

I would strongly suggest that you restore your good backup somewhere else, change the app so that it's looking at the new location and then find and fix the hardware errors.

--
Gail Shaw
SQL Server MVP
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-01-26 : 11:23:31
quote:
Originally posted by Kristen

I was curious about the negative Object IDs - or is that normal?


Same thing. The page headers have been written over with garbage, so the file id, page id, object id and index id that are stored in the page headers are completely wrong.

When the error says "The PageId in the page header = (47224:-1748701673).", it's saying that, according to the page header, that page is the -1748701673th page in the 47224th file.

quote:
There may be a slim chance that your disk controller is giving errors on read such that the database is not as badly damaged as it seems.


Possible, but not very likely.

What it looks like is that a chunk of the data file just under 2MB in total has been overwritten with garbage. All the bad pages are in a contiguous range, starting with page ID 109894 and ending with page ID 110114. The pages immediately before and immediately after are fine.

--
Gail Shaw
SQL Server MVP
Go to Top of Page
   

- Advertisement -