September 16, 2009 at 7:40 am
Hi,
I have SQL 2005 server and because of the power failure, The databse has been corrupted. I have no backup at all.
I have tried
exec sp_resetstatus 'Net'
alter database Net SET EMERGENCY
DBCC CheckDB('net')
alter Database Net SET SINGLE_USER WITH ROLLBACK IMMEDIATE
dbcc CheckDB ('Net',REPAIR_ALLOW_DATA_LOSS)
alter Database Net SET MULTI_USER
But after 15 mins i got an error, Failed to recover so pls recover from Backup.
Please advise how can i recover it without backup.
Thanks
Hsac
September 16, 2009 at 8:29 am
Have you done a clean reboot of the server ?
And why is there no backup ? Are your other databases backed up ?
September 16, 2009 at 9:05 am
hsac1301 (9/16/2009)
Hi,I have SQL 2005 server and because of the power failure, The databse has been corrupted. I have no backup at all.
I have tried
exec sp_resetstatus 'Net'
alter database Net SET EMERGENCY
DBCC CheckDB('net')
alter Database Net SET SINGLE_USER WITH ROLLBACK IMMEDIATE
dbcc CheckDB ('Net',REPAIR_ALLOW_DATA_LOSS)
alter Database Net SET MULTI_USER
But after 15 mins i got an error, Failed to recover so pls recover from Backup.
Please advise how can i recover it without backup.
Thanks
Hsac
I would NEVER recommend running CHECKDB with REPAIR_ALLOW_DATA_LOSS, but if you ran that and it didn't come back, you're pretty much in a world of hurt now. You don't haven any backups at all? Do you at least have the scripts to recreate the database structures?
You might go over & start reading Paul Randal's site. I'd especially recommend this series of articles.
Oh, and get backups running on all your production systems, right away.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
September 17, 2009 at 3:11 am
Thanks
Is there any way to recover
.I have used the following:
exec sp_resetstatus 'Netperf'
alter database Netperf SET EMERGENCY
DBCC CheckDB('netperf')
alter Database Netperf SET SINGLE_USER WITH ROLLBACK IMMEDIATE
dbcc CheckDB ('Netperf',REPAIR_ALLOW_DATA_LOSS)
alter Database Netperf SET MULTI_USER
I have got the following errors:
The suspect flag on the database "Netperf" is already reset.
DBCC results for 'NetPerf'.
Service Broker Msg 9675, State 1: Message Types analyzed: 14.
Service Broker Msg 9676, State 1: Service Contracts analyzed: 6.
Service Broker Msg 9667, State 1: Services analyzed: 3.
Service Broker Msg 9668, State 1: Service Queues analyzed: 3.
Service Broker Msg 9669, State 1: Conversation Endpoints analyzed: 0.
Service Broker Msg 9674, State 1: Conversation Groups analyzed: 0.
Service Broker Msg 9670, State 1: Remote Service Bindings analyzed: 0.
DBCC results for 'sys.sysrowsetcolumns'.
There are 2477 rows in 19 pages for object "sys.sysrowsetcolumns".
DBCC results for 'sys.sysrowsets'.
There are 305 rows in 2 pages for object "sys.sysrowsets".
DBCC results for 'sysallocunits'.
There are 336 rows in 4 pages for object "sysallocunits".
DBCC results for 'sys.sysfiles1'.
There are 2 rows in 1 pages for object "sys.sysfiles1".
DBCC results for 'sys.syshobtcolumns'.
There are 2477 rows in 19 pages for object "sys.syshobtcolumns".
DBCC results for 'sys.syshobts'.
There are 305 rows in 2 pages for object "sys.syshobts".
DBCC results for 'sys.sysftinds'.
There are 0 rows in 0 pages for object "sys.sysftinds".
DBCC results for 'sys.sysserefs'.
There are 336 rows in 3 pages for object "sys.sysserefs".
DBCC results for 'sys.sysowners'.
There are 16 rows in 1 pages for object "sys.sysowners".
DBCC results for 'sys.sysprivs'.
There are 122 rows in 1 pages for object "sys.sysprivs".
DBCC results for 'sys.sysschobjs'.
There are 814 rows in 14 pages for object "sys.sysschobjs".
DBCC results for 'sys.syscolpars'.
There are 2854 rows in 57 pages for object "sys.syscolpars".
DBCC results for 'sys.sysnsobjs'.
There are 1 rows in 1 pages for object "sys.sysnsobjs".
DBCC results for 'sys.syscerts'.
There are 0 rows in 0 pages for object "sys.syscerts".
DBCC results for 'sys.sysxprops'.
There are 0 rows in 0 pages for object "sys.sysxprops".
DBCC results for 'sys.sysscalartypes'.
There are 27 rows in 1 pages for object "sys.sysscalartypes".
DBCC results for 'sys.systypedsubobjs'.
There are 0 rows in 0 pages for object "sys.systypedsubobjs".
DBCC results for 'sys.sysidxstats'.
There are 860 rows in 18 pages for object "sys.sysidxstats".
DBCC results for 'sys.sysiscols'.
There are 1088 rows in 6 pages for object "sys.sysiscols".
DBCC results for 'sys.sysbinobjs'.
There are 23 rows in 1 pages for object "sys.sysbinobjs".
DBCC results for 'sys.sysobjvalues'.
There are 1325 rows in 379 pages for object "sys.sysobjvalues".
DBCC results for 'sys.sysclsobjs'.
There are 15 rows in 1 pages for object "sys.sysclsobjs".
DBCC results for 'sys.sysrowsetrefs'.
There are 0 rows in 0 pages for object "sys.sysrowsetrefs".
DBCC results for 'sys.sysremsvcbinds'.
There are 0 rows in 0 pages for object "sys.sysremsvcbinds".
DBCC results for 'sys.sysxmitqueue'.
There are 0 rows in 0 pages for object "sys.sysxmitqueue".
DBCC results for 'sys.sysrts'.
There are 1 rows in 1 pages for object "sys.sysrts".
DBCC results for 'sys.sysconvgroup'.
There are 0 rows in 0 pages for object "sys.sysconvgroup".
DBCC results for 'sys.sysdesend'.
There are 0 rows in 0 pages for object "sys.sysdesend".
DBCC results for 'sys.sysdercv'.
There are 0 rows in 0 pages for object "sys.sysdercv".
DBCC results for 'sys.syssingleobjrefs'.
There are 134 rows in 1 pages for object "sys.syssingleobjrefs".
DBCC results for 'sys.sysmultiobjrefs'.
There are 1935 rows in 22 pages for object "sys.sysmultiobjrefs".
DBCC results for 'sys.sysdbfiles'.
There are 2 rows in 1 pages for object "sys.sysdbfiles".
DBCC results for 'sys.sysguidrefs'.
There are 0 rows in 0 pages for object "sys.sysguidrefs".
DBCC results for 'sys.sysqnames'.
There are 91 rows in 1 pages for object "sys.sysqnames".
DBCC results for 'sys.sysxmlcomponent'.
There are 93 rows in 1 pages for object "sys.sysxmlcomponent".
DBCC results for 'sys.sysxmlfacet'.
There are 97 rows in 1 pages for object "sys.sysxmlfacet".
DBCC results for 'sys.sysxmlplacement'.
There are 17 rows in 1 pages for object "sys.sysxmlplacement".
DBCC results for 'sys.sysobjkeycrypts'.
There are 0 rows in 0 pages for object "sys.sysobjkeycrypts".
DBCC results for 'sys.sysasymkeys'.
There are 0 rows in 0 pages for object "sys.sysasymkeys".
DBCC results for 'sys.syssqlguides'.
There are 0 rows in 0 pages for object "sys.syssqlguides".
DBCC results for 'sys.sysbinsubobjs'.
There are 0 rows in 0 pages for object "sys.sysbinsubobjs".
DBCC results for 'APM_Application'.
There are 14 rows in 1 pages for object "APM_Application".
DBCC results for 'VMStatistics_Daily'.
There are 0 rows in 0 pages for object "VMStatistics_Daily".
DBCC results for 'WebSettings'.
There are 18 rows in 1 pages for object "WebSettings".
DBCC results for 'AlertActions'.
There are 0 rows in 0 pages for object "AlertActions".
DBCC results for 'APM_ApplicationStatus_Daily'.
There are 590 rows in 4 pages for object "APM_ApplicationStatus_Daily".
DBCC results for 'VMStatistics_Detail'.
There are 0 rows in 0 pages for object "VMStatistics_Detail".
DBCC results for 'ActionDefinitions'.
There are 66 rows in 4 pages for object "ActionDefinitions".
DBCC results for 'Alerts'.
There are 9 rows in 1 pages for object "Alerts".
DBCC results for 'VMStatistics_Hourly'.
There are 0 rows in 0 pages for object "VMStatistics_Hourly".
DBCC results for 'APM_ApplicationStatus_Detail'.
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:0) with values (Timestamp = '2009-09-16 01:50:28.220' and ApplicationID = 13 and Archive = 0) pointing to the data row identified by (ApplicationID = 13 and Timestamp = '2009-09-16 01:50:28.220' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:1) with values (Timestamp = '2009-09-16 01:49:54.093' and ApplicationID = 16 and Archive = 0) pointing to the data row identified by (ApplicationID = 16 and Timestamp = '2009-09-16 01:49:54.093' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:2) with values (Timestamp = '2009-09-16 01:49:54.000' and ApplicationID = 16 and Archive = 0) pointing to the data row identified by (ApplicationID = 16 and Timestamp = '2009-09-16 01:49:54.000' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:3) with values (Timestamp = '2009-09-16 01:49:53.970' and ApplicationID = 16 and Archive = 0) pointing to the data row identified by (ApplicationID = 16 and Timestamp = '2009-09-16 01:49:53.970' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:4) with values (Timestamp = '2009-09-16 01:49:53.937' and ApplicationID = 16 and Archive = 0) pointing to the data row identified by (ApplicationID = 16 and Timestamp = '2009-09-16 01:49:53.937' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:5) with values (Timestamp = '2009-09-16 01:49:53.843' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.843' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:6) with values (Timestamp = '2009-09-16 01:49:53.813' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.813' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:7) with values (Timestamp = '2009-09-16 01:49:53.720' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.720' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:8) with values (Timestamp = '2009-09-16 01:49:53.687' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.687' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:9) with values (Timestamp = '2009-09-16 01:49:53.657' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.657' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:10) with values (Timestamp = '2009-09-16 01:49:53.627' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.627' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:11) with values (Timestamp = '2009-09-16 01:49:53.593' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.593' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:12) with values (Timestamp = '2009-09-16 01:49:53.563' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.563' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:13) with values (Timestamp = '2009-09-16 01:49:53.470' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.470' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:14) with values (Timestamp = '2009-09-16 01:49:53.377' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.377' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:15) with values (Timestamp = '2009-09-16 01:49:53.343' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.343' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:16) with values (Timestamp = '2009-09-16 01:49:53.250' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.250' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:17) with values (Timestamp = '2009-09-16 01:49:53.093' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.093' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:18) with values (Timestamp = '2009-09-16 01:49:52.877' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:52.877' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:19) with values (Timestamp = '2009-09-16 01:49:52.827' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:52.827' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:20) with values (Timestamp = '2009-09-16 01:49:52.797' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:52.797' and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:3791:21) with values (Timestamp = '2009-09-16 01:49:52.703' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:52.703' and Archive = 0).
There are 92815 rows in 700 pages for object "APM_ApplicationStatus_Detail".
CHECKDB found 0 allocation errors and 22 consistency errors in table 'APM_ApplicationStatus_Detail' (object ID 87671360).
DBCC results for 'VolumeUsage_Daily'.
There are 2400 rows in 38 pages for object "VolumeUsage_Daily".
DBCC results for 'Traps'.
There are 628 rows in 15 pages for object "Traps".
DBCC results for 'APM_ApplicationStatus_Hourly'.
There are 5802 rows in 59 pages for object "APM_ApplicationStatus_Hourly".
DBCC results for 'AlertSuppression'.
There are 0 rows in 0 pages for object "AlertSuppression".
DBCC results for 'APM_ApplicationsToDelete'.
There are 0 rows in 0 pages for object "APM_ApplicationsToDelete".
DBCC results for 'APM_ApplicationTemplate'.
There are 27 rows in 1 pages for object "APM_ApplicationTemplate".
DBCC results for 'CustomPollerLabels'.
There are 0 rows in 0 pages for object "CustomPollerLabels".
DBCC results for 'APM_BusinessLayer'.
There are 1 rows in 1 pages for object "APM_BusinessLayer".
DBCC results for 'AlertDefinitions'.
There are 29 rows in 2 pages for object "AlertDefinitions".
DBCC results for 'CustomPollerAssignment'.
There are 0 rows in 0 pages for object "CustomPollerAssignment".
DBCC results for 'TrapVarbinds'.
There are 12559 rows in 153 pages for object "TrapVarbinds".
DBCC results for 'APM_Component'.
There are 87 rows in 2 pages for object "APM_Component".
DBCC results for 'VolumeUsage_Detail'.
There are 150289 rows in 1442 pages for object "VolumeUsage_Detail".
DBCC results for 'APM_ComponentDataToDelete'.
There are 0 rows in 1 pages for object "APM_ComponentDataToDelete".
DBCC results for 'AlertTriggerMap'.
There are 19 rows in 278 pages for object "AlertTriggerMap".
DBCC results for 'CustomPollerEnums'.
There are 3 rows in 1 pages for object "CustomPollerEnums".
DBCC results for 'APM_ComponentDefinition'.
There are 20 rows in 1 pages for object "APM_ComponentDefinition".
DBCC results for 'AlertValueChanges'.
There are 0 rows in 1 pages for object "AlertValueChanges".
DBCC results for 'CustomPollerParsers'.
There are 19 rows in 1 pages for object "CustomPollerParsers".
DBCC results for 'APM_ComponentDefinitionCategory'.
There are 4 rows in 1 pages for object "APM_ComponentDefinitionCategory".
DBCC results for 'APM_ComponentDefinitionCategoryMembership'.
There are 49 rows in 1 pages for object "APM_ComponentDefinitionCategoryMembership".
DBCC results for 'CiscoBuffers_Daily'.
There are 6922 rows in 56 pages for object "CiscoBuffers_Daily".
DBCC results for 'APM_ComponentDefinitionSetting'.
There are 114 rows in 1 pages for object "APM_ComponentDefinitionSetting".
DBCC results for 'CustomPollers'.
There are 10 rows in 1 pages for object "CustomPollers".
DBCC results for 'APM_ComponentSetting'.
There are 0 rows in 0 pages for object "APM_ComponentSetting".
DBCC results for 'VolumeUsage_Hourly'.
There are 87988 rows in 1093 pages for object "VolumeUsage_Hourly".
DBCC results for 'FlowCorrelation'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:6962:26) identified by (IPAddressSort = 1.182082151890000e+011) with index values 'Domain = '' and IPAddressSort = 1.182082151890000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:6962:31) identified by (IPAddressSort = 1.182082152490000e+011) with index values 'Domain = '' and IPAddressSort = 1.182082152490000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:44010:29) identified by (IPAddressSort = 1.190730321450000e+011) with index values 'Domain = '' and IPAddressSort = 1.190730321450000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:159256:40) identified by (IPAddressSort = 1.591530990300000e+011) with index values 'Domain = '' and IPAddressSort = 1.591530990300000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:163992:20) identified by (IPAddressSort = 1.221641460840000e+011) with index values 'Domain = '' and IPAddressSort = 1.221641460840000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:268038:0) identified by (IPAddressSort = 1.182081442110000e+011) with index values 'Domain = '' and IPAddressSort = 1.182081442110000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:294510:1) identified by (IPAddressSort = 1.221211591490000e+011) with index values 'Domain = '' and IPAddressSort = 1.221211591490000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:298356:25) identified by (IPAddressSort = 1.182082441390000e+011) with index values 'Domain = '' and IPAddressSort = 1.182082441390000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:337608:37) identified by (IPAddressSort = 1.182080070420000e+011) with index values 'Domain = '' and IPAddressSort = 1.182080070420000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:368699:2) identified by (IPAddressSort = 1.231250660210000e+011) with index values 'Domain = '' and IPAddressSort = 1.231250660210000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:454719:11) identified by (IPAddressSort = 1.221670951790000e+011) with index values 'Domain = '' and IPAddressSort = 1.221670951790000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:537058:38) identified by (IPAddressSort = 1.182080181030000e+011) with index values 'Domain = '' and IPAddressSort = 1.182080181030000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:619039:8) identified by (IPAddressSort = 1.190730321800000e+011) with index values 'Domain = '' and IPAddressSort = 1.190730321800000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:670666:56) identified by (IPAddressSort = 1.190631770180000e+011) with index values 'Domain = '' and IPAddressSort = 1.190631770180000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:737407:45) identified by (IPAddressSort = 1.182081310850000e+011) with index values 'Domain = '' and IPAddressSort = 1.182081310850000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:844587:56) identified by (IPAddressSort = 1.221211522110000e+011) with index values 'Domain = '' and IPAddressSort = 1.221211522110000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:944430:11) identified by (IPAddressSort = 1.221641550340000e+011) with index values 'Domain = '' and IPAddressSort = 1.221641550340000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:952057:11) identified by (IPAddressSort = 1.182081011210000e+011) with index values 'Domain = '' and IPAddressSort = 1.182081011210000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:1067723:0) identified by (IPAddressSort = 1.221670070610000e+011) with index values 'Domain = '' and IPAddressSort = 1.221670070610000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:1494309:26) identified by (IPAddressSort = 1.190730320740000e+011) with index values 'Domain = '' and IPAddressSort = 1.190730320740000e+011'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:1593737:33) identified by (IPAddressSort = 1.902300981990000e+011) with index values 'Domain = '' and IPAddressSort = 1.902300981990000e+011'.
Msg 8952, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:102529:13) with values (Domain = '122.airtelbroadband.in' and IPAddressSort = 1.221680090800000e+011) pointing to the data row identified by (IPAddressSort = 1.221680090800000e+011).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:125988:58) with values (Domain = '122.airtelbroadband.in' and IPAddressSort = 1.221631412360000e+011) pointing to the data row identified by (IPAddressSort = 1.221631412360000e+011).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:473489:4) with values (Domain = 'on.net' and IPAddressSort = 1.182082441390000e+011) pointing to the data row identified by (IPAddressSort = 1.182082441390000e+011).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:845249:90) with values (Domain = 'telecom.net.ar' and IPAddressSort = 1.902300981990000e+011) pointing to the data row identified by (IPAddressSort = 1.902300981990000e+011).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:871679:36) with values (Domain = '122.airtelbroadband.in' and IPAddressSort = 1.221632101640000e+011) pointing to the data row identified by (IPAddressSort = 1.221632101640000e+011).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:1547650:173) with values (Domain = '' and IPAddressSort = 1.890742271500000e+011) pointing to the data row identified by (IPAddressSort = 1.890742271500000e+011).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:1593402:58) with values (Domain = '' and IPAddressSort = 1.890700900710000e+011) pointing to the data row identified by (IPAddressSort = 1.890700900710000e+011).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:1605660:117) with values (Domain = '' and IPAddressSort = 2.131141372190000e+011) pointing to the data row identified by (IPAddressSort = 2.131141372190000e+011).
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). Page (1:451970) is missing references from parent (unknown) and previous (page (1:314796)) nodes. Possible bad root entry in system catalog.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). The previous link (1:1175411) on page (1:1175410) does not match the previous page (1:450996) that the parent (1:425229), slot 207 expects for this page.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). The previous link (1:1008441) on page (1:1175411) does not match the previous page (1:1175412) that the parent (1:425229), slot 209 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). Page (1:1175411) is missing a reference from previous page (1:1008441). Possible chain linkage problem.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). The next pointer of (1:1175412) refers to page (1:1179169). Neither (1:1179169) nor its parent were encountered. Possible bad chain linkage.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). Index node page (1:1026154), slot 0 refers to child page (1:1179170) and previous child (0:1), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). Index node page (1:1188491), slot 0 refers to child page (1:1179420) and previous child (0:1), but they were not encountered.
Msg 8936, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). B-tree chain linkage mismatch. (1:1008441)->next = (1:1179421), but (1:1179421)->Prev = (1:1179420).
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:106123) is missing a reference from previous page (1:1592844). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1447704) is missing a reference from previous page (1:1584783). Possible chain linkage problem.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Index node page (1:1536858), slot 236 refers to child page (1:1575268) and previous child (1:1584778), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1584778) was not seen in the scan although its parent (1:1536858) and previous (1:1446065) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1584783) was not seen in the scan although its parent (1:1542277) and previous (1:1447517) refer to it. Check any previous errors.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1585142) is missing references from parent (unknown) and previous (page (1:885586)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1585187) is missing references from parent (unknown) and previous (page (1:1585142)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1585190) is missing references from parent (unknown) and previous (page (1:1585142)) nodes. Possible bad root entry in system catalog.
Msg 8933, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). The low key value on page (1:1585215) (level 1) is not == the key value in the parent (1:223368) slot 1.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1587201) is missing references from parent (unknown) and previous (page (1:885586)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592220) is missing references from parent (unknown) and previous (page (1:1587201)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592333) is missing references from parent (unknown) and previous (page (1:885586)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592334) is missing references from parent (unknown) and previous (page (1:1587201)) nodes. Possible bad root entry in system catalog.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). The previous link (1:885586) on page (1:1592809) does not match the previous page (1:1584781) that the parent (1:1542277), slot 268 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592809) is missing a reference from previous page (1:885586). Possible chain linkage problem.
Msg 8936, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). B-tree chain linkage mismatch. (1:1592850)->next = (1:1592813), but (1:1592813)->Prev = (1:885586).
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). The previous link (1:885586) on page (1:1592844) does not match the previous page (1:1575268) that the parent (1:1536858), slot 237 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592844) is missing a reference from previous page (1:885586). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). The previous link (1:885586) on page (1:1592850) does not match the previous page (1:1592851) that the parent (1:1542277), slot 270 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592850) is missing a reference from previous page (1:885586). Possible chain linkage problem.
Msg 8937, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). B-tree page (1:1592851) has two parent nodes (1:1585215), slot 1 and (1:1542277), slot 269.
Msg 8936, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). B-tree chain linkage mismatch. (1:885586)->next = (1:1592853), but (1:1592853)->Prev = (1:1592851).
Msg 8937, Level 16, State 1, Line 5
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). B-tree page (1:1592853) has two parent nodes (1:937194), slot 0 and (1:1585215), slot 2.
There are 14940175 rows in 319970 pages for object "FlowCorrelation".
CHECKDB found 0 allocation errors and 60 consistency errors in table 'FlowCorrelation' (object ID 468196718).
DBCC results for 'APM_ComponentStatus_Daily'.
There are 2301 rows in 36 pages for object "APM_ComponentStatus_Daily".
DBCC results for 'IPAddressGroups'.
There are 5 rows in 1 pages for object "IPAddressGroups".
DBCC results for 'TransportProtocols'.
There are 141 rows in 1 pages for object "TransportProtocols".
DBCC results for 'APM_ComponentStatus_Detail'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:93) identified by (ID = 1853666 and Archive = 0) with index values 'ComponentID = 60 and TimeStamp = '2009-09-16 01:49:52.703' and ID = 1853666 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:94) identified by (ID = 1853667 and Archive = 0) with index values 'ComponentID = 66 and TimeStamp = '2009-09-16 01:49:53.093' and ID = 1853667 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:95) identified by (ID = 1853668 and Archive = 0) with index values 'ComponentID = 67 and TimeStamp = '2009-09-16 01:49:53.250' and ID = 1853668 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:96) identified by (ID = 1853669 and Archive = 0) with index values 'ComponentID = 68 and TimeStamp = '2009-09-16 01:49:53.343' and ID = 1853669 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:97) identified by (ID = 1853670 and Archive = 0) with index values 'ComponentID = 69 and TimeStamp = '2009-09-16 01:49:53.377' and ID = 1853670 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:98) identified by (ID = 1853671 and Archive = 0) with index values 'ComponentID = 70 and TimeStamp = '2009-09-16 01:49:53.470' and ID = 1853671 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:99) identified by (ID = 1853672 and Archive = 0) with index values 'ComponentID = 71 and TimeStamp = '2009-09-16 01:49:53.563' and ID = 1853672 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:100) identified by (ID = 1853673 and Archive = 0) with index values 'ComponentID = 72 and TimeStamp = '2009-09-16 01:49:53.593' and ID = 1853673 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:101) identified by (ID = 1853674 and Archive = 0) with index values 'ComponentID = 73 and TimeStamp = '2009-09-16 01:49:53.627' and ID = 1853674 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:102) identified by (ID = 1853675 and Archive = 0) with index values 'ComponentID = 74 and TimeStamp = '2009-09-16 01:49:53.657' and ID = 1853675 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:103) identified by (ID = 1853676 and Archive = 0) with index values 'ComponentID = 76 and TimeStamp = '2009-09-16 01:49:53.720' and ID = 1853676 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:104) identified by (ID = 1853677 and Archive = 0) with index values 'ComponentID = 88 and TimeStamp = '2009-09-16 01:49:54.093' and ID = 1853677 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:105) identified by (ID = 1853678 and Archive = 0) with index values 'ComponentID = 79 and TimeStamp = '2009-09-16 01:49:53.813' and ID = 1853678 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:106) identified by (ID = 1853679 and Archive = 0) with index values 'ComponentID = 75 and TimeStamp = '2009-09-16 01:49:53.687' and ID = 1853679 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:107) identified by (ID = 1853680 and Archive = 0) with index values 'ComponentID = 81 and TimeStamp = '2009-09-16 01:49:53.937' and ID = 1853680 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:108) identified by (ID = 1853681 and Archive = 0) with index values 'ComponentID = 80 and TimeStamp = '2009-09-16 01:49:53.843' and ID = 1853681 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:109) identified by (ID = 1853682 and Archive = 0) with index values 'ComponentID = 61 and TimeStamp = '2009-09-16 01:49:52.797' and ID = 1853682 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:110) identified by (ID = 1853683 and Archive = 0) with index values 'ComponentID = 62 and TimeStamp = '2009-09-16 01:49:52.827' and ID = 1853683 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:111) identified by (ID = 1853684 and Archive = 0) with index values 'ComponentID = 65 and TimeStamp = '2009-09-16 01:49:52.877' and ID = 1853684 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:112) identified by (ID = 1853685 and Archive = 0) with index values 'ComponentID = 82 and TimeStamp = '2009-09-16 01:49:53.970' and ID = 1853685 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 5
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
Msg 8955, Level 16, State 1, Line 5
Data row (1:4282:113) identified by (ID = 1853686 and Archive = 0) with index values 'ComponentID = 86 and TimeStamp = '2009-09-16 01:49:54.000' and ID = 1853686 and Archive = 0'.
There are 92805 rows in 670 pages for object "APM_ComponentStatus_Detail".
CHECKDB found 0 allocation errors and 21 consistency errors in table 'APM_ComponentStatus_Detail' (object ID 535672956).
DBCC results for 'CiscoBuffers_Detail'.
There are 1548 rows in 37 pages for object "CiscoBuffers_Detail".
DBCC results for 'APM_ComponentStatus_Hourly'.
There are 21820 rows in 232 pages for object "APM_ComponentStatus_Hourly".
DBCC results for 'ConstituentPorts'.
There are 19479 rows in 41 pages for object "ConstituentPorts".
DBCC results for 'CustomPollerScratchStatistics'.
There are 0 rows in 0 pages for object "CustomPollerScratchStatistics".
DBCC results for 'AlertLog'.
There are 278997 rows in 6127 pages for object "AlertLog".
DBCC results for 'FlowEngines'.
There are 1 rows in 1 pages for object "FlowEngines".
DBCC results for 'APM_ComponentTemplate'.
There are 220 rows in 3 pages for object "APM_ComponentTemplate".
DBCC results for 'Websites'.
There are 1 rows in 1 pages for object "Websites".
DBCC results for 'APM_ComponentTemplateSetting'.
There are 997 rows in 9 pages for object "APM_ComponentTemplateSetting".
DBCC results for 'WebUserSettings'.
There are 20 rows in 1 pages for object "WebUserSettings".
DBCC results for 'AlertStatus'.
There are 15 rows in 2 pages for object "AlertStatus".
DBCC results for 'CustomPollerStatus'.
There are 0 rows in 0 pages for object "CustomPollerStatus".
DBCC results for 'MultiPortApps'.
There are 7 rows in 1 pages for object "MultiPortApps".
DBCC results for 'APM_Config'.
There are 4 rows in 1 pages for object "APM_Config".
DBCC results for 'CiscoBuffers_Hourly'.
There are 5655 rows in 57 pages for object "CiscoBuffers_Hourly".
DBCC results for 'APM_Credentials'.
There are 4 rows in 1 pages for object "APM_Credentials".
DBCC results for 'Engines'.
There are 1 rows in 1 pages for object "Engines".
DBCC results for 'APM_CurrentApplicationStatus'.
There are 14 rows in 1 pages for object "APM_CurrentApplicationStatus".
DBCC results for 'NetFlowAddressToResolve'.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:78531) is missing a reference from previous page (1:1545410). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:697934) is missing a reference from previous page (1:1545408). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:746268) is missing a reference from previous page (1:1545409). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:1545408) was not seen in the scan although its parent (1:1017094) and previous (1:427958) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:1545409) was not seen in the scan although its parent (1:1542208) and previous (1:57802) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:1545410) was not seen in the scan although its parent (1:322257) and previous (1:631773) refer to it. Check any previous errors.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:752892) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:752894) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:752895) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1032822) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1032823) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1120224) was not encountered.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Page (1:1120225) is missing references from parent (unknown) and previous (page (1:1545167)) nodes. Possible bad root entry in system catalog.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1310296) was not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Index node page (1:92981), slot 0 refers to child page (1:1325651) and previous child (0:1), but they were not encountered.
Msg 8936, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). B-tree chain linkage mismatch. (1:670180)->next = (1:1325653), but (1:1325653)->Prev = (1:1325652).
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1325653) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1470900) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1470901) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1470902) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1470903) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478897) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478898) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478899) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478900) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478901) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478902) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478903) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488090) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488091) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488092) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488093) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488094) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488095) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1492781) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1492783) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1505759) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511280) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511281) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511282) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511283) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511284) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511285) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511287) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543474) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543475) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543476) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543477) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543478) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543479) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543656) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543657) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543658) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543659) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543660) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543661) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543662) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543663) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543664) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543665) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543666) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543667) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543668) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543669) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543670) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543671) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543937) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543938) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543939) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543940) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543941) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543942) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543943) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543944) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543945) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543946) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543947) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543948) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543949) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543950) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543951) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543968) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543969) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543970) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543971) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543972) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543973) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543974) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543975) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544040) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544041) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544042) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544043) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544044) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544045) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544046) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544047) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544104) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544105) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544106) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544107) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544108) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544109) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544110) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544111) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544384) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544385) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544386) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544387) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544388) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544389) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544390) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544391) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544552) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544553) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544554) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544555) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544556) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544557) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544558) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544559) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544592) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544593) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544594) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544595) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544596) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544597) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544598) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544599) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544672) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544673) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544674) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544675) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544676) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544677) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544678) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544679) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544680) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544681) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544682) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544683) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544684) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544685) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544686) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544687) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544752) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544753) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544754) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544755) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544756) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544757) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544758) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544759) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544768) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544769) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544770) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544771) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544772) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544773) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544774) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544775) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545000) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545001) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545002) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545003) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545004) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545005) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545006) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545007) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545160) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545161) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545162) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545163) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545164) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545165) was not encountered.
Msg 8977, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1545166) was not encountered.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). The next pointer of (1:1545007) refers to page (1:1545167). Neither (1:1545167) nor its parent were encountered. Possible bad chain linkage.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). The next pointer of (1:1120225) refers to page (1:1545416). Neither (1:1545416) nor its parent were encountered. Possible bad chain linkage.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Page (1:1545422) was not seen in the scan although its parent (1:92980) and previous (1:1543936) refer to it. Check any previous errors.
There are 10774512 rows in 55602 pages for object "NetFlowAddressToResolve".
CHECKDB found 0 allocation errors and 179 consistency errors in table 'NetFlowAddressToResolve' (object ID 788197858).
DBCC results for 'APM_CurrentComponentStatus'.
There are 87 rows in 1 pages for object "APM_CurrentComponentStatus".
DBCC results for 'NetFlowCorrelationState'.
There are 1 rows in 1 pages for object "NetFlowCorrelationState".
DBCC results for 'NetFlowDetailState'.
There are 19 rows in 1 pages for object "NetFlowDetailState".
DBCC results for 'APM_EventType'.
There are 9 rows in 1 pages for object "APM_EventType".
DBCC results for 'APM_ExternalSetting'.
There are 14 rows in 1 pages for object "APM_ExternalSetting".
DBCC results for 'NetFlowGlobalSettings'.
There are 22 rows in 1 pages for object "NetFlowGlobalSettings".
DBCC results for 'APM_PortEvidence_Daily'.
There are 1357 rows in 22 pages for object "APM_PortEvidence_Daily".
DBCC results for 'CPULoad_Daily'.
There are 37814 rows in 326 pages for object "CPULoad_Daily".
DBCC results for 'NetFlowLocks'.
There are 1 rows in 1 pages for object "NetFlowLocks".
DBCC results for 'APM_PortEvidence_Detail'.
There are 55269 rows in 558 pages for object "APM_PortEvidence_Detail".
DBCC results for 'CPULoad_Detail'.
There are 355209 rows in 2477 pages for object "CPULoad_Detail".
DBCC results for 'AlertTests'.
There are 0 rows in 1 pages for object "AlertTests".
DBCC results for 'NetFlowSearchByAddress'.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:352032) is missing a reference from previous page (1:1545406). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:615195) is missing a reference from previous page (1:1545402). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:1089617) is missing a reference from previous page (1:1545404). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:1200996) is missing a reference from previous page (1:1545405). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:1434302) is missing a reference from previous page (1:1545403). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:1545402) was not seen in the scan although its parent (1:641113) and previous (1:1083581) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:1545403) was not seen in the scan although its parent (1:48838) and previous (1:409844) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:1545404) was not seen in the scan although its parent (1:1089207) and previous (1:1202814) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:1545405) was not seen in the scan although its parent (1:790068) and previous (1:103405) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 932198371, index ID 1, partition ID 72057594052739072, alloc unit ID 72057594058964992 (type In-row data). Page (1:1545406) was not seen in the scan although its parent (1:347369) and previous (1:308304) refer to it. Check any previous errors.
There are 35381706 rows in 153807 pages for object "NetFlowSearchByAddress".
CHECKDB found 0 allocation errors and 10 consistency errors in table 'NetFlowSearchByAddress' (object ID 932198371).
DBCC results for 'NetFlowSearchByPort'.
There are 20982 rows in 85 pages for object "NetFlowSearchByPort".
DBCC results for 'Events'.
There are 17257 rows in 243 pages for object "Events".
DBCC results for 'NetFlowSources'.
There are 445 rows in 1 pages for object "NetFlowSources".
DBCC results for 'APM_PortEvidence_Hourly'.
There are 12984 rows in 195 pages for object "APM_PortEvidence_Hourly".
DBCC results for 'CPULoad_Hourly'.
There are 188812 rows in 1510 pages for object "CPULoad_Hourly".
DBCC results for 'AlertTestLog'.
There are 0 rows in 1 pages for object "AlertTestLog".
DBCC results for 'EventTypes'.
There are 58 rows in 1 pages for object "EventTypes".
DBCC results for 'SysLog'.
There are 0 rows in 0 pages for object "SysLog".
DBCC results for 'NetFlowSummary1'.
There are 1672188 rows in 19004 pages for object "NetFlowSummary1".
DBCC results for 'Interfaces'.
There are 1309 rows in 143 pages for object "Interfaces".
DBCC results for 'APM_ProcessEvidence_Daily'.
There are 5802 rows in 207 pages for object "APM_ProcessEvidence_Daily".
DBCC results for 'CustomPollerStatistics_Daily'.
There are 0 rows in 0 pages for object "CustomPollerStatistics_Daily".
DBCC results for 'NetFlowSummary2'.
There are 5335369 rows in 60631 pages for object "NetFlowSummary2".
DBCC results for 'NetFlowSummary3'.
There are 22968938 rows in 261013 pages for object "NetFlowSummary3".
DBCC results for 'NetflowSummaryState'.
There are 1 rows in 1 pages for object "NetflowSummaryState".
DBCC results for 'Limitations'.
There are 0 rows in 0 pages for object "Limitations".
DBCC results for 'APM_ProcessEvidence_Detail'.
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ProcessEvidence_Detail' (ID 1063674837). Index row in index 'IX_APM_ProcessEvidence_Detail_ComponentStatusID' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:44993:229) with values (ComponentStatusID = 1853666 and ID = 4966126 and Archive = 0) pointing to the data row identified by (ID = 4966126 and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ProcessEvidence_Detail' (ID 1063674837). Index row in index 'IX_APM_ProcessEvidence_Detail_ComponentStatusID' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:44993:230) with values (ComponentStatusID = 1853667 and ID = 4966127 and Archive = 0) pointing to the data row identified by (ID = 4966127 and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ProcessEvidence_Detail' (ID 1063674837). Index row in index 'IX_APM_ProcessEvidence_Detail_ComponentStatusID' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:44993:231) with values (ComponentStatusID = 1853680 and ID = 4966128 and Archive = 0) pointing to the data row identified by (ID = 4966128 and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ProcessEvidence_Detail' (ID 1063674837). Index row in index 'IX_APM_ProcessEvidence_Detail_ComponentStatusID' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:44993:232) with values (ComponentStatusID = 1853682 and ID = 4966129 and Archive = 0) pointing to the data row identified by (ID = 4966129 and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ProcessEvidence_Detail' (ID 1063674837). Index row in index 'IX_APM_ProcessEvidence_Detail_ComponentStatusID' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:44993:233) with values (ComponentStatusID = 1853683 and ID = 4966130 and Archive = 0) pointing to the data row identified by (ID = 4966130 and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ProcessEvidence_Detail' (ID 1063674837). Index row in index 'IX_APM_ProcessEvidence_Detail_ComponentStatusID' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:44993:234) with values (ComponentStatusID = 1853684 and ID = 4966131 and Archive = 0) pointing to the data row identified by (ID = 4966131 and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ProcessEvidence_Detail' (ID 1063674837). Index row in index 'IX_APM_ProcessEvidence_Detail_ComponentStatusID' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:44993:235) with values (ComponentStatusID = 1853685 and ID = 4966132 and Archive = 0) pointing to the data row identified by (ID = 4966132 and Archive = 0).
Msg 8952, Level 16, State 1, Line 5
Table error: table 'APM_ProcessEvidence_Detail' (ID 1063674837). Index row in index 'IX_APM_ProcessEvidence_Detail_ComponentStatusID' (ID 2) does not match any data row. Possible extra or invalid keys for:
Msg 8956, Level 16, State 1, Line 5
Index row (1:44993:236) with values (ComponentStatusID = 1853686 and ID = 4966133 and Archive = 0) pointing to the data row identified by (ID = 4966133 and Archive = 0).
There are 212399 rows in 3199 pages for object "APM_ProcessEvidence_Detail".
CHECKDB found 0 allocation errors and 8 consistency errors in table 'APM_ProcessEvidence_Detail' (object ID 1063674837).
DBCC results for 'ServicePorts'.
There are 4590 rows in 22 pages for object "ServicePorts".
DBCC results for 'CustomPollerStatistics_Detail'.
There are 0 rows in 0 pages for object "CustomPollerStatistics_Detail".
DBCC results for 'LimitationTypes'.
There are 22 rows in 1 pages for object "LimitationTypes".
DBCC results for 'APM_ProcessEvidence_Hourly'.
There are 53906 rows in 1263 pages for object "APM_ProcessEvidence_Hourly".
DBCC results for 'MenuBars'.
There are 22 rows in 1 pages for object "MenuBars".
DBCC results for 'CustomPollerStatistics_Hourly'.
There are 0 rows in 0 pages for object "CustomPollerStatistics_Hourly".
DBCC results for 'MenuItems'.
There are 38 rows in 1 pages for object "MenuItems".
DBCC results for 'APM_ResourceEvidence_Daily'.
There are 0 rows in 0 pages for object "APM_ResourceEvidence_Daily".
DBCC results for 'TypesOfService'.
There are 22 rows in 1 pages for object "TypesOfService".
DBCC results for 'Nodes'.
There are 346 rows in 51 pages for object "Nodes".
DBCC results for 'APM_ResourceEvidence_Detail'.
There are 0 rows in 0 pages for object "APM_ResourceEvidence_Detail".
DBCC results for 'DeletedCustomPollers'.
There are 0 rows in 0 pages for object "DeletedCustomPollers".
DBCC results for 'DeletedInterfaces'.
There are 2 rows in 1 pages for object "DeletedInterfaces".
DBCC results for 'SysLogActions'.
There are 0 rows in 0 pages for object "SysLogActions".
DBCC results for 'APM_ResourceEvidence_Hourly'.
There are 0 rows in 0 pages for object "APM_ResourceEvidence_Hourly".
DBCC results for 'DeletedNodes'.
There are 1 rows in 1 pages for object "DeletedNodes".
DBCC results for 'Pollers'.
There are 3501 rows in 17 pages for object "Pollers".
DBCC results for 'APM_Threshold'.
There are 161 rows in 1 pages for object "APM_Threshold".
DBCC results for 'DeletedVolumes'.
There are 5 rows in 1 pages for object "DeletedVolumes".
DBCC results for 'SysLogFacilities'.
There are 24 rows in 1 pages for object "SysLogFacilities".
DBCC results for 'ResourceProperties'.
There are 93 rows in 1 pages for object "ResourceProperties".
DBCC results for 'ExternalWebsites'.
There are 0 rows in 0 pages for object "ExternalWebsites".
DBCC results for 'Resources'.
There are 230 rows in 10 pages for object "Resources".
DBCC results for 'InterfaceCustomPollerJobs'.
There are 0 rows in 0 pages for object "InterfaceCustomPollerJobs".
DBCC results for 'SysLogRules'.
There are 0 rows in 0 pages for object "SysLogRules".
DBCC results for 'Settings'.
There are 44 rows in 2 pages for object "Settings".
DBCC results for 'InterfaceErrors_Daily'.
There are 133732 rows in 1035 pages for object "InterfaceErrors_Daily".
DBCC results for 'NetFlowDetail_26'.
There are 0 rows in 1 pages for object "NetFlowDetail_26".
DBCC results for 'SNMPV3Credentials'.
There are 0 rows in 0 pages for object "SNMPV3Credentials".
DBCC results for 'NetFlowDetail_27'.
There are 5448 rows in 61 pages for object "NetFlowDetail_27".
DBCC results for 'InterfaceErrors_Detail'.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1454628225, index ID 1, partition ID 72057594044612608, alloc unit ID 72057594050772992 (type In-row data). Page (1:287771) is missing references from parent (unknown) and previous (page (1:1203285)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1454628225, index ID 1, partition ID 72057594044612608, alloc unit ID 72057594050772992 (type In-row data). Page (1:289719) is missing references from parent (unknown) and previous (page (1:1034131)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1454628225, index ID 1, partition ID 72057594044612608, alloc unit ID 72057594050772992 (type In-row data). Page (1:291114) is missing references from parent (unknown) and previous (page (1:1334813)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1454628225, index ID 1, partition ID 72057594044612608, alloc unit ID 72057594050772992 (type In-row data). Page (1:857962) is missing references from parent (unknown) and previous (page (1:1486151)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1454628225, index ID 1, partition ID 72057594044612608, alloc unit ID 72057594050772992 (type In-row data). Page (1:857963) is missing references from parent (unknown) and previous (page (1:1517335)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1454628225, index ID 1, partition ID 72057594044612608, alloc unit ID 72057594050772992 (type In-row data). Page (1:857964) is missing references from parent (unknown) and previous (page (1:103144)) nodes. Possible bad root entry in system catalog.
There are 1552239 rows in 9568 pages for object "InterfaceErrors_Detail".
CHECKDB found 0 allocation errors and 6 consistency errors in table 'InterfaceErrors_Detail' (object ID 1454628225).
DBCC results for 'NetFlowDetail_25'.
Msg 2534, Level 16, State 2, Line 5
Table error: page (1:1170172), whose header indicates that it is allocated to object ID 1460200252, index ID 1, partition ID 72057594053656576, alloc unit ID 72057594059882496 (type In-row data), is allocated by another object.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1460200252, index ID 1, partition ID 72057594053656576, alloc unit ID 72057594059882496 (type In-row data). Page (1:1170172) is missing references from parent (unknown) and previous (page (1:3680)) nodes. Possible bad root entry in system catalog.
Msg 2534, Level 16, State 2, Line 5
Table error: page (1:1170173), whose header indicates that it is allocated to object ID 1460200252, index ID 1, partition ID 72057594053656576, alloc unit ID 72057594059882496 (type In-row data), is allocated by another object.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1460200252, index ID 1, partition ID 72057594053656576, alloc unit ID 72057594059882496 (type In-row data). Page (1:1170173) is missing references from parent (unknown) and previous (page (1:3680)) nodes. Possible bad root entry in system catalog.
Msg 2534, Level 16, State 2, Line 5
Table error: page (1:1170174), whose header indicates that it is allocated to object ID 1460200252, index ID 1, partition ID 72057594053656576, alloc unit ID 72057594059882496 (type In-row data), is allocated by another object.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1460200252, index ID 1, partition ID 72057594053656576, alloc unit ID 72057594059882496 (type In-row data). Page (1:1170174) is missing references from parent (unknown) and previous (page (1:3680)) nodes. Possible bad root entry in system catalog.
There are 117806 rows in 1286 pages for object "NetFlowDetail_25".
CHECKDB found 0 allocation errors and 6 consistency errors in table 'NetFlowDetail_25' (object ID 1460200252).
DBCC results for 'NetFlowDetail_150'.
There are 91 rows in 3 pages for object "NetFlowDetail_150".
DBCC results for 'NetFlowDetail_151'.
There are 697 rows in 9 pages for object "NetFlowDetail_151".
DBCC results for 'InterfaceErrors_Hourly'.
There are 735299 rows in 6284 pages for object "InterfaceErrors_Hourly".
DBCC results for 'NetFlowDetail_260'.
There are 1278 rows in 16 pages for object "NetFlowDetail_260".
DBCC results for 'NetFlowDetail_154'.
There are 0 rows in 1 pages for object "NetFlowDetail_154".
DBCC results for 'NetFlowDetail_225'.
There are 302 rows in 6 pages for object "NetFlowDetail_225".
DBCC results for 'InterfaceSignalNoise_Daily'.
There are 0 rows in 0 pages for object "InterfaceSignalNoise_Daily".
DBCC results for 'NetFlowDetail_22'.
There are 0 rows in 1 pages for object "NetFlowDetail_22".
DBCC results for 'NetFlowDetail_28'.
There are 0 rows in 1 pages for object "NetFlowDetail_28".
DBCC results for 'NetFlowDetail_71'.
There are 300 rows in 5 pages for object "NetFlowDetail_71".
DBCC results for 'InterfaceSignalNoise_Detail'.
There are 0 rows in 0 pages for object "InterfaceSignalNoise_Detail".
DBCC results for 'NetFlowDetail_159'.
There are 31 rows in 2 pages for object "NetFlowDetail_159".
DBCC results for 'NetFlowDetail_226'.
There are 16 rows in 2 pages for object "NetFlowDetail_226".
DBCC results for 'TimeUnits'.
There are 10 rows in 1 pages for object "TimeUnits".
DBCC results for 'NetFlowDetail_141'.
There are 268 rows in 5 pages for object "NetFlowDetail_141".
DBCC results for 'InterfaceSignalNoise_Hourly'.
There are 0 rows in 0 pages for object "InterfaceSignalNoise_Hourly".
DBCC results for 'NetFlowDetail_155'.
There are 13 rows in 2 pages for object "NetFlowDetail_155".
DBCC results for 'Views'.
There are 22 rows in 1 pages for object "Views".
DBCC results for 'NetFlowDetail_369'.
There are 627 rows in 9 pages for object "NetFlowDetail_369".
DBCC results for 'NetFlowDetail_370'.
There are 3 rows in 1 pages for object "NetFlowDetail_370".
DBCC results for 'ViewsByDeviceType'.
There are 1 rows in 1 pages for object "ViewsByDeviceType".
DBCC results for 'InterfaceTraffic_Daily'.
There are 132805 rows in 3014 pages for object "InterfaceTraffic_Daily".
DBCC results for 'SysLogSeverities'.
There are 8 rows in 1 pages for object "SysLogSeverities".
DBCC results for 'NetFlowDetail_350'.
There are 536 rows in 8 pages for object "NetFlowDetail_350".
DBCC results for 'NetFlowDetail_259'.
There are 107 rows in 3 pages for object "NetFlowDetail_259".
DBCC results for 'InterfaceTraffic_Detail'.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 136 refers to child page (1:7865) and previous child (1:880969), but they were not encountered.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:7870) is missing a reference from previous page (1:629363). Possible chain linkage problem.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:994170), slot 139 refers to child page (1:23891) and previous child (1:903211), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:7871), slot 70 refers to child page (1:30983) and previous child (1:903503), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 55 refers to child page (1:35565) and previous child (1:869290), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 138 refers to child page (1:35567) and previous child (1:1389575), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 19 refers to child page (1:40080) and previous child (1:886749), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:994170), slot 60 refers to child page (1:47578) and previous child (1:907059), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:7871), slot 130 refers to child page (1:55857) and previous child (1:908431), but they were not encountered.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:55860) is missing a reference from previous page (1:866799). Possible chain linkage problem.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:7871), slot 90 refers to child page (1:59509) and previous child (1:909160), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:994170), slot 2 refers to child page (1:62001) and previous child (1:1017794), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 205 refers to child page (1:68612) and previous child (1:978364), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 40 refers to child page (1:75589) and previous child (1:1023071), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 75 refers to child page (1:75590) and previous child (1:985822), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 90 refers to child page (1:75858) and previous child (1:866798), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 19 refers to child page (1:83859) and previous child (1:819333), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 19 refers to child page (1:83860) and previous child (1:907186), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:994170), slot 41 refers to child page (1:85828) and previous child (1:978367), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 194 refers to child page (1:96005) and previous child (1:761397), but they were not encountered.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:98295) is missing a reference from previous page (1:911410). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:102859) is missing a reference from previous page (1:920725). Possible chain linkage problem.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 57 refers to child page (1:117600) and previous child (1:1005681), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:322744), slot 64 refers to child page (1:125873) and previous child (1:1025219), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 58 refers to child page (1:127811) and previous child (1:915782), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 132 refers to child page (1:131766) and previous child (1:907062), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 96 refers to child page (1:131767) and previous child (1:920724), but they were not encountered.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:136108) is missing a reference from previous page (1:1489865). Possible chain linkage problem.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:7871), slot 32 refers to child page (1:144874) and previous child (1:940556), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 75 refers to child page (1:148885) and previous child (1:928756), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 179 refers to child page (1:153645) and previous child (1:906744), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 124 refers to child page (1:155874) and previous child (1:903210), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:7871), slot 150 refers to child page (1:156227) and previous child (1:902379), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:7871), slot 51 refers to child page (1:166890) and previous child (1:963366), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 168 refers to child page (1:174009) and previous child (1:1074614), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 1 refers to child page (1:178748) and previous child (1:933729), but they were not encountered.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:178749) is missing a reference from previous page (1:894803). Possible chain linkage problem.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:994170), slot 80 refers to child page (1:178750) and previous child (1:967373), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:322744), slot 139 refers to child page (1:182457) and previous child (1:967562), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 1 refers to child page (1:182460) and previous child (1:972631), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 117 refers to child page (1:193229) and previous child (1:967372), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 94 refers to child page (1:193476) and previous child (1:1122613), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 57 refers to child page (1:216078) and previous child (1:1490654), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 94 refers to child page (1:216079) and previous child (1:1169808), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:994170), slot 99 refers to child page (1:222038) and previous child (1:958330), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 73 refers to child page (1:234076) and previous child (1:943910), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 112 refers to child page (1:241670) and previous child (1:975245), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 151 refers to child page (1:241671) and previous child (1:903502), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:322744), slot 82 refers to child page (1:277104) and previous child (1:985823), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 79 refers to child page (1:301854) and previous child (1:990035), but they were not encountered.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:301855) is missing a reference from previous page (1:862567). Possible chain linkage problem.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 21 refers to child page (1:303403) and previous child (1:990032), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 150 refers to child page (1:310330) and previous child (1:1025220), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 1 refers to child page (1:311159) and previous child (1:943911), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 1 refers to child page (1:315354) and previous child (1:990037), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 2 refers to child page (1:338649) and previous child (1:920393), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:994170), slot 120 refers to child page (1:346456) and previous child (1:1511568), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 40 refers to child page (1:352760) and previous child (1:1509839), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 60 refers to child page (1:376612) and previous child (1:1512218), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 21 refers to child page (1:377250) and previous child (1:1509838), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:7871), slot 1 refers to child page (1:378001) and previous child (1:1017795), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 39 refers to child page (1:381332) and previous child (1:1513169), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:322744), slot 121 refers to child page (1:383798) and previous child (1:1512927), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 187 refers to child page (1:385560) and previous child (1:1513172), but they were not encountered.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:780565) on page (1:385562) does not match the previous page (1:1122614) that the parent (1:748604), slot 108 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:385562) is missing a reference from previous page (1:780565). Possible chain linkage problem.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The next pointer of (1:1550311) refers to page (1:386324). Neither (1:386324) nor its parent were encountered. Possible bad chain linkage.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:386327) is missing a reference from previous page (1:1513789). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:387617) is missing a reference from previous page (1:985746). Possible chain linkage problem.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The next pointer of (1:1598618) refers to page (1:396624). Neither (1:396624) nor its parent were encountered. Possible bad chain linkage.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:773094) on page (1:398346) does not match the previous page (1:1513787) that the parent (1:240306), slot 156 expects for this page.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:823105) on page (1:399304) does not match the previous page (1:783386) that the parent (1:240306), slot 99 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:399304) is missing a reference from previous page (1:823105). Possible chain linkage problem.
Msg 8936, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). B-tree chain linkage mismatch. (1:909853)->next = (1:399370), but (1:399370)->Prev = (1:156227).
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:853310) on page (1:406583) does not match the previous page (1:1513170) that the parent (1:1396521), slot 114 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:408619) is missing a reference from previous page (1:23891). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:414010) is missing a reference from previous page (1:30983). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:418958) is missing a reference from previous page (1:1517136). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:805595) on page (1:423192) does not match the previous page (1:1513786) that the parent (1:748604), slot 38 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:423196) is missing a reference from previous page (1:943909). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:423199) is missing a reference from previous page (1:978365). Possible chain linkage problem.
Msg 8936, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). B-tree chain linkage mismatch. (1:823109)->next = (1:423503), but (1:423503)->Prev = (1:1393546).
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:424671) is missing a reference from previous page (1:47578). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:426359) is missing a reference from previous page (1:55857). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:440566) is missing a reference from previous page (1:59509). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:825734) on page (1:450249) does not match the previous page (1:7865) that the parent (1:240306), slot 137 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:450249) is missing a reference from previous page (1:825734). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:805784) on page (1:463963) does not match the previous page (1:35565) that the parent (1:748604), slot 56 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:465007) is missing a reference from previous page (1:732657). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:687115) on page (1:470352) does not match the previous page (1:1545395) that the parent (1:192757), slot 122 expects for this page.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:884748) on page (1:473810) does not match the previous page (1:40080) that the parent (1:748604), slot 20 expects for this page.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:904904) on page (1:496024) does not match the previous page (1:1007631) that the parent (1:1396521), slot 39 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:506078) is missing a reference from previous page (1:1512222). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:512339) is missing a reference from previous page (1:831175). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:676602) on page (1:533687) does not match the previous page (1:83860) that the parent (1:1396521), slot 20 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:538512) is missing a reference from previous page (1:127811). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:673975) on page (1:538514) does not match the previous page (1:75858) that the parent (1:748604), slot 91 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:538514) is missing a reference from previous page (1:673975). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:839482) on page (1:539652) does not match the previous page (1:83859) that the parent (1:77256), slot 20 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:543490) is missing a reference from previous page (1:144874). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:879609) on page (1:544084) does not match the previous page (1:148885) that the parent (1:77256), slot 76 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:545790) is missing a reference from previous page (1:1545396). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:547072) is missing a reference from previous page (1:166890). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:651090) on page (1:548197) does not match the previous page (1:35567) that the parent (1:748604), slot 139 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:548197) is missing a reference from previous page (1:651090). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:552176) is missing a reference from previous page (1:178750). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:909851) on page (1:554927) does not match the previous page (1:131766) that the parent (1:1396521), slot 133 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:571379) is missing a reference from previous page (1:85828). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:571382) is missing a reference from previous page (1:222038). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:577301) is missing a reference from previous page (1:900892). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:666335) on page (1:579969) does not match the previous page (1:193229) that the parent (1:240306), slot 118 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:579969) is missing a reference from previous page (1:666335). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:579974) is missing a reference from previous page (1:182460). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:580508) is missing a reference from previous page (1:131767). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:595285) is missing a reference from previous page (1:182457). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:603833) is missing a reference from previous page (1:62001). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:606243) is missing a reference from previous page (1:96005). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:802163) on page (1:610434) does not match the previous page (1:241670) that the parent (1:77256), slot 113 expects for this page.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:816274) on page (1:612540) does not match the previous page (1:178748) that the parent (1:748604), slot 2 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:626367) is missing a reference from previous page (1:277104). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:629363) was not seen in the scan although its parent (1:322744) and previous (1:821147) refer to it. Check any previous errors.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:635732) is missing a reference from previous page (1:153645). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:913227) on page (1:638837) does not match the previous page (1:301854) that the parent (1:240306), slot 80 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:638837) is missing a reference from previous page (1:913227). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:751500) on page (1:638838) does not match the previous page (1:234076) that the parent (1:748604), slot 74 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:638838) is missing a reference from previous page (1:751500). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:908833) on page (1:643430) does not match the previous page (1:303403) that the parent (1:240306), slot 22 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:643430) is missing a reference from previous page (1:908833). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:674681) is missing a reference from previous page (1:798629). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:659519) on page (1:680306) does not match the previous page (1:311159) that the parent (1:77256), slot 2 expects for this page.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:717692) on page (1:698576) does not match the previous page (1:68612) that the parent (1:1396521), slot 206 expects for this page.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:879662) on page (1:701358) does not match the previous page (1:216078) that the parent (1:1396521), slot 58 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:745448) is missing a reference from previous page (1:825733). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:745449) is missing a reference from previous page (1:352760). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:780561) on page (1:746200) does not match the previous page (1:315354) that the parent (1:1396521), slot 2 expects for this page.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:817968) on page (1:749823) does not match the previous page (1:75589) that the parent (1:240306), slot 41 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:749823) is missing a reference from previous page (1:817968). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:920242) on page (1:749979) does not match the previous page (1:155874) that the parent (1:748604), slot 125 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:749979) is missing a reference from previous page (1:920242). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:817118) on page (1:749980) does not match the previous page (1:376612) that the parent (1:240306), slot 61 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:749980) is missing a reference from previous page (1:817118). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:757251) is missing a reference from previous page (1:377250). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:758314) is missing a reference from previous page (1:1389615). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:761397) was not seen in the scan although its parent (1:2267) and previous (1:937178) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:763957) was not seen in the scan although its parent (1:2267) and previous (1:692262) refer to it. Check any previous errors.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:766135) is missing a reference from previous page (1:383798). Possible chain linkage problem.
Msg 8936, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). B-tree chain linkage mismatch. (1:805788)->next = (1:770544), but (1:770544)->Prev = (1:385560).
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:770545) is missing a reference from previous page (1:338649). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:780954) is missing a reference from previous page (1:725252). Possible chain linkage problem.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:692134) on page (1:780957) does not match the previous page (1:75590) that the parent (1:1396521), slot 76 expects for this page.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 98 refers to child page (1:783386) and previous child (1:870789), but they were not encountered.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:713382) on page (1:815817) does not match the previous page (1:174009) that the parent (1:1396521), slot 169 expects for this page.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 18 refers to child page (1:819333) and previous child (1:839482), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 130 refers to child page (1:828506) and previous child (1:823109), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:836018) was not seen in the scan although its parent (1:77256) and previous (1:1402525) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 92 refers to child page (1:854977) and previous child (1:715799), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 36 refers to child page (1:860849) and previous child (1:805595), but they were not encountered.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The next pointer of (1:825733) refers to page (1:861367). Neither (1:861367) nor its parent were encountered. Possible bad chain linkage.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:862185) was not seen in the scan although its parent (1:2267) and previous (1:802164) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 112 refers to child page (1:862565) and previous child (1:853310), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:862567) was not seen in the scan although its parent (1:7871) and previous (1:903048) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 185 refers to child page (1:864014) and previous child (1:805788), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:865056) was not seen in the scan although its parent (1:322744) and previous (1:584579) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:865057) was not seen in the scan although its parent (1:2267) and previous (1:921507) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:866798) was not seen in the scan although its parent (1:748604) and previous (1:673975) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:866799) was not seen in the scan although its parent (1:2267) and previous (1:850851) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 154 refers to child page (1:869288) and previous child (1:773094), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 54 refers to child page (1:869290) and previous child (1:805784), but they were not encountered.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:869624) is missing a reference from previous page (1:381332). Possible chain linkage problem.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:869625) is missing a reference from previous page (1:241671). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:870789) was not seen in the scan although its parent (1:240306) and previous (1:823105) refer to it. Check any previous errors.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:872296) is missing a reference from previous page (1:1510663). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:874344) was not seen in the scan although its parent (1:994170) and previous (1:713347) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:879283) was not seen in the scan although its parent (1:240306) and previous (1:817118) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:879287) was not seen in the scan although its parent (1:322744) and previous (1:1544369) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:879947) was not seen in the scan although its parent (1:322744) and previous (1:747865) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 37 refers to child page (1:879950) and previous child (1:904904), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:880969) was not seen in the scan although its parent (1:240306) and previous (1:825734) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:883847) was not seen in the scan although its parent (1:240306) and previous (1:868050) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:886089) was not seen in the scan although its parent (1:2267) and previous (1:931567) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 18 refers to child page (1:886749) and previous child (1:884748), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:894803) was not seen in the scan although its parent (1:748604) and previous (1:700497) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:7871), slot 149 refers to child page (1:902379) and previous child (1:909853), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:903210) was not seen in the scan although its parent (1:748604) and previous (1:920242) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:903211) was not seen in the scan although its parent (1:994170) and previous (1:830340) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:903502) was not seen in the scan although its parent (1:748604) and previous (1:701470) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:903503) was not seen in the scan although its parent (1:7871) and previous (1:612085) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:906744) was not seen in the scan although its parent (1:2267) and previous (1:815401) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:907059) was not seen in the scan although its parent (1:994170) and previous (1:745352) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 131 refers to child page (1:907062) and previous child (1:909851), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 18 refers to child page (1:907186) and previous child (1:676602), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:908431) was not seen in the scan although its parent (1:7871) and previous (1:932273) refer to it. Check any previous errors.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The next pointer of (1:732657) refers to page (1:909063). Neither (1:909063) nor its parent were encountered. Possible bad chain linkage.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:909160) was not seen in the scan although its parent (1:7871) and previous (1:902998) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:911410) was not seen in the scan although its parent (1:7871) and previous (1:912733) refer to it. Check any previous errors.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:1542266) on page (1:914759) does not match the previous page (1:193476) that the parent (1:77256), slot 95 expects for this page.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The next pointer of (1:831175) refers to page (1:914962). Neither (1:914962) nor its parent were encountered. Possible bad chain linkage.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:915782) was not seen in the scan although its parent (1:2267) and previous (1:780563) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 1 refers to child page (1:920393) and previous child (1:883847), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:920724) was not seen in the scan although its parent (1:2267) and previous (1:1543957) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:920725) was not seen in the scan although its parent (1:994170) and previous (1:773207) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 74 refers to child page (1:928756) and previous child (1:879609), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 0 refers to child page (1:933729) and previous child (0:1), but they were not encountered.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:715799) on page (1:935253) does not match the previous page (1:216079) that the parent (1:1396521), slot 95 expects for this page.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:935255) is missing a reference from previous page (1:125873). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:940556) was not seen in the scan although its parent (1:7871) and previous (1:821151) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:943909) was not seen in the scan although its parent (1:322744) and previous (1:830339) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:943910) was not seen in the scan although its parent (1:748604) and previous (1:751500) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 0 refers to child page (1:943911) and previous child (0:1), but they were not encountered.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The next pointer of (1:900892) refers to page (1:949542). Neither (1:949542) nor its parent were encountered. Possible bad chain linkage.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:958330) was not seen in the scan although its parent (1:994170) and previous (1:717014) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:963366) was not seen in the scan although its parent (1:7871) and previous (1:725251) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:967372) was not seen in the scan although its parent (1:240306) and previous (1:666335) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:967373) was not seen in the scan although its parent (1:994170) and previous (1:915080) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:967562) was not seen in the scan although its parent (1:322744) and previous (1:719673) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:972631) was not seen in the scan although its parent (1:2267) and previous (1:920245) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 111 refers to child page (1:975245) and previous child (1:802163), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 204 refers to child page (1:978364) and previous child (1:717692), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:978365) was not seen in the scan although its parent (1:322744) and previous (1:578935) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:978367) was not seen in the scan although its parent (1:994170) and previous (1:937176) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:985746) was not seen in the scan although its parent (1:748604) and previous (1:717013) refer to it. Check any previous errors.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:969294) on page (1:985747) does not match the previous page (1:117600) that the parent (1:77256), slot 58 expects for this page.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 74 refers to child page (1:985822) and previous child (1:692134), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:985823) was not seen in the scan although its parent (1:322744) and previous (1:830338) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:990032) was not seen in the scan although its parent (1:240306) and previous (1:908833) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:990035) was not seen in the scan although its parent (1:240306) and previous (1:913227) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 0 refers to child page (1:990037) and previous child (0:1), but they were not encountered.
Msg 8935, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The previous link (1:825735) on page (1:992907) does not match the previous page (1:310330) that the parent (1:1396521), slot 151 expects for this page.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 56 refers to child page (1:1005681) and previous child (1:969294), but they were not encountered.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1005812) is missing a reference from previous page (1:346456). Possible chain linkage problem.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 38 refers to child page (1:1007631) and previous child (1:879950), but they were not encountered.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The next pointer of (1:798629) refers to page (1:1008660). Neither (1:1008660) nor its parent were encountered. Possible bad chain linkage.
Msg 8978, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1017265) is missing a reference from previous page (1:378001). Possible chain linkage problem.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1017794) was not seen in the scan although its parent (1:994170) and previous (1:627176) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1017795) was not seen in the scan although its parent (1:7871) and previous (1:826386) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1023071) was not seen in the scan although its parent (1:240306) and previous (1:817968) refer to it. Check any previous errors.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1025219) was not seen in the scan although its parent (1:322744) and previous (1:1329269) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 149 refers to child page (1:1025220) and previous child (1:825735), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 167 refers to child page (1:1074614) and previous child (1:713382), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 93 refers to child page (1:1122613) and previous child (1:1542266), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1122614) was not seen in the scan although its parent (1:748604) and previous (1:780565) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 93 refers to child page (1:1169808) and previous child (1:854977), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1389575) was not seen in the scan although its parent (1:748604) and previous (1:651090) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 164 refers to child page (1:1389615) and previous child (1:763957), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 131 refers to child page (1:1393546) and previous child (1:828506), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1489865) was not seen in the scan although its parent (1:2267) and previous (1:843711) refer to it. Check any previous errors.
Msg 8981, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). The next pointer of (1:725252) refers to page (1:1489866). Neither (1:1489866) nor its parent were encountered. Possible bad chain linkage.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 56 refers to child page (1:1490654) and previous child (1:879662), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 20 refers to child page (1:1509838) and previous child (1:865057), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 39 refers to child page (1:1509839) and previous child (1:862185), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1510663) was not seen in the scan although its parent (1:322744) and previous (1:1576856) refer to it. Check any previous errors.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:994170), slot 119 refers to child page (1:1511568) and previous child (1:874344), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 59 refers to child page (1:1512218) and previous child (1:879283), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:322744), slot 35 refers to child page (1:1512222) and previous child (1:865056), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:322744), slot 120 refers to child page (1:1512927) and previous child (1:879947), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:77256), slot 38 refers to child page (1:1513169) and previous child (1:836018), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 113 refers to child page (1:1513170) and previous child (1:862565), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:1396521), slot 186 refers to child page (1:1513172) and previous child (1:864014), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:748604), slot 37 refers to child page (1:1513786) and previous child (1:860849), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:240306), slot 155 refers to child page (1:1513787) and previous child (1:869288), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:322744), slot 101 refers to child page (1:1513789) and previous child (1:879287), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:2267), slot 77 refers to child page (1:1517136) and previous child (1:886089), but they were not encountered.
Msg 8980, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Index node page (1:192757), slot 121 refers to child page (1:1545395) and previous child (1:687115), but they were not encountered.
Msg 8976, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1545396) was not seen in the scan although its parent (1:546457) and previous (1:687113) refer to it. Check any previous errors.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1550311) is missing references from parent (unknown) and previous (page (1:884329)) nodes. Possible bad root entry in system catalog.
Msg 8979, Level 16, State 1, Line 5
Table error: Object ID 1742629251, index ID 1, partition ID 72057594045005824, alloc unit ID 72057594051166208 (type In-row data). Page (1:1598618) is missing references from parent (unknown) and previous (page (1:889325)) nodes. Possible bad root entry in system catalog.
There are 1466729 rows in 22626 pages for object "InterfaceTraffic_Detail".
CHECKDB found 0 allocation errors and 266 consistency errors in table 'InterfaceTraffic_Detail' (object ID 1742629251).
DBCC results for 'TrapActions'.
There are 0 rows in 0 pages for object "TrapActions".
DBCC results for 'Volumes'.
There are 213 rows in 10 pages for object "Volumes".
DBCC results for 'InterfaceTraffic_Hourly'.
Msg 2533, Level 16, State 1, Line 5
Table error: page (1:1170172) allocated to object ID 1790629422, index ID 1, partition ID 72057594045071360, alloc unit ID 72057594051231744 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.
Msg 2533, Level 16, State 1, Line 5
Table error: page (1:1170173) allocated to object ID 1790629422, index ID 1, partition ID 72057594045071360, alloc unit ID 72057594051231744 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.
Msg 2533, Level 16, State 1, Line 5
Table error: page (1:1170174) allocated to object ID 1790629422, index ID 1, partition ID 72057594045071360, alloc unit ID 72057594051231744 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.
There are 727680 rows in 15535 pages for object "InterfaceTraffic_Hourly".
CHECKDB found 0 allocation errors and 3 consistency errors in table 'InterfaceTraffic_Hourly' (object ID 1790629422).
DBCC results for 'TrapRules'.
There are 0 rows in 0 pages for object "TrapRules".
DBCC results for 'NodeCustomPollerJobs'.
There are 0 rows in 0 pages for object "NodeCustomPollerJobs".
DBCC results for 'ResponseTime_Daily'.
There are 39828 rows in 287 pages for object "ResponseTime_Daily".
DBCC results for 'ResponseTime_Detail'.
There are 2154400 rows in 9431 pages for object "ResponseTime_Detail".
DBCC results for 'ResponseTime_Hourly'.
There are 203111 rows in 1489 pages for object "ResponseTime_Hourly".
DBCC results for 'sys.queue_messages_1977058079'.
There are 0 rows in 0 pages for object "sys.queue_messages_1977058079".
DBCC results for 'VirtualMachines'.
There are 0 rows in 0 pages for object "VirtualMachines".
DBCC results for 'sys.queue_messages_2009058193'.
There are 0 rows in 0 pages for object "sys.queue_messages_2009058193".
DBCC results for 'VMHostNodes'.
There are 0 rows in 0 pages for object "VMHostNodes".
DBCC results for 'sys.queue_messages_2041058307'.
There are 0 rows in 0 pages for object "sys.queue_messages_2041058307".
DBCC results for 'Accounts'.
There are 3 rows in 1 pages for object "Accounts".
DBCC results for 'VMHostScratch'.
There are 0 rows in 0 pages for object "VMHostScratch".
DBCC results for 'TrapRulesDetail'.
There are 0 rows in 0 pages for object "TrapRulesDetail".
DBCC results for 'VMInterfaces'.
There are 0 rows in 0 pages for object "VMInterfaces".
DBCC results for 'WebCommunityStrings'.
There are 19 rows in 1 pages for object "WebCommunityStrings".
DBCC results for 'VMScratch'.
There are 0 rows in 0 pages for object "VMScratch".
DBCC results for 'ActiveAlerts'.
There are 0 rows in 0 pages for object "ActiveAlerts".
CHECKDB found 0 allocation errors and 581 consistency errors in database 'NetPerf'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (NetPerf).
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
The Service Broker in database "NetPerf" will be disabled because the Service Broker GUID in the database (C2CD2194-CCE8-4B29-AA83-26494736164F) does not match the one in sys.databases (DF532FEB-DC56-4C88-AD0A-83DC8A4A0E97).
Warning: The log for database 'NetPerf' has been rebuilt. Transactional consistency has been lost. The RESTORE chain was broken, and the server no longer has context on the previous log files, so you will need to know what they were. You should run DBCC CHECKDB to validate physical consistency. The database has been put in dbo-only mode. When you are ready to make the database available for use, you will need to reset database options and delete any extra log files.
DBCC results for 'NetPerf'.
Service Broker Msg 9675, State 1: Message Types analyzed: 14.
Service Broker Msg 9676, State 1: Service Contracts analyzed: 6.
Service Broker Msg 9667, State 1: Services analyzed: 3.
Service Broker Msg 9668, State 1: Service Queues analyzed: 3.
Service Broker Msg 9669, State 1: Conversation Endpoints analyzed: 0.
Service Broker Msg 9674, State 1: Conversation Groups analyzed: 0.
Service Broker Msg 9670, State 1: Remote Service Bindings analyzed: 0.
DBCC results for 'sys.sysrowsetcolumns'.
There are 2477 rows in 19 pages for object "sys.sysrowsetcolumns".
DBCC results for 'sys.sysrowsets'.
There are 305 rows in 2 pages for object "sys.sysrowsets".
DBCC results for 'sysallocunits'.
There are 336 rows in 4 pages for object "sysallocunits".
DBCC results for 'sys.sysfiles1'.
There are 2 rows in 1 pages for object "sys.sysfiles1".
DBCC results for 'sys.syshobtcolumns'.
There are 2477 rows in 19 pages for object "sys.syshobtcolumns".
DBCC results for 'sys.syshobts'.
There are 305 rows in 2 pages for object "sys.syshobts".
DBCC results for 'sys.sysftinds'.
There are 0 rows in 0 pages for object "sys.sysftinds".
DBCC results for 'sys.sysserefs'.
There are 336 rows in 3 pages for object "sys.sysserefs".
DBCC results for 'sys.sysowners'.
There are 16 rows in 1 pages for object "sys.sysowners".
DBCC results for 'sys.sysprivs'.
There are 122 rows in 1 pages for object "sys.sysprivs".
DBCC results for 'sys.sysschobjs'.
There are 814 rows in 14 pages for object "sys.sysschobjs".
DBCC results for 'sys.syscolpars'.
There are 2854 rows in 57 pages for object "sys.syscolpars".
DBCC results for 'sys.sysnsobjs'.
There are 1 rows in 1 pages for object "sys.sysnsobjs".
DBCC results for 'sys.syscerts'.
There are 0 rows in 0 pages for object "sys.syscerts".
DBCC results for 'sys.sysxprops'.
There are 0 rows in 0 pages for object "sys.sysxprops".
DBCC results for 'sys.sysscalartypes'.
There are 27 rows in 1 pages for object "sys.sysscalartypes".
DBCC results for 'sys.systypedsubobjs'.
There are 0 rows in 0 pages for object "sys.systypedsubobjs".
DBCC results for 'sys.sysidxstats'.
There are 860 rows in 18 pages for object "sys.sysidxstats".
DBCC results for 'sys.sysiscols'.
There are 1088 rows in 6 pages for object "sys.sysiscols".
DBCC results for 'sys.sysbinobjs'.
There are 23 rows in 1 pages for object "sys.sysbinobjs".
DBCC results for 'sys.sysobjvalues'.
There are 1325 rows in 379 pages for object "sys.sysobjvalues".
DBCC results for 'sys.sysclsobjs'.
There are 15 rows in 1 pages for object "sys.sysclsobjs".
DBCC results for 'sys.sysrowsetrefs'.
There are 0 rows in 0 pages for object "sys.sysrowsetrefs".
DBCC results for 'sys.sysremsvcbinds'.
There are 0 rows in 0 pages for object "sys.sysremsvcbinds".
DBCC results for 'sys.sysxmitqueue'.
There are 0 rows in 0 pages for object "sys.sysxmitqueue".
DBCC results for 'sys.sysrts'.
There are 1 rows in 1 pages for object "sys.sysrts".
DBCC results for 'sys.sysconvgroup'.
There are 0 rows in 0 pages for object "sys.sysconvgroup".
DBCC results for 'sys.sysdesend'.
There are 0 rows in 0 pages for object "sys.sysdesend".
DBCC results for 'sys.sysdercv'.
There are 0 rows in 0 pages for object "sys.sysdercv".
DBCC results for 'sys.syssingleobjrefs'.
There are 134 rows in 1 pages for object "sys.syssingleobjrefs".
DBCC results for 'sys.sysmultiobjrefs'.
There are 1935 rows in 22 pages for object "sys.sysmultiobjrefs".
DBCC results for 'sys.sysdbfiles'.
There are 2 rows in 1 pages for object "sys.sysdbfiles".
DBCC results for 'sys.sysguidrefs'.
There are 0 rows in 0 pages for object "sys.sysguidrefs".
DBCC results for 'sys.sysqnames'.
There are 91 rows in 1 pages for object "sys.sysqnames".
DBCC results for 'sys.sysxmlcomponent'.
There are 93 rows in 1 pages for object "sys.sysxmlcomponent".
DBCC results for 'sys.sysxmlfacet'.
There are 97 rows in 1 pages for object "sys.sysxmlfacet".
DBCC results for 'sys.sysxmlplacement'.
There are 17 rows in 1 pages for object "sys.sysxmlplacement".
DBCC results for 'sys.sysobjkeycrypts'.
There are 0 rows in 0 pages for object "sys.sysobjkeycrypts".
DBCC results for 'sys.sysasymkeys'.
There are 0 rows in 0 pages for object "sys.sysasymkeys".
DBCC results for 'sys.syssqlguides'.
There are 0 rows in 0 pages for object "sys.syssqlguides".
DBCC results for 'sys.sysbinsubobjs'.
There are 0 rows in 0 pages for object "sys.sysbinsubobjs".
DBCC results for 'APM_Application'.
There are 14 rows in 1 pages for object "APM_Application".
DBCC results for 'VMStatistics_Daily'.
There are 0 rows in 0 pages for object "VMStatistics_Daily".
DBCC results for 'WebSettings'.
There are 18 rows in 1 pages for object "WebSettings".
DBCC results for 'AlertActions'.
There are 0 rows in 0 pages for object "AlertActions".
DBCC results for 'APM_ApplicationStatus_Daily'.
There are 590 rows in 4 pages for object "APM_ApplicationStatus_Daily".
DBCC results for 'VMStatistics_Detail'.
There are 0 rows in 0 pages for object "VMStatistics_Detail".
DBCC results for 'ActionDefinitions'.
There are 66 rows in 4 pages for object "ActionDefinitions".
DBCC results for 'Alerts'.
There are 9 rows in 1 pages for object "Alerts".
DBCC results for 'VMStatistics_Hourly'.
There are 0 rows in 0 pages for object "VMStatistics_Hourly".
DBCC results for 'APM_ApplicationStatus_Detail'.
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ApplicationStatus_Detail, IX_APM_ApplicationStatus_Detail_TimeStamp" in database "NetPerf".
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:0) with values (Timestamp = '2009-09-16 01:50:28.220' and ApplicationID = 13 and Archive = 0) pointing to the data row identified by (ApplicationID = 13 and Timestamp = '2009-09-16 01:50:28.220' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:1) with values (Timestamp = '2009-09-16 01:49:54.093' and ApplicationID = 16 and Archive = 0) pointing to the data row identified by (ApplicationID = 16 and Timestamp = '2009-09-16 01:49:54.093' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:2) with values (Timestamp = '2009-09-16 01:49:54.000' and ApplicationID = 16 and Archive = 0) pointing to the data row identified by (ApplicationID = 16 and Timestamp = '2009-09-16 01:49:54.000' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:3) with values (Timestamp = '2009-09-16 01:49:53.970' and ApplicationID = 16 and Archive = 0) pointing to the data row identified by (ApplicationID = 16 and Timestamp = '2009-09-16 01:49:53.970' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:4) with values (Timestamp = '2009-09-16 01:49:53.937' and ApplicationID = 16 and Archive = 0) pointing to the data row identified by (ApplicationID = 16 and Timestamp = '2009-09-16 01:49:53.937' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:5) with values (Timestamp = '2009-09-16 01:49:53.843' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.843' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:6) with values (Timestamp = '2009-09-16 01:49:53.813' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.813' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:7) with values (Timestamp = '2009-09-16 01:49:53.720' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.720' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:8) with values (Timestamp = '2009-09-16 01:49:53.687' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.687' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:9) with values (Timestamp = '2009-09-16 01:49:53.657' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.657' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:10) with values (Timestamp = '2009-09-16 01:49:53.627' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.627' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:11) with values (Timestamp = '2009-09-16 01:49:53.593' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.593' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:12) with values (Timestamp = '2009-09-16 01:49:53.563' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.563' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:13) with values (Timestamp = '2009-09-16 01:49:53.470' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.470' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:14) with values (Timestamp = '2009-09-16 01:49:53.377' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.377' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:15) with values (Timestamp = '2009-09-16 01:49:53.343' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.343' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:16) with values (Timestamp = '2009-09-16 01:49:53.250' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.250' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:17) with values (Timestamp = '2009-09-16 01:49:53.093' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:53.093' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:18) with values (Timestamp = '2009-09-16 01:49:52.877' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:52.877' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:19) with values (Timestamp = '2009-09-16 01:49:52.827' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:52.827' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:20) with values (Timestamp = '2009-09-16 01:49:52.797' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:52.797' and Archive = 0).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'APM_ApplicationStatus_Detail' (ID 87671360). Index row in index 'IX_APM_ApplicationStatus_Detail_TimeStamp' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:3791:21) with values (Timestamp = '2009-09-16 01:49:52.703' and ApplicationID = 15 and Archive = 0) pointing to the data row identified by (ApplicationID = 15 and Timestamp = '2009-09-16 01:49:52.703' and Archive = 0).
There are 92815 rows in 700 pages for object "APM_ApplicationStatus_Detail".
CHECKDB found 0 allocation errors and 22 consistency errors in table 'APM_ApplicationStatus_Detail' (object ID 87671360).
CHECKDB fixed 0 allocation errors and 22 consistency errors in table 'APM_ApplicationStatus_Detail' (object ID 87671360).
DBCC results for 'VolumeUsage_Daily'.
There are 2400 rows in 38 pages for object "VolumeUsage_Daily".
DBCC results for 'Traps'.
There are 628 rows in 15 pages for object "Traps".
DBCC results for 'APM_ApplicationStatus_Hourly'.
There are 5802 rows in 59 pages for object "APM_ApplicationStatus_Hourly".
DBCC results for 'AlertSuppression'.
There are 0 rows in 0 pages for object "AlertSuppression".
DBCC results for 'APM_ApplicationsToDelete'.
There are 0 rows in 0 pages for object "APM_ApplicationsToDelete".
DBCC results for 'APM_ApplicationTemplate'.
There are 27 rows in 1 pages for object "APM_ApplicationTemplate".
DBCC results for 'CustomPollerLabels'.
There are 0 rows in 0 pages for object "CustomPollerLabels".
DBCC results for 'APM_BusinessLayer'.
There are 1 rows in 1 pages for object "APM_BusinessLayer".
DBCC results for 'AlertDefinitions'.
There are 29 rows in 2 pages for object "AlertDefinitions".
DBCC results for 'CustomPollerAssignment'.
There are 0 rows in 0 pages for object "CustomPollerAssignment".
DBCC results for 'TrapVarbinds'.
There are 12559 rows in 153 pages for object "TrapVarbinds".
DBCC results for 'APM_Component'.
There are 87 rows in 2 pages for object "APM_Component".
DBCC results for 'VolumeUsage_Detail'.
There are 150289 rows in 1442 pages for object "VolumeUsage_Detail".
DBCC results for 'APM_ComponentDataToDelete'.
There are 0 rows in 1 pages for object "APM_ComponentDataToDelete".
DBCC results for 'AlertTriggerMap'.
There are 19 rows in 278 pages for object "AlertTriggerMap".
DBCC results for 'CustomPollerEnums'.
There are 3 rows in 1 pages for object "CustomPollerEnums".
DBCC results for 'APM_ComponentDefinition'.
There are 20 rows in 1 pages for object "APM_ComponentDefinition".
DBCC results for 'AlertValueChanges'.
There are 0 rows in 1 pages for object "AlertValueChanges".
DBCC results for 'CustomPollerParsers'.
There are 19 rows in 1 pages for object "CustomPollerParsers".
DBCC results for 'APM_ComponentDefinitionCategory'.
There are 4 rows in 1 pages for object "APM_ComponentDefinitionCategory".
DBCC results for 'APM_ComponentDefinitionCategoryMembership'.
There are 49 rows in 1 pages for object "APM_ComponentDefinitionCategoryMembership".
DBCC results for 'CiscoBuffers_Daily'.
There are 6922 rows in 56 pages for object "CiscoBuffers_Daily".
DBCC results for 'APM_ComponentDefinitionSetting'.
There are 114 rows in 1 pages for object "APM_ComponentDefinitionSetting".
DBCC results for 'CustomPollers'.
There are 10 rows in 1 pages for object "CustomPollers".
DBCC results for 'APM_ComponentSetting'.
There are 0 rows in 0 pages for object "APM_ComponentSetting".
DBCC results for 'VolumeUsage_Hourly'.
There are 87988 rows in 1093 pages for object "VolumeUsage_Hourly".
DBCC results for 'FlowCorrelation'.
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.FlowCorrelation, IX_Domain" in database "NetPerf".
Repair: The Nonclustered index successfully rebuilt for the object "dbo.FlowCorrelation, IX_FlowCorrelation_CacheDelete" in database "NetPerf".
Repair: The Nonclustered index successfully rebuilt for the object "dbo.FlowCorrelation, IX_FlowCorrelation_CacheExpiration" in database "NetPerf".
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:6962:26) identified by (IPAddressSort = 1.182082151890000e+011) with index values 'Domain = '' and IPAddressSort = 1.182082151890000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:6962:31) identified by (IPAddressSort = 1.182082152490000e+011) with index values 'Domain = '' and IPAddressSort = 1.182082152490000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:44010:29) identified by (IPAddressSort = 1.190730321450000e+011) with index values 'Domain = '' and IPAddressSort = 1.190730321450000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:159256:40) identified by (IPAddressSort = 1.591530990300000e+011) with index values 'Domain = '' and IPAddressSort = 1.591530990300000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:163992:20) identified by (IPAddressSort = 1.221641460840000e+011) with index values 'Domain = '' and IPAddressSort = 1.221641460840000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:268038:0) identified by (IPAddressSort = 1.182081442110000e+011) with index values 'Domain = '' and IPAddressSort = 1.182081442110000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:294510:1) identified by (IPAddressSort = 1.221211591490000e+011) with index values 'Domain = '' and IPAddressSort = 1.221211591490000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:298356:25) identified by (IPAddressSort = 1.182082441390000e+011) with index values 'Domain = '' and IPAddressSort = 1.182082441390000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:337608:37) identified by (IPAddressSort = 1.182080070420000e+011) with index values 'Domain = '' and IPAddressSort = 1.182080070420000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:368699:2) identified by (IPAddressSort = 1.231250660210000e+011) with index values 'Domain = '' and IPAddressSort = 1.231250660210000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:454719:11) identified by (IPAddressSort = 1.221670951790000e+011) with index values 'Domain = '' and IPAddressSort = 1.221670951790000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:537058:38) identified by (IPAddressSort = 1.182080181030000e+011) with index values 'Domain = '' and IPAddressSort = 1.182080181030000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:619039:8) identified by (IPAddressSort = 1.190730321800000e+011) with index values 'Domain = '' and IPAddressSort = 1.190730321800000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:670666:56) identified by (IPAddressSort = 1.190631770180000e+011) with index values 'Domain = '' and IPAddressSort = 1.190631770180000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:737407:45) identified by (IPAddressSort = 1.182081310850000e+011) with index values 'Domain = '' and IPAddressSort = 1.182081310850000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:844587:56) identified by (IPAddressSort = 1.221211522110000e+011) with index values 'Domain = '' and IPAddressSort = 1.221211522110000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:944430:11) identified by (IPAddressSort = 1.221641550340000e+011) with index values 'Domain = '' and IPAddressSort = 1.221641550340000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:952057:11) identified by (IPAddressSort = 1.182081011210000e+011) with index values 'Domain = '' and IPAddressSort = 1.182081011210000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:1067723:0) identified by (IPAddressSort = 1.221670070610000e+011) with index values 'Domain = '' and IPAddressSort = 1.221670070610000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:1494309:26) identified by (IPAddressSort = 1.190730320740000e+011) with index values 'Domain = '' and IPAddressSort = 1.190730320740000e+011'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Data row does not have a matching index row in the index 'IX_Domain' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:1593737:33) identified by (IPAddressSort = 1.902300981990000e+011) with index values 'Domain = '' and IPAddressSort = 1.902300981990000e+011'.
Msg 8952, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:102529:13) with values (Domain = '122.airtelbroadband.in' and IPAddressSort = 1.221680090800000e+011) pointing to the data row identified by (IPAddressSort = 1.221680090800000e+011).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:125988:58) with values (Domain = '122.airtelbroadband.in' and IPAddressSort = 1.221631412360000e+011) pointing to the data row identified by (IPAddressSort = 1.221631412360000e+011).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:473489:4) with values (Domain = 'on.net' and IPAddressSort = 1.182082441390000e+011) pointing to the data row identified by (IPAddressSort = 1.182082441390000e+011).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:845249:90) with values (Domain = 'telecom.net.ar' and IPAddressSort = 1.902300981990000e+011) pointing to the data row identified by (IPAddressSort = 1.902300981990000e+011).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:871679:36) with values (Domain = '122.airtelbroadband.in' and IPAddressSort = 1.221632101640000e+011) pointing to the data row identified by (IPAddressSort = 1.221632101640000e+011).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:1547650:173) with values (Domain = '' and IPAddressSort = 1.890742271500000e+011) pointing to the data row identified by (IPAddressSort = 1.890742271500000e+011).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:1593402:58) with values (Domain = '' and IPAddressSort = 1.890700900710000e+011) pointing to the data row identified by (IPAddressSort = 1.890700900710000e+011).
Msg 8952, Level 16, State 1, Line 9
Table error: table 'FlowCorrelation' (ID 468196718). Index row in index 'IX_Domain' (ID 2) does not match any data row. Possible extra or invalid keys for:
The error has been repaired.
Msg 8956, Level 16, State 1, Line 9
Index row (1:1605660:117) with values (Domain = '' and IPAddressSort = 2.131141372190000e+011) pointing to the data row identified by (IPAddressSort = 2.131141372190000e+011).
Msg 8945, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5 will be rebuilt.
The error has been repaired.
Msg 8934, Level 16, State 3, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). The high key value on page (1:450996) (level 0) is not less than the low key value in the parent (0:1), slot 0 of the next page (1:1175410).
The error has been repaired.
Msg 8979, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). Page (1:451970) is missing references from parent (unknown) and previous (page (1:314796)) nodes. Possible bad root entry in system catalog.
The error has been repaired.
Msg 8935, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). The previous link (1:1175411) on page (1:1175410) does not match the previous page (1:450996) that the parent (1:425229), slot 207 expects for this page.
The error has been repaired.
Msg 8936, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). B-tree chain linkage mismatch. (1:450996)->next = (1:1175410), but (1:1175410)->Prev = (1:1175411).
The error has been repaired.
Msg 8935, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). The previous link (1:1008441) on page (1:1175411) does not match the previous page (1:1175412) that the parent (1:425229), slot 209 expects for this page.
The error has been repaired.
Msg 8978, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). Page (1:1175411) is missing a reference from previous page (1:1008441). Possible chain linkage problem.
The error has been repaired.
Msg 8981, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). The next pointer of (1:1175412) refers to page (1:1179169). Neither (1:1179169) nor its parent were encountered. Possible bad chain linkage.
The error has been repaired.
Msg 8980, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). Index node page (1:1026154), slot 0 refers to child page (1:1179170) and previous child (0:1), but they were not encountered.
The error has been repaired.
Msg 8980, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). Index node page (1:1188491), slot 0 refers to child page (1:1179420) and previous child (0:1), but they were not encountered.
The error has been repaired.
Msg 8936, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 5, partition ID 72057594052476928, alloc unit ID 72057594058702848 (type In-row data). B-tree chain linkage mismatch. (1:1008441)->next = (1:1179421), but (1:1179421)->Prev = (1:1179420).
The error has been repaired.
Msg 8978, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:106123) is missing a reference from previous page (1:1592844). Possible chain linkage problem.
The error has been repaired.
Msg 8978, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1447704) is missing a reference from previous page (1:1584783). Possible chain linkage problem.
The error has been repaired.
Msg 8980, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Index node page (1:1536858), slot 236 refers to child page (1:1575268) and previous child (1:1584778), but they were not encountered.
The error has been repaired.
Msg 8976, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1584778) was not seen in the scan although its parent (1:1536858) and previous (1:1446065) refer to it. Check any previous errors.
The error has been repaired.
Msg 8976, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1584783) was not seen in the scan although its parent (1:1542277) and previous (1:1447517) refer to it. Check any previous errors.
The error has been repaired.
Msg 8979, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1585142) is missing references from parent (unknown) and previous (page (1:885586)) nodes. Possible bad root entry in system catalog.
The error has been repaired.
Msg 8979, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1585187) is missing references from parent (unknown) and previous (page (1:1585142)) nodes. Possible bad root entry in system catalog.
The error has been repaired.
Msg 8979, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1585190) is missing references from parent (unknown) and previous (page (1:1585142)) nodes. Possible bad root entry in system catalog.
The error has been repaired.
Msg 8933, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). The low key value on page (1:1585215) (level 1) is not == the key value in the parent (1:223368) slot 1.
The error has been repaired.
Msg 8979, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1587201) is missing references from parent (unknown) and previous (page (1:885586)) nodes. Possible bad root entry in system catalog.
The error has been repaired.
Msg 8979, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592220) is missing references from parent (unknown) and previous (page (1:1587201)) nodes. Possible bad root entry in system catalog.
The error has been repaired.
Msg 8979, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592333) is missing references from parent (unknown) and previous (page (1:885586)) nodes. Possible bad root entry in system catalog.
The error has been repaired.
Msg 8979, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592334) is missing references from parent (unknown) and previous (page (1:1587201)) nodes. Possible bad root entry in system catalog.
The error has been repaired.
Msg 8935, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). The previous link (1:885586) on page (1:1592809) does not match the previous page (1:1584781) that the parent (1:1542277), slot 268 expects for this page.
The error has been repaired.
Msg 8978, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592809) is missing a reference from previous page (1:885586). Possible chain linkage problem.
The error has been repaired.
Msg 8936, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). B-tree chain linkage mismatch. (1:1592850)->next = (1:1592813), but (1:1592813)->Prev = (1:885586).
The error has been repaired.
Msg 8935, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). The previous link (1:885586) on page (1:1592844) does not match the previous page (1:1575268) that the parent (1:1536858), slot 237 expects for this page.
The error has been repaired.
Msg 8978, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592844) is missing a reference from previous page (1:885586). Possible chain linkage problem.
The error has been repaired.
Msg 8935, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). The previous link (1:885586) on page (1:1592850) does not match the previous page (1:1592851) that the parent (1:1542277), slot 270 expects for this page.
The error has been repaired.
Msg 8978, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). Page (1:1592850) is missing a reference from previous page (1:885586). Possible chain linkage problem.
The error has been repaired.
Msg 8937, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). B-tree page (1:1592851) has two parent nodes (1:1585215), slot 1 and (1:1542277), slot 269.
The error has been repaired.
Msg 8936, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). B-tree chain linkage mismatch. (1:885586)->next = (1:1592853), but (1:1592853)->Prev = (1:1592851).
The error has been repaired.
Msg 8937, Level 16, State 1, Line 9
Table error: Object ID 468196718, index ID 6, partition ID 72057594052542464, alloc unit ID 72057594058768384 (type In-row data). B-tree page (1:1592853) has two parent nodes (1:937194), slot 0 and (1:1585215), slot 2.
The error has been repaired.
There are 14940175 rows in 319970 pages for object "FlowCorrelation".
CHECKDB found 0 allocation errors and 62 consistency errors in table 'FlowCorrelation' (object ID 468196718).
CHECKDB fixed 0 allocation errors and 62 consistency errors in table 'FlowCorrelation' (object ID 468196718).
DBCC results for 'APM_ComponentStatus_Daily'.
There are 2301 rows in 36 pages for object "APM_ComponentStatus_Daily".
DBCC results for 'IPAddressGroups'.
There are 5 rows in 1 pages for object "IPAddressGroups".
DBCC results for 'TransportProtocols'.
There are 141 rows in 1 pages for object "TransportProtocols".
DBCC results for 'APM_ComponentStatus_Detail'.
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Repair: Successfully inserted row in index "dbo.APM_ComponentStatus_Detail, IX_APM_ComponentStatus_Detail_ComponentID" in database "NetPerf".
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:93) identified by (ID = 1853666 and Archive = 0) with index values 'ComponentID = 60 and TimeStamp = '2009-09-16 01:49:52.703' and ID = 1853666 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:94) identified by (ID = 1853667 and Archive = 0) with index values 'ComponentID = 66 and TimeStamp = '2009-09-16 01:49:53.093' and ID = 1853667 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:95) identified by (ID = 1853668 and Archive = 0) with index values 'ComponentID = 67 and TimeStamp = '2009-09-16 01:49:53.250' and ID = 1853668 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:96) identified by (ID = 1853669 and Archive = 0) with index values 'ComponentID = 68 and TimeStamp = '2009-09-16 01:49:53.343' and ID = 1853669 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:97) identified by (ID = 1853670 and Archive = 0) with index values 'ComponentID = 69 and TimeStamp = '2009-09-16 01:49:53.377' and ID = 1853670 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:98) identified by (ID = 1853671 and Archive = 0) with index values 'ComponentID = 70 and TimeStamp = '2009-09-16 01:49:53.470' and ID = 1853671 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:99) identified by (ID = 1853672 and Archive = 0) with index values 'ComponentID = 71 and TimeStamp = '2009-09-16 01:49:53.563' and ID = 1853672 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:100) identified by (ID = 1853673 and Archive = 0) with index values 'ComponentID = 72 and TimeStamp = '2009-09-16 01:49:53.593' and ID = 1853673 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:101) identified by (ID = 1853674 and Archive = 0) with index values 'ComponentID = 73 and TimeStamp = '2009-09-16 01:49:53.627' and ID = 1853674 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:102) identified by (ID = 1853675 and Archive = 0) with index values 'ComponentID = 74 and TimeStamp = '2009-09-16 01:49:53.657' and ID = 1853675 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:103) identified by (ID = 1853676 and Archive = 0) with index values 'ComponentID = 76 and TimeStamp = '2009-09-16 01:49:53.720' and ID = 1853676 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:104) identified by (ID = 1853677 and Archive = 0) with index values 'ComponentID = 88 and TimeStamp = '2009-09-16 01:49:54.093' and ID = 1853677 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:105) identified by (ID = 1853678 and Archive = 0) with index values 'ComponentID = 79 and TimeStamp = '2009-09-16 01:49:53.813' and ID = 1853678 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:106) identified by (ID = 1853679 and Archive = 0) with index values 'ComponentID = 75 and TimeStamp = '2009-09-16 01:49:53.687' and ID = 1853679 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:107) identified by (ID = 1853680 and Archive = 0) with index values 'ComponentID = 81 and TimeStamp = '2009-09-16 01:49:53.937' and ID = 1853680 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:108) identified by (ID = 1853681 and Archive = 0) with index values 'ComponentID = 80 and TimeStamp = '2009-09-16 01:49:53.843' and ID = 1853681 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:109) identified by (ID = 1853682 and Archive = 0) with index values 'ComponentID = 61 and TimeStamp = '2009-09-16 01:49:52.797' and ID = 1853682 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:110) identified by (ID = 1853683 and Archive = 0) with index values 'ComponentID = 62 and TimeStamp = '2009-09-16 01:49:52.827' and ID = 1853683 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:111) identified by (ID = 1853684 and Archive = 0) with index values 'ComponentID = 65 and TimeStamp = '2009-09-16 01:49:52.877' and ID = 1853684 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:112) identified by (ID = 1853685 and Archive = 0) with index values 'ComponentID = 82 and TimeStamp = '2009-09-16 01:49:53.970' and ID = 1853685 and Archive = 0'.
Msg 8951, Level 16, State 1, Line 9
Table error: table 'APM_ComponentStatus_Detail' (ID 535672956). Data row does not have a matching index row in the index 'IX_APM_ComponentStatus_Detail_ComponentID' (ID 2). Possible missing or invalid keys for the index row matching:
The error has been repaired.
Msg 8955, Level 16, State 1, Line 9
Data row (1:4282:113) identified by (ID = 1853686 and Archive = 0) with index values 'ComponentID = 86 and TimeStamp = '2009-09-16 01:49:54.000' and ID = 1853686 and Archive = 0'.
There are 92805 rows in 670 pages for object "APM_ComponentStatus_Detail".
CHECKDB found 0 allocation errors and 21 consistency errors in table 'APM_ComponentStatus_Detail' (object ID 535672956).
CHECKDB fixed 0 allocation errors and 21 consistency errors in table 'APM_ComponentStatus_Detail' (object ID 535672956).
DBCC results for 'CiscoBuffers_Detail'.
There are 1548 rows in 37 pages for object "CiscoBuffers_Detail".
DBCC results for 'APM_ComponentStatus_Hourly'.
There are 21820 rows in 232 pages for object "APM_ComponentStatus_Hourly".
DBCC results for 'ConstituentPorts'.
There are 19479 rows in 41 pages for object "ConstituentPorts".
DBCC results for 'CustomPollerScratchStatistics'.
There are 0 rows in 0 pages for object "CustomPollerScratchStatistics".
DBCC results for 'AlertLog'.
There are 278997 rows in 6127 pages for object "AlertLog".
DBCC results for 'FlowEngines'.
There are 1 rows in 1 pages for object "FlowEngines".
DBCC results for 'APM_ComponentTemplate'.
There are 220 rows in 3 pages for object "APM_ComponentTemplate".
DBCC results for 'Websites'.
There are 1 rows in 1 pages for object "Websites".
DBCC results for 'APM_ComponentTemplateSetting'.
There are 997 rows in 9 pages for object "APM_ComponentTemplateSetting".
DBCC results for 'WebUserSettings'.
There are 20 rows in 1 pages for object "WebUserSettings".
DBCC results for 'AlertStatus'.
There are 15 rows in 2 pages for object "AlertStatus".
DBCC results for 'CustomPollerStatus'.
There are 0 rows in 0 pages for object "CustomPollerStatus".
DBCC results for 'MultiPortApps'.
There are 7 rows in 1 pages for object "MultiPortApps".
DBCC results for 'APM_Config'.
There are 4 rows in 1 pages for object "APM_Config".
DBCC results for 'CiscoBuffers_Hourly'.
There are 5655 rows in 57 pages for object "CiscoBuffers_Hourly".
DBCC results for 'APM_Credentials'.
There are 4 rows in 1 pages for object "APM_Credentials".
DBCC results for 'Engines'.
There are 1 rows in 1 pages for object "Engines".
DBCC results for 'APM_CurrentApplicationStatus'.
There are 14 rows in 1 pages for object "APM_CurrentApplicationStatus".
DBCC results for 'NetFlowAddressToResolve'.
Repair: The Clustered index successfully rebuilt for the object "dbo.NetFlowAddressToResolve" in database "NetPerf".
Repair: The Nonclustered index successfully rebuilt for the object "dbo.NetFlowAddressToResolve, IX_Timestamp" in database "NetPerf".
Msg 8945, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 1 will be rebuilt.
The error has been repaired.
Msg 8978, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:78531) is missing a reference from previous page (1:1545410). Possible chain linkage problem.
The error has been repaired.
Msg 8978, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:697934) is missing a reference from previous page (1:1545408). Possible chain linkage problem.
The error has been repaired.
Msg 8978, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:746268) is missing a reference from previous page (1:1545409). Possible chain linkage problem.
The error has been repaired.
Msg 8976, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:1545408) was not seen in the scan although its parent (1:1017094) and previous (1:427958) refer to it. Check any previous errors.
The error has been repaired.
Msg 8976, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:1545409) was not seen in the scan although its parent (1:1542208) and previous (1:57802) refer to it. Check any previous errors.
The error has been repaired.
Msg 8976, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 1, partition ID 72057594052673536, alloc unit ID 72057594058899456 (type In-row data). Page (1:1545410) was not seen in the scan although its parent (1:322257) and previous (1:631773) refer to it. Check any previous errors.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:752892) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:752894) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:752895) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1032822) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1032823) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1120224) was not encountered.
The error has been repaired.
Msg 8979, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Page (1:1120225) is missing references from parent (unknown) and previous (page (1:1545167)) nodes. Possible bad root entry in system catalog.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1310296) was not encountered.
The error has been repaired.
Msg 8980, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Index node page (1:92981), slot 0 refers to child page (1:1325651) and previous child (0:1), but they were not encountered.
The error has been repaired.
Msg 8936, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). B-tree chain linkage mismatch. (1:670180)->next = (1:1325653), but (1:1325653)->Prev = (1:1325652).
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1325653) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1470900) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1470901) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1470902) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1470903) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478897) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478898) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478899) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478900) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478901) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478902) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1478903) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488090) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488091) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488092) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488093) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488094) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1488095) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1492781) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1492783) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1505759) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511280) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511281) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511282) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511283) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511284) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511285) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1511287) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543474) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543475) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543476) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543477) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543478) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543479) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543656) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543657) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543658) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543659) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543660) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543661) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543662) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543663) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543664) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543665) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543666) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543667) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543668) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543669) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543670) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543671) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543937) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543938) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543939) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543940) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543941) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543942) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543943) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543944) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543945) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543946) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543947) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543948) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543949) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543950) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543951) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543968) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543969) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543970) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543971) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543972) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543973) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543974) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1543975) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544040) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544041) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544042) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544043) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544044) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544045) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544046) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544047) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544104) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544105) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544106) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544107) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544108) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544109) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544110) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544111) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544384) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544385) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544386) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544387) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544388) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544389) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544390) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544391) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544552) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544553) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544554) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544555) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544556) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544557) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544558) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544559) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544592) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544593) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544594) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544595) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544596) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544597) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544598) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544599) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544672) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544673) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544674) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544675) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544676) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544677) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544678) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544679) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544680) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544681) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544682) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544683) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544684) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544685) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544686) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544687) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544752) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544753) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544754) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544755) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544756) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544757) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544758) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544759) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544768) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544769) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544770) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544771) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544772) was not encountered.
The error has been repaired.
Msg 8977, Level 16, State 1, Line 9
Table error: Object ID 788197858, index ID 2, partition ID 72057594053263360, alloc unit ID 72057594059489280 (type In-row data). Parent node for page (1:1544773) was not encountered.
The error has been repaired.
The query has exceeded the maximum number of error messages. Only the first 1000 messages will be displayed.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
There are 10774512 rows in 55602 pages for object "NetFlowAddressToResolve".
CHECKDB found 0 allocation errors and 179 consistency errors in table 'NetFlowAddressToResolve' (object ID 788197858).
CHECKDB fixed 0 allocation errors and 179 consistency errors in table 'NetFlowAddressToResolve' (object ID 788197858).
DBCC results for 'APM_CurrentComponentStatus'.
There are 87 rows in 1 pages for object "APM_CurrentComponentStatus".
DBCC results for 'NetFlowCorrelationState'.
There are 1 rows in 1 pages for object "NetFlowCorrelationState".
DBCC results for 'NetFlowDetailState'.
There are 19 rows in 1 pages for object "NetFlowDetailState".
DBCC results for 'APM_EventType'.
There are 9 rows in 1 pages for object "APM_EventType".
DBCC results for 'APM_ExternalSetting'.
There are 14 rows in 1 pages for object "APM_ExternalSetting".
DBCC results for 'NetFlowGlobalSettings'.
There are 22 rows in 1 pages for object "NetFlowGlobalSettings".
DBCC results for 'APM_PortEvidence_Daily'.
There are 1357 rows in 22 pages for object "APM_PortEvidence_Daily".
DBCC results for 'CPULoad_Daily'.
There are 37814 rows in 326 pages for object "CPULoad_Daily".
DBCC results for 'NetFlowLocks'.
There are 1 rows in 1 pages for object "NetFlowLocks".
DBCC results for 'APM_PortEvidence_Detail'.
There are 55269 rows in 558 pages for object "APM_PortEvidence_Detail".
DBCC results for 'CPULoad_Detail'.
There are 355209 rows in 2477 pages for object "CPULoad_Detail".
DBCC results for 'AlertTests'.
There are 0 rows in 1 pages for object "AlertTests".
DBCC results for 'NetFlowSearchByAddress'.
Repair: The Clustered index successfully rebuilt for the object "dbo.NetFlowSearchByAddress" in database "NetPerf".
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
There are 35381706 rows in 153807 pages for object "NetFlowSearchByAddress".
CHECKDB found 0 allocation errors and 10 consistency errors in table 'NetFlowSearchByAddress' (object ID 932198371).
CHECKDB fixed 0 allocation errors and 10 consistency errors in table 'NetFlowSearchByAddress' (object ID 932198371).
DBCC results for 'NetFlowSearchByPort'.
There are 20982 rows in 85 pages for object "NetFlowSearchByPort".
DBCC results for 'Events'.
There are 17257 rows in 243 pages for object "Events".
DBCC results for 'NetFlowSources'.
There are 445 rows in 1 pages for object "NetFlowSources".
DBCC results for 'APM_PortEvidence_Hourly'.
There are 12984 rows in 195 pages for object "APM_PortEvidence_Hourly".
DBCC results for 'CPULoad_Hourly'.
There are 188812 rows in 1510 pages for object "CPULoad_Hourly".
DBCC results for 'AlertTestLog'.
There are 0 rows in 1 pages for object "AlertTestLog".
DBCC results for 'EventTypes'.
There are 58 rows in 1 pages for object "EventTypes".
DBCC results for 'SysLog'.
There are 0 rows in 0 pages for object "SysLog".
DBCC results for 'NetFlowSummary1'.
There are 1672188 rows in 19004 pages for object "NetFlowSummary1".
DBCC results for 'Interfaces'.
There are 1309 rows in 143 pages for object "Interfaces".
DBCC results for 'APM_ProcessEvidence_Daily'.
There are 5802 rows in 207 pages for object "APM_ProcessEvidence_Daily".
DBCC results for 'CustomPollerStatistics_Daily'.
There are 0 rows in 0 pages for object "CustomPollerStatistics_Daily".
DBCC results for 'NetFlowSummary2'.
There are 5335369 rows in 60631 pages for object "NetFlowSummary2".
DBCC results for 'NetFlowSummary3'.
There are 22968938 rows in 261013 pages for object "NetFlowSummary3".
DBCC results for 'NetflowSummaryState'.
There are 1 rows in 1 pages for object "NetflowSummaryState".
DBCC results for 'Limitations'.
There are 0 rows in 0 pages for object "Limitations".
DBCC results for 'APM_ProcessEvidence_Detail'.
Repair: Successfully deleted row in index "dbo.APM_ProcessEvidence_Detail, IX_APM_ProcessEvidence_Detail_ComponentStatusID" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ProcessEvidence_Detail, IX_APM_ProcessEvidence_Detail_ComponentStatusID" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ProcessEvidence_Detail, IX_APM_ProcessEvidence_Detail_ComponentStatusID" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ProcessEvidence_Detail, IX_APM_ProcessEvidence_Detail_ComponentStatusID" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ProcessEvidence_Detail, IX_APM_ProcessEvidence_Detail_ComponentStatusID" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ProcessEvidence_Detail, IX_APM_ProcessEvidence_Detail_ComponentStatusID" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ProcessEvidence_Detail, IX_APM_ProcessEvidence_Detail_ComponentStatusID" in database "NetPerf".
Repair: Successfully deleted row in index "dbo.APM_ProcessEvidence_Detail, IX_APM_ProcessEvidence_Detail_ComponentStatusID" in database "NetPerf".
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
There are 212399 rows in 3199 pages for object "APM_ProcessEvidence_Detail".
CHECKDB found 0 allocation errors and 8 consistency errors in table 'APM_ProcessEvidence_Detail' (object ID 1063674837).
CHECKDB fixed 0 allocation errors and 8 consistency errors in table 'APM_ProcessEvidence_Detail' (object ID 1063674837).
DBCC results for 'ServicePorts'.
There are 4590 rows in 22 pages for object "ServicePorts".
DBCC results for 'CustomPollerStatistics_Detail'.
There are 0 rows in 0 pages for object "CustomPollerStatistics_Detail".
DBCC results for 'LimitationTypes'.
There are 22 rows in 1 pages for object "LimitationTypes".
DBCC results for 'APM_ProcessEvidence_Hourly'.
There are 53906 rows in 1263 pages for object "APM_ProcessEvidence_Hourly".
DBCC results for 'MenuBars'.
There are 22 rows in 1 pages for object "MenuBars".
DBCC results for 'CustomPollerStatistics_Hourly'.
There are 0 rows in 0 pages for object "CustomPollerStatistics_Hourly".
DBCC results for 'MenuItems'.
There are 38 rows in 1 pages for object "MenuItems".
DBCC results for 'APM_ResourceEvidence_Daily'.
There are 0 rows in 0 pages for object "APM_ResourceEvidence_Daily".
DBCC results for 'TypesOfService'.
There are 22 rows in 1 pages for object "TypesOfService".
DBCC results for 'Nodes'.
There are 346 rows in 51 pages for object "Nodes".
DBCC results for 'APM_ResourceEvidence_Detail'.
There are 0 rows in 0 pages for object "APM_ResourceEvidence_Detail".
DBCC results for 'DeletedCustomPollers'.
There are 0 rows in 0 pages for object "DeletedCustomPollers".
DBCC results for 'DeletedInterfaces'.
There are 2 rows in 1 pages for object "DeletedInterfaces".
DBCC results for 'SysLogActions'.
There are 0 rows in 0 pages for object "SysLogActions".
DBCC results for 'APM_ResourceEvidence_Hourly'.
There are 0 rows in 0 pages for object "APM_ResourceEvidence_Hourly".
DBCC results for 'DeletedNodes'.
There are 1 rows in 1 pages for object "DeletedNodes".
DBCC results for 'Pollers'.
There are 3501 rows in 17 pages for object "Pollers".
DBCC results for 'APM_Threshold'.
There are 161 rows in 1 pages for object "APM_Threshold".
DBCC results for 'DeletedVolumes'.
There are 5 rows in 1 pages for object "DeletedVolumes".
DBCC results for 'SysLogFacilities'.
There are 24 rows in 1 pages for object "SysLogFacilities".
DBCC results for 'ResourceProperties'.
There are 93 rows in 1 pages for object "ResourceProperties".
DBCC results for 'ExternalWebsites'.
There are 0 rows in 0 pages for object "ExternalWebsites".
DBCC results for 'Resources'.
There are 230 rows in 10 pages for object "Resources".
DBCC results for 'InterfaceCustomPollerJobs'.
There are 0 rows in 0 pages for object "InterfaceCustomPollerJobs".
DBCC results for 'SysLogRules'.
There are 0 rows in 0 pages for object "SysLogRules".
DBCC results for 'Settings'.
There are 44 rows in 2 pages for object "Settings".
DBCC results for 'InterfaceErrors_Daily'.
There are 133732 rows in 1035 pages for object "InterfaceErrors_Daily".
DBCC results for 'NetFlowDetail_26'.
There are 0 rows in 1 pages for object "NetFlowDetail_26".
DBCC results for 'SNMPV3Credentials'.
There are 0 rows in 0 pages for object "SNMPV3Credentials".
DBCC results for 'NetFlowDetail_27'.
There are 5448 rows in 61 pages for object "NetFlowDetail_27".
DBCC results for 'InterfaceErrors_Detail'.
Repair: The Clustered index successfully rebuilt for the object "dbo.InterfaceErrors_Detail" in database "NetPerf".
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
There are 1552239 rows in 9568 pages for object "InterfaceErrors_Detail".
CHECKDB found 0 allocation errors and 6 consistency errors in table 'InterfaceErrors_Detail' (object ID 1454628225).
CHECKDB fixed 0 allocation errors and 6 consistency errors in table 'InterfaceErrors_Detail' (object ID 1454628225).
DBCC results for 'NetFlowDetail_25'.
There are 117806 rows in 1283 pages for object "NetFlowDetail_25".
DBCC results for 'NetFlowDetail_150'.
There are 91 rows in 3 pages for object "NetFlowDetail_150".
DBCC results for 'NetFlowDetail_151'.
There are 697 rows in 9 pages for object "NetFlowDetail_151".
DBCC results for 'InterfaceErrors_Hourly'.
There are 735299 rows in 6284 pages for object "InterfaceErrors_Hourly".
DBCC results for 'NetFlowDetail_260'.
There are 1278 rows in 16 pages for object "NetFlowDetail_260".
DBCC results for 'NetFlowDetail_154'.
There are 0 rows in 1 pages for object "NetFlowDetail_154".
DBCC results for 'NetFlowDetail_225'.
There are 302 rows in 6 pages for object "NetFlowDetail_225".
DBCC results for 'InterfaceSignalNoise_Daily'.
There are 0 rows in 0 pages for object "InterfaceSignalNoise_Daily".
DBCC results for 'NetFlowDetail_22'.
There are 0 rows in 1 pages for object "NetFlowDetail_22".
DBCC results for 'NetFlowDetail_28'.
There are 0 rows in 1 pages for object "NetFlowDetail_28".
DBCC results for 'NetFlowDetail_71'.
There are 300 rows in 5 pages for object "NetFlowDetail_71".
DBCC results for 'InterfaceSignalNoise_Detail'.
There are 0 rows in 0 pages for object "InterfaceSignalNoise_Detail".
DBCC results for 'NetFlowDetail_159'.
There are 31 rows in 2 pages for object "NetFlowDetail_159".
DBCC results for 'NetFlowDetail_226'.
There are 16 rows in 2 pages for object "NetFlowDetail_226".
DBCC results for 'TimeUnits'.
There are 10 rows in 1 pages for object "TimeUnits".
DBCC results for 'NetFlowDetail_141'.
There are 268 rows in 5 pages for object "NetFlowDetail_141".
DBCC results for 'InterfaceSignalNoise_Hourly'.
There are 0 rows in 0 pages for object "InterfaceSignalNoise_Hourly".
DBCC results for 'NetFlowDetail_155'.
There are 13 rows in 2 pages for object "NetFlowDetail_155".
DBCC results for 'Views'.
There are 22 rows in 1 pages for object "Views".
DBCC results for 'NetFlowDetail_369'.
There are 627 rows in 9 pages for object "NetFlowDetail_369".
DBCC results for 'NetFlowDetail_370'.
There are 3 rows in 1 pages for object "NetFlowDetail_370".
DBCC results for 'ViewsByDeviceType'.
There are 1 rows in 1 pages for object "ViewsByDeviceType".
DBCC results for 'InterfaceTraffic_Daily'.
There are 132805 rows in 3014 pages for object "InterfaceTraffic_Daily".
DBCC results for 'SysLogSeverities'.
There are 8 rows in 1 pages for object "SysLogSeverities".
DBCC results for 'NetFlowDetail_350'.
There are 536 rows in 8 pages for object "NetFlowDetail_350".
DBCC results for 'NetFlowDetail_259'.
There are 107 rows in 3 pages for object "NetFlowDetail_259".
DBCC results for 'InterfaceTraffic_Detail'.
Repair: The Clustered index successfully rebuilt for the object "dbo.InterfaceTraffic_Detail" in database "NetPerf".
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
There are 1466729 rows in 22626 pages for object "InterfaceTraffic_Detail".
CHECKDB found 0 allocation errors and 266 consistency errors in table 'InterfaceTraffic_Detail' (object ID 1742629251).
CHECKDB fixed 0 allocation errors and 266 consistency errors in table 'InterfaceTraffic_Detail' (object ID 1742629251).
DBCC results for 'TrapActions'.
There are 0 rows in 0 pages for object "TrapActions".
DBCC results for 'Volumes'.
There are 213 rows in 10 pages for object "Volumes".
DBCC results for 'InterfaceTraffic_Hourly'.
Repair: The Clustered index successfully rebuilt for the object "dbo.InterfaceTraffic_Hourly" in database "NetPerf".
Repair: The page (1:1170172) has been deallocated from object ID 1790629422, index ID 1, partition ID 72057594045071360, alloc unit ID 72057594051231744 (type In-row data).
Repair: The page (1:1170173) has been deallocated from object ID 1790629422, index ID 1, partition ID 72057594045071360, alloc unit ID 72057594051231744 (type In-row data).
Repair: The page (1:1170174) has been deallocated from object ID 1790629422, index ID 1, partition ID 72057594045071360, alloc unit ID 72057594051231744 (type In-row data).
The error has been repaired.
The error has been repaired.
The error has been repaired.
The error has been repaired.
There are 727680 rows in 15535 pages for object "InterfaceTraffic_Hourly".
CHECKDB found 0 allocation errors and 3 consistency errors in table 'InterfaceTraffic_Hourly' (object ID 1790629422).
CHECKDB fixed 0 allocation errors and 3 consistency errors in table 'InterfaceTraffic_Hourly' (object ID 1790629422).
DBCC results for 'TrapRules'.
There are 0 rows in 0 pages for object "TrapRules".
DBCC results for 'NodeCustomPollerJobs'.
There are 0 rows in 0 pages for object "NodeCustomPollerJobs".
DBCC results for 'ResponseTime_Daily'.
There are 39828 rows in 287 pages for object "ResponseTime_Daily".
DBCC results for 'ResponseTime_Detail'.
There are 2154400 rows in 9431 pages for object "ResponseTime_Detail".
DBCC results for 'ResponseTime_Hourly'.
There are 203111 rows in 1489 pages for object "ResponseTime_Hourly".
DBCC results for 'sys.queue_messages_1977058079'.
There are 0 rows in 0 pages for object "sys.queue_messages_1977058079".
DBCC results for 'VirtualMachines'.
There are 0 rows in 0 pages for object "VirtualMachines".
DBCC results for 'sys.queue_messages_2009058193'.
There are 0 rows in 0 pages for object "sys.queue_messages_2009058193".
DBCC results for 'VMHostNodes'.
There are 0 rows in 0 pages for object "VMHostNodes".
DBCC results for 'sys.queue_messages_2041058307'.
There are 0 rows in 0 pages for object "sys.queue_messages_2041058307".
DBCC results for 'Accounts'.
There are 3 rows in 1 pages for object "Accounts".
DBCC results for 'VMHostScratch'.
There are 0 rows in 0 pages for object "VMHostScratch".
DBCC results for 'TrapRulesDetail'.
There are 0 rows in 0 pages for object "TrapRulesDetail".
DBCC results for 'VMInterfaces'.
There are 0 rows in 0 pages for object "VMInterfaces".
DBCC results for 'WebCommunityStrings'.
There are 19 rows in 1 pages for object "WebCommunityStrings".
DBCC results for 'VMScratch'.
There are 0 rows in 0 pages for object "VMScratch".
DBCC results for 'ActiveAlerts'.
There are 0 rows in 0 pages for object "ActiveAlerts".
CHECKDB found 0 allocation errors and 577 consistency errors in database 'NetPerf'.
CHECKDB fixed 0 allocation errors and 577 consistency errors in database 'NetPerf'.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
September 17, 2009 at 6:14 am
From what I can see, it looks like REPAIR_DATA_LOSS has fixed the issue (at what cost, you have yet to find out). What problem are you having after running the DBCC check?
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
September 17, 2009 at 8:18 am
Grant Fritchey (9/17/2009)
From what I can see, it looks like REPAIR_DATA_LOSS has fixed the issue (at what cost, you have yet to find out). What problem are you having after running the DBCC check?
Gave me a headache, just looking at that. Dont think that has fixed everything. If any of the clustered indexes were damaged then data loss would be a good certainity.
I would suggest that you run the dbcc checkdb again without options and see what it reports
--------------------------------------------------------------------------------------
[highlight]Recommended Articles on How to help us help you and[/highlight]
[highlight]solve commonly asked questions[/highlight]
Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
Managing Transaction Logs by Gail Shaw[/url]
How to post Performance problems by Gail Shaw[/url]
Help, my database is corrupt. Now what? by Gail Shaw[/url]
September 17, 2009 at 11:47 am
Silverfox (9/17/2009)
Grant Fritchey (9/17/2009)
From what I can see, it looks like REPAIR_DATA_LOSS has fixed the issue (at what cost, you have yet to find out). What problem are you having after running the DBCC check?Gave me a headache, just looking at that. Dont think that has fixed everything. If any of the clustered indexes were damaged then data loss would be a good certainity.
I would suggest that you run the dbcc checkdb again without options and see what it reports
Yeah, absolutely, there was data loss, he ran DBCC and allowed it to drop data. The only question is how much data did he lose. But if that ran, and I didn't see an unfixed error (although with all that stuff, who knows), what's the problem now? He ought to be able to bring the database online... and then find out how much of the data is gone forever.
To the OP, have you set up backups yet?
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply