Hi All,I'm a Web/VB/SQL developer for a small company where we run large SQL Server 2000 databases but don't have luxury of being able to afford a proper DBA so I get stuck with any database problems.I tried to run a query on a database this morning and I got the following error:Server: Msg 8908, Level 22, State 6, Procedure spMachineRecordSave, Line 149Table error: Database ID 7, object ID 325576198, index ID 0. Chain linkage mismatch. (1:397151)->next = (1:397152), but (1:397152)->prev = (1:223546).Connection Broken
Having looked through the forum, it seemed the right thing to do was to run DBCC CHECKDB (dbname) WITH ALL_ERRORMSGS, NO_INFOMSGS and hope for no errors so I could blame hardware. Unfortunately, the output was as follows:Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223532) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223533) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223535) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223544) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223545) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223546) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223547) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223548) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223549) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223550) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223551) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223552) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223560) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223561) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223562) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223563) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223884) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223885) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223886) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223887) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223896) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223897) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223898) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223899) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223900) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223901) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223902) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223903) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223904) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223905) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223906) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223907) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223908) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223909) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223910) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223911) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223912) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223913) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223914) could not be processed. See other errors for details.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 0: Page (1:223915) could not be processed. See other errors for details.Server: Msg 8979, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223531) is missing references from parent (unknown) and previous (page (1:397485)) nodes. Possible bad root entry in sysindexes.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:347735), slot 54 refers to child page (1:223533) and previous child (1:225682), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:397615), slot 6 refers to child page (1:223544) and previous child (1:397620), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:347735), slot 59 refers to child page (1:223545) and previous child (1:227073), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:397077), slot 76 refers to child page (1:223546) and previous child (1:397151), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:397884), slot 32 refers to child page (1:223547) and previous child (1:397915), but they were not encountered.Server: Msg 8976, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223548) was not seen in the scan although its parent (1:223010) and previous (1:443459) refer to it. Check any previous errors.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:223010), slot 87 refers to child page (1:223549) and previous child (1:443512), but they were not encountered.Server: Msg 8976, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223550) was not seen in the scan although its parent (1:223010) and previous (1:443535) refer to it. Check any previous errors.Server: Msg 8976, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223551) was not seen in the scan although its parent (1:443565) and previous (1:443611) refer to it. Check any previous errors.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:223010), slot 15 refers to child page (1:223552) and previous child (1:443443), but they were not encountered.Server: Msg 8934, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The high key value on page (1:223558) (level 0) is not less than the low key value in the parent (0:1), slot 0 of the next page (1:449265).Server: Msg 8934, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The high key value on page (1:223558) (level 0) is not less than the low key value in the parent (0:1), slot 0 of the next page (1:449265).Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:223558) was not encountered.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223559) is missing a reference from previous page (1:449145). Possible chain linkage problem.Server: Msg 8976, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223560) was not seen in the scan although its parent (1:448876) and previous (1:448900) refer to it. Check any previous errors.Server: Msg 8976, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223561) was not seen in the scan although its parent (1:341) and previous (1:448876) refer to it. Check any previous errors.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:448876), slot 95 refers to child page (1:223562) and previous child (1:448968), but they were not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:223564) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:223565) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:223566) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:223567) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:223569) was not encountered.Server: Msg 2511, Level 16, State 1, Line 1Table error: Object ID 325576198, Index ID 1. Keys out of order on page (1:223646), slots 86 and 87.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:450706) on page (1:223663) does not match the previous page (1:229089) that the parent (1:223646), slot 87 expects for this page.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223663) is missing a reference from previous page (1:450706). Possible chain linkage problem.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223695) is missing a reference from previous page (1:450282). Possible chain linkage problem.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223865) is missing a reference from previous page (1:451556). Possible chain linkage problem.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223866) is missing a reference from previous page (1:451563). Possible chain linkage problem.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:451885) on page (1:223882) does not match the previous page (1:229110) that the parent (1:451566), slot 119 expects for this page.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223882) is missing a reference from previous page (1:451885). Possible chain linkage problem.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:451887) on page (1:223883) does not match the previous page (1:229111) that the parent (1:451566), slot 123 expects for this page.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223883) is missing a reference from previous page (1:451887). Possible chain linkage problem.Server: Msg 8976, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223885) was not seen in the scan although its parent (1:223809) and previous (1:452708) refer to it. Check any previous errors.Server: Msg 8976, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223886) was not seen in the scan although its parent (1:341) and previous (1:452712) refer to it. Check any previous errors.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:452712), slot 27 refers to child page (1:223887) and previous child (1:452738), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:452712), slot 52 refers to child page (1:223896) and previous child (1:452762), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:452712), slot 74 refers to child page (1:223897) and previous child (1:452783), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:452712), slot 95 refers to child page (1:223898) and previous child (1:452803), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:452997), slot 5 refers to child page (1:223911) and previous child (1:453001), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:452997), slot 15 refers to child page (1:223912) and previous child (1:453010), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:452997), slot 25 refers to child page (1:223913) and previous child (1:453019), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:452997), slot 34 refers to child page (1:223914) and previous child (1:453027), but they were not encountered.Server: Msg 8980, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Index node page (1:452997), slot 43 refers to child page (1:223915) and previous child (1:453035), but they were not encountered.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223916) is missing a reference from previous page (1:453037). Possible chain linkage problem.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223932) is missing a reference from previous page (1:481730). Possible chain linkage problem.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223934) is missing a reference from previous page (1:481738). Possible chain linkage problem.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223936) is missing a reference from previous page (1:481746). Possible chain linkage problem.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:223938) was not encountered.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:223944) is missing a reference from previous page (1:481347). Possible chain linkage problem.Server: Msg 2511, Level 16, State 1, Line 1Table error: Object ID 325576198, Index ID 1. Keys out of order on page (1:347735), slots 53 and 54.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:225682) on page (1:397077) does not match the previous page (1:223533) that the parent (1:347735), slot 55 expects for this page.Server: Msg 8936, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree chain linkage mismatch. (1:397151)->next = (1:397152), but (1:397152)->Prev = (1:223546).Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:223531) on page (1:397486) does not match the previous page (1:397485) that the parent (1:227073), slot 7 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:227073) on page (1:397615) does not match the previous page (1:223545) that the parent (1:347735), slot 60 expects for this page.Server: Msg 8936, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree chain linkage mismatch. (1:397620)->next = (1:397621), but (1:397621)->Prev = (1:223544).Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:397915) on page (1:397916) does not match the previous page (1:223547) that the parent (1:397884), slot 33 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:443417) on page (1:443418) does not match the previous page (1:223554) that the parent (1:443296), slot 145 expects for this page.Server: Msg 8936, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree chain linkage mismatch. (1:223554)->next = (1:443418), but (1:443418)->Prev = (1:443417).Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:443443) on page (1:443444) does not match the previous page (1:223552) that the parent (1:223010), slot 16 expects for this page.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:443460) is missing a reference from previous page (1:223548). Possible chain linkage problem.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:443512) on page (1:443513) does not match the previous page (1:223549) that the parent (1:223010), slot 88 expects for this page.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:443536) is missing a reference from previous page (1:223550). Possible chain linkage problem.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:443612) is missing a reference from previous page (1:223551). Possible chain linkage problem.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:443660) on page (1:443661) does not match the previous page (1:223556) that the parent (1:443565), slot 99 expects for this page.Server: Msg 8936, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree chain linkage mismatch. (1:223556)->next = (1:443661), but (1:443661)->Prev = (1:443660).Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:448901) is missing a reference from previous page (1:223560). Possible chain linkage problem.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:448968) on page (1:448969) does not match the previous page (1:223562) that the parent (1:448876), slot 96 expects for this page.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449009) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449010) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449011) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449012) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449013) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449014) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449015) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449016) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449017) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449018) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449019) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449020) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449021) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449022) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449023) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449024) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449025) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449026) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449027) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449028) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449029) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449030) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449031) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449032) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449033) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449034) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449035) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449036) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449037) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449038) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449039) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449040) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449041) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449042) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449043) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449044) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449045) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449046) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449047) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449048) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449049) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449050) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449051) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449052) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449053) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449054) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449055) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449056) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449057) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449058) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449059) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449060) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449061) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449062) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449063) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449064) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449065) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449066) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449067) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449068) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449069) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449070) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449071) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449072) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449073) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449074) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449075) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449076) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449077) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449078) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449079) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449080) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449081) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449082) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449083) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449084) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449085) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449086) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449087) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449088) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449089) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449090) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449091) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449092) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449093) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449094) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449095) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449096) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449097) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449098) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449099) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449100) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449101) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449102) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449103) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449104) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449105) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449106) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449107) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449108) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449109) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449110) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449111) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449112) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449113) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449114) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449115) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449116) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449117) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449118) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449119) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449120) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449121) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449122) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449123) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449124) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449125) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449126) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449127) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449128) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449129) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449130) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449131) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449132) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449133) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449134) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449135) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449136) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449137) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449138) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449139) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449140) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449141) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449142) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:449143) was not encountered.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:448876) on page (1:449145) does not match the previous page (1:223561) that the parent (1:341), slot 107 expects for this page.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:449145) is missing a reference from previous page (1:448876). Possible chain linkage problem.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:223566) on page (1:449178) does not match the previous page (1:449177) that the parent (1:449145), slot 33 expects for this page.Server: Msg 8934, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The high key value on page (1:449201) (level 0) is not less than the low key value in the parent (0:1), slot 0 of the next page (1:223569).Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:223569) on page (1:449202) does not match the previous page (1:449201) that the parent (1:449145), slot 57 expects for this page.Server: Msg 8934, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The high key value on page (1:449242) (level 0) is not less than the low key value in the parent (0:1), slot 0 of the next page (1:223567).Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:223567) on page (1:449243) does not match the previous page (1:449242) that the parent (1:449145), slot 98 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:223558) on page (1:449265) does not match the previous page (1:449264) that the parent (1:449145), slot 120 expects for this page.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449278) has two parent nodes (1:223559), slot 0 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449279) has two parent nodes (1:223559), slot 1 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449280) has two parent nodes (1:223559), slot 2 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449281) has two parent nodes (1:223559), slot 3 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449282) has two parent nodes (1:223559), slot 4 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449283) has two parent nodes (1:223559), slot 5 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449284) has two parent nodes (1:223559), slot 6 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449285) has two parent nodes (1:223559), slot 7 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449286) has two parent nodes (1:223559), slot 9 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449287) has two parent nodes (1:223559), slot 10 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449288) has two parent nodes (1:223559), slot 11 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449289) has two parent nodes (1:223559), slot 12 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449290) has two parent nodes (1:223559), slot 13 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449291) has two parent nodes (1:223559), slot 14 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449292) has two parent nodes (1:223559), slot 15 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449293) has two parent nodes (1:223559), slot 16 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449294) has two parent nodes (1:223559), slot 17 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449295) has two parent nodes (1:223559), slot 18 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449296) has two parent nodes (1:223559), slot 19 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449297) has two parent nodes (1:223559), slot 20 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449298) has two parent nodes (1:223559), slot 21 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449299) has two parent nodes (1:223559), slot 22 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449300) has two parent nodes (1:223559), slot 23 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449301) has two parent nodes (1:223559), slot 24 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449302) has two parent nodes (1:223559), slot 25 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449303) has two parent nodes (1:223559), slot 26 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449304) has two parent nodes (1:223559), slot 27 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449305) has two parent nodes (1:223559), slot 28 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449306) has two parent nodes (1:223559), slot 29 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449307) has two parent nodes (1:223559), slot 30 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449308) has two parent nodes (1:223559), slot 31 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449309) has two parent nodes (1:223559), slot 33 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449310) has two parent nodes (1:223559), slot 34 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449311) has two parent nodes (1:223559), slot 35 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449312) has two parent nodes (1:223559), slot 36 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449313) has two parent nodes (1:223559), slot 37 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449314) has two parent nodes (1:223559), slot 38 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449315) has two parent nodes (1:223559), slot 39 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449316) has two parent nodes (1:223559), slot 40 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449317) has two parent nodes (1:223559), slot 41 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449318) has two parent nodes (1:223559), slot 42 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449319) has two parent nodes (1:223559), slot 43 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449320) has two parent nodes (1:223559), slot 45 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449321) has two parent nodes (1:223559), slot 46 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449322) has two parent nodes (1:223559), slot 47 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449323) has two parent nodes (1:223559), slot 48 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449324) has two parent nodes (1:223559), slot 49 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449325) has two parent nodes (1:223559), slot 50 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449326) has two parent nodes (1:223559), slot 51 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449327) has two parent nodes (1:223559), slot 52 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449328) has two parent nodes (1:223559), slot 53 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449329) has two parent nodes (1:223559), slot 54 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449330) has two parent nodes (1:223559), slot 55 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449331) has two parent nodes (1:223559), slot 56 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449332) has two parent nodes (1:223559), slot 58 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449333) has two parent nodes (1:223559), slot 59 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449334) has two parent nodes (1:223559), slot 60 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449335) has two parent nodes (1:223559), slot 61 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449336) has two parent nodes (1:223559), slot 62 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449337) has two parent nodes (1:223559), slot 63 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449338) has two parent nodes (1:223559), slot 64 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449339) has two parent nodes (1:223559), slot 65 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449340) has two parent nodes (1:223559), slot 66 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449341) has two parent nodes (1:223559), slot 67 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449342) has two parent nodes (1:223559), slot 68 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449343) has two parent nodes (1:223559), slot 70 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449344) has two parent nodes (1:223559), slot 71 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449345) has two parent nodes (1:223559), slot 72 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449346) has two parent nodes (1:223559), slot 73 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449347) has two parent nodes (1:223559), slot 74 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449348) has two parent nodes (1:223559), slot 75 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449349) has two parent nodes (1:223559), slot 76 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449350) has two parent nodes (1:223559), slot 77 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449351) has two parent nodes (1:223559), slot 78 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449352) has two parent nodes (1:223559), slot 79 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449353) has two parent nodes (1:223559), slot 80 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449354) has two parent nodes (1:223559), slot 81 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449355) has two parent nodes (1:223559), slot 83 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449356) has two parent nodes (1:223559), slot 84 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449357) has two parent nodes (1:223559), slot 85 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449358) has two parent nodes (1:223559), slot 86 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449359) has two parent nodes (1:223559), slot 87 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449360) has two parent nodes (1:223559), slot 88 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449361) has two parent nodes (1:223559), slot 89 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449362) has two parent nodes (1:223559), slot 90 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449363) has two parent nodes (1:223559), slot 91 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449364) has two parent nodes (1:223559), slot 92 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449365) has two parent nodes (1:223559), slot 93 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449366) has two parent nodes (1:223559), slot 95 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449367) has two parent nodes (1:223559), slot 96 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449368) has two parent nodes (1:223559), slot 97 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449369) has two parent nodes (1:223559), slot 98 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449370) has two parent nodes (1:223559), slot 99 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449371) has two parent nodes (1:223559), slot 100 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449372) has two parent nodes (1:223559), slot 101 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449373) has two parent nodes (1:223559), slot 102 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449374) has two parent nodes (1:223559), slot 103 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449375) has two parent nodes (1:223559), slot 104 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449376) has two parent nodes (1:223559), slot 105 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449377) has two parent nodes (1:223559), slot 106 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449378) has two parent nodes (1:223559), slot 108 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449379) has two parent nodes (1:223559), slot 109 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449380) has two parent nodes (1:223559), slot 110 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449381) has two parent nodes (1:223559), slot 111 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449382) has two parent nodes (1:223559), slot 112 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449383) has two parent nodes (1:223559), slot 113 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449384) has two parent nodes (1:223559), slot 114 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449385) has two parent nodes (1:223559), slot 115 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449386) has two parent nodes (1:223559), slot 116 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449387) has two parent nodes (1:223559), slot 117 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449388) has two parent nodes (1:223559), slot 118 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449389) has two parent nodes (1:223559), slot 119 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449390) has two parent nodes (1:223559), slot 121 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449391) has two parent nodes (1:223559), slot 122 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449392) has two parent nodes (1:223559), slot 123 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449393) has two parent nodes (1:223559), slot 124 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449394) has two parent nodes (1:223559), slot 125 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449395) has two parent nodes (1:223559), slot 126 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449396) has two parent nodes (1:223559), slot 127 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449397) has two parent nodes (1:223559), slot 128 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449398) has two parent nodes (1:223559), slot 129 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449399) has two parent nodes (1:223559), slot 130 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449400) has two parent nodes (1:223559), slot 131 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449401) has two parent nodes (1:223559), slot 133 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449402) has two parent nodes (1:223559), slot 134 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449403) has two parent nodes (1:223559), slot 135 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449404) has two parent nodes (1:223559), slot 136 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449405) has two parent nodes (1:223559), slot 137 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449406) has two parent nodes (1:223559), slot 138 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449407) has two parent nodes (1:223559), slot 139 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449408) has two parent nodes (1:223559), slot 140 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449409) has two parent nodes (1:223559), slot 141 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449410) has two parent nodes (1:223559), slot 142 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449411) has two parent nodes (1:223559), slot 143 and (1:449145), slot 1.Server: Msg 8937, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree page (1:449412) has two parent nodes (1:223559), slot 144 and (1:449145), slot 1.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:450282) on page (1:450283) does not match the previous page (1:223695) that the parent (1:450221), slot 65 expects for this page.Server: Msg 8936, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree chain linkage mismatch. (1:223695)->next = (1:450283), but (1:450283)->Prev = (1:450282).Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:229089) on page (1:450707) does not match the previous page (1:223663) that the parent (1:223646), slot 88 expects for this page.Server: Msg 2511, Level 16, State 1, Line 1Table error: Object ID 325576198, Index ID 1. Keys out of order on page (1:451566), slots 118 and 119.Server: Msg 2511, Level 16, State 1, Line 1Table error: Object ID 325576198, Index ID 1. Keys out of order on page (1:451566), slots 122 and 123.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:229110) on page (1:451886) does not match the previous page (1:223882) that the parent (1:451566), slot 120 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:229111) on page (1:451888) does not match the previous page (1:223883) that the parent (1:451566), slot 124 expects for this page.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:452709) is missing a reference from previous page (1:223885). Possible chain linkage problem.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:452738) on page (1:452739) does not match the previous page (1:223887) that the parent (1:452712), slot 28 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:452762) on page (1:452763) does not match the previous page (1:223896) that the parent (1:452712), slot 53 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:452783) on page (1:452784) does not match the previous page (1:223897) that the parent (1:452712), slot 75 expects for this page.Server: Msg 8936, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. B-tree chain linkage mismatch. (1:452803)->next = (1:452804), but (1:452804)->Prev = (1:223898).Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452854) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452855) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452856) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452857) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452858) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452859) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452860) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452861) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452862) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452863) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452864) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452865) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452866) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452867) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452868) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452869) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452870) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452871) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452872) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452873) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452874) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452875) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452876) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452877) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452878) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452879) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452880) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452881) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452882) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452883) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452884) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452885) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452886) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452887) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452888) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452889) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452890) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452891) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452892) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452893) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452894) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452895) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452896) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452897) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452898) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452899) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452900) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452901) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452902) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452903) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452904) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452905) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452906) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452907) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452908) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452909) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452910) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452911) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452912) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452913) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452914) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452915) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452916) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452917) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452918) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452919) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452920) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452921) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452922) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452923) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452924) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452925) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452926) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452927) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452936) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452937) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452938) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452939) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452940) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452941) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452942) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452943) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452944) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452945) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452946) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452947) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452948) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452949) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452950) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452951) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452952) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452953) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452954) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452955) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452956) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452957) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452958) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452959) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452960) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452961) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452962) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452963) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452964) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452965) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452966) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452967) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452968) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452969) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452970) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452971) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452972) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452973) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452974) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452975) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452976) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452977) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452978) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452979) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452980) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452981) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452982) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452983) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452984) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452985) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452986) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452987) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452988) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452989) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452990) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452991) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452992) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452993) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452994) was not encountered.Server: Msg 8977, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Parent node for page (1:452995) was not encountered.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. Page (1:452997) is missing a reference from previous page (1:223886). Possible chain linkage problem.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:453001) on page (1:453002) does not match the previous page (1:223911) that the parent (1:452997), slot 6 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:453010) on page (1:453011) does not match the previous page (1:223912) that the parent (1:452997), slot 16 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:453019) on page (1:453020) does not match the previous page (1:223913) that the parent (1:452997), slot 26 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:453027) on page (1:453028) does not match the previous page (1:223914) that the parent (1:452997), slot 35 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:453035) on page (1:453036) does not match the previous page (1:223915) that the parent (1:452997), slot 44 expects for this page.Server: Msg 8935, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 1. The previous link (1:223938) on page (1:453154) does not match the previous page (1:453153) that the parent (1:221967), slot 16 expects for this page.Server: Msg 8928, Level 16, State 1, Line 1Object ID 325576198, index ID 2: Page (1:223888) could not be processed. See other errors for details.Server: Msg 8976, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 2. Page (1:223888) was not seen in the scan although its parent (1:219908) and previous (1:220175) refer to it. Check any previous errors.Server: Msg 8978, Level 16, State 1, Line 1Table error: Object ID 325576198, index ID 2. Page (1:223889) is missing a reference from previous page (1:223888). Possible chain linkage problem.Server: Msg 8929, Level 16, State 1, Line 1Object ID 645577338: Errors found in text ID 55282630656 owned by data record identified by RID = (1:113952:41).Server: Msg 8929, Level 16, State 1, Line 1Object ID 645577338: Errors found in text ID 55282827264 owned by data record identified by RID = (1:113952:41).Server: Msg 8929, Level 16, State 1, Line 1Object ID 645577338: Errors found in text ID 55282696192 owned by data record identified by RID = (1:113952:42).Server: Msg 8929, Level 16, State 1, Line 1Object ID 645577338: Errors found in text ID 55283286016 owned by data record identified by RID = (1:113952:43).Server: Msg 8929, Level 16, State 1, Line 1Object ID 645577338: Errors found in text ID 55292198912 owned by data record identified by RID = (1:113953:43).Server: Msg 8929, Level 16, State 1, Line 1Object ID 645577338: Errors found in text ID 55292657664 owned by data record identified by RID = (1:113954:34).Server: Msg 8929, Level 16, State 1, Line 1Object ID 645577338: Errors found in text ID 55293509632 owned by data record identified by RID = (1:113955:21).Server: Msg 8964, Level 16, State 1, Line 1Table error: Object ID 645577338. The text, ntext, or image node at page (1:26598), slot 20, text ID 55282630656 is not referenced.Server: Msg 8961, Level 16, State 1, Line 1Table error: Object ID 645577338. The text, ntext, or image node at page (1:26741), slot 5, text ID 55292198912 does not match its reference from page (1:113952), slot 41.CHECKDB found 0 allocation errors and 542 consistency errors in table 'tblDataPointReading' (object ID 325576198).Server: Msg 8974, Level 16, State 1, Line 1Text node referenced by more than one node. Object ID 645577338, text, ntext, or image node page (1:26741), slot 5, text ID 55292198912 is pointed to by page (1:113953), slot 43 and by page (1:113952), slot 41.Server: Msg 8961, Level 16, State 1, Line 1Table error: Object ID 645577338. The text, ntext, or image node at page (1:26741), slot 6, text ID 55292657664 does not match its reference from page (1:113952), slot 42.Server: Msg 8961, Level 16, State 1, Line 1Table error: Object ID 645577338. The text, ntext, or image node at page (1:26741), slot 6, text ID 55292657664 does not match its reference from page (1:113952), slot 42.Server: Msg 8974, Level 16, State 1, Line 1Text node referenced by more than one node. Object ID 645577338, text, ntext, or image node page (1:26741), slot 6, text ID 55292657664 is pointed to by page (1:113952), slot 42 and by page (1:26741), slot 7.Server: Msg 8961, Level 16, State 1, Line 1Table error: Object ID 645577338. The text, ntext, or image node at page (1:26741), slot 8, text ID 55293509632 does not match its reference from page (1:113952), slot 41.Server: Msg 8974, Level 16, State 1, Line 1Text node referenced by more than one node. Object ID 645577338, text, ntext, or image node page (1:26741), slot 8, text ID 55293509632 is pointed to by page (1:113955), slot 21 and by page (1:113952), slot 41.Server: Msg 8965, Level 16, State 1, Line 1Table error: Object ID 645577338. The text, ntext, or image node at page (1:26741), slot 10, text ID 55283286016 is referenced by page (1:113952), slot 43, but was not seen in the scan.Server: Msg 8964, Level 16, State 1, Line 1Table error: Object ID 645577338. The text, ntext, or image node at page (1:222915), slot 5, text ID 55282696192 is not referenced.CHECKDB found 0 allocation errors and 17 consistency errors in table 'tblUWebRawData' (object ID 645577338).CHECKDB found 0 allocation errors and 559 consistency errors in database 'dbname'.repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (dbname).
I'm not sure what hardware checks I should run but the database is clustered across 2 servers and when I switched the live server I get the same errors so I assume its a problem with the data files.The event logs have entries showing problems for the last 3 days. So,what is my best option? Do I:a) Do a repair allowing data loss and hope for the bestb) Restore from my last good full backup which, as we do transactional hourly but full once a week on Wednesdays, is from 9 days agoc) Something else ...Also, how could this have happened and how would I stop it from happening again.Any help is greatly appreciated.Thanks for your time in advanceKeith