Index Usage Report — ACME-192-0-2-97
Host: 192.0.2.97
Collected: 2026-09-15T18:01:45Z
Server dashboard: http://192.0.2.15:8080/report_dba/server-metrics.html?server=ACME-192-0-2-97
Fleet inventory: http://192.0.2.15:8080/report_dba/database-inventory.html
They are zeroed by a restart, so user_seeks = 0 means "not used since that instant", not "never used". last_stats_update is a different clock again: it is set by UPDATE STATISTICS / auto-update, not by usage, so a heavily used index can still carry statistics from months ago.
| Metric | Count | Meaning |
|---|---|---|
| indexes_total | 29432 | every index on a CatalogHistory table |
| used | 3420 | had a seek, scan or lookup |
| unused | 998 | written but never read |
| cold | 25014 | never read AND never written since restart |
| disabled | 0 | ALTER INDEX ... DISABLE was run |
| droppable | 5880 | nonclustered, not unique, no constraint, never read |
| fragmented | 76 | above the rebuild threshold |
| Database | Total | Cold | Disabled | Droppable | Recommend action |
|---|---|---|---|---|---|
| host-947 | 29023 | 24677 | 0 | 5780 | review the drop candidates above |
| TERRITORY | 368 | 314 | 0 | 94 | review the drop candidates above |
| CUSTOMER | 12 | 9 | 0 | 5 | review the drop candidates above |
| host-115 | 29 | 14 | 0 | 1 | review the drop candidates above |
Nonclustered, not unique, not enforcing a constraint, never read. Highest write cost first — that is what the index is charging for.
| Index | user_updates | last_read | State | Recommend action |
|---|---|---|---|---|
| host-947.dbo.CatalogSummary.IX_WarehouseArchive | 20708201 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_ContractQueue | 11007518 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_SettlementStaging | 10979842 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_CampaignLine | 10979842 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_SettlementHistory | 10979842 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_ForecastArchive | 10979842 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_AssetLog | 10979842 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingEntry.IX_ForecastStatus | 4310092 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerDaily.IX_ForecastStatus | 4004167 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerDaily.IX_ForecastAudit | 3278417 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_RouteMonthly | 2858277 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerDaily.IX_CustomerDaily | 2572245 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerDaily.IX_OrdersEntry | 2568275 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerDaily.IX_InvoiceArchive | 2072558 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerDaily.IX_SettlementStatus | 2072558 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerDaily.IX_BillingStaging | 2072558 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerDaily.IX_TicketLog | 2072558 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractLine.IX_WarehouseEntry | 1662976 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftQueue.IX_CatalogDaily | 951617 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingArchive.IX_RouteHistory | 932491 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteLine.IX_OrdersStaging | 826053 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerResult.IX_SettlementEntry | 599453 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerResult.IX_AssetSummary | 599453 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerResult.IX_RouteStaging | 599453 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteLine.IX_WarehouseAudit | 535002 | never | UNUSED | review, then DROP |
| host-947.dbo.BATCH.IX_ShipmentAudit | 527032 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterHeader.IX_CatalogResult | 509338 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterHeader.IX_CustomerDaily | 509338 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterHeader.IX_BillingSnapshot | 509338 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingLine.IX_MeterStatus | 498881 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_PayrollLog | 498761 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_CustomerDaily | 495363 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_RouteMonthly | 495302 | never | UNUSED | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_CatalogEntry | 378728 | never | UNUSED | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_BatchArchive | 378728 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierDetail.IX_InvoiceLine | 367715 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierDetail.IX_ReconcileResult | 367715 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteLine.IX_PolicyDetail | 321964 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteLog.IX_SalesArchive | 315119 | never | UNUSED | review, then DROP |
| host-947.dbo.BOM.IX_BatchDetail | 226929 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketSummary.IX_PricingArchive | 195287 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogHistory.IX_InvoiceMonthly | 167476 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceResult.IX_RosterLine | 167451 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaHistory.IX_CatalogSnapshot | 165151 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaHistory.IX_RouteEntry | 165151 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollHeader.IX_CatalogMonthly | 155388 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollHeader.IX_BatchResult | 155388 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_CatalogStaging | 83950 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerAudit.IX_BillingLine | 81175 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_QuotaLog | 79957 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollStaging.IX_ReconcileMonthly | 79673 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSummary.IX_MeterResult | 68089 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSummary.IX_AssetArchive | 68089 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSummary.IX_CatalogDetail | 68089 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogHeader.IX_TicketArchive | 61333 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteSnapshot.IX_PayrollAudit | 60802 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterHeader.IX_TicketMonthly | 60247 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterHeader.IX_AssetHeader | 60247 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollStatus.IX_CampaignEntry | 57894 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_CatalogDetail | 53807 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingHeader.IX_PolicyDetail | 53807 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierArchive.IX_PricingSummary | 53807 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchEntry.IX_WarehouseAudit | 53807 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLine.IX_BookingArchive | 52247 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseHistory.IX_ReconcileHistory | 39985 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileResult.IX_ContractLine | 35777 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileResult.IX_CustomerDetail | 35711 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileResult.IX_TicketAudit | 35612 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyMonthly.IX_QuotaArchive | 35450 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyMonthly.IX_RosterSnapshot | 35445 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyMonthly.IX_BillingAudit | 35445 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_ContractDetail | 34699 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_PolicyHistory | 34528 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierHeader.IX_CustomerLine | 32465 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierHeader.IX_TerritoryResult | 31090 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierHeader.IX_PricingDetail | 31090 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierHeader.IX_SupplierAudit | 31090 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierHeader.IX_ReconcileEntry | 31090 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierHeader.IX_SettlementAudit | 31090 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerSummary.IX_OrdersArchive | 30702 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerHeader.IX_ClaimDetail | 29112 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingLog.IX_BookingLine | 29055 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingLog.IX_AssetStaging | 29055 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingLog.IX_TerritoryLine | 29055 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchDetail.IX_CatalogHistory | 23215 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchDetail.IX_TicketStatus | 23215 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchDetail.IX_ShipmentAudit | 23215 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesArchive.IX_ReconcileArchive | 22169 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_WarehouseSnapshot | 21224 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketQueue.IX_SupplierSnapshot | 21224 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileLine.IX_RosterQueue | 20592 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimAudit.IX_AssetAudit | 18966 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimAudit.IX_TicketStatus | 18679 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimAudit.IX_AssetSummary | 18679 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimAudit.IX_PolicySnapshot | 18679 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimAudit.IX_OrdersResult | 18679 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimAudit.IX_BookingEntry | 18679 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimAudit.IX_PricingHeader | 18679 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_MeterArchive | 15706 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_WarehouseHistory | 15706 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_CatalogArchive | 15706 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_PayrollSummary | 15706 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaDaily.IX_QuotaStaging | 15565 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaDaily.IX_AssetArchive | 15565 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_ForecastQueue | 14845 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_StaffingHistory | 13531 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_SettlementMonthly | 13531 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_LedgerDaily | 13531 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierDetail.IX_TicketDaily | 13110 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLine.IX_ContractDaily | 12424 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLine.IX_ContractDaily | 12424 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLine.IX_ReconcileSnapshot | 12424 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLine.IX_RouteDaily | 12424 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLine.IX_PayrollQueue | 12424 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseStatus.IX_CampaignAudit | 11839 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_BatchQueue | 11686 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_MeterMonthly | 11649 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesSnapshot.IX_ShipmentDetail | 11502 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerLog.IX_RosterLine | 11107 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerStaging.IX_ShiftDetail | 10709 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerStaging.IX_BookingLine | 10709 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerStaging.IX_ForecastAudit | 10709 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerStaging.IX_RosterHeader | 10709 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingArchive.IX_CampaignHistory | 10665 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingArchive.IX_AssetAudit | 10665 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingArchive.IX_PayrollHeader | 10665 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingArchive.IX_InvoiceQueue | 10665 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingArchive.IX_TerritoryDetail | 10665 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteSummary.IX_RosterSnapshot | 10582 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersLine.IX_ForecastDetail | 10497 | never | UNUSED | review, then DROP |
| host-947.dbo.CampaignResult.IX_PolicyEntry | 10497 | never | UNUSED | review, then DROP |
| host-947.dbo.CampaignResult.IX_RosterResult | 10497 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteSummary.IX_CustomerDetail | 10344 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteSummary.IX_RouteHistory | 10344 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteSummary.IX_SupplierDetail | 10344 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteSummary.IX_CatalogHistory | 10344 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteSummary.IX_PolicyResult | 10344 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteSummary.IX_PolicyDaily | 10344 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterArchive.IX_PayrollAudit | 10293 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierMonthly.IX_InvoiceDaily | 9103 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesArchive.IX_InvoiceStatus | 8742 | never | UNUSED | review, then DROP |
| host-947.dbo.BillingArchive.IX_LedgerLine | 8723 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_SettlementSummary | 8659 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastSummary.IX_ContractDetail | 8659 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_CustomerStatus | 8500 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_PricingQueue | 8500 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_MeterDaily | 8500 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_SettlementDetail | 8500 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_PolicyLog | 8500 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_ClaimLine | 8500 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_TerritoryQueue | 8500 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_CatalogDetail | 8500 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_AssetStatus | 8487 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_BatchLine | 8403 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_TicketLine | 8389 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_BatchLine | 8389 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_BookingLine | 8389 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_MeterMonthly | 8389 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_CampaignResult | 8389 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_BillingDetail | 8389 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingMonthly.IX_OrdersMonthly | 8359 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastArchive.IX_ShipmentQueue | 7382 | never | UNUSED | review, then DROP |
| host-947.dbo.BillingHeader.IX_WarehouseHeader | 7375 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractHeader.IX_PricingDaily | 7103 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractHeader.IX_TicketLog | 7103 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingMonthly.IX_ReconcileStaging | 6996 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierHeader.IX_SettlementHistory | 6927 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierHeader.IX_ReconcileDaily | 6927 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierHeader.IX_ClaimStaging | 6927 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingLog.IX_BillingQueue | 6475 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingLog.IX_QuotaSummary | 6475 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractAudit.IX_QuotaArchive | 6417 | never | UNUSED | review, then DROP |
| host-947.dbo.AssetSnapshot.IX_BatchDaily | 6367 | never | UNUSED | review, then DROP |
| host-947.dbo.AssetSnapshot.IX_RosterMonthly | 6367 | never | UNUSED | review, then DROP |
| host-947.dbo.AssetSnapshot.IX_SettlementMonthly | 6367 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingEntry.IX_ContractLine | 6031 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingEntry.IX_ReconcileAudit | 6031 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingEntry.IX_SettlementEntry | 6031 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingEntry.IX_PayrollEntry | 6031 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingEntry.IX_PayrollArchive | 6031 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingEntry.IX_MeterLog | 6031 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingEntry.IX_QuotaSnapshot | 6031 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingEntry.IX_RosterMonthly | 6031 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingMonthly.IX_ReconcileResult | 6020 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerSummary.IX_PayrollHeader | 5482 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerSummary.IX_TerritoryAudit | 5482 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerSummary.IX_BillingLine | 5482 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerSummary.IX_PricingMonthly | 5482 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerLog.IX_SettlementMonthly | 4754 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerLog.IX_WarehouseSnapshot | 4754 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerLog.IX_TerritoryLine | 4754 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerLog.IX_CatalogStatus | 4754 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerLog.IX_CatalogHeader | 4754 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerLog.IX_TerritoryHeader | 4754 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStatus.IX_SupplierAudit | 4104 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftQueue.IX_OrdersHeader | 3952 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftQueue.IX_ForecastLine | 3952 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftQueue.IX_SalesSummary | 3952 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingAudit.IX_ReconcileHistory | 3160 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingAudit.IX_CampaignHeader | 3160 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingAudit.IX_InvoiceLine | 3160 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingAudit.IX_RosterLog | 3160 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileMonthly.IX_SupplierStaging | 2914 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingHeader.IX_InvoiceEntry | 2673 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingHeader.IX_WarehouseHistory | 2673 | never | UNUSED | review, then DROP |
| host-947.dbo.AssetMonthly.IX_PolicyArchive | 2639 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingStaging.IX_CatalogQueue | 2587 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingStaging.IX_BookingHistory | 2587 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingStaging.IX_PayrollMonthly | 2587 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingStaging.IX_ForecastMonthly | 2587 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingStaging.IX_OrdersStatus | 2587 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingStaging.IX_SalesSnapshot | 2587 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyQueue.IX_RouteStatus | 2364 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyQueue.IX_BatchQueue | 2364 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersHistory.IX_PricingLine | 2269 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersLine.IX_CustomerAudit | 2242 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterQueue.IX_MeterSummary | 2112 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteArchive.IX_BillingHeader | 2064 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteArchive.IX_SupplierAudit | 2064 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteArchive.IX_ContractMonthly | 2064 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerEntry.IX_LedgerEntry | 2022 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractAudit.IX_RouteResult | 1958 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractAudit.IX_SalesEntry | 1913 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractAudit.IX_LedgerDaily | 1913 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractAudit.IX_BookingStaging | 1913 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractAudit.IX_QuotaStaging | 1913 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_BillingLog | 1870 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractLog.IX_MeterHistory | 1781 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_BookingAudit | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_CatalogEntry | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_ContractSnapshot | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_CatalogArchive | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_CatalogDaily | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_CampaignStatus | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_AssetSnapshot | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_PricingHeader | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogSummary.IX_SettlementArchive | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteHistory.IX_AssetHeader | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteHistory.IX_QuotaDetail | 1775 | never | UNUSED | review, then DROP |
| host-947.dbo.AssetHistory.IX_CustomerMonthly | 1741 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingLine.IX_ShipmentLine | 1720 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_TerritoryQueue | 1709 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_OrdersArchive | 1709 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_CatalogMonthly | 1709 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_SettlementHistory | 1709 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchArchive.IX_PricingAudit | 1689 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_RouteAudit | 1603 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_BookingHeader | 1598 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerDetail.IX_SupplierLine | 1597 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterAudit.IX_SettlementHeader | 1547 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_PricingQueue | 1537 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_InvoiceDetail | 1498 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollStatus.IX_SalesDaily | 1488 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollStatus.IX_TerritoryQueue | 1488 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollStatus.IX_CustomerMonthly | 1488 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollStatus.IX_TicketMonthly | 1488 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_ShiftSummary | 1455 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_PayrollLog | 1455 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_MeterStatus | 1455 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_ShipmentSummary | 1453 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_ShiftAudit | 1446 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterHeader.IX_ReconcileSummary | 1446 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterHeader.IX_InvoiceSummary | 1446 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_ClaimSummary | 1446 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_WarehouseDetail | 1446 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_ContractResult | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_WarehouseLog | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_BillingQueue | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_BookingSummary | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_InvoiceEntry | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_ShiftStatus | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_CampaignSummary | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_TerritoryDetail | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_SupplierDaily | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_MeterDaily | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_ShipmentHistory | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_SalesSummary | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_BillingLog | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_QuotaDetail | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_InvoiceQueue | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_TerritoryMonthly | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_OrdersMonthly | 1404 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyStaging.IX_SalesHistory | 1380 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimEntry.IX_LedgerSnapshot | 1345 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_ShipmentSummary | 1269 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_ClaimDaily | 1241 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_RouteLog | 1225 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersSummary.IX_ForecastMonthly | 1197 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_QuotaLog | 1163 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_ReconcileSnapshot | 1163 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftHistory.IX_MeterAudit | 1086 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftHistory.IX_PayrollResult | 1086 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractEntry.IX_AssetStaging | 1066 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaAudit.IX_SalesSummary | 1066 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaAudit.IX_CampaignStaging | 1066 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaAudit.IX_PolicyArchive | 1066 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaAudit.IX_QuotaAudit | 1066 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaAudit.IX_LedgerDetail | 1066 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractEntry.IX_LedgerResult | 1047 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractEntry.IX_BatchEntry | 1047 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractEntry.IX_InvoiceSnapshot | 1047 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractEntry.IX_PayrollDetail | 1047 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractEntry.IX_ReconcileArchive | 1047 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_SupplierDaily | 1041 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_RouteLog | 1041 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_ShipmentHistory | 1041 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_BatchLine | 1041 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_CustomerLog | 1041 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_ContractMonthly | 1041 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_PricingHistory | 1041 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterDetail.IX_PolicyArchive | 1041 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_ReconcileHistory | 1006 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_RosterHistory | 1006 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_RosterDetail | 1006 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_RosterDaily | 990 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_SupplierAudit | 990 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_ShiftResult | 921 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_RosterLine | 921 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_PolicyArchive | 921 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_AssetSnapshot | 907 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_SupplierLine | 907 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_InvoiceLine | 907 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_RouteMonthly | 907 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_SalesHeader | 907 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_StaffingAudit | 907 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_QuotaEntry | 907 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogDetail.IX_BillingLine | 898 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogDetail.IX_InvoiceEntry | 898 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogDetail.IX_BillingArchive | 898 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseArchive.IX_ReconcileSnapshot | 892 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseArchive.IX_PricingArchive | 892 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterHeader.IX_ShipmentHistory | 850 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterHeader.IX_ForecastQueue | 850 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterHeader.IX_QuotaSummary | 850 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterHeader.IX_CampaignDetail | 850 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingHistory.IX_TicketHeader | 850 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingHistory.IX_RosterEntry | 850 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketArchive.IX_ReconcileArchive | 850 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketArchive.IX_RouteLog | 850 | never | UNUSED | review, then DROP |
| host-947.dbo.BillingStaging.IX_AssetDaily | 826 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteMonthly.IX_SalesSummary | 775 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogHeader.IX_OrdersEntry | 769 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogHeader.IX_ShipmentMonthly | 769 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogHeader.IX_CampaignArchive | 769 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogHeader.IX_SettlementEntry | 769 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogHeader.IX_BookingMonthly | 769 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogHeader.IX_MeterStaging | 769 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogHeader.IX_CatalogResult | 769 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierLog.IX_ContractStaging | 696 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentStaging.IX_QuotaAudit | 671 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersAudit.IX_ContractStaging | 638 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyLog.IX_ContractResult | 636 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyLog.IX_WarehouseSummary | 636 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyLog.IX_CustomerLog | 636 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyLog.IX_WarehouseLog | 636 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyLog.IX_RosterStaging | 636 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyLog.IX_ForecastHistory | 636 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaHeader.IX_ContractResult | 636 | never | UNUSED | review, then DROP |
| TERRITORY.sales.Log.IX_ClaimLine | 604 | never | UNUSED | review, then DROP |
| host-947.dbo.BillingEntry.IX_SalesLine | 593 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesMonthly.IX_WarehouseStaging | 585 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesMonthly.IX_CatalogQueue | 585 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesMonthly.IX_CatalogQueue | 585 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingArchive.IX_CampaignAudit | 585 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimLog.IX_ShiftHistory | 567 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimLog.IX_PayrollDaily | 567 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimLog.IX_TerritoryMonthly | 567 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimLog.IX_CampaignAudit | 567 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimLog.IX_CampaignHeader | 567 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_BillingQueue | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_SalesSnapshot | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimHistory.IX_MeterQueue | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimHistory.IX_ShipmentSnapshot | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimHistory.IX_CatalogHeader | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimHistory.IX_CustomerDetail | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimHistory.IX_RouteHeader | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimHistory.IX_SettlementSummary | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimHistory.IX_CampaignStaging | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimHistory.IX_OrdersQueue | 563 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_ReconcileAudit | 561 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_AssetHeader | 561 | never | UNUSED | review, then DROP |
| host-947.dbo.BillingEntry.IX_SalesHeader | 544 | never | UNUSED | review, then DROP |
| host-947.dbo.BillingEntry.IX_TerritoryStatus | 544 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingQueue.IX_TerritoryStaging | 541 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingQueue.IX_InvoiceStatus | 541 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimLog.IX_BillingHistory | 540 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyStaging.IX_BatchQueue | 534 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyStaging.IX_CampaignArchive | 534 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyStaging.IX_ReconcileResult | 534 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyStaging.IX_CampaignQueue | 534 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyStaging.IX_ContractHistory | 534 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollHistory.IX_AssetArchive | 534 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollHistory.IX_SupplierQueue | 534 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyHeader.IX_BillingAudit | 514 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyHeader.IX_PolicyStatus | 514 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteArchive.IX_RouteMonthly | 487 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_BillingDaily | 484 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_BillingQueue | 473 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStaging.IX_PricingResult | 450 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_WarehouseStatus | 450 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_PricingEntry | 434 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_TicketArchive | 434 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_BookingStaging | 434 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_RouteArchive | 434 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_PricingLine | 434 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_TicketEntry | 434 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketLog.IX_WarehouseSummary | 391 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollStatus.IX_StaffingResult | 391 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollStatus.IX_ContractDaily | 391 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogLog.IX_CampaignDaily | 374 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterQueue.IX_TicketAudit | 366 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierLog.IX_ContractQueue | 347 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierLog.IX_LedgerHeader | 347 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierLog.IX_RouteSummary | 347 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierLog.IX_TicketSummary | 347 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterQueue.IX_BookingLine | 336 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_OrdersHistory | 335 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_BatchArchive | 335 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_ShiftEntry | 328 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteArchive.IX_ContractSummary | 327 | never | UNUSED | review, then DROP |
| host-947.dbo.BillingEntry.IX_AssetDetail | 322 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_CampaignEntry | 314 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingDaily.IX_PricingMonthly | 311 | never | UNUSED | review, then DROP |
| host-947.dbo.AssetHeader.IX_AssetAudit | 309 | never | UNUSED | review, then DROP |
| host-947.dbo.SettlementArchive.IX_ForecastLine | 309 | never | UNUSED | review, then DROP |
| host-947.dbo.SettlementArchive.IX_BillingArchive | 309 | never | UNUSED | review, then DROP |
| host-947.dbo.SettlementArchive.IX_QuotaLine | 309 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesSummary.IX_CampaignSnapshot | 309 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesSummary.IX_CustomerArchive | 309 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesSummary.IX_CatalogMonthly | 309 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesSummary.IX_OrdersDetail | 309 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketLog.IX_ContractMonthly | 300 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_BillingStatus | 294 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_ReconcileArchive | 294 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_TicketLine | 294 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_BatchDaily | 294 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_ClaimSnapshot | 294 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerLog.IX_TicketSummary | 288 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteLine.IX_TicketMonthly | 281 | never | UNUSED | review, then DROP |
| host-947.dbo.RouteLine.IX_ShipmentLine | 281 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaStaging.IX_PolicyLine | 281 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaStaging.IX_PayrollArchive | 281 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractDetail.IX_CustomerSummary | 281 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_TicketSnapshot | 281 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_PricingQueue | 281 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseHeader.IX_WarehouseLog | 281 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollHistory.IX_BatchDetail | 281 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterLog.IX_PricingStaging | 272 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_PolicyQueue | 256 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_SupplierStatus | 220 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingDetail.IX_SalesMonthly | 214 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_SalesDaily | 213 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_PricingHistory | 213 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollQueue.IX_ClaimLine | 206 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollQueue.IX_LedgerSnapshot | 206 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollEntry.IX_OrdersStaging | 191 | never | UNUSED | review, then DROP |
| host-947.dbo.BookingSnapshot.IX_TicketMonthly | 175 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_TerritoryLog | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_AssetResult | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_ShiftHeader | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_ShipmentQueue | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_CatalogResult | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_QuotaArchive | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_LedgerSummary | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_SalesDetail | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_PayrollDaily | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_BookingLine | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_RouteQueue | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_ForecastArchive | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_ReconcileDaily | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_CampaignAudit | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_CustomerSnapshot | 174 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyLog.IX_PolicyDaily | 173 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyLog.IX_BatchResult | 173 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyLog.IX_BookingSnapshot | 173 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_SalesDetail | 171 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_BookingResult | 171 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_CatalogResult | 171 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_WarehouseMonthly | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_TerritoryMonthly | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_InvoiceSummary | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_RouteMonthly | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_PolicyEntry | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_TicketEntry | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_ContractAudit | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_InvoiceEntry | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_ReconcileHistory | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_MeterSnapshot | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_PayrollDaily | 168 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollDetail.IX_TicketResult | 160 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_AssetArchive | 155 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_BookingArchive | 155 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_SettlementEntry | 155 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_CampaignQueue | 155 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerStaging.IX_CatalogResult | 155 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftLine.IX_BatchHistory | 137 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollSummary.IX_MeterSnapshot | 137 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_RosterQueue | 125 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_RosterSnapshot | 125 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketHeader.IX_MeterResult | 125 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesEntry.IX_ClaimLine | 117 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketAudit.IX_InvoiceEntry | 117 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketAudit.IX_TerritorySnapshot | 117 | never | UNUSED | review, then DROP |
| host-947.dbo.AssetResult.IX_SettlementHeader | 110 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimDetail.IX_SupplierResult | 106 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerMonthly.IX_RouteStatus | 91 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentLine.IX_PricingLog | 88 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimResult.IX_CampaignAudit | 84 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimResult.IX_SalesStatus | 84 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketDetail.IX_ShiftResult | 81 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerMonthly.IX_ContractResult | 78 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerMonthly.IX_CampaignLine | 78 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerMonthly.IX_MeterAudit | 78 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyDaily.IX_RosterSnapshot | 78 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_CampaignEntry | 70 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_RouteAudit | 70 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterQueue.IX_AssetAudit | 58 | never | UNUSED | review, then DROP |
| host-947.dbo.PolicyDaily.IX_PricingSummary | 52 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_ReconcileDetail | 50 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractResult.IX_BookingEntry | 49 | never | UNUSED | review, then DROP |
| host-947.dbo.LedgerLog.IX_BookingStatus | 49 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_ShipmentLog | 49 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_CustomerSnapshot | 49 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_TicketArchive | 49 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_ContractEntry | 49 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingAudit.IX_ContractStatus | 49 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftSummary.IX_WarehouseHeader | 49 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftSummary.IX_InvoiceDaily | 49 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_StaffingLine | 44 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_LedgerHeader | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_AssetDetail | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_ShiftMonthly | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_BatchLine | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_CustomerMonthly | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_TerritorySummary | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_BookingSummary | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_QuotaLog | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_RosterEntry | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_BookingEntry | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_MeterHeader | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_CampaignHistory | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_SalesHeader | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_CustomerArchive | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_ContractEntry | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_ForecastHistory | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHistory.IX_ShipmentQueue | 36 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterHistory.IX_BillingLine | 32 | never | UNUSED | review, then DROP |
| TERRITORY.sales.BatchMonthly.IX_StaffingEntry | 32 | never | UNUSED | review, then DROP |
| TERRITORY.sales.BatchMonthly.IX_CustomerEntry | 32 | never | UNUSED | review, then DROP |
| TERRITORY.sales.BatchMonthly.IX_AssetDaily | 32 | never | UNUSED | review, then DROP |
| TERRITORY.sales.Task.IX_ShiftMonthly | 32 | never | UNUSED | review, then DROP |
| host-947.dbo.SettlementArchive.IX_ShiftArchive | 29 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesSnapshot.IX_OrdersEntry | 28 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogResult.IX_SettlementStatus | 28 | never | UNUSED | review, then DROP |
| host-947.dbo.SettlementArchive.IX_TicketLog | 27 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketLog.IX_MeterStaging | 27 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketLog.IX_InvoiceDetail | 27 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_TicketHeader | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_BookingDaily | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_CustomerLine | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_BookingAudit | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_SalesDetail | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_StaffingAudit | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_RosterSummary | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_RouteSnapshot | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_ContractLog | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_WarehouseMonthly | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_SalesResult | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_OrdersArchive | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_BillingAudit | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_SettlementResult | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_LedgerEntry | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_BillingDetail | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_PricingLine | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_OrdersStaging | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.ContractArchive.IX_ShiftResult | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesQueue.IX_MeterAudit | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingDaily.IX_ForecastHeader | 26 | never | UNUSED | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_SettlementStatus | 25 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimQueue.IX_CampaignHeader | 23 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimQueue.IX_ContractStaging | 23 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimQueue.IX_BillingEntry | 23 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimQueue.IX_TicketEntry | 23 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryEntry.IX_CatalogLine | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryEntry.IX_PricingDaily | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersHeader.IX_PolicyLine | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerSummary.IX_RosterResult | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingResult.IX_SettlementStaging | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollStatus.IX_PolicyEntry | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchMonthly.IX_BookingMonthly | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastStatus.IX_BillingAudit | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastStatus.IX_PolicyArchive | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastStatus.IX_SettlementArchive | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastStatus.IX_SettlementQueue | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastStatus.IX_PricingStaging | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastStatus.IX_PolicySnapshot | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastStatus.IX_BillingDetail | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastStatus.IX_CampaignDetail | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceAudit.IX_WarehouseHeader | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.InvoiceAudit.IX_SettlementDetail | 22 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollHistory.IX_StaffingLine | 20 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollHistory.IX_RosterDetail | 20 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollHistory.IX_PolicyMonthly | 20 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollHistory.IX_SupplierDetail | 20 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_RosterResult | 19 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileHistory.IX_CatalogSummary | 17 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingEntry.IX_InvoiceEntry | 16 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_CatalogResult | 13 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastDaily.IX_BookingStaging | 13 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierQueue.IX_SalesEntry | 11 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryResult.IX_ForecastLine | 11 | never | UNUSED | review, then DROP |
| host-947.dbo.SettlementLog.IX_ShiftMonthly | 10 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingLine.IX_SettlementHistory | 10 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_CustomerLine | 9 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryHeader.IX_AssetDetail | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_SalesStaging | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_SupplierQueue | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_RosterHeader | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_RouteLine | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_SupplierSnapshot | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_AssetDaily | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_BookingLog | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_QuotaDaily | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_StaffingEntry | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_BookingAudit | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_LedgerAudit | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_ShipmentDetail | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CatalogStatus.IX_WarehouseArchive | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerHeader.IX_SupplierMonthly | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerHeader.IX_BatchStatus | 7 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingLine.IX_PricingHistory | 6 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingLine.IX_PayrollHeader | 6 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingLine.IX_StaffingResult | 6 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchAudit.IX_RosterMonthly | 6 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchAudit.IX_ContractDaily | 6 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_LedgerDaily | 6 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingEntry.IX_ShipmentSnapshot | 6 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_BatchSnapshot | 5 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchDetail.IX_BatchStaging | 4 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchDetail.IX_PolicyDetail | 4 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_CampaignStatus | 4 | never | UNUSED | review, then DROP |
| host-947.dbo.StaffingArchive.IX_LedgerSummary | 4 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchDetail.IX_CatalogSnapshot | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchDetail.IX_PolicyResult | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchDetail.IX_TicketEntry | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.BatchDetail.IX_TerritoryQueue | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.RosterLog.IX_CampaignAudit | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.QuotaQueue.IX_SettlementStaging | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftStaging.IX_SettlementSnapshot | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftStaging.IX_SalesSnapshot | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftStaging.IX_BatchDaily | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.SalesHeader.IX_SupplierAudit | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_OrdersHistory | 3 | never | UNUSED | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_WarehouseHistory | 2 | never | UNUSED | review, then DROP |
| host-947.dbo.ForecastAudit.IX_BookingResult | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.ClaimLine.IX_OrdersQueue | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.ReconcileArchive.IX_PayrollStaging | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_StaffingHeader | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_ClaimDaily | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_SalesLog | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_BatchResult | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollAudit.IX_MeterQueue | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollAudit.IX_QuotaResult | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollAudit.IX_ClaimHeader | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftResult.IX_SettlementResult | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftResult.IX_CatalogArchive | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingQueue.IX_ClaimSummary | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.CustomerQueue.IX_ContractStatus | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_ReconcileHistory | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_LedgerHeader | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_ShiftStatus | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_PolicyQueue | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.ShiftArchive.IX_AssetResult | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.PricingHistory.IX_OrdersSnapshot | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.TicketResult.IX_ReconcileStatus | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.PayrollEntry.IX_BillingStaging | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.SupplierMonthly.IX_ForecastSummary | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_ClaimSummary | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_InvoiceArchive | 1 | never | UNUSED | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceQueue.IX_CatalogHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_CampaignMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStatus.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStatus.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_PricingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_OrdersMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_CampaignArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLog.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLog.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_SettlementLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_SalesHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_SupplierSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_InvoiceEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_SettlementQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStatus.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_SupplierSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_ShipmentSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_MeterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLog.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLog.IX_SupplierStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketQueue.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDaily.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingQueue.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingQueue.IX_ClaimMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStatus.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStaging.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStaging.IX_BillingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStaging.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimAudit.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimAudit.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketAudit.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLine.IX_ReconcileHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStaging.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_RouteLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_TicketMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSnapshot.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLog.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollDetail.IX_WarehouseHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_TicketDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_ClaimHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLine.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_CampaignArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentResult.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHeader.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHeader.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLine.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_SalesHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_WarehouseSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyQueue.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLog.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDaily.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_SettlementMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_StaffingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_CustomerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_PolicyResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_PayrollQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_SalesHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierMonthly.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLog.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLog.IX_TicketHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteQueue.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterQueue.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingArchive.IX_ContractDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHistory.IX_BatchArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLine.IX_BatchAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLine.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_AssetHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_CustomerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStatus.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStatus.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileEntry.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileEntry.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHeader.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_PricingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_QuotaAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStatus.IX_ClaimLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStatus.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSummary.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSummary.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_RosterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteMonthly.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteMonthly.IX_PricingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteMonthly.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSummary.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSummary.IX_MeterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSummary.IX_AssetAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHistory.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_ReconcileHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHistory.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHistory.IX_QuotaHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_BookingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimMonthly.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimMonthly.IX_OrdersEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignEntry.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignEntry.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignEntry.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignEntry.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_RouteEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_PolicyQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_PayrollQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_MeterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_BatchEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_InvoiceSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_ForecastArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_BillingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_SupplierSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStatus.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLine.IX_RosterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_ForecastArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLine.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignQueue.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyMonthly.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyMonthly.IX_OrdersDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyMonthly.IX_StaffingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceQueue.IX_AssetAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_ContractEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_BookingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerArchive.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_ForecastDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLine.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesAudit.IX_PolicyDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_ReconcileArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSummary.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSummary.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_MeterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_ClaimLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_OrdersLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_ContractStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_ContractArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_CustomerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerResult.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_CatalogMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_BookingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDetail.IX_InvoiceResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDetail.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLine.IX_WarehouseLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLine.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHeader.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHeader.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHeader.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSnapshot.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSnapshot.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceQueue.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceArchive.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSnapshot.IX_OrdersMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingArchive.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_QuotaLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_BatchHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_SalesHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_RouteResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStatus.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ContractQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStatus.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_PricingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_StaffingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_BatchHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketAudit.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStaging.IX_ContractHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStaging.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStaging.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStaging.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_MeterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_CampaignEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_RouteHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerAudit.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerAudit.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_BillingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_PricingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_TerritoryStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_SettlementHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_InvoiceLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_CatalogEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingMonthly.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileMonthly.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHeader.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHeader.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractLine.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStatus.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStatus.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStaging.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStaging.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractSnapshot.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceAudit.IX_TerritoryStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStatus.IX_TicketDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLog.IX_MeterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractAudit.IX_BatchLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractAudit.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSnapshot.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStaging.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_ShiftStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaEntry.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaEntry.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingMonthly.IX_ReconcileQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingMonthly.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingMonthly.IX_ForecastDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingMonthly.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHistory.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerAudit.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_SalesHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_BookingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLine.IX_SettlementQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_RouteQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSummary.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_InvoiceSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryEntry.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLog.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLog.IX_ContractEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDetail.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterAudit.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStatus.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketAudit.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftQueue.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHeader.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_WarehouseEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_ClaimSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_TicketHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_ShipmentHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_CustomerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_CampaignSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_SalesStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_RosterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_QuotaResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHistory.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDaily.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDaily.IX_RouteHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDaily.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_SettlementAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_ReconcileHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyQueue.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_SettlementStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_PolicyResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_TerritorySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingArchive.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignEntry.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_BillingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStaging.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStaging.IX_ReconcileArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStaging.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStatus.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLine.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHistory.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingAudit.IX_BookingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_LedgerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLine.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketEntry.IX_MeterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignDaily.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_SupplierStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceArchive.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_OrdersHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_SettlementStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStaging.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_WarehouseLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLine.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_TerritoryEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_PayrollArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketArchive.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingAudit.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastMonthly.IX_BookingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLog.IX_TerritoryHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStaging.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_TicketResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_PricingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_SupplierStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_ReconcileSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_CampaignResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_SupplierDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDetail.IX_CustomerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDetail.IX_SupplierAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStaging.IX_ReconcileEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStaging.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_AssetHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHeader.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileAudit.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileAudit.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileAudit.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_ClaimMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_SettlementLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_MeterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_ForecastHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLine.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_CustomerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_SupplierSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogEntry.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_InvoiceSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_WarehouseSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStaging.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStaging.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStaging.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHistory.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLine.IX_ContractStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_ContractStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStatus.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStatus.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHistory.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHistory.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_PricingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterEntry.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterEntry.IX_ShipmentHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterEntry.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractLog.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesAudit.IX_AssetHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaHistory.IX_QuotaLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDaily.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStatus.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_CatalogMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStatus.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollResult.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_ReconcileSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_CustomerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLog.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLog.IX_AssetHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_ClaimArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDaily.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDaily.IX_SettlementSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDaily.IX_ContractHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterAudit.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractSummary.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractSummary.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractSummary.IX_RosterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_TerritorySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDetail.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStatus.IX_CustomerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStatus.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHeader.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_ShipmentSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLine.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLine.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLine.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersEntry.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersEntry.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSnapshot.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSummary.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_BatchArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_PolicyDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLine.IX_InvoiceLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLine.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLine.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_RouteLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_BookingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftAudit.IX_AssetSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLog.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLog.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLog.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollQueue.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollQueue.IX_RosterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyResult.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyResult.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_ReconcileSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_CustomerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_BookingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStatus.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogResult.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogResult.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogResult.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHeader.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerResult.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerResult.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_ClaimSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_InvoiceLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketAudit.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketAudit.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierMonthly.IX_TicketLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierMonthly.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_BatchEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_CustomerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftResult.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_BatchHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_QuotaArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_QuotaLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractAudit.IX_ClaimLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractAudit.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_ContractEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_CatalogHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_RouteHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetQueue.IX_ReconcileHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_OrdersMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_CatalogLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStaging.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStaging.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStaging.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStaging.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_RosterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_InvoiceSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_CatalogLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStatus.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_PricingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_PolicyResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_MeterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_ShipmentDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_CustomerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_QuotaDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingMonthly.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingMonthly.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDaily.IX_CampaignMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDaily.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_ContractArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_SettlementAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_PricingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_AssetAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStatus.IX_PayrollResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStatus.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_OrdersMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_TicketStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_BatchAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_QuotaLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_CampaignHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_BatchQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_WarehouseSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketEntry.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketEntry.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_CustomerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_CustomerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_BookingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_MeterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerArchive.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDetail.IX_StaffingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_MeterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_WarehouseDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHeader.IX_ShipmentHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerArchive.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerArchive.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerArchive.IX_BatchArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerArchive.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetArchive.IX_RosterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_SettlementHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStatus.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_SupplierAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLine.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterQueue.IX_CampaignEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_BatchDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_WarehouseSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLine.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_CampaignResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_PayrollLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_ClaimMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_QuotaDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStaging.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStaging.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStaging.IX_SalesHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStaging.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_BillingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStatus.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_TerritoryLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_StaffingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_SettlementMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_SupplierSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHistory.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_StaffingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_BookingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_SettlementHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_SupplierAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_SupplierStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSummary.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSummary.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSummary.IX_BookingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSummary.IX_ContractEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSummary.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHistory.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_WarehouseLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_RouteHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_PricingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_MeterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLine.IX_SupplierStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLine.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_SupplierEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStatus.IX_MeterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStatus.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHeader.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_ReconcileArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_TerritoryLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_SettlementMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastResult.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStatus.IX_CatalogQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_ContractDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_PricingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLine.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingAudit.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_RosterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_CatalogMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_CatalogMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_TicketStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_MeterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDaily.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_CustomerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHeader.IX_PayrollResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_ReconcileSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_PolicyQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_ContractArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_MeterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStaging.IX_CatalogQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterAudit.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterAudit.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterAudit.IX_SalesHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStaging.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDetail.IX_SettlementSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_BillingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_QuotaDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_CustomerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_TerritoryHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStatus.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStatus.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_ContractHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchArchive.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_SupplierStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_ReconcileHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_ClaimArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStaging.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStaging.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_TerritorySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_ShipmentSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_MeterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSnapshot.IX_AssetHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSnapshot.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSnapshot.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_TicketSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_ReconcileHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_SettlementHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSummary.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_CatalogQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_WarehouseDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_CustomerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ContractQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ClaimArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_BillingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_CustomerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_InvoiceLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BookingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_ContractHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_BillingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStatus.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_PayrollQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingMonthly.IX_BatchLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_PricingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLog.IX_TicketResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSummary.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_InvoiceLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_SupplierMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_CustomerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignQueue.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignQueue.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignQueue.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignQueue.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_ContractHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_ContractArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterQueue.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerResult.IX_BillingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_PolicyQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteEntry.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStaging.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDaily.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDaily.IX_ShipmentStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingEntry.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDaily.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_WarehouseEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingResult.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingResult.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_TicketHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_ForecastHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_ReconcileLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_BillingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStaging.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_ReconcileArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_AssetHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLine.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractLog.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_MeterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceAudit.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSnapshot.IX_WarehouseHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_SupplierSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStatus.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStatus.IX_CampaignHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStatus.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingQueue.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ReconcileEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_LedgerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_PolicyDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_SupplierEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_OrdersHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractSnapshot.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_SalesHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_PolicyResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ForecastArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_SupplierSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_ClaimSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_SalesHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_CampaignSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStaging.IX_QuotaAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollDetail.IX_QuotaAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDaily.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_TerritoryLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_WarehouseEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_SupplierDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_SettlementStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingAudit.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketArchive.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHistory.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStaging.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_InvoiceEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaAudit.IX_StaffingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_InvoiceSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseEntry.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_ForecastHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_CustomerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHeader.IX_CampaignEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHeader.IX_SupplierEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_SalesHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_SalesHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLine.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSnapshot.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSnapshot.IX_CatalogMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_BatchSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStatus.IX_CatalogLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHeader.IX_RouteLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_SupplierStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterArchive.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHeader.IX_CampaignHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHeader.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_QuotaResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_ShiftLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSummary.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_CatalogEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_ReconcileHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_QuotaResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDaily.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_BookingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_ContractQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_CatalogLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_BatchLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLine.IX_ClaimMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLine.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHistory.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_MeterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_ReconcileEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_PolicyResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_TicketMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_PricingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterAudit.IX_TicketMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDetail.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDetail.IX_WarehouseLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDetail.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDetail.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_BookingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_CustomerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_ForecastHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHeader.IX_SettlementQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHeader.IX_TerritoryLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHeader.IX_SettlementMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHeader.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDaily.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingEntry.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_RouteLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftMonthly.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftMonthly.IX_ReconcileEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterQueue.IX_BookingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterQueue.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetArchive.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStatus.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_ContractHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_TicketArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastResult.IX_TicketResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastMonthly.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_ShipmentSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_OrdersHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_WarehouseLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_RosterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDetail.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileHistory.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_QuotaDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSnapshot.IX_BillingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSnapshot.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyQueue.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStaging.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_QuotaHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingAudit.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_CatalogLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerResult.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignDaily.IX_ShipmentDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDetail.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileAudit.IX_RouteQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHistory.IX_ForecastArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLog.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHistory.IX_BatchQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStatus.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHeader.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_RosterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDaily.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStaging.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteMonthly.IX_CampaignSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileEntry.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_SupplierDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryEntry.IX_CatalogEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryEntry.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryEntry.IX_CatalogLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_BookingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_OrdersEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_WarehouseLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_CatalogLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_ForecastStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_BillingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_CustomerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_ForecastStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHeader.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_AssetSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_ForecastStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingAudit.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_BookingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_PricingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_PricingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDetail.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDetail.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_CatalogResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_ForecastArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_BatchArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileResult.IX_WarehouseLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileResult.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileResult.IX_SettlementMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHistory.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogEntry.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogEntry.IX_PayrollArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogEntry.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLine.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_BillingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_MeterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDaily.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDaily.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDaily.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_RouteDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStatus.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStatus.IX_ReconcileLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStatus.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStatus.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDetail.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_StaffingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_ContractEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaEntry.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaEntry.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaEntry.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLog.IX_ReconcileArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersMonthly.IX_CustomerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDetail.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDetail.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDetail.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDetail.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDetail.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSnapshot.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingQueue.IX_CatalogArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_ReconcileHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_PricingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_BillingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierQueue.IX_SettlementStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_OrdersDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_TerritoryHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_TerritoryHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignDetail.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignDetail.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignDetail.IX_PricingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_CustomerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingMonthly.IX_RosterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingMonthly.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingMonthly.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingMonthly.IX_QuotaLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingMonthly.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_PolicyQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_BillingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSummary.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_SettlementQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterEntry.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_BookingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingMonthly.IX_CustomerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingMonthly.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingMonthly.IX_BookingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDetail.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDaily.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDaily.IX_TerritoryHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLine.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_TicketSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_TerritorySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_AssetAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_TicketHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_PricingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_TerritoryLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterArchive.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_SalesStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterArchive.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingArchive.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileHistory.IX_BookingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDetail.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_ForecastArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_CustomerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_LedgerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersResult.IX_RouteLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLine.IX_ShiftLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLine.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLine.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLine.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_ReconcileHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_CustomerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_StaffingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_MeterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSnapshot.IX_RouteResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_SupplierSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersResult.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_BookingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_StaffingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_BookingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingResult.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterEntry.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHeader.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_SettlementSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_RosterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_MeterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterEntry.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDaily.IX_BillingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDetail.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_ShiftStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLine.IX_PricingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStatus.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLine.IX_PricingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_ContractDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStaging.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLog.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollDaily.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollDaily.IX_InvoiceResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollDaily.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSummary.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaAudit.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_ReconcileQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSnapshot.IX_PolicyResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_BillingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketAudit.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDaily.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDaily.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesQueue.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_BatchArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerArchive.IX_PricingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_ContractDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteEntry.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLog.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_CatalogArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_StaffingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_MeterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_TicketArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_InvoiceResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDetail.IX_CatalogHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDetail.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDetail.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDetail.IX_PayrollQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_PricingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_ReconcileDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSummary.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_PayrollQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHistory.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStatus.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStatus.IX_TicketSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStatus.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStatus.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyStatus.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLine.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingQueue.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_ContractDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_RosterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_TerritorySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_OrdersMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_CatalogResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHistory.IX_ShipmentDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketAudit.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_BillingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersResult.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDetail.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteResult.IX_CustomerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_BatchHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStatus.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_WarehouseSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_AssetAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSnapshot.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLine.IX_ReconcileHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastResult.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastResult.IX_TicketDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_TerritoryHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHistory.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_PayrollResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDaily.IX_BatchSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDaily.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_CampaignSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_CatalogLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_ClaimLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_ReconcileLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_ContractDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStaging.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesAudit.IX_CustomerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_ShiftMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHeader.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_ReconcileLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStaging.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStatus.IX_InvoiceResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStatus.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_ShiftMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_RosterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_BookingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_CustomerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_CampaignHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_ReconcileEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDetail.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStaging.IX_TicketHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerArchive.IX_SettlementAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLine.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_StaffingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_WarehouseHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_QuotaLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_MeterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_WarehouseLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastArchive.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHeader.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHeader.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractSnapshot.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_CustomerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchMonthly.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaAudit.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaAudit.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaAudit.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaAudit.IX_ContractQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_BillingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLine.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLine.IX_ClaimArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_TerritoryLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHistory.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_RouteResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStatus.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_StaffingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_TicketDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_SupplierEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryEntry.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_CatalogLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_CatalogQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterQueue.IX_StaffingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLog.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLog.IX_ContractStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLog.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLog.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLog.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHistory.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDetail.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_SupplierMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_QuotaArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_ForecastArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersResult.IX_PolicyResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersResult.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_CustomerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_SalesHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_ReconcileDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_TerritoryHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_RouteDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSummary.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSummary.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLine.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaAudit.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimMonthly.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimMonthly.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_RosterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_BillingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketQueue.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketQueue.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketQueue.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_StaffingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_ReconcileEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDetail.IX_PricingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDetail.IX_ClaimSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_InvoiceSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStaging.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_ClaimMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_BookingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDaily.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_SupplierDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStaging.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStaging.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_AssetHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_InvoiceEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStaging.IX_ReconcileDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDaily.IX_TicketHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_ReconcileSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHistory.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteArchive.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteArchive.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogEntry.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDaily.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_SupplierSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimAudit.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchResult.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceArchive.IX_ClaimArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetLine.IX_CatalogMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterQueue.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterQueue.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesQueue.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHeader.IX_SupplierEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLine.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollQueue.IX_WarehouseLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHeader.IX_BatchQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHeader.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollResult.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLog.IX_PricingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLog.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLine.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLine.IX_MeterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileArchive.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDetail.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDetail.IX_ShiftLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDetail.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_QuotaHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDaily.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesAudit.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHistory.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHistory.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_SettlementMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingResult.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_CustomerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_ForecastDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSnapshot.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSnapshot.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLine.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLine.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_CatalogHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_TerritoryHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteResult.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteResult.IX_ForecastDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractAudit.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogEntry.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogEntry.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_PricingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceQueue.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_PricingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftResult.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftResult.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_PricingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingResult.IX_SalesStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileEntry.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStatus.IX_BatchEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_BookingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDaily.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDaily.IX_QuotaLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterEntry.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterEntry.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterQueue.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterQueue.IX_InvoiceEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_ReconcileQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_OrdersDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHistory.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHistory.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLine.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLine.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_StaffingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_QuotaAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_ContractDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_ReconcileHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLine.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetLine.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetLine.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractLog.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractLog.IX_BatchDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_PayrollLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_BillingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySnapshot.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_CatalogMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingResult.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersEntry.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_CustomerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_QuotaAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterEntry.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHistory.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHeader.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStaging.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHistory.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_BookingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDaily.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSummary.IX_PayrollResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDetail.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDetail.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDetail.IX_TerritoryEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLine.IX_AssetAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_RosterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLog.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_StaffingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_RouteEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesAudit.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHistory.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHistory.IX_PricingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHistory.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDetail.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDetail.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDetail.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteArchive.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteArchive.IX_BillingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteArchive.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteArchive.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_CampaignHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileHeader.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractSummary.IX_ContractHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_PayrollHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_ShipmentHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_WarehouseLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerArchive.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStaging.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_ClaimHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSnapshot.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSnapshot.IX_BatchLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSnapshot.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingArchive.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDetail.IX_ShipmentStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDetail.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSnapshot.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_CampaignArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_ContractDaily | 0 | never | COLD | review, then DROP |
| host-115.dbo.ContractQueue.IX_QuotaLog | 0 | never | UNUSED | review, then DROP |
| host-947.billing.RouteEntry.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_TicketMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileResult.IX_MeterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDaily.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDaily.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLine.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLine.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_ReconcileArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_PricingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_BookingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_MeterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_CustomerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_RouteEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_PricingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_RosterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDaily.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDaily.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDaily.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_CatalogEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_ReconcileLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_ReconcileLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_ShipmentHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_ClaimMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_AssetHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_MeterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_QuotaHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_WarehouseLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_WarehouseHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_OrdersMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_ContractStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_SettlementSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_SupplierMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSnapshot.IX_ShiftLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSnapshot.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSnapshot.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_BatchAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_CatalogLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_PricingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_TerritoryHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_ContractArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_TerritorySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_CatalogQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_QuotaLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentAudit.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSnapshot.IX_SupplierSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHeader.IX_ShiftStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSummary.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHeader.IX_CampaignHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSummary.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_ForecastHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_TerritoryEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSnapshot.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_ShiftLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_SettlementStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_QuotaArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHistory.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_SalesStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterQueue.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingQueue.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileEntry.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStaging.IX_BatchArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStaging.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStaging.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_ForecastDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogAudit.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLine.IX_PricingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_CustomerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterEntry.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterEntry.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_WarehouseEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_TicketStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_LedgerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_ReconcileDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_PayrollQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStatus.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_BatchHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_CatalogLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_SupplierSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_SettlementAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_TerritoryStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileHistory.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDetail.IX_WarehouseDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteAudit.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_SalesHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaAudit.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_TicketLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDaily.IX_SalesStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_AssetHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_CatalogHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_CatalogEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollResult.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollResult.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceMonthly.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_SupplierDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_OrdersLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_ShipmentStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileAudit.IX_InvoiceSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSnapshot.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSnapshot.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHeader.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDaily.IX_InvoiceSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingEntry.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingEntry.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileEntry.IX_CustomerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSnapshot.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStaging.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_BillingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLine.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_ReconcileQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStaging.IX_MeterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLine.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLine.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStatus.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStatus.IX_TicketSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDetail.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_RosterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_WarehouseHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_TerritoryEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_ReconcileArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_CustomerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollArchive.IX_RosterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_SettlementAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetQueue.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetQueue.IX_BookingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetQueue.IX_TicketStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetQueue.IX_PricingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetQueue.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_AssetSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_PayrollResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLine.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLine.IX_OrdersLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLine.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchMonthly.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollEntry.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLine.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_TicketHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_CustomerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_ShiftStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_WarehouseSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSnapshot.IX_BatchArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDetail.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_QuotaDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.Model.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_WarehouseHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_CampaignSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_ContractQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLine.IX_SettlementHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSnapshot.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteEntry.IX_TicketArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteEntry.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_CampaignHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingArchive.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingMonthly.IX_OrdersMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLine.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_ReconcileSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_RouteDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStatus.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStatus.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastMonthly.IX_RouteResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteQueue.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_WarehouseHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingEntry.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_BatchDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierQueue.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_BillingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHistory.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimAudit.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLine.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetLine.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDetail.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDetail.IX_CampaignResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDaily.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_StaffingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchArchive.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchArchive.IX_ContractHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketAudit.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterAudit.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_QuotaDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_ShipmentStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDetail.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLine.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignDetail.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDaily.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDaily.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterQueue.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_RouteQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_PricingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSnapshot.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_CustomerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_RouteLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_RosterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_WarehouseDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollEntry.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollEntry.IX_BookingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_BillingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_CustomerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHistory.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHistory.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStaging.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStaging.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSummary.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetArchive.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteEntry.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLine.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLine.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ShipmentHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_BookingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLog.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_TerritoryHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLog.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLog.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLog.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_TicketStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_InvoiceSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_InvoiceResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLine.IX_RouteHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHistory.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSummary.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSummary.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSummary.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSummary.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDetail.IX_OrdersDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseMonthly.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyQueue.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_ReconcileQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_TicketMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSummary.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSummary.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryEntry.IX_TicketDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_BatchLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHeader.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_ReconcileDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_BookingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStatus.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStatus.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteEntry.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDaily.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_PayrollLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_TicketMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_RouteQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogResult.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_LedgerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSummary.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollDaily.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHistory.IX_BatchHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHistory.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLog.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLog.IX_ContractQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentArchive.IX_ReconcileEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogAudit.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHistory.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHistory.IX_CatalogMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStaging.IX_TicketSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDaily.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_ShipmentHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDetail.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLog.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStatus.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStatus.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_OrdersDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDaily.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyMonthly.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSummary.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLine.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHeader.IX_BookingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_AssetAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHeader.IX_BookingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDetail.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLog.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLog.IX_SettlementHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_ReconcileSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseEntry.IX_OrdersLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDetail.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_WarehouseLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_RouteDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHeader.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDaily.IX_QuotaHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDaily.IX_ShiftMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_StaffingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_ShiftStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHistory.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHistory.IX_SettlementLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_SettlementStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetArchive.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSummary.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDaily.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDaily.IX_CampaignHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDaily.IX_BookingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingAudit.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_OrdersArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_SupplierSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHistory.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_BatchDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSnapshot.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSnapshot.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSnapshot.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSnapshot.IX_SupplierMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_TicketStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftQueue.IX_BookingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_ShipmentHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStaging.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStaging.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_TerritoryStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStaging.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSnapshot.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLine.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStatus.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollResult.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_SettlementStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileHeader.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSnapshot.IX_OrdersEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_BookingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHistory.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStatus.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDetail.IX_ClaimSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_TicketLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_ReconcileSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_TicketArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftMonthly.IX_MeterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_QuotaDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStatus.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDaily.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDaily.IX_SupplierSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_BillingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_ReconcileQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_RouteResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_WarehouseSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterQueue.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_SettlementStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_BatchSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_OrdersHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_SettlementLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_ShipmentHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_QuotaResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_MeterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_AssetAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStatus.IX_WarehouseDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_QuotaDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHistory.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHistory.IX_TicketDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHistory.IX_ClaimHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHistory.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHistory.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHistory.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_ClaimSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLog.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLog.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLog.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogAudit.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogAudit.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_ContractEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHistory.IX_SupplierDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLog.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_ForecastStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchArchive.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLine.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLine.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastResult.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastResult.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastResult.IX_ShipmentHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastResult.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSnapshot.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSnapshot.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSnapshot.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastArchive.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastArchive.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastArchive.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHeader.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteMonthly.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStatus.IX_CustomerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterArchive.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSnapshot.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingResult.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_CampaignSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterEntry.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingQueue.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileHistory.IX_CatalogHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesEntry.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStatus.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceAudit.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceAudit.IX_ReconcileSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSnapshot.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLine.IX_CampaignArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_MeterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_SupplierStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_TerritoryHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_ShiftMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSummary.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSummary.IX_OrdersLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterEntry.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyResult.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyResult.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyResult.IX_BatchEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftAudit.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftAudit.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaHistory.IX_ShipmentDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceEntry.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_BillingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_RosterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_WarehouseHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHeader.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_PricingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_RouteHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_QuotaAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_PricingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_BookingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_ContractHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileResult.IX_RosterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileResult.IX_RosterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileResult.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_SupplierEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_ClaimLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_PayrollLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLog.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyEntry.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingQueue.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignQueue.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignQueue.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignQueue.IX_WarehouseLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_ShipmentStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteMonthly.IX_PolicyQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_CustomerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_ReconcileHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_TerritorySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_CampaignEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractLog.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_ContractDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_TicketStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingArchive.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersEntry.IX_ShipmentStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersEntry.IX_TicketSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLog.IX_InvoiceSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLog.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLog.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_QuotaArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimMonthly.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimMonthly.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaHistory.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDaily.IX_QuotaDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterAudit.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerAudit.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLine.IX_QuotaLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_BookingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_TicketStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyResult.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_ShiftLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDetail.IX_CampaignArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHistory.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftStatus.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerEntry.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseEntry.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDaily.IX_PayrollMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStatus.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHeader.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_TerritorySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteEntry.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_PayrollHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSummary.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHeader.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHeader.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketResult.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_BillingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStatus.IX_TicketStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStatus.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_ReconcileLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_BookingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_CampaignMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_MeterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHistory.IX_ContractDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_RosterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_MeterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_StaffingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStaging.IX_InvoiceSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_ReconcileQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDetail.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSummary.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHeader.IX_PricingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_CustomerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterQueue.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_SupplierAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_CampaignResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_TicketLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_TicketSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_CampaignEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_PricingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_QuotaLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftArchive.IX_PricingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteArchive.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceEntry.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLog.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_SupplierDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_CatalogQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_RouteEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_MeterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_WarehouseEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_ReconcileSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSnapshot.IX_SettlementStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSnapshot.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStatus.IX_ContractHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_MeterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_PricingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_AssetHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDaily.IX_ClaimMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDaily.IX_BookingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_AssetHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStaging.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSnapshot.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSnapshot.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_RosterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLog.IX_BatchDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLog.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_TerritoryLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_ClaimSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogAudit.IX_PolicyResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_BatchQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_RosterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_OrdersEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_BookingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_PolicyQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_OrdersEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_BillingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_TerritoryHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_OrdersLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_BookingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastMonthly.IX_CustomerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastMonthly.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastMonthly.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileArchive.IX_BatchArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileArchive.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileArchive.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileArchive.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_ReconcileLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_SupplierDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_PolicyDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_WarehouseSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_SettlementAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_CatalogHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_QuotaResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyEntry.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteQueue.IX_BatchQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteQueue.IX_CampaignArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHeader.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHeader.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_ClaimSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_CatalogQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_RouteQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLine.IX_SettlementStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_OrdersDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_SettlementSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_StaffingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_StaffingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_ClaimSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingAudit.IX_ShipmentHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingAudit.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentResult.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_PricingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_CampaignArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_CampaignMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerEntry.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_TicketResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_ShipmentDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDetail.IX_StaffingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_ReconcileHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLog.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLog.IX_PricingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLog.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLog.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDaily.IX_RouteQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDaily.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterArchive.IX_StaffingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLine.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHistory.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimMonthly.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_ContractResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_TicketStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDetail.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSummary.IX_SupplierAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSummary.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSummary.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSummary.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSummary.IX_ClaimLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterDetail.IX_CatalogArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_RouteResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_ShipmentSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerArchive.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDetail.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersEntry.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDaily.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchResult.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_AssetSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_RosterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_BookingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractSummary.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_ClaimLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingArchive.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_InvoiceEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDaily.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceAudit.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSnapshot.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_MeterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_TerritoryHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchResult.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchResult.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchResult.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractAudit.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLine.IX_ContractHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_ContractArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_TicketHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLog.IX_CustomerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDetail.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerAudit.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerAudit.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierQueue.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_InvoiceLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingAudit.IX_QuotaArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_TerritoryStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_AssetDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_ClaimSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_BookingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_CampaignHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersResult.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersResult.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStaging.IX_ForecastStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_CatalogQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_AssetLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_BookingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_AssetHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_CampaignSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierMonthly.IX_InvoiceEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterQueue.IX_LedgerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_MeterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStaging.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStaging.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHeader.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierQueue.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSnapshot.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerAudit.IX_RosterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHeader.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_SettlementStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStaging.IX_TicketLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStaging.IX_BatchDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_ReconcileSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_CampaignHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSnapshot.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_InvoiceLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingArchive.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_BatchAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_WarehouseEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentResult.IX_WarehouseStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_PolicyDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_BatchEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingMonthly.IX_StaffingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingResult.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLine.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDetail.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHistory.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDaily.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_PolicyQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimMonthly.IX_RosterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSummary.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLine.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLog.IX_ForecastDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHistory.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftResult.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHistory.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesAudit.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetQueue.IX_LedgerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetQueue.IX_AssetSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketQueue.IX_TicketMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketQueue.IX_TicketSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_CustomerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaHistory.IX_PricingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStatus.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_QuotaLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHeader.IX_PricingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementHeader.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDaily.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileMonthly.IX_InvoiceSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteAudit.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteAudit.IX_SettlementSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteAudit.IX_ShipmentSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingQueue.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_ClaimSnapshot | 0 | never | COLD | review, then DROP |
| TERRITORY.core.WarehouseMonthly.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| TERRITORY.core.WarehouseMonthly.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| TERRITORY.core.WarehouseMonthly.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ShipmentMonthly.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_RouteHistory | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_PricingEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_PricingSummary | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_BookingAudit | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingDaily.IX_RosterResult | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ContractHeader.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ContractHeader.IX_SettlementMonthly | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ContractHeader.IX_PayrollArchive | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ContractHeader.IX_ShipmentSnapshot | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ContractHeader.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ContractHeader.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| TERRITORY.core.SalesArchive.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingHistory.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingHistory.IX_PricingMonthly | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingHistory.IX_BookingDaily | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingHistory.IX_ShipmentDaily | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingHistory.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingHistory.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ForecastLine.IX_ForecastStaging | 0 | never | COLD | review, then DROP |
| TERRITORY.core.SalesEntry.IX_ContractQueue | 0 | never | COLD | review, then DROP |
| TERRITORY.core.RouteDaily.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| TERRITORY.core.TerritoryMonthly.IX_SalesQueue | 0 | never | COLD | review, then DROP |
| TERRITORY.core.AssetArchive.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingStaging.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingStaging.IX_RouteEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingStaging.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingStaging.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BatchAudit.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| TERRITORY.core.OrdersDetail.IX_QuotaDetail | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ShipmentAudit.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ShipmentAudit.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ShipmentAudit.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| TERRITORY.core.TicketSnapshot.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.PricingStatus.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.RouteHistory.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.PolicyAudit.IX_BillingLine | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.PolicyAudit.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.TicketDetail.IX_BookingQueue | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.BatchHeader.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.TicketHeader.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.ReconcileArchive.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.SettlementResult.IX_AssetResult | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.SettlementResult.IX_ContractHistory | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.QuotaDaily.IX_MeterDetail | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.BookingDaily.IX_ForecastDaily | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.TerritoryQueue.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.PolicyLine.IX_AssetResult | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.ShiftDaily.IX_ClaimHistory | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.ShiftDaily.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.ShiftDaily.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.PayrollMonthly.IX_MeterAudit | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.PayrollMonthly.IX_ClaimHistory | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.RouteDetail.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.ContractDetail.IX_CampaignSnapshot | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.ContractDetail.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.RosterSnapshot.IX_TerritoryMonthly | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.RosterSnapshot.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.CatalogSnapshot.IX_ShipmentHeader | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.BatchDetail.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.BookingLine.IX_SettlementSummary | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.CatalogDetail.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.CatalogDetail.IX_SettlementMonthly | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.CatalogDetail.IX_CatalogLine | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.BatchResult.IX_TerritoryEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.BatchResult.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.BatchResult.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| CUSTOMER.dbo.TerritoryHeader.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| CUSTOMER.dbo.CatalogAudit.IX_BatchAudit | 0 | never | COLD | review, then DROP |
| CUSTOMER.dbo.OrdersLog.IX_BatchAudit | 0 | never | COLD | review, then DROP |
| CUSTOMER.dbo.OrdersLog.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| CUSTOMER.dbo.QuotaDaily.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimAudit.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStatus.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStatus.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_OrdersEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_QuotaAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_ReconcileDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_MeterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryEntry.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingAudit.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingAudit.IX_CatalogResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingAudit.IX_SettlementQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_ContractStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_CampaignResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_PayrollResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchArchive.IX_TicketStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_MeterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDetail.IX_CatalogEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingAudit.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_OrdersDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyLine.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDaily.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHeader.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_WarehouseLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_ClaimHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingQueue.IX_RosterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLine.IX_ContractStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLine.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceQueue.IX_WarehouseHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDetail.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesQueue.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesQueue.IX_ContractDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLog.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_WarehouseEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDaily.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierMonthly.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLine.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLine.IX_ReconcileSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLine.IX_CampaignMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLine.IX_PayrollResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_OrdersEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_PayrollResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_BillingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDetail.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDaily.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileQueue.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerEntry.IX_CustomerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_ContractStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_ContractHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_TerritoryEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerArchive.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimStaging.IX_ReconcileHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHeader.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingResult.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingResult.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingMonthly.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingMonthly.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHeader.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_ReconcileHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyQueue.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyQueue.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSnapshot.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchEntry.IX_WarehouseHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerMonthly.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLog.IX_CustomerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogArchive.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_RouteHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_SettlementEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaHeader.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSnapshot.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteResult.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStaging.IX_SettlementSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteResult.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStaging.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStaging.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStatus.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_BookingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_SettlementStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDetail.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_CustomerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_CustomerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_ForecastEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_RouteDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLine.IX_TicketArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_TicketResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLog.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_BatchDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStatus.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStatus.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_TerritoryArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLine.IX_InvoiceSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceQueue.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_SettlementHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDaily.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyArchive.IX_ShiftLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDetail.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogResult.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDetail.IX_BatchSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDetail.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDetail.IX_SettlementStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStaging.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHistory.IX_PayrollArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileHeader.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftQueue.IX_ShiftHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_TicketArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_StaffingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftQueue.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_SupplierMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollLog.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryArchive.IX_ForecastArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractLog.IX_WarehouseLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractLog.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterSnapshot.IX_CustomerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLine.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStatus.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLog.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseResult.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_SupplierDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_CatalogLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLog.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStaging.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_ShipmentHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_ReconcileEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStaging.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastAudit.IX_WarehouseHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollAudit.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_QuotaLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimDetail.IX_BatchMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSummary.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteQueue.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSummary.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_BatchLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryLog.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_RouteSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHeader.IX_SupplierEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHeader.IX_SupplierEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_PricingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseAudit.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_OrdersHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_ShiftMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_ShipmentStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimSnapshot.IX_PayrollDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSnapshot.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_RouteDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterMonthly.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierArchive.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_ShipmentHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDaily.IX_TicketArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastEntry.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStatus.IX_ReconcileQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaHistory.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_QuotaDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_OrdersLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_OrdersMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesArchive.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesArchive.IX_BatchSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesArchive.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesArchive.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesArchive.IX_PricingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesArchive.IX_PolicyLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLog.IX_RosterMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollArchive.IX_QuotaLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHistory.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_CustomerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSummary.IX_CampaignSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_PayrollQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLine.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHeader.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_BatchQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_BatchAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSummary.IX_SettlementMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStatus.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStatus.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStatus.IX_BatchSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_PricingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_AssetAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_ShiftStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHeader.IX_CatalogLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_ClaimSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSummary.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHeader.IX_SettlementLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHeader.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHeader.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLog.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLog.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLog.IX_StaffingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_BookingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_BookingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_StaffingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_PayrollHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDetail.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDetail.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileArchive.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLog.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLog.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStatus.IX_StaffingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollEntry.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollEntry.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_BillingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_TicketSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_BillingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_SupplierAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingEntry.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesQueue.IX_PricingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesQueue.IX_SupplierSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_AssetSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterHistory.IX_ReconcileHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_TerritoryLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteArchive.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHeader.IX_BatchDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_MeterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDaily.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDetail.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_SupplierSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileEntry.IX_OrdersDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_MeterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingResult.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLine.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_ClaimArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_BookingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteDetail.IX_CustomerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryMonthly.IX_SalesArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketArchive.IX_SupplierMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesSummary.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimQueue.IX_OrdersHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSummary.IX_TicketArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingDetail.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSnapshot.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_PricingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSnapshot.IX_InvoiceLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLine.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLine.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_ReconcileSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_CustomerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersLine.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementResult.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingResult.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingResult.IX_SettlementSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStatus.IX_CustomerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractStatus.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDaily.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDaily.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHeader.IX_CampaignEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimAudit.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDetail.IX_ContractArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSummary.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_CustomerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSnapshot.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSnapshot.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetLine.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_QuotaDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterHeader.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseStaging.IX_LedgerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_ForecastStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceHeader.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_BatchSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStaging.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHistory.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_AssetHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerEntry.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimAudit.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHistory.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHistory.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetResult.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHistory.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_QuotaDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteStaging.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerLog.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingMonthly.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHistory.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLog.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersAudit.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogAudit.IX_RouteLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_PolicyResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSnapshot.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSnapshot.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileAudit.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_ReconcileAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileArchive.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLine.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractAudit.IX_AssetResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteMonthly.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetSummary.IX_RouteResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingResult.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftResult.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftResult.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSummary.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_LedgerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDaily.IX_BillingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesAudit.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryResult.IX_BookingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersHistory.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_PricingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_CampaignMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_ShipmentSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDaily.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_CatalogLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_ShipmentSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingSummary.IX_LedgerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_InvoiceEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_ClaimHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersMonthly.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersMonthly.IX_SupplierMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchResult.IX_RosterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesQueue.IX_BatchLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesQueue.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftSnapshot.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileSnapshot.IX_StaffingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStatus.IX_CatalogMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStatus.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_QuotaLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchStatus.IX_BatchHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerMonthly.IX_AssetLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDetail.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterDetail.IX_RosterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_MeterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentAudit.IX_TerritoryHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_OrdersDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStaging.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseLine.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSummary.IX_BatchDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_OrdersSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignDetail.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignDetail.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingResult.IX_InvoiceResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingResult.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractDetail.IX_TicketStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_SettlementQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLog.IX_MeterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySummary.IX_RosterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_BookingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_InvoiceHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_SettlementStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHeader.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSnapshot.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStaging.IX_CustomerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftResult.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollQueue.IX_AssetStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersEntry.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyResult.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingAudit.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterQueue.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractQueue.IX_QuotaHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileStaging.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogResult.IX_ClaimArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogResult.IX_PayrollLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_ShipmentLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_AssetArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHistory.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHistory.IX_SupplierHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHistory.IX_ShiftSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHistory.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignHistory.IX_LedgerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_QuotaAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_SalesDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_PayrollArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingArchive.IX_RosterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingArchive.IX_ShipmentDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingArchive.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingArchive.IX_SalesStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingArchive.IX_InvoiceMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSummary.IX_BillingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSummary.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSummary.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_PayrollStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_OrdersQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDaily.IX_StaffingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_PricingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_QuotaStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_OrdersSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_AssetHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDaily.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractSummary.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLine.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLine.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileMonthly.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileMonthly.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDaily.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerDaily.IX_ForecastQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractEntry.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_CampaignEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_PricingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLine.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerResult.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStatus.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_BillingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchArchive.IX_SalesSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLine.IX_ReconcileStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_CustomerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLine.IX_CampaignDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractArchive.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStaging.IX_BookingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_BatchQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileArchive.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_InvoiceSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_InvoiceSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentEntry.IX_PayrollDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStatus.IX_ShipmentHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSummary.IX_QuotaDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketLog.IX_OrdersHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_CampaignHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_RouteHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementArchive.IX_PolicyStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollStatus.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_OrdersResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_SalesResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_PolicyQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentQueue.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetStatus.IX_PolicyLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerEntry.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_AssetHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLine.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogAudit.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogAudit.IX_ContractDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_AssetHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogHistory.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimAudit.IX_BookingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimAudit.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogSummary.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_CatalogHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ShipmentArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_TerritoryStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_SettlementDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHeader.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_ReconcileDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BatchLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_RouteEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_OrdersHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_LedgerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_TicketLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BatchHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_BookingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSummary.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_ShipmentSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_TerritoryDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_PayrollSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseHeader.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyHistory.IX_MeterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftHistory.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseEntry.IX_ShiftDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHeader.IX_InvoiceSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHeader.IX_ReconcileArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryHeader.IX_MeterStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_PolicyDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_MeterResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_SettlementLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_ClaimQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_CatalogLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_TicketArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_ReconcileHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_OrdersAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_ForecastDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterStatus.IX_RouteDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDetail.IX_TicketSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierDetail.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftEntry.IX_TicketQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLog.IX_CustomerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLog.IX_StaffingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDetail.IX_ShipmentStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteEntry.IX_ContractHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_LedgerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_TicketDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingLog.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_TerritoryEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_SupplierSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesMonthly.IX_CatalogHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractMonthly.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterEntry.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterEntry.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSnapshot.IX_OrdersStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchSnapshot.IX_LedgerLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_TerritorySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHistory.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerAudit.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLine.IX_RouteDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLog.IX_ClaimResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaEntry.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDetail.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDetail.IX_ReconcileHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_RosterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_CampaignAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDaily.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingResult.IX_RosterLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingResult.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_CatalogResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStaging.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLog.IX_SupplierMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_InvoiceDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementStatus.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStaging.IX_SupplierArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingAudit.IX_ShiftLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_ContractDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStatus.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketDetail.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingResult.IX_QuotaSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingResult.IX_ContractQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaHistory.IX_CampaignSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_AssetDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_ContractEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_RosterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseQueue.IX_TerritoryEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingLog.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentResult.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketArchive.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingResult.IX_MeterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaMonthly.IX_SettlementDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaQueue.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterArchive.IX_PolicyHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_CatalogEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_SettlementLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimResult.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterStaging.IX_CampaignHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_ShipmentQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSnapshot.IX_CatalogSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerSnapshot.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_MeterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteSummary.IX_StaffingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingQueue.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDetail.IX_InvoiceResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteArchive.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastResult.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimHeader.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementAudit.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDaily.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingStatus.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_ClaimMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStatus.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteMonthly.IX_RouteArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingMonthly.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_SettlementSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_PolicyArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_PolicyDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_CustomerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollEntry.IX_BatchLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollEntry.IX_SettlementLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_CatalogArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSnapshot.IX_TicketMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceQueue.IX_ShiftStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_PricingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimEntry.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_PolicyStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaDetail.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileDaily.IX_PolicySnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaLine.IX_ClaimLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerEntry.IX_BillingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_CampaignStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_WarehouseQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_ForecastResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_ShipmentAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_BatchEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_OrdersMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_ReconcileStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingEntry.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_TicketResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritorySummary.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogQueue.IX_ShiftMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_SupplierResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerAudit.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceEntry.IX_WarehouseHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_ShiftResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignResult.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSummary.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_CampaignHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_PricingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingSummary.IX_ReconcileSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_RouteQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetHeader.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSnapshot.IX_QuotaArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierSummary.IX_ContractHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDetail.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchAudit.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseEntry.IX_TicketLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementMonthly.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterSnapshot.IX_WarehouseStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersQueue.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_WarehouseDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStatus.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseSummary.IX_RouteLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogMonthly.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_StaffingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_BillingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_ShiftMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_TerritoryStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_ClaimArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_SettlementStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_BillingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentMonthly.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_ForecastHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDaily.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLog.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStatus.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketStatus.IX_PolicyEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_SettlementStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_InvoiceSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_CatalogArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_ContractMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_BatchSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStatus.IX_ClaimLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementEntry.IX_BillingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierAudit.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_PricingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_ShiftArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHeader.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDaily.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingQueue.IX_CustomerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollArchive.IX_RouteStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollArchive.IX_OrdersEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerQueue.IX_TicketAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingResult.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_SettlementLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_PolicySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_ContractSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_BillingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetDetail.IX_BillingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterEntry.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLine.IX_CustomerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLine.IX_ShiftMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogLine.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_OrdersEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_BillingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesStaging.IX_RouteAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSnapshot.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDaily.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDaily.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_RosterEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingLine.IX_CustomerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterMonthly.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_ForecastLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_TerritoryLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_SupplierHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_SalesStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersEntry.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_WarehouseDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_AssetMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_ShipmentDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_MeterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_ForecastAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_ShiftHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_PricingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_RosterSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingSnapshot.IX_PayrollHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerLine.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyAudit.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_ShipmentHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterAudit.IX_RosterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHistory.IX_StaffingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerArchive.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHistory.IX_LedgerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignStatus.IX_MeterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersResult.IX_BatchAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesHistory.IX_TerritorySummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchHistory.IX_ShipmentStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentSnapshot.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_ShiftQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_MeterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_CampaignEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_PricingSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerStaging.IX_PricingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastDaily.IX_LedgerHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryQueue.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_PayrollAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDaily.IX_ContractSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchAudit.IX_CampaignDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchAudit.IX_MeterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchAudit.IX_LedgerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_BookingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_SalesLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterResult.IX_PricingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerAudit.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_CatalogAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_SettlementResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_BatchHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryAudit.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_ContractLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetAudit.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicySnapshot.IX_ShipmentMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStatus.IX_ClaimSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSnapshot.IX_PricingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterLog.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignDetail.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceDetail.IX_ClaimSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetArchive.IX_ShiftStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetArchive.IX_ContractLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaSnapshot.IX_SupplierEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceLine.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_ForecastDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_SalesEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchDaily.IX_TerritoryAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteQueue.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSummary.IX_StaffingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollQueue.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_TicketHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_ContractHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaStatus.IX_StaffingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerDetail.IX_CampaignStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_ClaimSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_ClaimStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierResult.IX_RosterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignAudit.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_BatchArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesResult.IX_BatchAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDaily.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_ClaimDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastLine.IX_TicketStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingSnapshot.IX_InvoiceAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingMonthly.IX_WarehouseMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaArchive.IX_BatchEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_CustomerMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_ClaimSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_TerritoryDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHeader.IX_ShipmentDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerHistory.IX_LedgerDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchQueue.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseEntry.IX_QuotaAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseEntry.IX_MeterSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLog.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_BookingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_TicketHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_StaffingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStatus.IX_BatchStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLine.IX_CampaignLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHistory.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingDaily.IX_ClaimHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHistory.IX_WarehouseArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingHistory.IX_TerritoryQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLog.IX_LedgerArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDetail.IX_PricingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDetail.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentLog.IX_PayrollArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterLine.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_SettlementQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_SettlementHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_CatalogDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_BatchStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_PricingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_SupplierAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_ShiftMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_AssetStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_RosterDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_BatchQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_SupplierSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_ShiftSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_BatchDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_SupplierQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_PayrollSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.WarehouseDaily.IX_RosterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_LedgerStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_CampaignLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_StaffingMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_QuotaQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastSummary.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_BookingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteHeader.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerQueue.IX_BookingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_WarehouseDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingHistory.IX_ForecastMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollMonthly.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteEntry.IX_LedgerStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_ReconcileEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_AssetQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_StaffingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_CustomerQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingMonthly.IX_PolicyHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_SalesDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_ShiftAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_LedgerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_CampaignQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_SalesSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_RouteEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_BillingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_ReconcileLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_BookingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_ForecastSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketSummary.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingAudit.IX_BookingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingEntry.IX_SupplierDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStatus.IX_WarehouseResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingStatus.IX_SalesLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.RouteLog.IX_PolicyQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollResult.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignEntry.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignEntry.IX_ReconcileMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingHeader.IX_TerritoryHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_ForecastLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingEntry.IX_RouteSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesLine.IX_CustomerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_CatalogSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_BillingStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetEntry.IX_ForecastDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_ShipmentStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_CustomerHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollHeader.IX_RosterAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketQueue.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketQueue.IX_RosterHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierLine.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_BatchResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceStaging.IX_ReconcileLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignArchive.IX_PricingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentDetail.IX_StaffingHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogDaily.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_CatalogStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStatus.IX_MeterHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementDetail.IX_PricingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_QuotaDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ReconcileLog.IX_OrdersLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.CatalogStaging.IX_StaffingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceSnapshot.IX_BillingStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftMonthly.IX_BookingResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStaging.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_QuotaMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementLog.IX_BookingDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_InvoiceLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_SupplierLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.InvoiceResult.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftDetail.IX_MeterDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryStatus.IX_InvoiceArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_RouteDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.AssetMonthly.IX_InvoiceHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractResult.IX_SettlementAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchMonthly.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignLine.IX_CustomerAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastStaging.IX_ShiftStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.RosterAudit.IX_CatalogStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingDaily.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftMonthly.IX_LedgerEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_InvoiceStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_BookingHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_ContractStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentHeader.IX_SettlementLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_ReconcileSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_RosterStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.StaffingDaily.IX_LedgerResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementQueue.IX_BatchSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketHistory.IX_QuotaEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSnapshot.IX_CatalogResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSnapshot.IX_PayrollStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.PayrollSnapshot.IX_WarehouseHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.PolicyDetail.IX_ClaimAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentResult.IX_RouteLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierStaging.IX_TerritoryResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimLog.IX_ShiftEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersDaily.IX_OrdersStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastMonthly.IX_PolicyAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerStatus.IX_ReconcileArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_PricingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingHeader.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierEntry.IX_TicketLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SettlementSnapshot.IX_BookingEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_ClaimDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_ShipmentResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_ClaimLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_CatalogDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastHistory.IX_InvoiceStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSnapshot.IX_TicketEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesDetail.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_TicketStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_BillingDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_ClaimEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_BillingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_SupplierLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersArchive.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchLine.IX_InvoiceDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingMonthly.IX_SalesAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterQueue.IX_ReconcileQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_PricingSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_ReconcileResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_RouteEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersStaging.IX_WarehouseSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignSnapshot.IX_PayrollEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_CampaignMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.BookingStaging.IX_MeterArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.BillingLine.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_AssetSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.ClaimArchive.IX_ClaimStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.PricingStaging.IX_BookingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.BatchAudit.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.TicketMonthly.IX_SettlementArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignQueue.IX_ForecastHeader | 0 | never | COLD | review, then DROP |
| host-947.dbo.ContractHeader.IX_StaffingAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_QuotaStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_InvoiceQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_BillingLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_WarehouseAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_BillingQueue | 0 | never | COLD | review, then DROP |
| host-947.dbo.QuotaResult.IX_CampaignEntry | 0 | never | COLD | review, then DROP |
| host-947.dbo.TerritoryDaily.IX_LedgerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.CustomerHistory.IX_PolicyMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_SalesMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_ContractAudit | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShipmentStatus.IX_ReconcileDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_PayrollLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_QuotaHistory | 0 | never | COLD | review, then DROP |
| host-947.dbo.CampaignMonthly.IX_RouteMonthly | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSnapshot.IX_ShiftLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.LedgerSnapshot.IX_LedgerSummary | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesArchive.IX_RouteStatus | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesArchive.IX_BillingLog | 0 | never | COLD | review, then DROP |
| host-947.dbo.SalesArchive.IX_LedgerLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.SupplierHistory.IX_SupplierStaging | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_CustomerDetail | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_TicketDaily | 0 | never | COLD | review, then DROP |
| host-947.dbo.OrdersSummary.IX_StaffingArchive | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftResult.IX_InvoiceResult | 0 | never | COLD | review, then DROP |
| host-947.dbo.ShiftLine.IX_BatchSnapshot | 0 | never | COLD | review, then DROP |
| host-947.dbo.ForecastQueue.IX_RosterLine | 0 | never | COLD | review, then DROP |
| host-947.dbo.MeterResult.IX_SupplierStatus | 0 | never | COLD | review, then DROP |
| TERRITORY.core.WarehouseMonthly.IX_QuotaSummary | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BatchStatus.IX_ShipmentEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.core.TicketDetail.IX_ForecastSummary | 0 | never | COLD | review, then DROP |
| TERRITORY.core.QuotaAudit.IX_ForecastStatus | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingHistory.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.core.SettlementHistory.IX_AssetEntry | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingArchive.IX_WarehouseLog | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingArchive.IX_ReconcileDetail | 0 | never | COLD | review, then DROP |
| TERRITORY.core.BillingArchive.IX_RosterQueue | 0 | never | COLD | review, then DROP |
| TERRITORY.core.PricingArchive.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| TERRITORY.core.ReconcileEntry.IX_ShipmentDetail | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.RouteHistory.IX_ShiftDaily | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.SupplierHeader.IX_ShipmentLine | 0 | never | COLD | review, then DROP |
| TERRITORY.hr.SupplierHeader.IX_CustomerSnapshot | 0 | never | COLD | review, then DROP |
Total 5,616.4 MB of index to rebuild. Fragmentation is measured in LIMITED mode, so record count and page density are not collected — they need a SAMPLED scan.
| Index | Part | Type | Frag | Pages | Size MB | Stats updated | Action |
|---|---|---|---|---|---|---|---|
| host-947\dbo.QuotaResult.IX_PayrollAudit | 1/1 | NONCLUSTERED | 99.2% | 5,232 | 40.9 | 2026-09-14 06:53:04 | REBUILD |
| host-947\dbo.LedgerStaging.IX_QuotaDetail | 1/1 | NONCLUSTERED | 99.2% | 6,330 | 49.5 | 2026-09-13 17:16:00 | REBUILD |
| host-947\dbo.ShiftHistory.IX_ReconcileDaily | 1/1 | NONCLUSTERED | 99.1% | 2,799 | 21.9 | 2026-07-19 18:11:19 | REBUILD |
| host-947\dbo.MeterSummary.IX_BillingAudit | 1/1 | NONCLUSTERED | 99.0% | 6,487 | 50.7 | 2026-09-14 06:53:04 | REBUILD |
| host-947\dbo.ShiftHistory.IX_MeterAudit | 1/1 | NONCLUSTERED | 98.7% | 1,812 | 14.2 | 2026-07-19 18:11:19 | REBUILD |
| host-947\dbo.MeterHeader.IX_QuotaHeader | 1/1 | NONCLUSTERED | 95.3% | 98,465 | 769.3 | 2026-09-15 09:12:16 | REBUILD |
| host-947\dbo.PolicyStaging.IX_CampaignQueue | 1/1 | NONCLUSTERED | 93.7% | 1,031 | 8.1 | 2026-08-28 09:05:54 | REBUILD |
| host-947\dbo.CustomerDetail.IX_SalesStatus | 1/1 | NONCLUSTERED | 93.6% | 3,096 | 24.2 | 2026-07-19 18:11:17 | REBUILD |
| host-947\dbo.PayrollStatus.IX_MeterLog | 1/1 | CLUSTERED | 93.6% | 1,955 | 15.3 | 2026-09-15 17:33:51 | REBUILD |
| host-947\dbo.StaffingResult.IX_SupplierHeader | 1/1 | CLUSTERED | 93.2% | 1,126 | 8.8 | 2026-09-07 07:56:24 | REBUILD |
| host-947\dbo.StaffingHeader.IX_BatchHistory | 1/1 | NONCLUSTERED | 92.6% | 1,025 | 8.0 | 2026-07-19 18:15:31 | REBUILD |
| host-947\dbo.CustomerLog.IX_TerritoryDetail | 1/1 | NONCLUSTERED | 91.7% | 1,527 | 11.9 | 2026-07-19 17:45:49 | REBUILD |
| host-947\dbo.BillingEntry.IX_BatchDaily | 1/1 | CLUSTERED | 91.0% | 1,006 | 7.9 | 2026-07-19 18:03:22 | REBUILD |
| host-947\dbo.WarehouseSummary.IX_PayrollResult | 1/1 | NONCLUSTERED | 91.0% | 58,830 | 459.6 | 2026-09-15 09:47:13 | REBUILD |
| host-947\dbo.CustomerLog.IX_BillingStaging | 1/1 | NONCLUSTERED | 90.3% | 1,608 | 12.6 | 2026-07-19 17:45:49 | REBUILD |
| host-947\dbo.SupplierSnapshot.IX_CampaignAudit | 1/1 | NONCLUSTERED | 90.1% | 1,722 | 13.5 | 2026-09-01 09:29:47 | REBUILD |
| host-947\dbo.MeterHeader.IX_StaffingStatus | 1/1 | NONCLUSTERED | 89.2% | 158,994 | 1242.1 | 2026-09-15 09:12:21 | REBUILD |
| host-947\dbo.WarehouseSummary.IX_RosterDaily | 1/1 | NONCLUSTERED | 87.6% | 45,851 | 358.2 | 2026-09-15 09:51:30 | REBUILD |
| host-947\dbo.ReconcileSummary.IX_SettlementDaily | 1/1 | NONCLUSTERED | 87.0% | 1,049 | 8.2 | 2026-07-19 18:15:51 | REBUILD |
| host-947\dbo.CatalogDetail.IX_BatchLog | 1/1 | NONCLUSTERED | 86.1% | 1,052 | 8.2 | 2026-07-19 18:10:33 | REBUILD |
| host-947\dbo.CatalogLog.IX_CampaignDaily | 1/1 | NONCLUSTERED | 81.2% | 1,273 | 9.9 | 2026-09-01 09:29:42 | REBUILD |
| host-947\dbo.PolicyHeader.IX_SettlementHistory | 1/1 | NONCLUSTERED | 79.3% | 1,103 | 8.6 | 2026-08-18 19:49:09 | REBUILD |
| host-947\dbo.BillingMonthly.IX_QuotaSnapshot | 1/1 | NONCLUSTERED | 79.1% | 46,002 | 359.4 | 2026-09-12 13:42:23 | REBUILD |
| host-947\dbo.WarehouseSummary.IX_PricingResult | 1/1 | CLUSTERED | 78.9% | 31,359 | 245.0 | 2026-09-15 09:39:03 | REBUILD |
| host-947\dbo.QuotaHistory.IX_TerritoryDetail | 1/1 | NONCLUSTERED | 78.7% | 3,343 | 26.1 | 2026-09-15 08:00:50 | REBUILD |
| host-947\dbo.WarehouseSummary.IX_TicketArchive | 1/1 | NONCLUSTERED | 76.9% | 44,585 | 348.3 | 2026-09-15 09:47:45 | REBUILD |
| host-947\dbo.InvoiceResult.IX_LedgerArchive | 1/1 | NONCLUSTERED | 75.0% | 6,710 | 52.4 | never | REBUILD |
| host-947\dbo.PolicyHeader.IX_BillingAudit | 1/1 | NONCLUSTERED | 72.3% | 1,023 | 8.0 | 2026-08-18 19:48:36 | REBUILD |
| host-947\dbo.StaffingStatus.IX_ShipmentStatus | 1/1 | CLUSTERED | 72.3% | 3,557 | 27.8 | 2026-07-19 17:47:03 | REBUILD |
| host-947\dbo.SalesHeader.IX_StaffingStatus | 1/1 | CLUSTERED | 67.1% | 2,002 | 15.6 | 2026-07-19 16:26:20 | REBUILD |
| host-947\dbo.PricingDaily.IX_PayrollLine | 1/1 | NONCLUSTERED | 65.3% | 1,005 | 7.9 | 2026-07-19 18:04:27 | REBUILD |
| host-947\dbo.CustomerDetail.IX_PayrollMonthly | 1/1 | NONCLUSTERED | 60.4% | 3,178 | 24.8 | 2026-07-19 18:11:17 | REBUILD |
| host-947\dbo.CustomerStatus.IX_CatalogLine | 1/1 | CLUSTERED | 60.0% | 3,657 | 28.6 | 2026-09-01 10:05:50 | REORGANIZE |
| host-947\dbo.MeterQueue.IX_MeterSummary | 1/1 | NONCLUSTERED | 58.0% | 1,022 | 8.0 | 2026-07-19 18:15:30 | REORGANIZE |
| host-947\dbo.PayrollMonthly.IX_LedgerQueue | 1/1 | NONCLUSTERED | 57.2% | 9,281 | 72.5 | 2026-08-20 11:13:07 | REORGANIZE |
| host-947\dbo.LedgerLog.IX_ShiftArchive | 1/1 | NONCLUSTERED | 56.7% | 1,013 | 7.9 | 2026-07-19 18:16:58 | REORGANIZE |
| host-947\dbo.QuotaHistory.IX_ForecastDetail | 1/1 | NONCLUSTERED | 55.0% | 3,088 | 24.1 | 2026-09-15 08:00:45 | REORGANIZE |
| host-947\dbo.BatchSummary.IX_ClaimAudit | 1/1 | CLUSTERED | 53.9% | 7,631 | 59.6 | 2026-08-09 14:12:07 | REORGANIZE |
| host-947\dbo.CampaignQueue.IX_ForecastLine | 1/1 | NONCLUSTERED | 53.7% | 1,049 | 8.2 | 2026-08-09 14:38:28 | REORGANIZE |
| host-947\dbo.TerritoryMonthly.IX_RouteAudit | 1/1 | CLUSTERED | 52.4% | 2,231 | 17.4 | 2026-09-01 10:18:21 | REORGANIZE |
| host-947\dbo.CustomerHeader.IX_ClaimDetail | 1/1 | NONCLUSTERED | 52.1% | 1,133 | 8.9 | 2026-09-15 14:38:02 | REORGANIZE |
| host-947\dbo.BatchSummary.IX_PolicySummary | 1/1 | NONCLUSTERED | 49.9% | 12,814 | 100.1 | 2026-08-09 14:12:08 | REORGANIZE |
| host-947\dbo.CustomerHeader.IX_BookingResult | 1/1 | CLUSTERED | 47.9% | 1,368 | 10.7 | 2026-09-15 14:37:57 | REORGANIZE |
| host-947\dbo.BATCH.IX_SalesAudit | 1/1 | NONCLUSTERED | 47.0% | 3,062 | 23.9 | 2026-09-14 23:16:44 | REORGANIZE |
| host-947\dbo.RouteSnapshot.IX_ShiftResult | 1/1 | NONCLUSTERED | 46.5% | 9,217 | 72.0 | 2026-09-09 09:07:41 | REORGANIZE |
| host-947\dbo.RouteStatus.IX_PayrollResult | 1/1 | CLUSTERED | 46.1% | 1,067 | 8.3 | 2026-07-19 18:18:28 | REORGANIZE |
| host-947\dbo.CustomerStatus.IX_SupplierAudit | 1/1 | NONCLUSTERED | 44.4% | 6,651 | 52.0 | 2026-09-01 10:05:54 | REORGANIZE |
| host-947\dbo.WarehouseSummary.IX_TicketEntry | 1/1 | NONCLUSTERED | 43.7% | 24,752 | 193.4 | 2026-09-15 09:41:36 | REORGANIZE |
| host-947\dbo.CustomerStatus.IX_WarehouseHistory | 1/1 | NONCLUSTERED | 43.0% | 7,078 | 55.3 | 2026-09-01 10:05:53 | REORGANIZE |
| host-947\dbo.LedgerLog.IX_TicketSummary | 1/1 | NONCLUSTERED | 42.9% | 1,038 | 8.1 | 2026-07-19 18:16:58 | REORGANIZE |
| host-947\dbo.LedgerLog.IX_CustomerLog | 1/1 | NONCLUSTERED | 42.8% | 1,040 | 8.1 | 2026-07-19 18:16:58 | REORGANIZE |
| host-947\dbo.RosterLog.IX_RouteMonthly | 1/1 | NONCLUSTERED | 42.5% | 4,910 | 38.4 | 2026-09-01 09:27:40 | REORGANIZE |
| host-947\dbo.BillingEntry.IX_PricingHeader | 1/1 | NONCLUSTERED | 40.5% | 1,034 | 8.1 | 2026-07-19 18:18:08 | REORGANIZE |
| host-947\dbo.RosterLog.IX_CampaignLine | 1/1 | NONCLUSTERED | 39.6% | 4,252 | 33.2 | 2026-09-01 09:27:41 | REORGANIZE |
| host-947\dbo.LedgerSummary.IX_BillingSummary | 1/1 | NONCLUSTERED | 39.3% | 1,135 | 8.9 | 2026-09-01 09:35:29 | REORGANIZE |
| host-947\dbo.RouteLine.IX_ForecastResult | 1/1 | NONCLUSTERED | 38.8% | 1,120 | 8.8 | 2026-09-01 09:36:50 | REORGANIZE |
| host-947\dbo.QuotaQueue.IX_CustomerStatus | 1/1 | NONCLUSTERED | 38.3% | 6,590 | 51.5 | 2026-09-14 12:13:31 | REORGANIZE |
| host-947\dbo.OrdersSummary.IX_AssetDetail | 1/1 | NONCLUSTERED | 37.1% | 11,452 | 89.5 | 2026-07-19 17:39:36 | REORGANIZE |
| host-947\dbo.InvoiceStatus.IX_CampaignMonthly | 1/1 | CLUSTERED | 36.6% | 1,358 | 10.6 | 2026-09-15 19:54:57 | REORGANIZE |
| host-947\dbo.OrdersEntry.IX_ShipmentArchive | 1/1 | CLUSTERED | 36.5% | 1,347 | 10.5 | 2026-08-09 14:38:58 | REORGANIZE |
| host-947\dbo.PricingSnapshot.IX_TicketSummary | 1/1 | NONCLUSTERED | 34.8% | 1,003 | 7.8 | 2026-09-01 09:36:47 | REORGANIZE |
| host-947\dbo.ShipmentStatus.IX_ForecastLog | 1/1 | NONCLUSTERED | 34.8% | 1,003 | 7.8 | 2026-09-01 09:36:47 | REORGANIZE |
| host-947\dbo.TerritoryMonthly.IX_MeterStatus | 1/1 | NONCLUSTERED | 34.7% | 4,153 | 32.4 | 2026-09-01 10:18:27 | REORGANIZE |
| host-947\dbo.StaffingDetail.IX_BillingHeader | 1/1 | CLUSTERED | 34.2% | 1,929 | 15.1 | 2026-09-14 15:02:45 | REORGANIZE |
| host-947\dbo.AssetHistory.IX_StaffingSnapshot | 1/1 | CLUSTERED | 34.2% | 3,508 | 27.4 | 2026-09-01 09:36:54 | REORGANIZE |
| host-947\dbo.StaffingStaging.IX_ReconcileQueue | 1/1 | NONCLUSTERED | 34.1% | 1,017 | 7.9 | 2026-09-01 10:18:41 | REORGANIZE |
| host-947\dbo.LedgerLog.IX_TerritoryHeader | 1/1 | NONCLUSTERED | 33.6% | 5,837 | 45.6 | 2026-08-29 10:02:28 | REORGANIZE |
| host-947\dbo.BatchEntry.IX_PayrollStaging | 1/1 | NONCLUSTERED | 32.0% | 1,608 | 12.6 | never | REORGANIZE |
| host-947\dbo.StaffingStaging.IX_BillingAudit | 1/1 | NONCLUSTERED | 31.3% | 1,123 | 8.8 | 2026-09-01 10:18:41 | REORGANIZE |
| host-947\dbo.LedgerSummary.IX_PayrollHistory | 1/1 | NONCLUSTERED | 30.8% | 1,538 | 12.0 | 2026-09-01 09:35:29 | REORGANIZE |
| host-947\dbo.RouteLine.IX_TicketArchive | 1/1 | CLUSTERED | 30.8% | 1,888 | 14.8 | 2026-09-01 09:36:50 | REORGANIZE |
| host-947\dbo.QuotaQueue.IX_TerritoryQueue | 1/1 | NONCLUSTERED | 30.7% | 4,463 | 34.9 | 2026-09-14 12:13:11 | REORGANIZE |
| host-947\dbo.QuotaQueue.IX_CatalogDetail | 1/1 | NONCLUSTERED | 30.7% | 4,463 | 34.9 | 2026-09-14 12:13:01 | REORGANIZE |
| host-947\dbo.LedgerLog.IX_SettlementMonthly | 1/1 | NONCLUSTERED | 30.7% | 5,469 | 42.7 | 2026-08-29 10:02:27 | REORGANIZE |
| host-947\dbo.ReconcileStaging.IX_BillingQueue | 1/1 | NONCLUSTERED | 30.4% | 1,161 | 9.1 | 2026-09-01 10:18:19 | REORGANIZE |
| host-947\dbo.ReconcileStaging.IX_SalesSnapshot | 1/1 | NONCLUSTERED | 30.4% | 1,161 | 9.1 | 2026-09-01 10:18:19 | REORGANIZE |
Every index on the instance, including the healthy ones — the answer to "is THIS index used?" has to be here, not only the problems.
| Index | id | Type | Uniq | PK | Constr | Filt | Disabled | seeks | scans | lookups | updates | last_read | last_stats_update | State | Recommend action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| host-947.billing.TerritoryDetail.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.billing.TerritoryDetail.PK_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.billing.SalesEntry.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.billing.SalesEntry.PK_RouteSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.billing.TerritoryDetail.IX_BillingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.billing.TerritoryDetail.PK_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.billing.BatchQueue.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.billing.BatchQueue.PK_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.billing.TerritoryDaily.IX_ReconcileArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.billing.TerritoryDaily.PK_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.billing.CatalogSummary.PK_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.billing.CatalogSummary.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.billing.RouteEntry.PK_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.billing.RouteEntry.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.billing.RouteEntry.IX_OrdersAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.SF.RosterDetail.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 17 | never | never | UNUSED | KEEP — table storage | ||||
| host-947.SF.AssetResult.IX_LedgerDaily | 1 | CLUSTERED | Y | 17 | 0 | 0 | 0 | 2026-09-14 07:35:40 | 2026-03-29 20:57:35 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignMonthly.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 467193 | 0 | 0 | 27 | 2026-09-15 22:18:19 | 2026-07-19 18:01:48 | USED | keep — in use | ||||
| host-947.dbo.CampaignMonthly.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 4791 | 467193 | 27 | 2026-09-15 23:29:58 | 2026-07-19 18:01:48 | USED | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_QuotaEntry | 2 | NONCLUSTERED | Y | 7 | 0 | 0 | 0 | 2026-09-12 15:12:08 | 2026-03-29 19:30:04 | USED | keep — in use | ||||
| host-947.dbo.PricingDaily.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 2 | 0 | 2026-09-11 10:15:37 | 2026-03-29 19:30:04 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-14 11:28:37 | 2026-03-29 19:30:04 | USED | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_MeterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetMonthly.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_ForecastQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_LedgerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_PolicyResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_ContractLine | 13 | NONCLUSTERED | 0 | 0 | 0 | 35777 | never | 2026-09-01 09:08:38 | UNUSED | review, then DROP | |||||
| host-947.dbo.ReconcileResult.IX_TicketDaily | 1 | CLUSTERED | Y | 133732 | 14 | 89017 | 42949 | 2026-09-15 22:51:32 | 2026-09-01 09:08:33 | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_ClaimEntry | 4 | NONCLUSTERED | 305 | 0 | 0 | 41395 | 2026-09-15 16:09:02 | 2026-09-07 15:30:52 | USED | keep — in use | |||||
| host-947.dbo.ReconcileResult.IX_TicketAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 35612 | never | 2026-09-01 09:08:42 | UNUSED | review, then DROP | |||||
| host-947.dbo.ReconcileResult.IX_BookingArchive | 9 | NONCLUSTERED | 1105 | 0 | 0 | 36178 | 2026-09-15 20:09:52 | 2026-09-01 09:08:45 | USED | keep — in use | |||||
| host-947.dbo.ReconcileResult.IX_CustomerDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 35711 | never | 2026-09-01 09:08:49 | UNUSED | review, then DROP | |||||
| host-947.dbo.ReconcileResult.IX_BillingHeader | 7 | NONCLUSTERED | 800 | 0 | 0 | 35612 | 2026-09-15 21:01:07 | 2026-09-01 09:08:54 | USED | keep — in use | |||||
| host-947.dbo.ReconcileResult.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 23873 | 0 | 0 | 35612 | 2026-09-15 22:46:02 | 2026-09-01 09:08:58 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_AssetEntry | 3 | NONCLUSTERED | 182397 | 0 | 0 | 42175 | 2026-09-15 22:46:02 | 2026-09-01 09:09:08 | USED | keep — in use | |||||
| host-947.dbo.ReconcileResult.IX_RouteEntry | 11 | NONCLUSTERED | 6499 | 0 | 0 | 36491 | 2026-09-15 21:02:58 | 2026-09-15 15:39:46 | USED | keep — in use | |||||
| host-947.dbo.ReconcileResult.IX_ContractMonthly | 8 | NONCLUSTERED | 55038 | 0 | 0 | 41560 | 2026-09-15 22:50:30 | 2026-09-01 09:09:13 | USED | keep — in use | |||||
| host-947.dbo.ReconcileResult.IX_ContractHeader | 12 | NONCLUSTERED | 51962 | 0 | 0 | 41395 | 2026-09-15 15:49:56 | 2026-09-01 09:09:16 | USED | keep — in use | |||||
| host-947.dbo.ReconcileResult.IX_BatchEntry | 10 | NONCLUSTERED | 35655 | 0 | 0 | 35612 | 2026-09-15 22:50:30 | 2026-09-01 09:09:20 | USED | keep — in use | |||||
| host-947.dbo.MeterResult.IX_ShiftLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 850306 | 0 | 0 | 0 | 2026-09-15 23:39:27 | never | USED | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_PricingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_TicketMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_WarehouseStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_AssetResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_CatalogSummary | 2 | NONCLUSTERED | 53277 | 0 | 0 | 7681 | 2026-09-15 23:35:45 | 2026-09-01 09:09:21 | USED | keep — in use | |||||
| host-947.dbo.ShipmentStatus.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 26022 | 14 | 42379 | 10223 | 2026-09-16 00:58:49 | 2026-08-16 14:03:28 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_QuotaHistory | 3 | NONCLUSTERED | 9216 | 0 | 0 | 7681 | 2026-09-15 23:35:45 | 2026-09-01 09:09:22 | USED | keep — in use | |||||
| host-947.dbo.ShipmentStatus.IX_TicketDaily | 4 | NONCLUSTERED | 57921 | 0 | 0 | 7681 | 2026-09-15 22:46:02 | 2026-09-01 09:09:23 | USED | keep — in use | |||||
| host-947.dbo.RouteDaily.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_TicketHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_MeterMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_SettlementArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_LedgerDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_ShipmentArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_ClaimQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStatus.IX_ShiftDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStatus.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_ClaimQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_MeterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDaily.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_MeterResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_ShiftHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_TerritoryResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStatus.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_RouteLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_QuotaAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_StaffingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignEntry.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_PolicyStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseSummary.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_CatalogSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLine.IX_QuotaStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_TicketResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_RosterStatus | 24 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLine.IX_ReconcileArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_PricingSnapshot | 23 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_BatchHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_AssetDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_LedgerHeader | 22 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_SalesAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_BookingArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_MeterDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_CustomerLine | 19 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_AssetMonthly | 18 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_LedgerResult | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_SalesLine | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_RouteEntry | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_TerritoryAudit | 21 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_PricingSnapshot | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_BillingSnapshot | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_RosterDaily | 20 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_SalesMonthly | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_PolicyLog | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_ShiftArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_CampaignStaging | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_RosterLine | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDaily.IX_RosterDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDaily.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_BillingResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDaily.IX_SalesArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_ContractLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_PolicyArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_CatalogDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_QuotaStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_BillingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_BookingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollSummary.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-14 14:19:36 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_ForecastAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_PolicySnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_ShipmentDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_CatalogEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_ReconcileLog | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.BookingHeader.IX_ReconcileAudit | 9 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.BookingHeader.IX_RosterArchive | 10 | NONCLUSTERED | Y | 26396 | 0 | 0 | 0 | 2026-09-15 20:48:13 | never | USED | keep — in use | ||||
| host-947.dbo.BookingHeader.IX_SalesSummary | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.BookingHeader.IX_OrdersHeader | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.BookingHeader.IX_SalesLog | 7 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.BookingHeader.IX_TicketMonthly | 2 | NONCLUSTERED | 4 | 0 | 0 | 0 | 2026-09-15 16:50:02 | never | USED | keep — in use | |||||
| host-947.dbo.BookingHeader.IX_ForecastEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_ReconcileLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_ContractLog | 1 | CLUSTERED | Y | Y | 26401 | 1 | 4 | 0 | 2026-09-15 20:48:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_ForecastAudit | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractResult.IX_ShipmentHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_QuotaSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_ClaimMonthly | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_AssetHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_PricingHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_ReconcileLine | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_StaffingDaily | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_MeterAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_SalesSnapshot | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_QuotaHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_CustomerAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_ShiftQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_TicketQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_StaffingHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_RosterArchive | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_WarehouseLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_OrdersSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_MeterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_WarehouseHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_InvoiceStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_OrdersMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ContractStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_PayrollDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLine.IX_ClaimDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_RouteDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_OrdersQueue | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.QuotaLine.IX_ShipmentLog | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.QuotaLine.IX_SettlementSummary | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.QuotaLine.IX_SupplierMonthly | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.QuotaSnapshot.IX_ShiftLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSnapshot.IX_ClaimEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSnapshot.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_CampaignSummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.WarehouseStaging.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_WarehouseResult | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_BatchAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_InvoiceHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_SalesQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_PayrollAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_CustomerStatus | 1 | CLUSTERED | Y | Y | 0 | 26403 | 0 | 0 | 2026-09-15 20:48:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_AssetDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_ShiftHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_SalesSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_ReconcileAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_CatalogLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_QuotaSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_PricingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_TerritoryHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_ContractArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_PayrollLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteEntry.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_QuotaDetail | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDetail.IX_ShipmentQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_TerritorySnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_OrdersSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_ClaimStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_CatalogQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_CampaignDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_OrdersQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_AssetStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_CampaignLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_SalesQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_RouteDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 8041 | 0 | 2047 | 2026-09-15 23:39:03 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_StaffingAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_PricingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_QuotaLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-09 15:31:50 | never | USED | keep — in use | ||||
| host-947.dbo.TicketStatus.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 1 | 0 | 2026-09-09 15:31:50 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_ForecastAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_MeterSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_RosterQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 125 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_BillingSnapshot | 3 | NONCLUSTERED | Y | 125 | 0 | 0 | 125 | 2026-09-15 16:28:18 | never | USED | keep — in use | ||||
| host-947.dbo.OrdersSnapshot.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 125 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_RosterSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 125 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_RosterAudit | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.BillingSnapshot.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.BillingSnapshot.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_QuotaLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseMonthly.IX_RosterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:22 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_TerritoryResult | 2 | NONCLUSTERED | Y | 0 | 6 | 0 | 0 | 2026-09-14 15:30:04 | 2026-03-29 19:30:22 | USED | keep — in use | ||||
| host-947.dbo.PolicyLine.IX_SettlementLine | 2 | NONCLUSTERED | Y | 265 | 0 | 0 | 0 | 2026-09-15 16:42:06 | 2026-03-29 19:30:22 | USED | keep — in use | ||||
| host-947.dbo.PolicyLine.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:22 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:22 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_ContractLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:22 | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentAudit.IX_SalesDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:22 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentAudit.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:22 | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySnapshot.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_PolicyLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_StaffingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_PayrollDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_BillingResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteStaging.IX_BillingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_RouteStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftAudit.IX_SalesHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesArchive.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_BillingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSummary.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_PricingLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogResult.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_RouteEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_ShiftDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollMonthly.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_PolicyLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerEntry.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_PayrollDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_PricingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:22 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 89242 | 0 | 0 | 0 | 2026-09-16 00:19:26 | 2026-03-29 19:30:22 | USED | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 11492 | 0 | 0 | 0 | 2026-09-15 22:50:53 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteArchive.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_TicketResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryResult.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_MeterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDetail.IX_SettlementAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSnapshot.IX_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_SupplierSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLine.IX_StaffingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLine.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_ShiftDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDetail.IX_CampaignResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 4 | 0 | 0 | 2026-09-14 12:37:32 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStatus.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 118 | 20909 | 0 | 0 | 2026-09-15 16:12:09 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_OrdersLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_RosterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_ShiftStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLog.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_CatalogLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_CustomerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStaging.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_PayrollEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLog.IX_WarehouseResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_ShiftHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 273 | 0 | 0 | 20 | 2026-09-15 20:43:55 | 2026-07-19 18:01:58 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_StaffingLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 20 | never | 2026-07-19 18:01:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_RosterDetail | 7 | NONCLUSTERED | 0 | 0 | 0 | 20 | never | 2026-07-19 18:01:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_PolicyMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 20 | never | 2026-07-19 18:01:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_SupplierDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 20 | never | 2026-07-19 18:01:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_RouteQueue | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 20 | never | 2026-07-19 18:01:59 | UNUSED | review carefully — unique | ||||
| host-947.dbo.QuotaSnapshot.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_ReconcileLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_TicketQueue | 2 | NONCLUSTERED | Y | 25 | 0 | 0 | 0 | 2026-09-15 15:22:59 | never | USED | keep — in use | ||||
| host-947.dbo.WarehouseLine.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 25 | 0 | 2026-09-15 15:22:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHeader.IX_CampaignHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHeader.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_LedgerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 265 | 31 | 0 | 0 | 2026-09-15 20:43:55 | 2026-03-29 19:30:23 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_SalesLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-09 10:57:04 | 2026-04-06 23:24:58 | USED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_MeterLine | 1 | CLUSTERED | Y | Y | 173 | 0 | 0 | 173 | 2026-09-15 16:01:39 | 2026-07-19 18:01:59 | USED | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_ContractDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_OrdersLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyArchive.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:23:39 | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyArchive.IX_QuotaDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:23:39 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_ShiftDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_ForecastHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_ContractMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_LedgerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementAudit.IX_BookingHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_BatchSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_CustomerLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_TerritoryEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterArchive.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_CampaignHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersResult.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_AssetHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStaging.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_ShiftLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_PricingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_ClaimLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileAudit.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileAudit.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_RouteEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_ReconcileEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogSnapshot.IX_ForecastAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_PolicyLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentMonthly.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLog.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_ShiftLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_RouteEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStaging.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_ForecastResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_PayrollHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_OrdersDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_StaffingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 9 | 0 | 0 | 0 | 2026-09-15 10:54:13 | 2026-03-29 19:30:23 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_BookingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_PolicyHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-14 07:57:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStaging.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_ForecastEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_CatalogQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_RosterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_PricingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:24:58 | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_ReconcileStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:24:58 | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-06 23:24:58 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_BillingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_AssetStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_MeterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHistory.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_SalesResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_RosterStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentResult.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_SettlementStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_BillingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetArchive.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_LedgerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_BookingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_WarehouseDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_QuotaArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_RouteHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_PayrollStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_CustomerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_ClaimStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHistory.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_SalesStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_LedgerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_ForecastLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_BatchMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_MeterEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-21 17:23:39 | COLD | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:23:39 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:23:39 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_WarehouseStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingQueue.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingQueue.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_SupplierStaging | 1 | CLUSTERED | Y | Y | 58 | 0 | 0 | 0 | 2026-09-15 07:48:19 | 2026-03-29 19:30:23 | USED | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_OrdersAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | review, then DROP | |||||
| host-947.dbo.RouteStaging.IX_InvoiceHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | review, then DROP | |||||
| host-947.dbo.RouteStaging.IX_BillingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | review, then DROP | |||||
| host-947.dbo.RouteStaging.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 27 | 0 | 0 | 0 | 2026-09-14 08:01:07 | 2026-03-29 19:30:23 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_OrdersResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_PayrollDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_ClaimHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSummary.IX_LedgerAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentSummary.IX_StaffingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_PolicyHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileEntry.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_BatchArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStaging.IX_LedgerDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStaging.IX_ForecastQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStaging.IX_CampaignLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 23 | 0 | 0 | 2026-09-14 08:01:07 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_SupplierAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaAudit.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_AssetResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_SalesSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_BatchResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_CatalogStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_BillingSnapshot | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_ForecastDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDaily.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:23 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_SupplierHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_CampaignLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHeader.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_InvoiceArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 1392 | 0 | 2026-09-14 08:01:43 | 2026-03-29 19:30:24 | USED | KEEP — table storage | ||||
| host-947.dbo.BookingEntry.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 1392 | 0 | 0 | 0 | 2026-09-14 08:01:43 | 2026-03-29 19:30:24 | USED | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_BillingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileAudit.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_PayrollStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSnapshot.IX_RosterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_RosterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_ForecastResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingAudit.IX_BatchStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingAudit.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_ReconcileLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStaging.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_OrdersDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDaily.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_OrdersResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_ClaimResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHeader.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_ContractStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimStaging.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_AssetDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_AssetLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSummary.IX_CatalogLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_InvoiceAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_TerritoryArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_BillingSummary | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_WarehouseSummary | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_ContractAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDetail.IX_ShiftHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_AssetStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_SettlementDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetLog.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_AssetResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDetail.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_RosterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:24 | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:24 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_WarehouseArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-04 02:56:57 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-04 02:56:57 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_PolicyStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStaging.IX_ReconcileArchive | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_MeterResult | 1 | CLUSTERED | Y | 56 | 0 | 0 | 0 | 2026-09-15 16:14:16 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_WarehouseDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_LedgerLine | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_TicketResult | 1 | CLUSTERED | Y | 56 | 0 | 0 | 0 | 2026-09-15 16:14:16 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_ReconcileEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_PricingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_CampaignSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_PolicyArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_OrdersAudit | 1 | CLUSTERED | 56 | 0 | 0 | 0 | 2026-09-15 16:14:16 | never | USED | KEEP — table storage | |||||
| host-947.dbo.WarehouseHistory.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_OrdersStatus | 1 | CLUSTERED | 56 | 0 | 0 | 0 | 2026-09-15 16:14:16 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ShiftSnapshot.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_CampaignLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSnapshot.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStaging.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_SettlementHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_StaffingDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingAudit.IX_WarehouseQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_CustomerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_StaffingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySnapshot.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_WarehouseDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDaily.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_BookingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSummary.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_ShiftArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerResult.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_CampaignLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDaily.IX_ShipmentDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDaily.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_InvoiceEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStaging.IX_ContractDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_CatalogDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_InvoiceHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetMonthly.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_StaffingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersEntry.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_MeterSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimDaily.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_CampaignHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_ShipmentHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_WarehouseMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseDetail.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_PayrollMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaHistory.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStatus.IX_BookingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingMonthly.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_BookingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_ForecastSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_RouteSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_SupplierStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_RosterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingResult.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSummary.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_AssetHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_RosterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_ShipmentQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_RouteQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_PricingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_ForecastResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileStaging.IX_LedgerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDetail.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_CampaignHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_SalesArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_CatalogSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_AssetLine | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_SettlementHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_ForecastArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHistory.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_CampaignSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_SalesResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerQueue.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_CatalogDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLog.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_ClaimHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDetail.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_SupplierStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStaging.IX_OrdersHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_CustomerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_BatchQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHistory.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_CatalogHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 28 | 0 | 0 | 0 | 2026-09-15 16:14:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_BookingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStatus.IX_ContractSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingEntry.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_BatchQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_StaffingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_ContractEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_OrdersHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_SalesResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryArchive.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesAudit.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySnapshot.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_QuotaLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterSummary.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogAudit.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogAudit.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLog.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingArchive.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingArchive.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_SupplierHeader | 1 | CLUSTERED | 28 | 0 | 0 | 0 | 2026-09-15 16:14:16 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ReconcileHeader.IX_PolicyResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_ReconcileResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaMonthly.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_ClaimLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimEntry.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyMonthly.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_PricingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDetail.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_PayrollSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_TerritoryLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHeader.IX_PolicyLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:24 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:24 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSummary.IX_AssetSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-21 17:23:39 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_ForecastDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-21 17:23:39 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:23:39 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_RouteArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:23:39 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_SalesResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_MeterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_RosterDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 34 | 8 | 0 | 0 | 2026-09-15 09:49:01 | 2026-06-21 17:23:39 | USED | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_TicketAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:25 | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:25 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_BatchHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_SupplierStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_SettlementHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_ShipmentLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ShipmentLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_SupplierLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_AssetEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_RouteStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersMonthly.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_RosterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_AssetSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 120 | 0 | 0 | 0 | 2026-09-15 08:46:21 | 2026-03-29 19:30:25 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_SalesStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:25 | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_PolicyEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:25 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_SupplierEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_TicketStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerAudit.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerAudit.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:25 | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:25 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:25 | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:25 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_QuotaSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_ForecastEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_ForecastQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_InvoiceStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStaging.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStaging.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_ContractDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLog.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_RouteLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_SupplierDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLog.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_ContractStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_BookingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchMonthly.IX_CatalogHeader | 2 | NONCLUSTERED | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | keep — in use | ||||
| host-947.dbo.CampaignHistory.IX_ForecastLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 18678 | 0 | 0 | 0 | 2026-09-15 22:51:58 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_WarehouseResult | 1 | CLUSTERED | Y | 18679 | 0 | 0 | 0 | 2026-09-15 22:51:58 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_ShipmentQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_PayrollHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_CatalogSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingEntry.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_ForecastResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_BillingDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingStatus.IX_SettlementArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractQueue.IX_RosterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_MeterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_CampaignSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteMonthly.IX_ForecastStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_SupplierLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerResult.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_BillingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_LedgerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_CustomerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_SupplierAudit | 1 | CLUSTERED | Y | 21027 | 0 | 0 | 0 | 2026-09-15 16:12:09 | never | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_TerritoryDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_ClaimDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_OrdersDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 21659 | 0 | 517 | 7 | 2026-09-15 20:40:59 | 2026-07-19 18:01:59 | USED | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_CatalogSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | 2026-07-19 18:01:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 3 | 2026-09-08 11:14:54 | 2026-07-19 18:01:59 | USED | keep — in use | ||||
| host-947.dbo.BatchDetail.IX_PolicyResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | 2026-07-19 18:01:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_BatchStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 4 | never | 2026-07-19 18:01:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_PolicyDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 4 | never | 2026-07-19 18:01:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_ReconcileStaging | 9 | NONCLUSTERED | Y | 507 | 16 | 0 | 3 | 2026-09-15 20:40:59 | 2026-07-19 18:01:59 | USED | keep — in use | ||||
| host-947.dbo.BatchDetail.IX_TicketEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | 2026-07-19 18:01:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_TerritoryQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | 2026-07-19 18:01:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.ReconcileEntry.IX_InvoiceHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileEntry.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_BookingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_BatchLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDetail.IX_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_PayrollSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-09-01 09:09:29 | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_CatalogDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-09-01 09:09:29 | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_MeterHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-09-01 09:09:29 | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 31 | 0 | 0 | 0 | 2026-09-15 20:43:55 | 2026-08-29 13:19:13 | USED | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_TerritoryStaging | 4 | NONCLUSTERED | 8 | 0 | 0 | 0 | 2026-09-15 09:46:59 | 2026-08-29 13:19:23 | USED | keep — in use | |||||
| host-947.dbo.BillingQueue.IX_InvoiceLog | 1 | CLUSTERED | 22585 | 0 | 17 | 31 | 2026-09-15 20:43:55 | 2026-09-01 09:09:28 | USED | KEEP — table storage | |||||
| host-947.dbo.BillingQueue.IX_MeterSummary | 3 | NONCLUSTERED | 9 | 0 | 0 | 0 | 2026-09-10 19:16:39 | 2026-08-29 13:19:18 | USED | keep — in use | |||||
| host-947.dbo.CustomerDetail.IX_MeterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:28 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDetail.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:28 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 31 | 0 | 0 | 2026-09-15 20:43:55 | 2026-03-29 19:30:28 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_SettlementDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDaily.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_ShiftResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:28 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_SupplierDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_ClaimEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:28 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:28 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:28 | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryQueue.IX_ShipmentDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryQueue.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingQueue.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_ReconcileArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchQueue.IX_SalesStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_SupplierStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSummary.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileAudit.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_LedgerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingEntry.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_AssetArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingAudit.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_ContractStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDaily.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_ForecastQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_ShiftEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_StaffingResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStaging.IX_SettlementHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimArchive.IX_ShipmentAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_ShipmentEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimArchive.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_LedgerArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_LedgerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_MeterHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesHeader.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaResult.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.PK_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_AssetResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractResult.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_LedgerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_CatalogEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryEntry.IX_ReconcileAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryEntry.IX_CatalogLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_ShiftQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_PricingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_ShiftQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStatus.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_BookingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentHistory.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_BookingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_PayrollStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 3871 | 0 | 515 | 0 | 2026-09-15 21:51:54 | 2026-03-29 19:30:29 | USED | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_ContractLine | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_OrdersHeader | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_OrdersEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_WarehouseLog | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_TicketAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_SupplierArchive | 4 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-15 09:22:04 | 2026-03-29 19:30:29 | USED | keep — in use | |||||
| host-947.dbo.AssetAudit.IX_RouteSnapshot | 10 | NONCLUSTERED | Y | 129 | 386 | 0 | 0 | 2026-09-15 20:40:59 | 2026-03-29 19:30:29 | USED | keep — in use | ||||
| host-947.dbo.AssetAudit.IX_MeterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_PolicyLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:29 | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_RouteSnapshot | 5 | NONCLUSTERED | 43 | 0 | 0 | 769 | 2026-09-14 11:15:34 | 2026-08-20 13:25:50 | USED | keep — in use | |||||
| host-947.dbo.CatalogHeader.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 211 | 0 | 312 | 769 | 2026-09-15 15:53:30 | 2026-08-20 13:25:42 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_OrdersEntry | 9 | NONCLUSTERED | 0 | 0 | 0 | 769 | never | 2026-08-20 13:25:55 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_ShipmentMonthly | 28 | NONCLUSTERED | 0 | 0 | 0 | 769 | never | 2026-08-20 13:25:43 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_CampaignArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 769 | never | 2026-08-20 13:25:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_SettlementEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 769 | never | 2026-08-20 13:25:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_BookingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 769 | never | 2026-08-20 13:25:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_MeterStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 769 | never | 2026-08-20 13:25:51 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_ShipmentHeader | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 769 | never | 2026-08-20 13:25:43 | UNUSED | review carefully — unique | ||||
| host-947.dbo.CatalogHeader.IX_CatalogResult | 8 | NONCLUSTERED | 0 | 0 | 0 | 769 | never | 2026-08-20 13:25:45 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_PayrollDaily | 2 | NONCLUSTERED | 312 | 0 | 0 | 769 | 2026-09-15 15:53:30 | 2026-08-20 13:25:43 | USED | keep — in use | |||||
| host-947.dbo.OrdersQueue.IX_PolicyDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:31 | COLD | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:31 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_CatalogLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:31 | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:31 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_ShipmentLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingSummary.IX_CampaignQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_QuotaLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_MeterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHeader.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStatus.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_SupplierStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_ShipmentLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_CustomerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStaging.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_CustomerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_ReconcileDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_PricingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 0 | 3617 | 0 | 0 | 2026-09-15 20:36:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_WarehouseResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_RosterHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStaging.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStaging.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_AssetHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_BatchSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHistory.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_ContractHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementMonthly.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_BookingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ForecastStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_ContractAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_LedgerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_LedgerHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_BillingLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_ShiftSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_BatchDaily | 1 | CLUSTERED | Y | 0 | 22 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PricingLine.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_LedgerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_LedgerLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_CustomerHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_ShiftEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_ForecastStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_BookingLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_ForecastSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_ReconcileEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerResult.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_PolicyLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentMonthly.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_PayrollHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_LedgerMonthly | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_WarehouseAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_StaffingEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_CustomerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_PolicySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStatus.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_ShipmentDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_PolicyResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_PolicyLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_WarehouseStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_StaffingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_ForecastQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHeader.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileEntry.IX_MeterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_BookingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 11960 | 468534 | 0 | 0 | 2026-09-15 16:42:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHistory.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_AssetSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_PolicySnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_QuotaQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_SupplierResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_ForecastStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_ContractAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_BatchQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 2512 | 0 | 0 | 0 | 2026-09-15 23:01:18 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_RosterDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingAudit.IX_QuotaEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingAudit.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 15 | 8615 | 0 | 0 | 2026-09-15 15:15:45 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_TicketLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_BatchEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileQueue.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_MeterMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingResult.IX_BookingArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_RosterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_PricingResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesQueue.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_RosterResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_PolicyDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_PricingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetArchive.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_PayrollEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_TerritoryQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDetail.IX_ShipmentMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDetail.IX_PricingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_CatalogResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_SupplierQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_MeterSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_QuotaHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterArchive.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_OrdersEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 28 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesSnapshot.IX_PricingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 28 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_PayrollResult | 2 | NONCLUSTERED | Y | 28 | 0 | 0 | 28 | 2026-09-15 16:14:16 | never | USED | keep — in use | ||||
| host-947.dbo.CatalogDetail.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 21 | 0 | 0 | 0 | 2026-09-15 21:51:54 | 2026-03-29 19:30:31 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_ForecastDetail | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:31 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSummary.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_OrdersQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_BillingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_PolicyHeader | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_WarehouseQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractMonthly.IX_ReconcileStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_QuotaDetail | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_ForecastArchive | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RosterDetail.IX_ForecastEntry | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RosterDetail.IX_BatchArchive | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RosterDetail.IX_InvoiceArchive | 7 | NONCLUSTERED | Y | Y | 788 | 0 | 0 | 0 | 2026-09-15 20:35:21 | never | USED | keep — in use | |||
| host-947.dbo.RosterDetail.IX_RosterLog | 11 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RosterDetail.IX_CatalogSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 3788 | 0 | 0 | 0 | 2026-09-15 23:01:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_PricingHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RosterDetail.IX_BillingEntry | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RosterDetail.IX_ForecastSummary | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RosterDetail.IX_CustomerHistory | 3 | NONCLUSTERED | Y | Y | 60 | 0 | 0 | 0 | 2026-09-15 14:14:43 | never | USED | keep — in use | |||
| host-947.dbo.SettlementHistory.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_MeterHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileResult.IX_WarehouseLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileResult.IX_ShipmentArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_SettlementLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileResult.IX_RouteArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_SettlementMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogEntry.IX_PolicyDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogEntry.IX_PayrollArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogEntry.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_CatalogHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogEntry.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_LedgerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_SupplierHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_InvoiceStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStaging.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_BatchSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLine.IX_SettlementDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLine.IX_MeterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_OrdersHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_ShiftDaily | 2 | NONCLUSTERED | Y | 848 | 0 | 0 | 0 | 2026-09-15 20:35:21 | never | USED | keep — in use | ||||
| host-947.dbo.PricingHeader.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 6217 | 15922 | 0 | 0 | 2026-09-15 23:01:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_BillingMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.PricingHeader.IX_SalesSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.LedgerResult.IX_OrdersResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerResult.IX_MeterAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLog.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_ForecastAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterDaily.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_InvoiceDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterDaily.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_CustomerLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSnapshot.IX_BatchSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 562 | 0 | 2026-09-12 12:45:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_StaffingLine | 3 | NONCLUSTERED | Y | 562 | 0 | 0 | 0 | 2026-09-12 12:45:06 | never | USED | keep — in use | ||||
| host-947.dbo.BillingStatus.IX_SupplierStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_PayrollSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStatus.IX_CustomerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 253 | 0 | 2026-09-15 16:28:18 | never | USED | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_SupplierArchive | 3 | NONCLUSTERED | Y | 253 | 0 | 0 | 0 | 2026-09-15 16:28:18 | never | USED | keep — in use | ||||
| host-947.dbo.MeterHistory.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_PolicyLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_LedgerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_ReconcileSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_SalesLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:31 | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_RouteDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:31 | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 121 | 0 | 0 | 0 | 2026-09-15 08:22:51 | 2026-03-29 19:30:31 | USED | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_RouteHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:31 | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_ClaimAudit | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:31 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_ReconcileAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStatus.IX_ReconcileLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStatus.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_PricingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLog.IX_ShipmentStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLog.IX_LedgerLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLog.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_SalesLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_BatchStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_PayrollSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStatus.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_WarehouseMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_ClaimStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_SupplierLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_ContractAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_OrdersResult | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStatus.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_CatalogLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDaily.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDaily.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_OrdersArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStatus.IX_OrdersDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStatus.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_PolicyResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDetail.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_RouteLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDetail.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-09 14:34:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_StaffingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_StaffingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_ContractEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_SalesArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_CustomerAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaEntry.IX_PolicyMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaEntry.IX_OrdersDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaEntry.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_BookingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLog.IX_ReconcileArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLog.IX_StaffingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_ClaimSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_OrdersArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_AssetLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHeader.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_BillingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyEntry.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingQueue.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_RouteAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_BillingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_PolicyDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_ContractDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketQueue.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_CustomerSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersMonthly.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_SalesStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_TicketLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStaging.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_ReconcileStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDetail.IX_CampaignAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDetail.IX_BillingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDetail.IX_SalesDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDetail.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_LedgerLog | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDetail.IX_PayrollMonthly | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingSnapshot.IX_CatalogDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingSnapshot.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_PolicyLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_ClaimResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_CatalogArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingQueue.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_ReconcileHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_BillingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_PricingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_BillingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_CampaignAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_TicketArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteQueue.IX_PayrollMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_RosterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:32 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_BookingHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:32 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_SettlementStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:32 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierQueue.IX_InvoiceStatus | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:32 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 22 | 0 | 0 | 0 | 2026-09-15 12:13:30 | 2026-03-29 19:30:32 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:32 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_QuotaLog | 2 | NONCLUSTERED | 2 | 0 | 0 | 0 | 2026-09-09 14:34:59 | 2026-03-29 19:30:32 | USED | keep — in use | |||||
| host-947.dbo.WarehouseQueue.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 6 | 0 | 2026-09-09 14:34:59 | 2026-03-29 19:30:32 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_BatchLog | 3 | NONCLUSTERED | 4 | 0 | 0 | 0 | 2026-09-09 14:34:59 | 2026-03-29 19:30:32 | USED | keep — in use | |||||
| host-947.dbo.OrdersSnapshot.IX_OrdersDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_QuotaHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDaily.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 479487 | 0 | 541 | 2026-09-15 18:36:38 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_TerritoryStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 541 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingQueue.IX_InvoiceStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 541 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.BATCH.IX_WarehouseDetail | 26 | NONCLUSTERED | 1054280 | 0 | 0 | 50210 | 2026-09-16 01:01:44 | 2026-09-13 13:12:45 | USED | keep — in use | |||||
| host-947.dbo.BATCH.IX_RosterResult | 2 | NONCLUSTERED | 904566 | 0 | 0 | 599084 | 2026-09-16 01:01:44 | 2026-09-13 02:20:01 | USED | keep — in use | |||||
| host-947.dbo.BATCH.IX_ClaimArchive | 4 | NONCLUSTERED | 1054 | 17 | 0 | 50210 | 2026-09-15 22:51:32 | 2026-09-13 21:51:52 | USED | keep — in use | |||||
| host-947.dbo.BATCH.IX_CustomerResult | 8 | NONCLUSTERED | 321634 | 0 | 0 | 50210 | 2026-09-16 01:01:44 | 2026-09-13 21:51:53 | USED | keep — in use | |||||
| host-947.dbo.BATCH.IX_CampaignSnapshot | 6 | NONCLUSTERED | 64016 | 0 | 0 | 50210 | 2026-09-16 01:01:28 | 2026-09-13 02:20:10 | USED | keep — in use | |||||
| host-947.dbo.BATCH.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 1949737 | 0 | 2383714 | 599084 | 2026-09-16 01:01:45 | 2026-09-13 02:20:28 | USED | KEEP — primary key | |||
| host-947.dbo.BATCH.IX_ReconcileSnapshot | 9 | NONCLUSTERED | 1219208 | 0 | 0 | 599084 | 2026-09-16 01:01:45 | 2026-09-15 22:51:11 | USED | keep — in use | |||||
| host-947.dbo.BATCH.IX_SalesAudit | 3 | NONCLUSTERED | 564924 | 0 | 0 | 599084 | 2026-09-16 01:01:44 | 2026-09-14 23:16:44 | USED | keep — in use | |||||
| host-947.dbo.BATCH.IX_ContractArchive | 7 | NONCLUSTERED | 20122 | 0 | 0 | 599084 | 2026-09-14 01:49:46 | 2026-09-15 22:51:00 | USED | keep — in use | |||||
| host-947.dbo.BATCH.IX_ShipmentAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 527032 | never | 2026-09-13 02:20:05 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_AssetResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_MeterArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_TerritoryHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHeader.IX_BatchEntry | 2 | NONCLUSTERED | Y | Y | 72050 | 1 | 0 | 0 | 2026-09-16 01:01:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 72051 | 0 | 2026-09-16 01:01:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_BookingStatus | 1 | CLUSTERED | 533 | 34722 | 0 | 63847 | 2026-09-16 01:01:28 | never | USED | KEEP — table storage | |||||
| host-947.dbo.RosterResult.IX_StaffingResult | 4 | NONCLUSTERED | 15041 | 62956 | 0 | 63847 | 2026-09-16 01:01:35 | never | USED | keep — in use | |||||
| host-947.dbo.RosterResult.IX_ClaimDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 63847 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_SettlementDetail | 3 | NONCLUSTERED | 945575 | 107045 | 0 | 63847 | 2026-09-16 01:01:44 | never | USED | keep — in use | |||||
| host-947.dbo.TerritoryAudit.IX_CampaignEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 70 | never | 2026-07-19 18:02:06 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_RouteAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 70 | never | 2026-07-19 18:02:06 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 70 | never | 2026-07-19 18:02:06 | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 679028 | 0 | 0 | 213265 | 2026-09-16 01:01:44 | 2026-03-29 19:30:35 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 107817 | 2 | 0 | 0 | 2026-09-16 01:01:34 | 2026-03-29 19:30:35 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_ShiftSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:35 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_CustomerResult | 2 | NONCLUSTERED | 8 | 0 | 0 | 538103 | 2026-09-15 15:00:01 | 2026-09-15 15:00:01 | USED | keep — in use | |||||
| host-947.dbo.OrdersAudit.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 547095 | 547103 | 2026-09-16 01:01:42 | 2026-03-29 19:30:35 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_CatalogEntry | 3 | NONCLUSTERED | Y | 556095 | 0 | 0 | 8 | 2026-09-16 01:01:42 | 2026-03-29 19:30:35 | USED | keep — in use | ||||
| host-947.dbo.WarehouseStaging.IX_SettlementLine | 4 | NONCLUSTERED | 31657 | 0 | 0 | 8659 | 2026-09-16 01:01:35 | 2026-09-02 18:06:11 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStaging.IX_SettlementSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 8659 | never | 2026-09-02 18:06:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_SupplierSnapshot | 2 | NONCLUSTERED | 31741 | 0 | 0 | 8659 | 2026-09-16 01:01:35 | 2026-09-02 18:06:10 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStaging.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 4 | 63398 | 8659 | 2026-09-16 01:01:35 | 2026-09-02 18:06:16 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_RosterSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 35445 | never | 2026-09-15 16:55:12 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyMonthly.IX_QuotaArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 35450 | never | 2026-09-01 09:09:50 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyMonthly.IX_BillingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 35445 | never | 2026-09-15 16:55:15 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyMonthly.IX_CampaignStatus | 17 | NONCLUSTERED | 1266726 | 0 | 0 | 2568897 | 2026-09-16 01:01:44 | 2026-09-15 20:45:44 | USED | keep — in use | |||||
| host-947.dbo.PolicyMonthly.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 1496513 | 299 | 1485122 | 2632507 | 2026-09-16 01:01:45 | 2026-09-01 09:09:49 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_QuotaResult | 4 | NONCLUSTERED | 1330 | 0 | 0 | 98843 | 2026-09-15 17:03:14 | 2026-09-14 14:13:02 | USED | keep — in use | |||||
| host-947.dbo.PolicyMonthly.IX_StaffingSnapshot | 5 | NONCLUSTERED | 2642292 | 27129 | 0 | 1333889 | 2026-09-16 01:01:44 | 2026-09-14 18:13:39 | USED | keep — in use | |||||
| host-947.dbo.PolicyMonthly.IX_RouteDetail | 2 | NONCLUSTERED | 30465 | 15211 | 0 | 1365570 | 2026-09-16 01:01:35 | 2026-09-14 18:16:21 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_CampaignResult | 1 | CLUSTERED | Y | 9000 | 62268 | 0 | 0 | 2026-09-16 01:01:28 | 2026-03-29 19:30:41 | USED | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_OrdersStaging | 3 | NONCLUSTERED | Y | 992012 | 212446 | 0 | 0 | 2026-09-16 01:01:44 | 2026-03-29 19:30:41 | USED | keep — in use | ||||
| host-947.dbo.AssetHistory.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:41 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:41 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_MeterDetail | 4 | NONCLUSTERED | 53851 | 0 | 0 | 62510 | 2026-09-16 01:01:34 | 2026-09-04 09:42:42 | USED | keep — in use | |||||
| host-947.dbo.ForecastSummary.IX_PricingLine | 2 | NONCLUSTERED | 138 | 0 | 0 | 40358 | 2026-09-15 17:16:54 | 2026-09-04 07:46:10 | USED | keep — in use | |||||
| host-947.dbo.ForecastSummary.IX_ContractDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 8659 | never | 2026-07-19 18:02:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_OrdersDetail | 3 | NONCLUSTERED | 63689 | 0 | 0 | 40358 | 2026-09-16 01:01:35 | 2026-09-04 09:42:23 | USED | keep — in use | |||||
| host-947.dbo.ForecastSummary.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 31408 | 0 | 138 | 94209 | 2026-09-16 01:01:35 | 2026-09-04 07:46:15 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 157726 | 285 | 0 | 60634 | 2026-09-16 01:01:35 | 2026-08-29 15:10:08 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_TerritoryHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSnapshot.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_CampaignQueue | 1 | CLUSTERED | 18022 | 0 | 0 | 0 | 2026-09-16 01:01:28 | 2026-03-29 19:30:44 | USED | KEEP — table storage | |||||
| host-947.dbo.AssetQueue.IX_TerritorySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-14 04:19:49 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_CatalogQueue | 1 | CLUSTERED | Y | 1389520 | 0 | 0 | 0 | 2026-09-16 01:01:45 | 2026-05-14 04:19:49 | USED | KEEP — table storage | ||||
| host-947.dbo.RosterHeader.IX_LedgerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHeader.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_ForecastLog | 2 | NONCLUSTERED | 211121 | 0 | 0 | 211121 | 2026-09-16 01:01:44 | never | USED | keep — in use | |||||
| host-947.dbo.StaffingLog.IX_ShiftQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 211121 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 624980 | 0 | 0 | 211121 | 2026-09-16 01:01:45 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceMonthly.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_SupplierQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHistory.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_CatalogLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingQueue.IX_PolicySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingQueue.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySummary.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_BillingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_BillingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_StaffingStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHeader.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDaily.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_TerritoryResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_OrdersLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_PayrollStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_ContractEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_CatalogHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_AssetDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseQueue.IX_StaffingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_QuotaHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_SupplierLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_ClaimMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_WarehouseResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_PayrollDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_TicketSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_SettlementAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDetail.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_ShiftArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHistory.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_MeterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_MeterArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDetail.IX_InvoiceEntry | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_ShipmentStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDetail.IX_PricingAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDetail.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHistory.IX_ClaimEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 11 | 0 | 0 | 0 | 2026-09-14 09:05:02 | never | USED | keep — in use | ||||
| host-947.dbo.InvoiceLog.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 11 | 0 | 2026-09-14 09:05:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_LedgerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 12 | 0 | 0 | 0 | 2026-09-14 09:05:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaResult.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 6 | 6 | 0 | 0 | 2026-09-14 09:05:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_PricingArchive | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.ReconcileQueue.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_BookingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_RouteLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_ContractStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStatus.IX_SupplierSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogAudit.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogAudit.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_RouteLog | 1 | CLUSTERED | Y | Y | 21 | 0 | 0 | 0 | 2026-09-14 14:54:36 | 2026-03-29 19:30:44 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingEntry.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLine.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 12 | 0 | 0 | 2026-09-14 09:05:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_CustomerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLog.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_AssetMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStatus.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_CustomerHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_BatchDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_SettlementStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_AssetQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_TerritorySnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_InvoiceArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 27 | 0 | 0 | 0 | 2026-09-15 15:07:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_TerritoryDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_RosterSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingMonthly.IX_BillingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingMonthly.IX_LedgerAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingMonthly.IX_QuotaLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingMonthly.IX_InvoiceDetail | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingMonthly.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_CatalogQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_RouteQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSummary.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_ReconcileEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_PolicyQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_BillingLine | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_RouteSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_BillingSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_WarehouseResult | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_InvoiceArchive | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_ShiftResult | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_WarehouseArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileQueue.IX_LedgerStatus | 3 | NONCLUSTERED | 35 | 0 | 0 | 0 | 2026-09-14 09:05:09 | never | USED | keep — in use | |||||
| host-947.dbo.ReconcileQueue.IX_LedgerEntry | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 27 | 0 | 0 | 2026-09-15 15:07:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_PayrollArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_MeterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_ReconcileSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHeader.IX_ReconcileLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_AssetDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_QuotaEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_SupplierStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_LedgerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogQueue.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_AssetHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerMonthly.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyEntry.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_SettlementQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_BatchQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSnapshot.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_ShipmentSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterEntry.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterEntry.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_PayrollMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_CampaignQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_CustomerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHistory.IX_ClaimStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_ForecastLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_ClaimStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_PolicyAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_OrdersEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStaging.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_InvoiceLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_BookingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_SupplierHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_SupplierAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_MeterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_InvoiceLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_SettlementArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_LedgerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ShiftArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryEntry.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 16 | 16 | 0 | 2026-09-15 09:49:01 | 2026-03-29 19:30:44 | USED | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_CustomerArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_ContractDetail | 5 | NONCLUSTERED | 0 | 16 | 0 | 0 | 2026-09-15 09:47:00 | 2026-03-29 19:30:44 | USED | keep — in use | |||||
| host-947.dbo.BookingMonthly.IX_ClaimDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:45 | COLD | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_BookingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:44 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_ContractLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:45 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:45 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHistory.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_BookingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_PolicyLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_ContractStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimQueue.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 1984 | 0 | 0 | 0 | 2026-09-15 15:31:59 | 2026-03-29 19:30:45 | USED | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_BatchLine | 1 | CLUSTERED | Y | 926 | 128893 | 1872 | 32 | 2026-09-16 00:56:56 | 2026-03-29 19:30:45 | USED | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_BillingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 32 | never | 2026-03-29 19:30:45 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogDetail.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_WarehouseMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_TerritoryHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_BatchAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 24 | 0 | 0 | 0 | 2026-09-15 20:51:41 | 2026-03-29 19:30:45 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 4540 | 0 | 0 | 0 | 2026-09-16 00:56:56 | 2026-03-29 19:30:45 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 4540 | 0 | 2026-09-16 00:56:56 | 2026-03-29 19:30:45 | USED | KEEP — table storage | ||||
| host-947.dbo.OrdersHistory.IX_PricingLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 2269 | never | 2026-07-19 18:02:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_RouteQueue | 3 | NONCLUSTERED | 2253 | 0 | 0 | 2269 | 2026-09-16 00:56:56 | 2026-07-19 18:02:13 | USED | keep — in use | |||||
| host-947.dbo.OrdersHistory.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 2269 | never | 2026-07-19 18:02:13 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 9078 | 0 | 0 | 0 | 2026-09-16 00:56:56 | 2026-03-29 19:30:45 | USED | keep — in use | ||||
| host-947.dbo.ClaimSummary.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 32 | 17 | 9078 | 32 | 2026-09-16 00:56:56 | 2026-03-29 19:30:45 | USED | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_SettlementHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLine.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 394 | 0 | 0 | 0 | 2026-09-15 09:49:38 | never | USED | keep — in use | ||||
| host-947.dbo.BillingDetail.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 112 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_SupplierDaily | 1 | CLUSTERED | Y | 9080 | 0 | 0 | 0 | 2026-09-16 00:56:56 | 2026-03-29 19:30:45 | USED | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:30:45 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceEntry.IX_QuotaHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceEntry.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollQueue.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_AssetLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyQueue.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BOM.IX_LedgerDaily | 37 | NONCLUSTERED | 21828 | 0 | 0 | 231425 | 2026-09-15 22:18:41 | 2026-09-15 10:50:45 | USED | keep — in use | |||||
| host-947.dbo.BOM.IX_QuotaArchive | 38 | NONCLUSTERED | 56942 | 0 | 0 | 231040 | 2026-09-15 21:54:14 | 2026-09-15 10:51:16 | USED | keep — in use | |||||
| host-947.dbo.BOM.IX_MeterHistory | 5 | NONCLUSTERED | Y | 183873 | 0 | 0 | 226273 | 2026-09-15 21:56:20 | 2026-09-12 15:12:36 | USED | keep — in use | ||||
| host-947.dbo.BOM.IX_ClaimDaily | 4 | NONCLUSTERED | 21 | 1 | 0 | 226273 | 2026-09-15 14:27:38 | 2026-09-12 15:12:39 | USED | keep — in use | |||||
| host-947.dbo.BOM.IX_BatchDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 226929 | never | 2026-09-12 15:12:42 | UNUSED | review, then DROP | |||||
| host-947.dbo.BOM.IX_ReconcileResult | 1 | CLUSTERED | 3788471 | 0 | 24816463 | 231425 | 2026-09-15 23:29:54 | 2026-09-12 15:12:35 | USED | KEEP — table storage | |||||
| host-947.dbo.BOM.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 24816441 | 0 | 0 | 226273 | 2026-09-15 22:18:38 | 2026-09-15 10:55:26 | USED | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-10 02:45:53 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-10 02:45:53 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:33 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_PayrollStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:35 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_ReconcileDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-05-14 04:20:00 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-08-18 12:50:15 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_LedgerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_MeterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_CustomerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_SupplierQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_LedgerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-07 21:45:10 | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractEntry.IX_PricingLog | 16 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-03 17:28:01 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-08-20 12:51:23 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 34 | 0 | 0 | 0 | 2026-09-15 11:52:02 | 2026-03-29 19:32:39 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_BookingSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingLine.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_PolicyAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLine.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_SettlementDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentDaily.IX_ShiftDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:39 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDaily.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:39 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_WarehouseSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:39 | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSnapshot.IX_WarehouseDaily | 1 | CLUSTERED | 51848 | 0 | 0 | 0 | 2026-09-15 15:02:52 | 2026-03-29 19:32:39 | USED | KEEP — table storage | |||||
| host-947.dbo.ShipmentSnapshot.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:39 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_BookingQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentHeader.IX_BillingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_SettlementHistory | 1 | CLUSTERED | Y | 50071 | 0 | 6936 | 7 | 2026-09-15 22:18:20 | 2026-03-29 19:32:45 | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_LedgerMonthly | 3 | NONCLUSTERED | 6943 | 0 | 0 | 7 | 2026-09-15 22:18:20 | 2026-03-29 19:32:45 | USED | keep — in use | |||||
| host-947.dbo.PayrollAudit.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 7 | never | 2026-03-29 19:32:45 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_ShiftSnapshot | 2 | NONCLUSTERED | 92478 | 0 | 0 | 42407 | 2026-09-15 22:10:47 | never | USED | keep — in use | |||||
| host-947.dbo.ShipmentHistory.IX_RouteArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 50071 | 42407 | 2026-09-15 17:56:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_SalesDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDaily.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_PolicyLine | 2 | NONCLUSTERED | 272355 | 0 | 0 | 0 | 2026-09-15 22:54:50 | 2026-03-29 19:32:45 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 272397 | 0 | 0 | 0 | 2026-09-15 22:54:50 | 2026-03-29 19:32:45 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 28 | 0 | 0 | 0 | 2026-09-15 15:15:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_SupplierSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_TicketSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_CustomerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:45 | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:02:28 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_SalesDaily | 2 | NONCLUSTERED | Y | 397382 | 0 | 0 | 0 | 2026-09-15 22:18:32 | 2026-03-29 19:32:46 | USED | keep — in use | ||||
| host-947.dbo.LedgerSummary.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 31 | 0 | 397382 | 31 | 2026-09-15 22:18:32 | 2026-03-29 19:32:46 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 77 | 0 | 0 | 0 | 2026-09-15 15:49:14 | 2026-03-29 19:32:46 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:46 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_RouteSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-05-23 02:28:58 | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierQueue.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-23 02:28:58 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_QuotaHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 1349455 | 0 | 19418 | 22631 | 2026-09-15 23:09:48 | 2026-09-12 07:55:23 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_BookingResult | 2 | NONCLUSTERED | Y | 19406 | 12 | 0 | 4474 | 2026-09-15 22:18:41 | 2026-09-12 07:55:23 | USED | keep — in use | ||||
| host-947.dbo.ShiftHistory.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_TerritorySnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogQueue.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_AssetAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogQueue.IX_ReconcileLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSnapshot.IX_BookingLog | 27 | NONCLUSTERED | 46446 | 27 | 0 | 20815 | 2026-09-15 21:56:20 | 2026-09-10 07:51:40 | USED | keep — in use | |||||
| host-947.dbo.CustomerSnapshot.IX_TerritoryDaily | 4 | NONCLUSTERED | 211827 | 4 | 0 | 5261 | 2026-09-15 22:18:41 | 2026-09-10 07:51:22 | USED | keep — in use | |||||
| host-947.dbo.CustomerSnapshot.IX_ForecastMonthly | 3 | NONCLUSTERED | 741 | 0 | 0 | 5261 | 2026-09-15 17:06:15 | 2026-09-10 07:51:21 | USED | keep — in use | |||||
| host-947.dbo.CustomerSnapshot.IX_StaffingLog | 1 | CLUSTERED | 2070412 | 0 | 492923 | 24534 | 2026-09-15 23:29:54 | 2026-09-10 07:51:21 | USED | KEEP — table storage | |||||
| host-947.dbo.CustomerSnapshot.IX_PolicyQueue | 5 | NONCLUSTERED | 38 | 0 | 0 | 19597 | 2026-09-12 09:09:16 | 2026-09-10 07:51:22 | USED | keep — in use | |||||
| host-947.dbo.CustomerSnapshot.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 238237 | 0 | 0 | 5261 | 2026-09-15 22:18:41 | 2026-09-10 07:51:21 | USED | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:56 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_SettlementStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_QuotaDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_BookingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDetail.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_BatchQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_OrdersSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_BillingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSnapshot.IX_BatchMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_TicketHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_CustomerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_StaffingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_PricingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_ForecastLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_TerritoryLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_SettlementSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_TerritoryHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStaging.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_BatchLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_BookingDaily | 3 | NONCLUSTERED | Y | 2309 | 0 | 0 | 0 | 2026-09-15 21:03:07 | 2026-03-29 19:32:57 | USED | keep — in use | ||||
| host-947.dbo.StaffingSnapshot.IX_LedgerEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_PayrollSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_SalesStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_ShipmentQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 2309 | 0 | 2026-09-15 21:03:07 | 2026-03-29 19:32:57 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollEntry.IX_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterArchive.IX_QuotaStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.MeterArchive.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_ContractQueue | 5 | NONCLUSTERED | Y | 59 | 0 | 0 | 0 | 2026-09-15 23:26:59 | 2026-03-29 19:32:57 | USED | keep — in use | ||||
| host-947.dbo.CustomerMonthly.IX_ClaimDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_BookingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 43 | 0 | 2026-09-15 23:26:59 | 2026-03-29 19:32:57 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_ShiftAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStatus.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_WarehouseQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_RouteStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStaging.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_PayrollArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_CustomerAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_ForecastMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftEntry.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_TicketAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_PricingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_BillingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_RouteHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaQueue.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 24 | 0 | 0 | 0 | 2026-09-15 14:40:02 | 2026-03-29 19:32:57 | USED | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_PayrollAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingArchive.IX_AssetAudit | 3 | NONCLUSTERED | 31 | 0 | 0 | 0 | 2026-09-15 20:41:00 | never | USED | keep — in use | |||||
| host-947.dbo.BookingArchive.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_ShiftLog | 2 | NONCLUSTERED | 31 | 0 | 0 | 0 | 2026-09-15 20:41:00 | never | USED | keep — in use | |||||
| host-947.dbo.CampaignLine.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_BookingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHistory.IX_PayrollQueue | 3 | NONCLUSTERED | 31 | 0 | 0 | 0 | 2026-09-15 20:41:00 | never | USED | keep — in use | |||||
| host-947.dbo.ReconcileHistory.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_RosterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_PolicySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_OrdersLog | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_ShiftQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_CampaignDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_ShipmentStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStaging.IX_TicketLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_SupplierLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDetail.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_SupplierStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentQueue.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_ContractResult | 2 | NONCLUSTERED | Y | 106 | 0 | 0 | 0 | 2026-09-15 23:26:59 | 2026-03-29 19:32:57 | USED | keep — in use | ||||
| host-947.dbo.TerritoryDetail.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 106 | 0 | 2026-09-15 23:26:59 | 2026-03-29 19:32:57 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_AssetResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_PricingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_ShiftEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_BillingHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_OrdersQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_ReconcileQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_BookingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_QuotaLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_MeterStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_OrdersAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_PricingMonthly | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_ClaimDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_ShipmentAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_InvoiceDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDetail.IX_PayrollAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_ContractLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDetail.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_ForecastArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_CustomerAudit | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHeader.IX_CustomerLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_LedgerHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_ShipmentLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_SettlementLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_InvoiceArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStaging.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketEntry.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 120 | 0 | 0 | 0 | 2026-09-15 08:46:19 | 2026-03-29 19:32:57 | USED | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_QuotaHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_BillingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_ShipmentLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_OrdersLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_RouteLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_PayrollMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLine.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_WarehouseLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:57 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_AssetArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_QuotaMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_MeterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_ShiftLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLine.IX_PricingDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLine.IX_PolicySnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLine.IX_RouteEntry | 1 | CLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-10 07:31:16 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BatchLine.IX_AssetArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLine.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_ReconcileHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_StaffingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLine.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHistory.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_TerritoryArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHeader.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_CampaignDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketQueue.IX_ForecastDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketQueue.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_BillingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_CustomerStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_CatalogHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_ReconcileHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_AssetEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_ShiftStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_InvoiceQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_BatchStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_SupplierHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_PolicyStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_WarehouseDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_StaffingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_CustomerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_PolicyHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_WarehouseLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ContractSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLine.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_RouteQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDetail.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_CatalogDetail | 1 | CLUSTERED | Y | 5 | 0 | 0 | 0 | 2026-09-10 07:31:16 | 2026-03-29 19:32:58 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerResult.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:58 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_ContractResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesResult.IX_SettlementArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_BillingHistory | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-10 07:31:09 | never | USED | keep — in use | ||||
| host-947.dbo.ShiftDetail.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 1 | 0 | 2026-09-10 07:31:09 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_PolicyLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_ClaimQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_ClaimLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_BatchDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-10 07:31:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHistory.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_AssetResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetAudit.IX_WarehouseEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_PayrollQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryMonthly.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerResult.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_BatchDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSnapshot.IX_CustomerMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSnapshot.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_MeterMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:58 | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 1 | 1 | 0 | 2026-09-10 07:31:08 | 2026-03-29 19:32:58 | USED | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_StaffingDetail | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-10 07:31:08 | 2026-03-29 19:32:58 | USED | keep — in use | ||||
| host-947.dbo.ForecastLine.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_ContractDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_CampaignSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_ForecastAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_RouteArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_QuotaHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHistory.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_LedgerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSnapshot.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_PayrollLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_QuotaDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentQueue.IX_CatalogDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStatus.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_TerritoryEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_MeterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_ShipmentHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_StaffingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileQueue.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_CampaignLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_CatalogLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_ForecastAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_MeterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_TerritoryResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_PricingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_CatalogMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_MeterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_RouteResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSnapshot.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_RosterResult | 1 | CLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-11 10:33:35 | 2026-03-29 19:32:58 | USED | KEEP — table storage | ||||
| host-947.dbo.ShiftSummary.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:58 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_BatchEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHeader.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_SupplierSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_PayrollEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStatus.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_CustomerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 2 | never | 2026-03-29 19:32:58 | UNUSED | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 2 | 2026-09-11 11:08:24 | 2026-03-29 19:32:58 | USED | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_SupplierStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingResult.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_RosterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_WarehouseStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStatus.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_CustomerAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_CampaignLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_CustomerDaily | 6 | NONCLUSTERED | Y | 26839 | 0 | 0 | 0 | 2026-09-15 23:01:16 | 2026-03-29 19:32:59 | USED | keep — in use | ||||
| host-947.dbo.PayrollAudit.IX_BookingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_ReconcileResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_StaffingMonthly | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_OrdersAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 1546 | 672 | 37943 | 0 | 2026-09-15 23:35:46 | 2026-03-29 19:32:59 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_QuotaArchive | 3 | NONCLUSTERED | 11286 | 0 | 0 | 0 | 2026-09-15 23:35:46 | 2026-03-29 19:32:59 | USED | keep — in use | |||||
| host-947.dbo.TicketLine.IX_SalesStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_BookingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_BookingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_RosterHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_SettlementEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:32:59 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_TerritoryResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:00 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_MeterHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:01 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_SalesResult | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:01 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_TicketSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:00 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_InvoiceQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:00 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_ClaimStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:00 | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_SupplierLine | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:01 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_InvoiceDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:00 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:00 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHeader.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:02 | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLog.IX_ContractSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:02 | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:02 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_RouteDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:02 | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_OrdersHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:02 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDetail.IX_StaffingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:02 | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_SupplierLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:02 | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:02 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_TerritoryArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingResult.IX_QuotaLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_QuotaResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryEntry.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryEntry.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-15 13:04:31 | 2026-03-29 19:33:03 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_ForecastQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:03 | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 4 | 0 | 1 | 2026-09-10 07:31:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_SupplierDaily | 2 | NONCLUSTERED | 1 | 0 | 0 | 1 | 2026-09-10 07:31:08 | never | USED | keep — in use | |||||
| host-947.dbo.MeterEntry.IX_TerritoryDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:03 | COLD | review, then DROP | |||||
| host-947.dbo.MeterEntry.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:03 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_PricingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:03 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_BatchQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:03 | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLine.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-11 10:34:22 | 2026-03-29 19:33:03 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_CustomerEntry | 5 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHeader.IX_MeterResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:03 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHeader.IX_TicketLog | 4 | NONCLUSTERED | Y | 7 | 0 | 0 | 0 | 2026-09-11 10:34:22 | 2026-03-29 19:33:03 | USED | keep — in use | ||||
| host-947.dbo.ClaimHeader.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 31 | 4 | 7 | 0 | 2026-09-11 10:44:10 | 2026-03-29 19:33:03 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_SupplierAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:03 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchEntry.IX_PayrollStaging | 6 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SettlementSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:03 | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_RosterSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:03 | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_CatalogStatus | 2 | NONCLUSTERED | Y | 66 | 0 | 0 | 0 | 2026-09-11 10:34:22 | 2026-03-29 19:33:03 | USED | keep — in use | ||||
| host-947.dbo.BatchEntry.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 45 | 0 | 2026-09-11 10:34:22 | 2026-03-29 19:33:03 | USED | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_AssetQueue | 5 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-11 10:34:22 | 2026-03-29 19:33:03 | USED | keep — in use | |||||
| host-947.dbo.PolicyLog.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_BookingLine | 1 | CLUSTERED | Y | 7 | 0 | 0 | 0 | 2026-09-11 10:34:22 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_CampaignStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_TerritoryEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_TicketQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_WarehouseArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_ClaimSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_QuotaArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_LedgerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_PayrollDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_CustomerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSummary.IX_ClaimQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_CampaignSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLog.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterEntry.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_ShipmentHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDetail.IX_BillingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_StaffingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyAudit.IX_QuotaStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_SupplierSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_ForecastMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_ShiftEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ForecastMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_ForecastAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_MeterQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_ContractHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_RouteDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileSnapshot.IX_TerritoryArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_SupplierResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_SupplierHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_RouteDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSummary.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_ShiftEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_PayrollSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLine.IX_CustomerHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLine.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_PayrollDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_MeterArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLine.IX_OrdersStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLine.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_RouteQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignArchive.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_ForecastResult | 2 | NONCLUSTERED | Y | 0 | 211098 | 0 | 422196 | 2026-09-16 01:01:44 | never | USED | keep — in use | ||||
| host-947.dbo.QuotaMonthly.IX_BillingDetail | 3 | NONCLUSTERED | Y | 0 | 211098 | 0 | 422196 | 2026-09-16 01:01:44 | never | USED | keep — in use | ||||
| host-947.dbo.QuotaMonthly.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 269942 | 0 | 422196 | 2026-09-16 01:01:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 211098 | 0 | 17 | 2026-09-16 01:01:44 | never | USED | keep — in use | ||||
| host-947.dbo.InvoiceStatus.IX_InvoiceResult | 3 | NONCLUSTERED | Y | 0 | 211098 | 0 | 17 | 2026-09-16 01:01:44 | never | USED | keep — in use | ||||
| host-947.dbo.InvoiceStatus.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 17 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_ClaimAudit | 4 | NONCLUSTERED | 17 | 0 | 0 | 17 | 2026-09-14 07:36:18 | never | USED | keep — in use | |||||
| host-947.dbo.ForecastArchive.IX_BookingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDaily.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 422196 | 0 | 0 | 0 | 2026-09-16 01:01:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_BillingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHeader.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_SalesDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDetail.IX_CatalogStatus | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 430 | 0 | 0 | 2026-09-16 01:00:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_PricingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_ShiftStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_SalesStaging | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_TicketDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_LedgerSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 17 | 0 | 0 | 0 | 2026-09-14 07:35:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_OrdersHeader | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_InvoiceStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesAudit.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesAudit.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 16 | 0 | 0 | 2026-09-16 01:00:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_PricingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLine.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLine.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 49 | 0 | 0 | 0 | 2026-09-16 00:00:31 | 2026-03-29 19:33:04 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_RosterAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-05-14 04:20:07 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStatus.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-14 04:20:07 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_TerritorySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_OrdersDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_MeterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_PricingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_LedgerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_TerritoryLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_StaffingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_PolicyArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastAudit.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_BookingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastAudit.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaQueue.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStatus.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_ForecastSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentHeader.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHistory.IX_RosterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_ReconcileLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStaging.IX_SupplierHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_TicketHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLine.IX_PricingAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLine.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_InvoiceResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetQueue.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_BillingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_ContractDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_TicketHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 4 | 0 | 0 | 2026-09-09 13:49:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_ShiftResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_AssetDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStaging.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_TerritoryDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_InvoiceResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLog.IX_CampaignStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_TerritorySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDaily.IX_ShiftLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_ContractSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDaily.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_LedgerQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_BookingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_PricingStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_BatchHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_CatalogDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_PayrollLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_CatalogQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_QuotaHistory | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.ShiftDetail.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_AssetHeader | 3 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-10 07:35:46 | 2026-03-29 19:33:04 | USED | keep — in use | |||||
| host-947.dbo.RosterDaily.IX_ForecastArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-10 07:35:46 | 2026-03-29 19:33:04 | USED | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_PayrollResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:04 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_ClaimLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_BillingHistory | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.PayrollDaily.IX_InvoiceResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.PayrollDaily.IX_MeterEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.PayrollDaily.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_ForecastStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_AssetLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_ForecastLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ClaimArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.BillingQueue.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-10 07:35:46 | 2026-03-29 19:33:05 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_AssetDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-05-30 05:03:05 | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-30 05:03:05 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-10 07:35:46 | 2026-03-29 19:33:05 | USED | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLog.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 1 | 1 | 2026-09-10 07:35:47 | 2026-03-29 19:33:05 | USED | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_SalesEntry | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 1 | 2026-09-10 07:35:47 | 2026-03-29 19:33:05 | USED | keep — in use | ||||
| host-947.dbo.SalesSummary.IX_InvoiceSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_ForecastDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_ClaimDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchHeader.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_CampaignSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStatus.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_BatchDaily | 3 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseMonthly.IX_ShiftSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_RosterResult | 2 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSummary.IX_RosterDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLine.IX_TerritoryDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLine.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_QuotaLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_BookingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_PricingDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_ClaimStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_ShipmentLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_RosterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_PolicyStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_ForecastHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_OrdersSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyQueue.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyQueue.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_RosterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStaging.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_SettlementAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_ContractQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLine.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_BatchQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_CustomerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_PricingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_PolicyEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_ReconcileQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStaging.IX_MeterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_RouteAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesArchive.IX_BatchQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesArchive.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_QuotaResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDetail.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_PolicyResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSnapshot.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_TicketArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_BookingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_PricingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLog.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_PricingArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollEntry.IX_ContractResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollEntry.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSnapshot.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_ClaimStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyAudit.IX_BillingStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_BookingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_ContractStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyAudit.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_TerritoryQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketAudit.IX_QuotaAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketAudit.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_RouteDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterAudit.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_ClaimArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_PolicyQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_CustomerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_ContractSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_PolicyMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftArchive.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerAudit.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_LedgerAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_BillingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_StaffingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_LedgerDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDaily.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDaily.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_ShiftHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_ContractSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_ContractEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_BatchEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_QuotaMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesQueue.IX_RosterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastEntry.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_ReconcileLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_MeterMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_ReconcileAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_ClaimAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_PayrollLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-10 07:35:47 | 2026-03-29 19:33:05 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_ShiftStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractMonthly.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-10 07:35:47 | 2026-03-29 19:33:05 | USED | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_WarehouseMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_BatchArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review, then DROP | ||||
| host-947.dbo.OrdersQueue.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_AssetDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-10 07:35:47 | 2026-03-29 19:33:05 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_CustomerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_SalesDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_OrdersStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDetail.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-10 07:35:47 | 2026-03-29 19:33:05 | USED | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_SalesMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_BillingDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — table storage | |||||
| host-947.dbo.ForecastDaily.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_LedgerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingAudit.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_PricingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_LedgerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_TicketEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_ContractDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDaily.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_ContractSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_QuotaLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_SettlementDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_LedgerDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSummary.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDetail.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_AssetDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_CustomerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDaily.IX_CustomerAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDaily.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDaily.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_OrdersLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PolicyArchive.IX_AssetResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyArchive.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_SalesHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_LedgerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_MeterSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteEntry.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_QuotaHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_PolicyHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_TicketAudit | 1 | CLUSTERED | Y | 0 | 5 | 0 | 0 | 2026-09-15 16:58:23 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_PricingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStaging.IX_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_CatalogResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_CustomerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_StaffingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_PricingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_LedgerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDetail.IX_PayrollAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_ForecastResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_PricingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftQueue.IX_CustomerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_ShiftResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_CustomerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:05 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_CatalogSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_SupplierStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_SupplierLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_SalesResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDaily.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_BatchResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchDetail.IX_OrdersAudit | 4 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review carefully — unique | |||
| host-947.dbo.BatchDetail.IX_ContractDaily | 5 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review carefully — unique | |||
| host-947.dbo.BatchDetail.IX_SupplierQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_SupplierAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-10 07:35:47 | 2026-03-29 19:33:06 | USED | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetQueue.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_ReconcileStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLog.IX_ShiftHistory | 1 | CLUSTERED | Y | 1006 | 0 | 0 | 0 | 2026-09-15 21:01:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentLog.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_LedgerAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_PricingSummary | 1 | CLUSTERED | Y | 60253 | 0 | 790 | 0 | 2026-09-15 22:18:20 | never | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingLine.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 790 | 0 | 0 | 0 | 2026-09-15 21:01:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_InvoiceLog | 1 | CLUSTERED | Y | 29414 | 0 | 0 | 0 | 2026-09-15 22:18:20 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteEntry.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_ReconcileDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_PricingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_ClaimDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHistory.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_CatalogArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_CatalogAudit | 1 | CLUSTERED | Y | 12 | 0 | 790 | 0 | 2026-09-15 21:01:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_StaffingStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_InvoiceLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 790 | 0 | 0 | 2026-09-15 21:01:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_ShipmentArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDaily.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_PayrollStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_PayrollDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_PricingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierResult.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_ShiftResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStatus.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHistory.IX_ShipmentHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceResult.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 45 | 0 | 0 | 0 | 2026-09-14 09:56:31 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_MeterQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_TicketArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStatus.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_CatalogMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_TerritoryStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_CatalogStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyArchive.IX_InvoiceResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_OrdersDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementMonthly.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_StaffingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_WarehouseEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_CatalogHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDetail.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_ForecastAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDetail.IX_LedgerAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDetail.IX_PayrollQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDetail.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_RouteArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_BatchHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_ContractQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_AssetLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDaily.IX_PricingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_ReconcileDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_PolicyLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_TerritoryArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSummary.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSummary.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 35295 | 0 | 0 | 0 | 2026-09-15 23:22:54 | 2026-03-29 19:33:06 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_QuotaQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_CustomerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_CustomerLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_PayrollQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_MeterResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingQueue.IX_ShiftSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingQueue.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_LedgerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStatus.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_WarehouseDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLine.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceResult.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_ShipmentHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_CampaignStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentHeader.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDaily.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_RosterDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_LedgerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_ShiftSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyStatus.IX_TicketSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyStatus.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 3850 | 0 | 2026-09-15 23:01:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_CatalogDetail | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyStatus.IX_SupplierDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyStatus.IX_StaffingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyStatus.IX_WarehouseResult | 6 | NONCLUSTERED | Y | 3850 | 0 | 0 | 0 | 2026-09-15 23:01:16 | never | USED | keep — in use | ||||
| host-947.dbo.CatalogStaging.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_RosterDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_PayrollStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 11550 | 0 | 2026-09-15 23:01:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_SupplierAudit | 3 | NONCLUSTERED | Y | 11550 | 0 | 0 | 0 | 2026-09-15 23:01:16 | never | USED | keep — in use | ||||
| host-947.dbo.SalesLog.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLog.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_WarehouseLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 10929 | 154 | 0 | 0 | 2026-09-15 23:01:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_QuotaAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_StaffingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_BatchLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_InvoiceAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSummary.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSnapshot.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_RosterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_InvoiceArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_ContractDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_LedgerArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractAudit.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyAudit.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_StaffingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_MeterDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_RouteSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_RosterDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_TerritorySnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_BillingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_CampaignStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_OrdersMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_RouteStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CustomerResult.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_CatalogStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractArchive.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryResult.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_ShiftStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_TerritoryDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_CatalogResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_ContractLog | 4 | NONCLUSTERED | 2736 | 0 | 0 | 0 | 2026-09-15 20:09:59 | 2026-03-29 19:33:06 | USED | keep — in use | |||||
| host-947.dbo.InvoiceHistory.IX_OrdersDaily | 1 | CLUSTERED | Y | Y | 0 | 54 | 2736 | 0 | 2026-09-15 20:09:59 | 2026-03-29 19:33:06 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_ShipmentDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingMonthly.IX_SettlementAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_AssetSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLog.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLine.IX_SettlementAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStaging.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_OrdersEntry | 2 | NONCLUSTERED | 4 | 0 | 0 | 0 | 2026-09-12 12:54:40 | never | USED | keep — in use | |||||
| host-947.dbo.ContractStaging.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 8 | 2 | 0 | 0 | 2026-09-12 12:55:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_LedgerHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_SupplierStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStaging.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 1 | 12 | 0 | 0 | 2026-09-12 12:55:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_CampaignDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractSummary.IX_CampaignResult | 1 | CLUSTERED | Y | 2 | 0 | 1 | 0 | 2026-09-12 12:54:40 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 05:19:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterEntry.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 05:19:22 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 1 | 0 | 2026-09-08 05:19:22 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_BookingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_BatchSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_SalesDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_ReconcileSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review carefully — unique | ||||
| host-947.dbo.TicketAudit.IX_BillingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | review, then DROP | |||||
| host-947.dbo.BillingDetail.IX_CustomerMonthly | 1 | CLUSTERED | Y | 5022 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 05:19:09 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimResult.IX_MeterHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_OrdersLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_TicketAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_ReconcileQueue | 1 | CLUSTERED | Y | 5022 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileDaily.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_LedgerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 1037 | 0 | 0 | 2026-09-15 23:35:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_BillingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 1 | 0 | 2026-09-08 05:19:11 | never | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 05:19:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_CustomerSnapshot | 1 | CLUSTERED | 5022 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | |||||
| host-947.dbo.CatalogQueue.IX_TerritoryLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_WarehouseStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_QuotaMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileStaging.IX_TerritoryLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_ForecastLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:06 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_PolicyHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_TicketStatus | 3 | NONCLUSTERED | 8 | 0 | 0 | 0 | 2026-09-12 12:55:44 | never | USED | keep — in use | |||||
| host-947.dbo.ShiftDetail.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-12 12:53:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHistory.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_ContractHeader | 2 | NONCLUSTERED | Y | 141 | 0 | 0 | 0 | 2026-09-15 17:26:39 | never | USED | keep — in use | ||||
| host-947.dbo.TicketStatus.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 141 | 0 | 2026-09-15 17:26:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_PricingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_BillingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_OrdersLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_ShiftSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_PayrollAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_SettlementSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.AssetHeader.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_QuotaSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignArchive.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_BillingStatus | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.PayrollHeader.IX_TerritoryDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_RouteHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_ForecastHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.OrdersResult.IX_TerritorySummary | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.OrdersResult.IX_LedgerLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_RouteAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.BillingQueue.IX_MeterLog | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.BillingQueue.IX_SupplierLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.BillingQueue.IX_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ForecastAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_StaffingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_TicketArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_WarehouseEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_MeterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_SupplierQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_SalesDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 171 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_BookingResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 171 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_CatalogResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 171 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_ForecastHistory | 2 | NONCLUSTERED | 171 | 0 | 0 | 171 | 2026-09-15 09:19:14 | never | USED | keep — in use | |||||
| host-947.dbo.CatalogMonthly.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 171 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_TerritoryStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_RosterStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDetail.IX_PricingQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_CustomerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteResult.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 639 | 0 | 0 | 0 | 2026-09-15 16:49:48 | 2026-07-19 18:02:36 | USED | keep — in use | ||||
| host-947.dbo.TerritoryHistory.IX_ShiftQueue | 1 | CLUSTERED | Y | Y | 0 | 5 | 639 | 0 | 2026-09-15 16:49:48 | 2026-07-19 18:02:36 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_CatalogHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimEntry.IX_ShipmentMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_WarehouseResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingAudit.IX_BatchHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_BatchDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_SalesLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStatus.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_WarehouseSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_AssetAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_SettlementQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSummary.IX_OrdersQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_StaffingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingSnapshot.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_CampaignDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_SettlementDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_ReconcileHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLine.IX_PayrollDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_SettlementHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_TerritoryResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_ForecastDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_InvoiceLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_BookingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHeader.IX_ContractHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_RosterArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.ForecastResult.IX_TicketDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.QuotaStaging.IX_ForecastStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStaging.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_PayrollHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:07 | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_LedgerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:07 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_TerritoryHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_PricingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_SupplierDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHistory.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_LedgerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSnapshot.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_QuotaDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHistory.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_SupplierHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_SalesAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSummary.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_ContractResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLine.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_TicketStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_AssetLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDaily.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHeader.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_PricingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_SalesStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_PayrollResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_StaffingDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileHistory.IX_BillingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_TicketLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryDaily.IX_WarehouseResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_BatchSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDaily.IX_ShiftQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_SupplierHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_RouteLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_ReconcileHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_QuotaDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_StaffingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyMonthly.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_ShiftDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_InvoiceArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_InvoiceStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_PolicySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_MeterEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_BillingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSnapshot.IX_BatchSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSnapshot.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHeader.IX_CampaignSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_CatalogLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_SalesQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_ShiftStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHeader.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_WarehouseArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_StaffingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDetail.IX_PayrollHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_StaffingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDetail.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDetail.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_PayrollHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryEntry.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseQueue.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_CustomerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStatus.IX_InvoiceQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_BookingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_ForecastQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_ClaimLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_ShipmentAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_SettlementDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDetail.IX_ShiftEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_ReconcileLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 197275 | 11772 | 0 | 0 | 2026-09-15 23:39:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_ShipmentDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 1651 | 4778 | 0 | 0 | 2026-09-15 22:51:58 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_ContractDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_ShipmentMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_BillingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_ContractDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_LedgerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteEntry.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 386 | 0 | 0 | 2026-09-14 12:40:17 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_SettlementDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingAudit.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-14 12:37:32 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_BookingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_RosterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 8 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 8 | 2026-09-14 12:37:32 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_BillingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDaily.IX_RouteSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_TicketStaging | 2 | NONCLUSTERED | Y | 458 | 17 | 0 | 0 | 2026-09-15 20:57:08 | 2026-03-29 19:33:07 | USED | keep — in use | ||||
| host-947.dbo.PricingMonthly.PK_OrdersDaily | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-10 07:28:42 | 2026-03-29 19:33:07 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_CustomerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_ContractAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_RosterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDetail.IX_BookingLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingDetail.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_CampaignAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 3 | 0 | 0 | 3 | 2026-09-15 08:55:32 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ShipmentAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_PayrollDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 3 | 0 | 0 | 0 | 2026-09-15 15:05:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_CustomerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStaging.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 15 | 0 | 0 | 1 | 2026-09-15 15:36:27 | 2026-03-29 19:33:07 | USED | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_MeterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStaging.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-15 14:02:07 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_StaffingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLog.IX_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_CustomerEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesAudit.IX_SalesDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesAudit.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_SettlementLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_ForecastStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_QuotaSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_BatchSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_BillingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_ShipmentLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_RosterEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentHistory.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_ShiftDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_SettlementArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_TicketQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_ReconcileStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierResult.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_SalesQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_RosterLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterSnapshot.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_ForecastDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:07 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ForecastSummary | 1 | CLUSTERED | Y | 47763 | 0 | 0 | 0 | 2026-09-15 23:35:57 | 2026-03-29 19:33:07 | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 31549 | 0 | 0 | 0 | 2026-09-15 23:22:54 | 2026-06-17 04:02:21 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_LedgerEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_CampaignLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLog.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 323 | 128772 | 0 | 0 | 2026-09-15 23:02:22 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_InvoiceHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLog.IX_BillingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_ShiftMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_BatchHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_QuotaQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHeader.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_CampaignDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLine.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_PolicyAudit | 1 | CLUSTERED | Y | 7350 | 0 | 0 | 21 | 2026-09-15 17:56:40 | never | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_ForecastSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 21 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_BookingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 25 | 0 | 0 | 2026-09-15 09:45:41 | 2026-03-29 19:33:07 | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:07 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHeader.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_ReconcileLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_OrdersSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStaging.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_RosterLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStaging.IX_StaffingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_OrdersResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_OrdersSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_PayrollAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_InvoiceResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStatus.IX_PayrollAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_ClaimEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_QuotaAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDetail.IX_BillingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_PayrollHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_ShiftMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHistory.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_StaffingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesEntry.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_BookingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_SalesArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_ShipmentEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyAudit.IX_LedgerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_PricingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_ContractDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingHistory.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_BatchSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_ReconcileArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_ContractHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ForecastStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_PolicyStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_QuotaHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_SupplierQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_ShiftDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_ShipmentStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_BatchDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_ContractSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDaily.IX_PolicySnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDaily.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_QuotaLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_SalesLine | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_SalesResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingArchive.IX_CatalogStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ClaimLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_RouteResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLine.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 6 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_LedgerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingResult.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 46684 | 0 | 21128 | 23 | 2026-09-15 23:34:10 | 2026-07-19 18:02:36 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_ForecastLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 11 | never | 2026-07-19 18:02:36 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 21013 | 0 | 0 | 11 | 2026-09-15 21:07:06 | 2026-07-19 18:02:36 | USED | keep — in use | ||||
| host-947.dbo.TerritoryResult.IX_SalesResult | 12 | NONCLUSTERED | 14 | 0 | 0 | 11 | 2026-09-11 15:34:49 | 2026-07-19 18:02:36 | USED | keep — in use | |||||
| host-947.dbo.TerritoryResult.IX_StaffingLine | 4 | NONCLUSTERED | Y | 115 | 0 | 0 | 11 | 2026-09-15 15:50:45 | 2026-07-19 18:02:36 | USED | keep — in use | ||||
| host-947.dbo.BatchStatus.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 1 | 2026-09-11 15:02:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_CampaignDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDaily.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_BillingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_SettlementSummary | 2 | NONCLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.CustomerEntry.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_TicketResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_OrdersLog | 1 | CLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_PayrollAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 6 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_ShiftLine | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentMonthly.IX_CampaignStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_PricingDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_CatalogSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_LedgerLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_TerritoryMonthly | 1 | CLUSTERED | 20 | 0 | 0 | 0 | 2026-09-15 13:54:18 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ShipmentMonthly.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_SupplierLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceResult.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStatus.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_ClaimQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_MeterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_RouteStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStatus.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_SettlementDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSummary.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_PolicyResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLog.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_RosterStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStaging.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStaging.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_ReconcileLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_ShipmentDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_SupplierLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_WarehouseQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_SettlementArchive | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_ForecastResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 1047 | 0 | 0 | 2026-09-15 16:06:42 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_ShipmentDetail | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_BookingResult | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_ShipmentAudit | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_BatchEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_OrdersMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_ReconcileStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_BillingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | 5947 | 0 | 0 | 0 | 2026-09-15 16:09:02 | never | USED | keep — in use | ||||
| host-947.dbo.InvoiceQueue.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 5947 | 0 | 2026-09-15 16:09:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_BatchDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDaily.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:24:15 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-09 11:48:29 | 2026-03-29 19:33:08 | USED | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHistory.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_PricingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_ContractDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 3 | 0 | 0 | 0 | 2026-09-09 11:48:40 | 2026-03-29 19:33:08 | USED | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 3 | 0 | 0 | 1 | 2026-09-09 11:48:40 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 2 | never | 2026-03-29 19:33:08 | UNUSED | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_ReconcileSummary | 1 | CLUSTERED | Y | 6 | 0 | 0 | 2 | 2026-09-09 11:48:37 | 2026-03-29 19:33:08 | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_SettlementLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_PricingDetail | 2 | NONCLUSTERED | Y | 12 | 0 | 0 | 0 | 2026-09-15 15:41:25 | 2026-03-29 19:33:08 | USED | keep — in use | ||||
| host-947.dbo.TerritoryQueue.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 12 | 0 | 2026-09-15 15:41:25 | 2026-03-29 19:33:08 | USED | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogResult.IX_BatchHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:08 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 57894 | never | 2026-09-13 08:35:32 | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_CampaignEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 57894 | never | 2026-09-13 08:35:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_ContractLog | 1 | CLUSTERED | Y | 446129 | 0 | 0 | 57894 | 2026-09-15 20:22:45 | 2026-09-13 08:35:22 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_PayrollLog | 1 | CLUSTERED | Y | 4460723 | 0 | 0 | 0 | 2026-09-15 22:54:50 | 2026-03-29 19:33:13 | USED | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_InvoiceLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_BatchResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStaging.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_TicketResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftQueue.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_OrdersLine | 1 | CLUSTERED | 4470439 | 0 | 5983801 | 0 | 2026-09-15 22:54:50 | 2026-03-29 19:33:13 | USED | KEEP — table storage | |||||
| host-947.dbo.TerritorySummary.IX_ContractHistory | 3 | NONCLUSTERED | 5983736 | 0 | 0 | 0 | 2026-09-15 22:54:50 | 2026-03-29 19:33:13 | USED | keep — in use | |||||
| host-947.dbo.TerritorySummary.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 65 | 0 | 0 | 0 | 2026-09-14 09:37:29 | 2026-03-29 19:33:13 | USED | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_TicketDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySummary.IX_ClaimDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 42 | 0 | 0 | 0 | 2026-09-15 22:38:41 | 2026-03-29 19:33:13 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 17 | 0 | 0 | 0 | 2026-09-09 11:48:29 | 2026-03-29 19:33:13 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 2 | 2026-09-14 10:27:22 | 2026-03-29 19:33:13 | USED | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_AssetStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_ForecastHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_ContractHistory | 1 | CLUSTERED | Y | Y | 0 | 480 | 0 | 0 | 2026-09-15 15:17:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_ShiftEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_CatalogStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogQueue.IX_ShiftMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogQueue.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_ClaimMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 15 | 0 | 0 | 2026-09-15 15:15:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogEntry.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogEntry.IX_BillingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_RouteHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetMonthly.IX_SettlementLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-14 19:49:24 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_CampaignAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDaily.IX_RouteResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_StaffingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_RouteArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_SupplierAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_TicketQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_ReconcileMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_SupplierResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_SalesDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_ContractResult | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceEntry.IX_WarehouseHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceEntry.IX_QuotaResult | 3 | NONCLUSTERED | 7653 | 0 | 0 | 0 | 2026-09-15 21:06:24 | never | USED | keep — in use | |||||
| host-947.dbo.InvoiceEntry.IX_OrdersDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceEntry.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 7653 | 0 | 2026-09-15 21:06:24 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_TicketHistory | 1 | CLUSTERED | Y | 36 | 0 | 0 | 0 | 2026-09-15 13:13:48 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_TerritoryAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_OrdersSummary | 1 | CLUSTERED | Y | 36 | 0 | 0 | 0 | 2026-09-15 13:13:48 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_PolicyLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_BookingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_CatalogHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_TicketLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_LedgerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_ContractLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_RosterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_CatalogLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogQueue.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_QuotaMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_MeterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_ContractLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 14544 | 0 | 0 | 2026-09-15 21:06:24 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_ShiftResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_SalesStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterEntry.IX_TicketLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_QuotaHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStaging.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterSnapshot.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_MeterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 7680 | 0 | 0 | 0 | 2026-09-15 20:09:52 | 2026-03-29 19:33:13 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimDaily.IX_MeterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_StaffingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHeader.IX_StaffingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_CampaignDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_PricingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_BillingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_BookingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_ClaimResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 21 | 0 | 0 | 0 | 2026-09-14 14:08:36 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHistory.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_PricingResult | 1 | CLUSTERED | Y | 5041 | 0 | 0 | 0 | 2026-09-15 17:42:40 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogSnapshot.IX_RosterSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_ShiftHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_OrdersQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignQueue.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 79673 | 0 | 0 | 79673 | 2026-09-15 18:01:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 2294 | 103 | 0 | 0 | 2026-09-15 20:32:49 | 2026-03-29 19:33:13 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_SalesStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_TerritoryLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_TerritoryQueue | 1 | CLUSTERED | Y | 3931 | 674 | 0 | 0 | 2026-09-15 15:05:46 | never | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_MeterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 48 | 0 | 0 | 2026-09-15 09:46:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStaging.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:13 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_WarehouseSummary | 1 | CLUSTERED | Y | 2309 | 0 | 0 | 0 | 2026-09-15 20:36:04 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_StaffingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_ReconcileLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_RouteMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_RouteResult | 1 | CLUSTERED | Y | 3222 | 0 | 0 | 0 | 2026-09-15 21:00:48 | 2026-04-30 00:08:11 | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_BatchSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-30 00:08:14 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_BatchHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_ClaimMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollEntry.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_ReconcileStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_CatalogAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 719 | 0 | 0 | 0 | 2026-09-15 10:37:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_CampaignAudit | 1 | CLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-14 07:55:39 | never | USED | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_BookingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_BillingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_CustomerHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_OrdersMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_CampaignHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseMonthly.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 3 | 0 | 0 | 0 | 2026-09-14 07:55:39 | never | USED | keep — in use | ||||
| host-947.dbo.BatchDetail.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-14 07:55:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_BillingAudit | 1 | CLUSTERED | Y | 3 | 0 | 0 | 0 | 2026-09-14 07:55:39 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHeader.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStaging.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_ShiftResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_LedgerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDetail.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDetail.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_ReconcileEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_PolicyLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_BookingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollEntry.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 18 | 0 | 0 | 0 | 2026-09-14 12:54:00 | 2026-03-29 19:33:14 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_PricingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:14 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_BillingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_WarehouseSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_AssetLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogArchive.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 82 | 0 | 0 | 0 | 2026-09-15 12:58:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_ShipmentLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_ReconcileSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_WarehouseDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_CustomerAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDetail.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_BookingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_TicketHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStaging.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_SettlementAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDaily.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_MeterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_PayrollSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_RouteStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_StaffingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_ReconcileQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingResult.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_StaffingStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceStatus.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_WarehouseHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_SupplierHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_OrdersStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_AssetHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_CampaignLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_ContractResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileMonthly.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_OrdersSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:14 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 1 | 0 | 0 | 2026-09-15 14:05:28 | 2026-03-29 19:33:14 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignDetail.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_MeterSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStaging.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHeader.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_RouteAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_SupplierDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_PayrollSummary | 3 | NONCLUSTERED | Y | Y | 34 | 0 | 0 | 0 | 2026-09-15 15:17:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_PolicyMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_QuotaLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_MeterMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_WarehouseLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 34 | 0 | 0 | 2026-09-15 15:17:48 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_BillingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStatus.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHeader.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 68 | 0 | 0 | 0 | 2026-09-15 15:17:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_CustomerHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHeader.IX_CatalogDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_LedgerQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSummary.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 8 | 8 | 0 | 0 | 2026-09-14 07:55:38 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_QuotaHistory | 2 | NONCLUSTERED | Y | 8 | 0 | 0 | 0 | 2026-09-14 07:55:38 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentSnapshot.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_TicketSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractSnapshot.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-14 15:48:24 | never | USED | keep — in use | ||||
| host-947.dbo.ContractSnapshot.IX_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 8612 | 6 | 0 | 2026-09-15 15:15:45 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_ReconcileLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStaging.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_WarehouseResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-14 07:55:38 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_SupplierQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:02:38 | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_BookingSnapshot | 3 | NONCLUSTERED | 10259 | 0 | 0 | 0 | 2026-09-15 21:07:06 | 2026-07-19 18:02:38 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_AssetDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:02:38 | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_InvoiceStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:02:38 | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_StaffingSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:02:38 | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 10263 | 0 | 2026-09-15 21:07:06 | 2026-07-19 18:02:38 | USED | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_CampaignLog | 2 | NONCLUSTERED | 4 | 0 | 0 | 0 | 2026-09-09 10:10:21 | 2026-07-19 18:02:38 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_BatchLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:02:38 | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_CustomerHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:02:38 | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_CatalogEntry | 2 | NONCLUSTERED | Y | 14834 | 0 | 0 | 0 | 2026-09-15 21:07:06 | 2026-07-19 18:02:38 | USED | keep — in use | ||||
| host-947.dbo.SalesHistory.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:02:38 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_RouteDetail | 2 | NONCLUSTERED | 2 | 0 | 0 | 0 | 2026-09-09 10:10:19 | 2026-07-19 18:02:38 | USED | keep — in use | |||||
| host-947.dbo.BatchMonthly.IX_TerritoryStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:02:38 | COLD | review, then DROP | |||||
| host-947.dbo.BatchMonthly.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 2 | 0 | 2026-09-09 10:10:19 | 2026-07-19 18:02:38 | USED | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_BillingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_TicketLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_MeterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_OrdersAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_TicketAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_MeterResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_ContractQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_BookingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_TicketStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_ClaimSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_QuotaDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_CatalogQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_SettlementArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_SupplierResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ForecastStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_SupplierArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_TicketLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDaily.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLine.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:14 | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHistory.IX_SalesStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:14 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_SettlementLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_BillingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStatus.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_AssetDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:02:38 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryHeader.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 4243 | 0 | 0 | 7 | 2026-09-15 16:42:06 | 2026-07-19 18:02:38 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_WarehouseHistory | 1 | CLUSTERED | Y | 507172 | 0 | 0 | 7 | 2026-09-15 17:42:40 | 2026-07-19 18:02:38 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_MeterEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_CatalogAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLine.IX_ClaimArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLine.IX_OrdersQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimLine.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 135 | 0 | 0 | 0 | 2026-09-15 16:41:59 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimLine.IX_RosterDetail | 1 | CLUSTERED | Y | Y | 486226 | 156563 | 94 | 1 | 2026-09-15 21:06:18 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_ContractLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_TerritoryLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_ShipmentResult | 1 | CLUSTERED | Y | 4385 | 1 | 0 | 0 | 2026-09-15 20:36:58 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_InvoiceLine | 3 | NONCLUSTERED | Y | 46 | 0 | 0 | 0 | 2026-09-08 14:05:41 | never | USED | keep — in use | ||||
| host-947.dbo.PayrollHistory.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_RosterHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHistory.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_StaffingArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_TicketDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_RosterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_PayrollLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_ShiftSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_RouteResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_ClaimHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_StaffingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileEntry.IX_SupplierDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDaily.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_InvoiceStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_RouteLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStatus.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_ReconcileStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_CustomerDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_TicketDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_PricingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_AssetHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_StaffingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_BillingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_SettlementLog | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-15 14:29:28 | 2026-03-29 19:33:14 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:14 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterAudit.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 69 | 0 | 0 | 0 | 2026-09-15 20:50:14 | 2026-03-29 19:33:14 | USED | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:14 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStaging.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStaging.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_AssetSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:14 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_PayrollDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:14 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 10 | 0 | 0 | 0 | 2026-09-15 14:04:20 | 2026-03-29 19:33:14 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_SettlementSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:14 | COLD | review carefully — unique | ||||
| host-947.dbo.RouteEntry.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseAudit.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_ShiftStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_CustomerAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_SupplierEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_TerritoryEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_AssetArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_SupplierAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHistory.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_PayrollHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_StaffingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHistory.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_BookingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryEntry.IX_ShipmentMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryEntry.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_BookingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_BookingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 64 | 0 | 0 | 0 | 2026-09-15 15:17:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_SupplierHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_SalesQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_MeterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_OrdersStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDetail.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_CatalogLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_CatalogQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 64 | 0 | 0 | 0 | 2026-09-15 15:17:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_CatalogStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_BatchDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_CampaignHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_StaffingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_PricingAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_ReconcileSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_RouteQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.AssetHeader.IX_RouteStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.StaffingHeader.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_PricingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_RouteDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterQueue.IX_StaffingLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterQueue.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStaging.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_CampaignDaily | 2 | NONCLUSTERED | Y | 1087 | 0 | 0 | 925 | 2026-09-15 20:36:04 | never | USED | keep — in use | ||||
| host-947.dbo.BookingHistory.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 162 | 925 | 2026-09-15 14:15:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_PolicyHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_PayrollStaging | 3 | NONCLUSTERED | 2 | 0 | 0 | 0 | 2026-09-09 10:10:18 | never | USED | keep — in use | |||||
| host-947.dbo.SupplierLog.IX_RouteQueue | 1 | CLUSTERED | 0 | 0 | 2 | 0 | 2026-09-09 10:10:18 | never | USED | KEEP — table storage | |||||
| host-947.dbo.SupplierLog.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_ContractStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSnapshot.IX_MeterEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceSnapshot.IX_QuotaArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSnapshot.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_ContractHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSummary.IX_RosterEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierSummary.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_RosterMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 6 | never | 2026-07-19 18:02:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchAudit.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 6 | never | 2026-07-19 18:02:39 | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_ContractDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 6 | never | 2026-07-19 18:02:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_PayrollLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLog.IX_PayrollSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_MeterHistory | 47 | NONCLUSTERED | 321 | 6 | 0 | 168 | 2026-09-15 15:17:13 | 2026-08-29 18:27:37 | USED | keep — in use | |||||
| host-947.dbo.InvoiceDaily.IX_StaffingArchive | 18 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 168 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_WarehouseMonthly | 13 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_TerritoryMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_InvoiceSummary | 15 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_RosterHistory | 6 | NONCLUSTERED | 1 | 0 | 0 | 168 | 2026-09-14 16:17:11 | 2026-08-29 18:27:35 | USED | keep — in use | |||||
| host-947.dbo.InvoiceDaily.IX_RouteMonthly | 11 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_SalesSnapshot | 1 | CLUSTERED | Y | 619 | 0 | 95631 | 328 | 2026-09-15 20:36:04 | 2026-08-29 18:27:35 | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_PolicyEntry | 16 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_TicketEntry | 8 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_ContractAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_ShiftSummary | 2 | NONCLUSTERED | Y | Y | 879 | 0 | 0 | 168 | 2026-09-15 15:17:07 | 2026-08-29 18:27:35 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_ShiftEntry | 14 | NONCLUSTERED | 0 | 0 | 0 | 328 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_PricingSummary | 3 | NONCLUSTERED | 92208 | 0 | 0 | 168 | 2026-09-15 18:36:56 | 2026-08-29 18:27:35 | USED | keep — in use | |||||
| host-947.dbo.InvoiceDaily.IX_InvoiceEntry | 10 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_ReconcileHistory | 12 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_MeterSnapshot | 7 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_MeterQueue | 17 | NONCLUSTERED | 3155 | 0 | 0 | 168 | 2026-09-15 20:36:04 | 2026-08-29 18:27:36 | USED | keep — in use | |||||
| host-947.dbo.InvoiceDaily.IX_PayrollDaily | 9 | NONCLUSTERED | 0 | 0 | 0 | 168 | never | 2026-08-29 18:27:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_PayrollMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_BillingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_ForecastMonthly | 1 | CLUSTERED | Y | 0 | 0 | 160 | 160 | 2026-09-15 15:17:07 | 2026-07-19 18:02:43 | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_ShiftSummary | 2 | NONCLUSTERED | Y | Y | 160 | 0 | 0 | 160 | 2026-09-15 15:17:07 | 2026-07-19 18:02:43 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_TicketResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHistory.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_QuotaStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHistory.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_SupplierQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_SalesLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_PricingSummary | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_CampaignAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDetail.IX_BookingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_SupplierDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_ShipmentArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_BatchMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterDaily.IX_ForecastDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterDaily.IX_SalesStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_QuotaMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:18 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:18 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_PayrollStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_ShiftLog | 1 | CLUSTERED | Y | 160 | 0 | 0 | 0 | 2026-09-15 15:17:07 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_SupplierMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-25 11:25:22 | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_QuotaArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-25 11:25:24 | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_CustomerAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-25 11:34:36 | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_ForecastArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-25 11:25:21 | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_StaffingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-25 11:25:20 | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 52 | 0 | 0 | 0 | 2026-09-15 15:34:28 | 2026-06-25 11:25:19 | USED | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_ContractStaging | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-25 11:25:25 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_OrdersArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-25 11:25:25 | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_MeterArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySnapshot.IX_MeterSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_BillingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_CatalogHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_ContractLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_TicketDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.OrdersResult.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_PolicyResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_ForecastSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SettlementHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ReconcileResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 6020 | never | 2026-07-19 18:02:44 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_PolicyQueue | 2 | NONCLUSTERED | 42278 | 0 | 0 | 6020 | 2026-09-15 16:19:27 | 2026-07-19 18:02:45 | USED | keep — in use | |||||
| host-947.dbo.BookingMonthly.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 42215 | 6020 | 2026-09-15 16:19:27 | 2026-07-19 18:02:43 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_InvoiceStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_CatalogQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 2587 | never | 2026-07-19 18:02:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_PayrollMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 2587 | never | 2026-07-19 18:02:48 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_ForecastMonthly | 8 | NONCLUSTERED | 0 | 0 | 0 | 2587 | never | 2026-07-19 18:02:48 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_BookingHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 2587 | never | 2026-07-19 18:02:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_CustomerLine | 2 | NONCLUSTERED | Y | 31236 | 0 | 0 | 2587 | 2026-09-15 21:07:06 | 2026-07-19 18:02:49 | USED | keep — in use | ||||
| host-947.dbo.BookingStaging.IX_OrdersStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 2587 | never | 2026-07-19 18:02:49 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 2587 | never | 2026-07-19 18:02:46 | UNUSED | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_SalesSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 2587 | never | 2026-07-19 18:02:49 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_MeterStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_InvoiceAudit | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_CustomerHeader | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_RouteArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_BillingDaily | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_BillingArchive | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_BatchStaging | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_SupplierSnapshot | 1 | CLUSTERED | 283 | 0 | 245 | 0 | 2026-09-15 15:53:30 | 2026-04-06 23:25:50 | USED | KEEP — table storage | |||||
| host-947.dbo.ClaimArchive.IX_SalesHistory | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_SupplierDaily | 4 | NONCLUSTERED | 245 | 0 | 0 | 0 | 2026-09-15 15:53:30 | 2026-04-06 23:25:50 | USED | keep — in use | |||||
| host-947.dbo.ClaimArchive.IX_InvoiceHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_ReconcileDaily | 18 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_WarehouseDaily | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_SalesStaging | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_TerritoryHeader | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_PricingHeader | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_ShipmentAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_OrdersDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_PayrollStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-06 23:25:50 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_LedgerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_CatalogStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_BatchStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_ClaimResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_CatalogLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_SupplierHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_BatchResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_TicketHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_TerritoryResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_RouteStaging | 17 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 6031 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_ContractLine | 11 | NONCLUSTERED | 0 | 0 | 0 | 6031 | never | 2026-07-19 18:02:51 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_CampaignSummary | 12 | NONCLUSTERED | Y | 0 | 0 | 0 | 6031 | never | 2026-07-19 18:02:51 | UNUSED | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_ReconcileAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 6031 | never | 2026-07-19 18:02:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_SettlementEntry | 14 | NONCLUSTERED | 0 | 0 | 0 | 6031 | never | 2026-07-19 18:02:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_PayrollEntry | 13 | NONCLUSTERED | 0 | 0 | 0 | 6031 | never | 2026-07-19 18:02:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_InvoiceSnapshot | 2 | NONCLUSTERED | 3770 | 0 | 0 | 6031 | 2026-09-15 21:06:18 | 2026-07-19 18:02:53 | USED | keep — in use | |||||
| host-947.dbo.BookingEntry.IX_InvoiceResult | 4 | NONCLUSTERED | 7 | 0 | 0 | 6031 | 2026-09-15 08:55:33 | 2026-07-19 18:02:53 | USED | keep — in use | |||||
| host-947.dbo.BookingEntry.IX_PayrollArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 6031 | never | 2026-07-19 18:02:53 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_SupplierDetail | 15 | NONCLUSTERED | 1 | 0 | 0 | 6031 | 2026-09-13 14:00:08 | 2026-07-19 18:02:53 | USED | keep — in use | |||||
| host-947.dbo.BookingEntry.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 6424 | 1 | 3335 | 12363 | 2026-09-15 21:06:18 | 2026-07-19 18:02:51 | USED | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_MeterLog | 16 | NONCLUSTERED | 0 | 0 | 0 | 6031 | never | 2026-07-19 18:02:53 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_QuotaSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 6031 | never | 2026-07-19 18:02:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_RosterMonthly | 7 | NONCLUSTERED | 0 | 0 | 0 | 6031 | never | 2026-07-19 18:02:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_CatalogQueue | 3 | NONCLUSTERED | 88676 | 0 | 0 | 6034 | 2026-09-15 21:06:24 | 2026-07-19 18:02:54 | USED | keep — in use | |||||
| host-947.dbo.ContractAudit.IX_OrdersSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_TicketHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_ClaimAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractSnapshot.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSnapshot.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_RosterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerQueue.IX_BatchSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_RosterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_SupplierArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_BatchLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteAudit.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 17 | 0 | 0 | 0 | 2026-09-15 12:58:40 | 2026-03-29 19:33:41 | USED | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterResult.IX_ShiftSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_WarehouseArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_ShipmentArchive | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_RouteArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_QuotaStatus | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_OrdersArchive | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_PricingQueue | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_TicketAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 22 | 0 | 0 | 0 | 2026-09-15 12:58:40 | 2026-03-29 19:33:41 | USED | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_MeterArchive | 14 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterResult.IX_BillingArchive | 4 | NONCLUSTERED | 10 | 0 | 0 | 0 | 2026-09-11 14:33:00 | 2026-03-29 19:33:41 | USED | keep — in use | |||||
| host-947.dbo.MeterResult.IX_PolicyStaging | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_CatalogStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_ShiftSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStaging.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_LedgerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_CatalogResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_RosterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_PricingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentMonthly.IX_PricingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStatus.IX_QuotaArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStatus.IX_BookingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_SettlementDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_TerritoryEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_SupplierQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_SettlementEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDaily.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogAudit.IX_PayrollStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_BookingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_PayrollEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftAudit.IX_QuotaAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_TicketArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_RouteDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_BillingDaily | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_BillingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_SettlementMonthly | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_CustomerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_PolicyResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_QuotaHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDaily.IX_InvoiceStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_TerritoryMonthly | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDaily.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_ClaimQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:33:41 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSummary.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_ContractStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignLine.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_SalesAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_RouteStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_RosterArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_WarehouseQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_LedgerLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_ForecastAudit | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSummary.IX_PolicyHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingSummary.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_ShipmentAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSummary.IX_WarehouseStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLine.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_BookingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 33127 | 9000 | 0 | 0 | 2026-09-15 19:09:37 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_ContractResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 309 | 0 | 2026-09-15 15:44:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_ShiftHistory | 2 | NONCLUSTERED | Y | 309 | 0 | 0 | 0 | 2026-09-15 15:44:04 | never | USED | keep — in use | ||||
| host-947.dbo.BatchAudit.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_LedgerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_BatchResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 585 | 0 | 2026-09-15 17:46:28 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_CatalogStatus | 2 | NONCLUSTERED | Y | 585 | 0 | 0 | 0 | 2026-09-15 17:46:28 | never | USED | keep — in use | ||||
| host-947.dbo.SettlementHistory.IX_ForecastQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 2563 | 9000 | 0 | 0 | 2026-09-15 19:09:37 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_TicketLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseEntry.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_ForecastSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ShiftLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLine.IX_SalesAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLine.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseAudit.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_OrdersStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_SupplierDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingArchive.IX_PricingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_AssetStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_BookingResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceHistory.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 9069 | 3843 | 0 | 0 | 2026-09-15 17:42:40 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_SettlementArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDaily.IX_OrdersMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_CampaignArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_LedgerResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_PolicySnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_CustomerDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 958 | 4 | 0 | 0 | 2026-09-15 08:47:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_CampaignStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_ClaimEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_WarehouseStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_ShiftDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_ContractSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_PolicyQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.OrdersQueue.IX_PayrollQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_ClaimStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_ForecastAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLog.IX_CampaignAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLog.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_InvoiceLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_LedgerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_ForecastResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_ShiftSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_SalesSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_CustomerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimMonthly.IX_PayrollLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimMonthly.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_PolicyHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_RosterStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | 1354 | 0 | 0 | 299 | 2026-09-15 17:42:43 | 2026-07-19 18:02:57 | USED | keep — in use | ||||
| host-947.dbo.AssetArchive.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 1354 | 299 | 2026-09-15 17:42:43 | 2026-07-19 18:02:57 | USED | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | 619 | 0 | 0 | 299 | 2026-09-15 14:54:43 | 2026-07-19 18:02:57 | USED | keep — in use | ||||
| host-947.dbo.AssetQueue.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 619 | 299 | 2026-09-15 14:54:43 | 2026-07-19 18:02:57 | USED | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_LedgerResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 1047 | never | 2026-07-19 18:02:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_BatchEntry | 9 | NONCLUSTERED | 0 | 0 | 0 | 1047 | never | 2026-07-19 18:02:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_InvoiceSnapshot | 7 | NONCLUSTERED | 0 | 0 | 0 | 1047 | never | 2026-07-19 18:02:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_PayrollDetail | 10 | NONCLUSTERED | 0 | 0 | 0 | 1047 | never | 2026-07-19 18:02:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_RouteSnapshot | 11 | NONCLUSTERED | 208 | 0 | 0 | 1047 | 2026-09-15 15:13:01 | 2026-07-19 18:02:58 | USED | keep — in use | |||||
| host-947.dbo.ContractEntry.IX_InvoiceLine | 3 | NONCLUSTERED | 26373 | 0 | 0 | 1047 | 2026-09-15 18:51:11 | 2026-07-19 18:02:59 | USED | keep — in use | |||||
| host-947.dbo.ContractEntry.IX_AssetStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 1066 | never | 2026-07-19 18:02:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 1117 | 156 | 26767 | 1066 | 2026-09-15 18:51:11 | 2026-07-19 18:02:57 | USED | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_ReconcileHeader | 2 | NONCLUSTERED | 144 | 0 | 0 | 1047 | 2026-09-15 16:19:15 | 2026-07-19 18:02:59 | USED | keep — in use | |||||
| host-947.dbo.ContractEntry.IX_SettlementStatus | 8 | NONCLUSTERED | Y | 42 | 0 | 0 | 1047 | 2026-09-15 16:19:18 | 2026-07-19 18:02:59 | USED | keep — in use | ||||
| host-947.dbo.ContractEntry.IX_ReconcileArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 1047 | never | 2026-07-19 18:02:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterStatus.IX_TicketSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:03:01 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:03:02 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_TicketDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 13110 | never | 2026-09-13 21:44:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierDetail.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 14998 | 0 | 0 | 13110 | 2026-09-15 21:07:06 | 2026-09-13 21:44:38 | USED | keep — in use | ||||
| host-947.dbo.SupplierDetail.IX_MeterDetail | 3 | NONCLUSTERED | 71 | 0 | 0 | 13110 | 2026-09-15 14:54:41 | 2026-09-13 21:44:43 | USED | keep — in use | |||||
| host-947.dbo.SupplierDetail.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 15069 | 13110 | 2026-09-15 21:07:06 | 2026-09-14 06:35:34 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_TicketStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 18679 | never | 2026-09-12 09:51:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_AssetSummary | 11 | NONCLUSTERED | 0 | 0 | 0 | 18679 | never | 2026-09-12 09:50:57 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_PolicySnapshot | 7 | NONCLUSTERED | 0 | 0 | 0 | 18679 | never | 2026-09-12 09:50:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_OrdersResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 18679 | never | 2026-09-12 09:50:38 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_ShipmentSummary | 3 | NONCLUSTERED | 5124 | 0 | 0 | 18679 | 2026-09-15 18:51:11 | 2026-09-12 09:50:32 | USED | keep — in use | |||||
| host-947.dbo.ClaimAudit.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 26476 | 0 | 0 | 18679 | 2026-09-15 16:19:27 | 2026-09-12 09:50:28 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_BillingQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 18679 | never | 2026-09-12 09:51:12 | UNUSED | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_BookingEntry | 8 | NONCLUSTERED | 0 | 0 | 0 | 18679 | never | 2026-09-12 09:50:34 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_AssetAudit | 9 | NONCLUSTERED | 0 | 0 | 0 | 18966 | never | 2026-09-12 09:50:25 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_PricingHeader | 10 | NONCLUSTERED | 0 | 0 | 0 | 18679 | never | 2026-09-12 09:50:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_TicketAudit | 1 | CLUSTERED | 72595 | 0 | 31600 | 24986 | 2026-09-15 21:06:24 | 2026-09-12 09:50:23 | USED | KEEP — table storage | |||||
| host-947.dbo.TerritorySummary.IX_ShiftLog | 2 | NONCLUSTERED | Y | 883 | 0 | 0 | 287 | 2026-09-15 14:54:43 | 2026-07-19 18:03:10 | USED | keep — in use | ||||
| host-947.dbo.TerritorySummary.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 883 | 287 | 2026-09-15 14:54:43 | 2026-07-19 18:03:10 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_SettlementAudit | 1 | CLUSTERED | Y | 73 | 0 | 0 | 0 | 2026-09-15 18:51:11 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:03:10 | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:03:10 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_SupplierArchive | 2 | NONCLUSTERED | Y | 2207 | 0 | 0 | 1066 | 2026-09-15 17:42:40 | 2026-07-19 18:03:11 | USED | keep — in use | ||||
| host-947.dbo.RosterLog.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 6 | 0 | 2188 | 1066 | 2026-09-15 17:42:40 | 2026-07-19 18:03:11 | USED | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_SettlementLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_LedgerSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_SalesHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 117 | 0 | 0 | 0 | 2026-09-15 11:53:29 | 2026-03-29 19:34:03 | USED | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_TicketSnapshot | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSummary.IX_SupplierSnapshot | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_OrdersArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_WarehouseDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review, then DROP | |||||
| host-947.dbo.RouteSnapshot.IX_AssetSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSnapshot.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 92 | 0 | 0 | 0 | 2026-09-14 09:30:25 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_CampaignStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSummary.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_RouteLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 12 | 0 | 0 | 0 | 2026-09-14 09:30:49 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 92 | 0 | 0 | 0 | 2026-09-14 09:30:25 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_PricingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchMonthly.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 5 | 0 | 0 | 0 | 2026-09-14 09:30:15 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_LedgerQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_StaffingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_QuotaStaging | 2 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-09 14:34:59 | 2026-03-29 19:34:03 | USED | keep — in use | |||||
| host-947.dbo.TicketSnapshot.IX_CampaignLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 37 | 0 | 0 | 0 | 2026-09-15 09:09:32 | 2026-03-29 19:34:03 | USED | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_RosterDaily | 18 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:03 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 4020 | 0 | 0 | 0 | 2026-09-15 16:20:05 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStatus.IX_TerritoryStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-06 23:26:08 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_RouteArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-06 23:26:08 | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_BillingMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_ShiftMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_PricingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_RouteLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_TerritoryStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_ReconcileSummary | 4 | NONCLUSTERED | 101 | 0 | 0 | 0 | 2026-09-15 15:16:51 | never | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_ClaimArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_SettlementStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_ForecastDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_BillingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentMonthly.IX_BillingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_ForecastHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_WarehouseAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_OrdersDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_RouteStaging | 4 | NONCLUSTERED | 101 | 0 | 0 | 0 | 2026-09-15 15:16:51 | never | USED | keep — in use | |||||
| host-947.dbo.CampaignLog.IX_RouteSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_ReconcileDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 1 | 0 | 2026-09-09 10:10:18 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_BatchHeader | 2 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-09 10:10:18 | never | USED | keep — in use | |||||
| host-947.dbo.TicketStatus.IX_RosterAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStatus.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStatus.IX_PolicyEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStatus.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_PayrollEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_SettlementStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_InvoiceSummary | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_InvoiceLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_SettlementArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_CatalogArchive | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_ContractMonthly | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_BatchSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_WarehouseArchive | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_ClaimLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_TerritoryAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_TicketQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_InvoiceHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_InvoiceEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_PricingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_SettlementQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_ForecastDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_BillingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_SupplierDaily | 26 | NONCLUSTERED | 0 | 0 | 0 | 1041 | never | 2026-09-01 09:27:26 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_ClaimSnapshot | 10 | NONCLUSTERED | 3 | 0 | 0 | 1041 | 2026-09-11 13:47:47 | 2026-09-01 09:27:27 | USED | keep — in use | |||||
| host-947.dbo.RosterDetail.IX_RouteLog | 7 | NONCLUSTERED | 0 | 0 | 0 | 1041 | never | 2026-09-01 09:27:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_ShipmentHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 1041 | never | 2026-09-01 09:27:28 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_ShipmentSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 1453 | never | 2026-09-01 09:27:28 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_RouteLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 1225 | never | 2026-09-01 09:27:28 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_BatchLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 1041 | never | 2026-09-01 09:27:29 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | Y | 431 | 0 | 0 | 1041 | 2026-09-15 14:15:06 | 2026-08-26 08:20:05 | USED | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_ShipmentSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 1269 | never | 2026-08-26 08:20:07 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_CustomerLog | 9 | NONCLUSTERED | 0 | 0 | 0 | 1041 | never | 2026-08-28 09:00:41 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_TicketAudit | 1 | CLUSTERED | 3370 | 0 | 415 | 1453 | 2026-09-15 15:17:48 | 2026-09-01 09:27:26 | USED | KEEP — table storage | |||||
| host-947.dbo.RosterDetail.IX_ContractMonthly | 11 | NONCLUSTERED | 0 | 0 | 0 | 1041 | never | 2026-09-01 09:27:29 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_PricingHistory | 25 | NONCLUSTERED | 0 | 0 | 0 | 1041 | never | 2026-09-01 09:27:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_PolicyArchive | 24 | NONCLUSTERED | 0 | 0 | 0 | 1041 | never | 2026-09-01 09:27:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollSnapshot.IX_CatalogHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollSnapshot.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_InvoiceLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteAudit.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_ForecastLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySummary.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_QuotaAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 67685 | 0 | 5078 | 21 | 2026-09-15 21:07:06 | 2026-07-19 18:03:17 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_SalesStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_SupplierQueue | 17 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_RosterHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_PolicySnapshot | 15 | NONCLUSTERED | 5 | 0 | 0 | 7 | 2026-09-11 13:43:15 | 2026-07-19 18:03:17 | USED | keep — in use | |||||
| host-947.dbo.CatalogStatus.IX_RouteLine | 16 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_SupplierSnapshot | 18 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_AssetDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_BookingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_QuotaDaily | 9 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_StaffingEntry | 12 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_BookingAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | 4456 | 0 | 0 | 7 | 2026-09-15 16:29:36 | 2026-07-19 18:03:17 | USED | keep — in use | ||||
| host-947.dbo.CatalogStatus.IX_LedgerAudit | 8 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_ShipmentDetail | 10 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_ShiftEntry | 19 | NONCLUSTERED | Y | 742 | 0 | 0 | 7 | 2026-09-15 20:40:59 | 2026-07-19 18:03:17 | USED | keep — in use | ||||
| host-947.dbo.CatalogStatus.IX_WarehouseArchive | 13 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:03:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_PolicyStatus | 2 | NONCLUSTERED | Y | 246 | 0 | 0 | 0 | 2026-09-15 15:16:51 | never | USED | keep — in use | ||||
| host-947.dbo.InvoiceLine.IX_RouteHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 101 | 0 | 2026-09-15 15:16:51 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:09 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 3 | 0 | 0 | 2026-09-14 12:34:20 | 2026-03-29 19:34:09 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_RouteArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_TerritoryStatus | 1 | CLUSTERED | 1562 | 0 | 13068 | 1557 | 2026-09-15 20:36:04 | 2026-09-01 09:27:38 | USED | KEEP — table storage | |||||
| host-947.dbo.RosterLog.IX_AssetSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 907 | never | 2026-09-01 09:27:38 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_QuotaLog | 9 | NONCLUSTERED | 0 | 0 | 0 | 1163 | never | 2026-08-29 15:15:04 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_StaffingDaily | 10 | NONCLUSTERED | 17 | 0 | 0 | 907 | 2026-09-15 10:05:12 | 2026-09-01 09:27:39 | USED | keep — in use | |||||
| host-947.dbo.RosterLog.IX_SupplierLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 907 | never | 2026-09-01 09:27:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_InvoiceLine | 11 | NONCLUSTERED | 0 | 0 | 0 | 907 | never | 2026-09-01 09:27:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_TicketHeader | 3 | NONCLUSTERED | 113 | 0 | 0 | 907 | 2026-09-15 15:17:13 | 2026-09-01 09:27:40 | USED | keep — in use | |||||
| host-947.dbo.RosterLog.IX_RouteMonthly | 16 | NONCLUSTERED | 0 | 0 | 0 | 907 | never | 2026-09-01 09:27:40 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_SalesHeader | 8 | NONCLUSTERED | 0 | 0 | 0 | 907 | never | 2026-09-01 09:27:40 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_StaffingAudit | 7 | NONCLUSTERED | 0 | 0 | 0 | 907 | never | 2026-09-08 14:07:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_QuotaEntry | 14 | NONCLUSTERED | 0 | 0 | 0 | 907 | never | 2026-09-01 09:27:41 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_CampaignLine | 17 | NONCLUSTERED | 10 | 0 | 0 | 907 | 2026-09-14 11:31:19 | 2026-09-01 09:27:41 | USED | keep — in use | |||||
| host-947.dbo.RosterLog.IX_ReconcileSnapshot | 18 | NONCLUSTERED | 0 | 0 | 0 | 1163 | never | 2026-09-01 09:27:42 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 13170 | 0 | 0 | 907 | 2026-09-15 20:36:58 | 2026-09-01 09:27:42 | USED | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_SupplierArchive | 5 | NONCLUSTERED | 2156 | 0 | 0 | 907 | 2026-09-15 20:36:04 | 2026-08-28 13:00:53 | USED | keep — in use | |||||
| host-947.dbo.LedgerStatus.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 7682 | 0 | 0 | 0 | 2026-09-15 16:01:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_CatalogAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_ForecastResult | 1 | CLUSTERED | Y | 4 | 0 | 3 | 4 | 2026-09-10 10:42:21 | 2026-07-19 18:03:23 | USED | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_TerritoryArchive | 2 | NONCLUSTERED | Y | Y | 3 | 0 | 0 | 4 | 2026-09-10 10:42:21 | 2026-07-19 18:03:23 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_BillingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 907 | never | 2026-09-03 12:48:52 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 907 | never | 2026-09-03 12:48:35 | UNUSED | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_ShipmentMonthly | 3 | NONCLUSTERED | 61 | 0 | 0 | 989 | 2026-09-14 15:25:45 | never | USED | keep — in use | |||||
| host-947.dbo.StaffingArchive.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 989 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_ContractSnapshot | 1 | CLUSTERED | 989 | 0 | 0 | 989 | 2026-09-15 20:36:04 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ClaimLog.IX_RosterLine | 1 | CLUSTERED | 285 | 0 | 8975 | 1057 | 2026-09-15 20:36:58 | 2026-09-08 14:06:48 | USED | KEEP — table storage | |||||
| host-947.dbo.ClaimLog.IX_ShiftHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 567 | never | 2026-09-09 11:11:04 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_PayrollDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 567 | never | 2026-09-08 14:06:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_TerritoryMonthly | 8 | NONCLUSTERED | 0 | 0 | 0 | 567 | never | 2026-09-10 15:07:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_CampaignAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 567 | never | 2026-09-09 11:10:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_CampaignHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 567 | never | 2026-09-08 14:06:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 5680 | 3 | 0 | 567 | 2026-09-15 20:36:58 | 2026-09-09 09:08:31 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_BookingSnapshot | 3 | NONCLUSTERED | 3362 | 0 | 0 | 567 | 2026-09-15 15:17:48 | 2026-09-08 14:06:53 | USED | keep — in use | |||||
| host-947.dbo.TerritoryAudit.IX_PolicyQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 256 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_BatchArchive | 1 | CLUSTERED | 256 | 0 | 1532 | 256 | 2026-09-15 14:15:06 | never | USED | KEEP — table storage | |||||
| host-947.dbo.TerritoryAudit.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 1532 | 0 | 256 | 2026-09-15 14:15:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_SupplierSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_ShiftSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_PolicyDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_AssetDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 322 | never | 2026-07-19 18:03:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingEntry.IX_BatchDaily | 1 | CLUSTERED | Y | 30 | 0 | 0 | 322 | 2026-09-11 14:33:00 | 2026-07-19 18:03:22 | USED | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 322 | never | 2026-07-19 18:03:22 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_ShipmentSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_SupplierQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLog.IX_ClaimEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_CatalogSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:03:25 | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:03:25 | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:03:25 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 894 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_OrdersLog | 2 | NONCLUSTERED | Y | 894 | 0 | 0 | 894 | 2026-09-15 17:46:28 | never | USED | keep — in use | ||||
| host-947.dbo.CampaignHeader.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 11629 | 2358 | 2026-09-15 18:51:09 | 2026-07-19 18:03:25 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 12208 | 0 | 0 | 2358 | 2026-09-15 18:51:09 | 2026-07-19 18:03:25 | USED | keep — in use | ||||
| host-947.dbo.ClaimStatus.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHeader.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 792 | 0 | 0 | 0 | 2026-09-15 23:35:44 | 2026-03-29 19:34:15 | USED | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_CustomerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:15 | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_MeterDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:15 | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_ShipmentDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:15 | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_SettlementArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_BatchQueue | 2 | NONCLUSTERED | Y | 173 | 0 | 0 | 173 | 2026-09-15 16:01:39 | never | USED | keep — in use | ||||
| host-947.dbo.OrdersSummary.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 173 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_PolicyHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_ClaimEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_CampaignLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStaging.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_AssetSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDetail.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_PricingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_ShiftArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 13146 | 0 | 0 | 0 | 2026-09-15 23:01:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_ShipmentStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_SalesHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_RosterDetail | 2 | NONCLUSTERED | Y | 28 | 0 | 0 | 28 | 2026-09-15 16:14:16 | never | USED | keep — in use | ||||
| host-947.dbo.CustomerDetail.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 28 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_CatalogDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_BatchResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_ContractDaily | 2 | NONCLUSTERED | 42367 | 0 | 0 | 0 | 2026-09-15 20:35:22 | never | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_ReconcileDaily | 3 | NONCLUSTERED | 805 | 0 | 0 | 0 | 2026-09-15 20:36:59 | never | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 88 | 0 | 0 | 2026-09-15 16:14:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_StaffingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 13531 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_PricingLog | 2 | NONCLUSTERED | Y | 20817 | 0 | 0 | 13531 | 2026-09-15 20:36:59 | never | USED | keep — in use | ||||
| host-947.dbo.ContractArchive.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 37 | 6201 | 13531 | 2026-09-15 20:36:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_SettlementMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 13531 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_LedgerDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 13531 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_QuotaSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_SupplierStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_ClaimDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHistory.IX_InvoiceQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHistory.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_StaffingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_BillingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-15 14:05:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_ShiftMonthly | 1 | CLUSTERED | Y | 16 | 0 | 0 | 0 | 2026-09-15 14:35:24 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyAudit.IX_PayrollSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_TicketLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketQueue.IX_WarehouseStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketQueue.IX_BillingEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketQueue.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_MeterHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketQueue.IX_CatalogSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_OrdersSummary | 2 | NONCLUSTERED | Y | 9 | 0 | 0 | 0 | 2026-09-14 12:54:00 | never | USED | keep — in use | ||||
| host-947.dbo.BatchDaily.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 6 | 8615 | 9 | 0 | 2026-09-15 15:15:45 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_CatalogMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_PricingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDaily.IX_ShipmentLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_QuotaEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_WarehouseSummary | 2 | NONCLUSTERED | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | keep — in use | |||||
| host-947.dbo.BookingQueue.IX_ShiftLine | 1 | CLUSTERED | 1447 | 0 | 0 | 0 | 2026-09-15 14:14:52 | never | USED | KEEP — table storage | |||||
| host-947.dbo.BookingQueue.IX_BookingHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingQueue.IX_ClaimMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingQueue.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_CustomerDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_BookingSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftEntry.IX_TicketStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftEntry.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_MeterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 689 | 0 | 0 | 0 | 2026-09-15 16:20:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 689 | 0 | 0 | 2026-09-15 16:20:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_ContractArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDaily.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 181 | 0 | 0 | 22 | 2026-09-15 16:04:09 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_AssetHistory | 1 | CLUSTERED | 294 | 0 | 0 | 0 | 2026-09-15 16:04:09 | never | USED | KEEP — table storage | |||||
| host-947.dbo.PayrollArchive.IX_RouteStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollArchive.IX_OrdersEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollArchive.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_LedgerDetail | 5 | NONCLUSTERED | 809 | 39 | 0 | 0 | 2026-09-15 15:42:15 | 2026-03-29 19:34:15 | USED | keep — in use | |||||
| host-947.dbo.CustomerQueue.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 6481 | 0 | 19 | 0 | 2026-09-16 00:02:28 | 2026-03-29 19:34:15 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_TicketAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:15 | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_BatchHeader | 3 | NONCLUSTERED | 33 | 0 | 0 | 0 | 2026-09-15 14:00:05 | 2026-03-29 19:34:15 | USED | keep — in use | |||||
| host-947.dbo.ForecastHistory.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 15337 | 0 | 0 | 0 | 2026-09-15 21:26:52 | 2026-03-29 19:34:15 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_RosterLine | 2 | NONCLUSTERED | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:44 | 2026-03-29 19:34:15 | USED | keep — in use | ||||
| host-947.dbo.TicketEntry.IX_RosterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:15 | COLD | review carefully — unique | ||||
| host-947.dbo.TicketEntry.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:15 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_PolicyMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingResult.IX_WarehouseDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_PayrollDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_RouteStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_WarehouseStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDetail.IX_RouteLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_SettlementLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_ClaimAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_PolicySummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_ContractSummary | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_BillingLine | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_PayrollLog | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_BillingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterEntry.IX_WarehouseAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterEntry.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_MeterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_CustomerStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLine.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_ShiftMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLine.IX_MeterSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStatus.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentAudit.IX_PricingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_OrdersEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_InvoiceResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_BillingAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_RouteAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_PolicyQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_QuotaQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_BatchResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDaily.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_CustomerMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_ContractMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_RosterEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_CustomerHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_SupplierLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_ForecastLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_TerritoryLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_LedgerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_SupplierHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_SalesStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_CustomerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersEntry.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_AssetLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStaging.IX_LedgerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_BookingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_WarehouseStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_WarehouseDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_QuotaQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_AssetEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_AssetMonthly | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_ShipmentDaily | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_MeterHeader | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_ForecastAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_ContractSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_ShiftHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_PricingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_RosterSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_ContractMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_TerritoryAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_PayrollAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStatus.IX_InvoiceAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStatus.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_SupplierStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_OrdersEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_RouteSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_PayrollEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_RosterArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_QuotaAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_ContractAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_OrdersResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_PayrollSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_RouteSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_BillingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_ReconcileDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_SupplierStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_RosterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSnapshot.IX_AssetResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSnapshot.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_BillingDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_MeterSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_RouteDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryEntry.IX_CatalogDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_ClaimLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_ShipmentLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingAudit.IX_CatalogResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingAudit.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_ShipmentDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_SettlementQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHeader.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_ForecastQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_RosterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-08-04 08:39:08 | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryEntry.IX_TicketDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:15 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_PolicyDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:15 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollAudit.IX_CustomerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_LedgerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_PricingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSummary.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 64057 | 0 | 0 | 0 | 2026-09-16 01:01:04 | 2026-03-29 19:34:15 | USED | keep — in use | ||||
| host-947.dbo.BookingSummary.IX_BillingHistory | 3 | NONCLUSTERED | 31 | 0 | 0 | 8 | 2026-09-15 20:40:48 | 2026-03-29 19:34:15 | USED | keep — in use | |||||
| host-947.dbo.BookingSummary.IX_TicketDaily | 1 | CLUSTERED | Y | Y | 31 | 1174 | 64041 | 47 | 2026-09-16 01:01:04 | 2026-03-29 19:34:15 | USED | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_BillingArchive | 2 | NONCLUSTERED | 39372 | 0 | 0 | 163 | 2026-09-16 01:01:03 | 2026-09-06 20:27:50 | USED | keep — in use | |||||
| host-947.dbo.RouteDaily.IX_StaffingQueue | 3 | NONCLUSTERED | 16 | 0 | 0 | 163 | 2026-09-15 12:06:55 | 2026-09-06 20:27:53 | USED | keep — in use | |||||
| host-947.dbo.RouteDaily.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 558 | 4072 | 0 | 318 | 2026-09-16 00:58:49 | 2026-09-06 20:27:51 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_PolicyArchive | 3 | NONCLUSTERED | 310 | 0 | 0 | 473 | 2026-09-15 20:43:49 | 2026-08-28 02:07:09 | USED | keep — in use | |||||
| host-947.dbo.InvoiceHistory.IX_PayrollHeader | 4 | NONCLUSTERED | 8 | 0 | 0 | 473 | 2026-09-15 12:06:55 | 2026-08-28 02:07:24 | USED | keep — in use | |||||
| host-947.dbo.InvoiceHistory.IX_RouteHistory | 2 | NONCLUSTERED | Y | 10017 | 0 | 0 | 473 | 2026-09-16 01:01:03 | 2026-08-28 02:06:48 | USED | keep — in use | ||||
| host-947.dbo.InvoiceHistory.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 310 | 473 | 2026-09-15 20:43:49 | 2026-07-19 18:03:25 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_BillingQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 473 | never | 2026-08-28 02:06:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_PolicyLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyQueue.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 2036 | 0 | 0 | 2026-09-16 00:58:49 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_ContractMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 300 | never | 2026-09-06 20:28:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_TerritoryHeader | 2 | NONCLUSTERED | 310 | 0 | 0 | 300 | 2026-09-15 20:43:55 | 2026-09-06 20:27:51 | USED | keep — in use | |||||
| host-947.dbo.TicketLog.IX_InvoiceHistory | 4 | NONCLUSTERED | 1 | 0 | 0 | 300 | 2026-09-08 12:03:57 | 2026-09-06 20:28:13 | USED | keep — in use | |||||
| host-947.dbo.TicketLog.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 145 | 7 | 311 | 300 | 2026-09-15 20:43:55 | 2026-09-06 20:28:08 | USED | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_ForecastSnapshot | 3 | NONCLUSTERED | 8 | 0 | 0 | 618 | 2026-09-15 12:06:55 | 2026-08-28 02:07:19 | USED | keep — in use | |||||
| host-947.dbo.ContractQueue.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 155 | 618 | 2026-09-15 20:43:55 | 2026-07-19 18:03:25 | USED | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_ShipmentSnapshot | 2 | NONCLUSTERED | 455 | 0 | 0 | 618 | 2026-09-15 20:43:55 | 2026-08-28 02:06:54 | USED | keep — in use | |||||
| host-947.dbo.PolicyLog.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLog.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_ReconcileAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_StaffingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_RosterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_InvoiceArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingMonthly.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLog.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_OrdersHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_ShiftStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_SettlementLog | 2 | NONCLUSTERED | Y | 10 | 0 | 0 | 0 | 2026-09-11 11:45:14 | never | USED | keep — in use | ||||
| host-947.dbo.BookingSnapshot.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 4 | 0 | 10 | 0 | 2026-09-11 11:45:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementMonthly.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-11 11:45:13 | never | USED | keep — in use | ||||
| host-947.dbo.TerritoryStatus.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 6 | 0 | 2 | 0 | 2026-09-11 11:45:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_BatchMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_RosterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 6 | 2 | 0 | 2026-09-11 11:45:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_OrdersLog | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-11 11:45:13 | never | USED | keep — in use | ||||
| host-947.dbo.PayrollDetail.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_PolicyDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_ShiftEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 8 | 0 | 0 | 0 | 2026-09-11 11:45:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_AssetHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_SalesStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_ShipmentSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftEntry.IX_PayrollSnapshot | 4 | NONCLUSTERED | 0 | 1273 | 0 | 0 | 2026-09-15 20:57:06 | 2026-03-29 19:34:16 | USED | keep — in use | |||||
| host-947.dbo.ShiftEntry.IX_ContractStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.PK_RouteLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_RouteDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastEntry.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_PricingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_ShipmentDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_BookingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_PayrollSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLog.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_SettlementLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_TerritoryDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStatus.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_TicketHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDaily.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDaily.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_RosterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStaging.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.DEPLOYMENT.IX_QuotaArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | review carefully — unique | ||||
| host-947.dbo.DEPLOYMENT.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:44 | 2026-03-29 19:34:16 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_BatchSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingMonthly.IX_CustomerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_ClaimMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_PricingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 136 | 0 | 0 | 0 | 2026-09-15 15:04:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_AssetEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_TicketStaging | 3 | NONCLUSTERED | Y | 2137 | 0 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 19:34:16 | USED | keep — in use | ||||
| host-947.dbo.BillingHeader.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 2135 | 0 | 2026-09-15 14:00:11 | 2026-03-29 19:34:16 | USED | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_CampaignResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | review, then DROP | |||||
| host-947.dbo.ContractLine.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_PolicyHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_PayrollResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_ForecastMonthly | 1 | CLUSTERED | Y | 661 | 0 | 0 | 0 | 2026-09-15 17:08:10 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_RouteMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_SalesEntry | 3 | NONCLUSTERED | Y | 50 | 0 | 0 | 0 | 2026-09-14 08:21:32 | 2026-03-29 19:34:16 | USED | keep — in use | ||||
| host-947.dbo.QuotaDaily.IX_ShiftSummary | 2 | NONCLUSTERED | Y | 14352 | 0 | 0 | 0 | 2026-09-15 23:36:09 | 2026-03-29 19:34:16 | USED | keep — in use | ||||
| host-947.dbo.QuotaDaily.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 598213 | 2186572 | 14402 | 0 | 2026-09-16 01:01:33 | 2026-03-29 19:34:16 | USED | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingEntry.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | 51 | 0 | 0 | 0 | 2026-09-15 20:40:56 | 2026-03-29 19:34:16 | USED | keep — in use | ||||
| host-947.dbo.SupplierDetail.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 21 | 0 | 0 | 2026-09-14 07:37:49 | 2026-03-29 19:34:16 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_WarehouseLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:16 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 22 | 0 | 0 | 2026-09-14 07:45:33 | 2026-03-29 19:34:16 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_ClaimHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_ReconcileSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 892 | never | 2026-07-19 18:03:26 | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseArchive.IX_InvoiceDetail | 3 | NONCLUSTERED | 810 | 0 | 0 | 892 | 2026-09-15 20:41:00 | 2026-09-01 09:27:44 | USED | keep — in use | |||||
| host-947.dbo.WarehouseArchive.IX_PricingSummary | 1 | CLUSTERED | Y | 170713 | 0 | 713 | 892 | 2026-09-15 22:46:02 | 2026-07-19 18:03:26 | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_PricingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 892 | never | 2026-09-01 09:27:44 | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseArchive.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 892 | never | 2026-08-02 14:21:31 | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_BatchEntry | 3 | NONCLUSTERED | Y | 90 | 0 | 0 | 0 | 2026-09-14 07:37:51 | 2026-03-29 19:34:17 | USED | keep — in use | ||||
| host-947.dbo.BatchLine.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:17 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLine.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 90 | 0 | 2026-09-14 07:37:51 | 2026-03-29 19:34:17 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 18162 | 0 | 0 | 2026-09-15 23:36:09 | 2026-03-29 19:34:17 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 362657 | 0 | 0 | 0 | 2026-09-15 23:39:27 | 2026-03-29 19:34:17 | USED | keep — in use | ||||
| host-947.dbo.SupplierSnapshot.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSnapshot.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 340 | 0 | 0 | 0 | 2026-09-15 07:58:15 | 2026-03-29 19:34:17 | USED | keep — in use | ||||
| host-947.dbo.LedgerSummary.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 340 | 0 | 2026-09-15 07:58:15 | 2026-03-29 19:34:17 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_PayrollLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_SupplierLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_WarehouseSnapshot | 16 | NONCLUSTERED | 31 | 0 | 0 | 30 | 2026-09-15 20:40:52 | 2026-07-19 18:03:26 | USED | keep — in use | |||||
| host-947.dbo.CampaignLine.IX_CatalogQueue | 2 | NONCLUSTERED | Y | 62158 | 0 | 0 | 30 | 2026-09-15 21:04:07 | 2026-07-19 18:03:26 | USED | keep — in use | ||||
| host-947.dbo.CampaignLine.IX_SalesQueue | 4 | NONCLUSTERED | 12233 | 0 | 0 | 30 | 2026-09-15 21:00:55 | 2026-07-19 18:03:26 | USED | keep — in use | |||||
| host-947.dbo.CampaignLine.IX_AssetStatus | 15 | NONCLUSTERED | 434 | 0 | 0 | 30 | 2026-09-15 20:40:55 | 2026-07-19 18:03:26 | USED | keep — in use | |||||
| host-947.dbo.CampaignLine.IX_PricingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 30 | never | 2026-07-19 18:03:26 | UNUSED | review carefully — unique | ||||
| host-947.dbo.CampaignLine.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 480347 | 1448 | 62212 | 30 | 2026-09-16 01:01:33 | 2026-07-19 18:03:26 | USED | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_SupplierEntry | 28 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:40:57 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_TerritoryLog | 29 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_CustomerEntry | 30 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:40:57 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_AssetResult | 31 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ClaimQueue | 32 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:40:57 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_ShiftHeader | 33 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_PricingHistory | 34 | NONCLUSTERED | 102 | 0 | 0 | 174 | 2026-09-15 20:40:57 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_ShipmentQueue | 35 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_WarehouseLog | 36 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:40:58 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_CatalogResult | 37 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ShipmentEntry | 38 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:40:58 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_QuotaArchive | 39 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_LedgerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 24530 | 0 | 0 | 174 | 2026-09-15 21:04:07 | 2026-07-19 18:03:27 | USED | keep — in use | ||||
| host-947.dbo.SalesHistory.IX_ShipmentAudit | 4 | NONCLUSTERED | 240 | 30 | 0 | 174 | 2026-09-15 20:40:58 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_ContractEntry | 5 | NONCLUSTERED | 20 | 0 | 0 | 174 | 2026-09-13 15:24:20 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 3564824 | 899 | 22532 | 174 | 2026-09-15 23:39:27 | 2026-07-19 18:03:27 | USED | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_LedgerHistory | 6 | NONCLUSTERED | 62 | 0 | 0 | 174 | 2026-09-15 20:40:59 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_BookingHeader | 7 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:40:54 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_LedgerArchive | 8 | NONCLUSTERED | 76 | 0 | 0 | 174 | 2026-09-15 20:40:59 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_SalesDetail | 9 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ShipmentLog | 10 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:40:59 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_RosterHistory | 11 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:40:52 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_RouteSummary | 26 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:40:59 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_BatchLine | 27 | NONCLUSTERED | 63 | 0 | 0 | 174 | 2026-09-15 20:40:55 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_SupplierHistory | 12 | NONCLUSTERED | 62 | 0 | 0 | 174 | 2026-09-15 20:40:59 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_RouteQueue | 20 | NONCLUSTERED | 62 | 0 | 0 | 174 | 2026-09-15 20:40:59 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_PayrollDaily | 21 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_BookingLine | 13 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_RouteLog | 14 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:41:00 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_RouteQueue | 15 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_BillingStaging | 16 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:41:00 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_ForecastArchive | 17 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_PricingHistory | 24 | NONCLUSTERED | 31 | 0 | 0 | 174 | 2026-09-15 20:41:00 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_ReconcileDaily | 25 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_BillingHistory | 22 | NONCLUSTERED | 62 | 0 | 0 | 174 | 2026-09-15 20:41:00 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_CampaignAudit | 23 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ReconcileEntry | 18 | NONCLUSTERED | 88 | 0 | 0 | 174 | 2026-09-15 20:41:00 | 2026-07-19 18:03:27 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_CustomerSnapshot | 19 | NONCLUSTERED | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:28 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_AssetStaging | 1 | CLUSTERED | Y | 542476 | 0 | 0 | 77 | 2026-09-15 22:50:30 | 2026-07-19 18:03:29 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 77 | never | 2026-07-19 18:03:29 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSnapshot.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_ContractMonthly | 2 | NONCLUSTERED | Y | 19653 | 0 | 0 | 0 | 2026-09-15 22:46:02 | never | USED | keep — in use | ||||
| host-947.dbo.BatchArchive.IX_StaffingLog | 3 | NONCLUSTERED | 57536 | 0 | 0 | 0 | 2026-09-15 23:39:27 | never | USED | keep — in use | |||||
| host-947.dbo.BatchArchive.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 374 | 0 | 0 | 2026-09-15 20:40:56 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_CustomerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_TicketMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 175 | never | 2026-07-19 18:03:29 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingSnapshot.IX_BatchLine | 3 | NONCLUSTERED | 123 | 0 | 0 | 175 | 2026-09-15 20:57:18 | 2026-07-19 18:03:29 | USED | keep — in use | |||||
| host-947.dbo.BookingSnapshot.IX_BookingDetail | 2 | NONCLUSTERED | Y | 649 | 0 | 0 | 175 | 2026-09-15 17:01:08 | 2026-07-19 18:03:29 | USED | keep — in use | ||||
| host-947.dbo.BookingSnapshot.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 8733 | 186 | 612 | 175 | 2026-09-15 22:46:02 | 2026-07-19 18:03:29 | USED | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_CampaignArchive | 3 | NONCLUSTERED | Y | 171130 | 0 | 0 | 211 | 2026-09-15 22:46:02 | 2026-07-19 18:03:29 | USED | keep — in use | ||||
| host-947.dbo.TicketQueue.IX_SalesLine | 1 | CLUSTERED | Y | 217 | 0 | 8341 | 211 | 2026-09-15 22:46:02 | 2026-07-19 18:03:29 | USED | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 211 | never | 2026-07-19 18:03:29 | UNUSED | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_SupplierSummary | 1 | CLUSTERED | Y | 250 | 0 | 0 | 89 | 2026-09-15 20:57:18 | 2026-07-19 18:03:29 | USED | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 89 | never | 2026-07-19 18:03:29 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_SupplierLog | 28 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:57 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_TicketHeader | 29 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_RouteSummary | 30 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:57 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_BookingDaily | 31 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_TerritoryDaily | 32 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:57 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_CustomerLine | 33 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_ShiftSummary | 34 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:58 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_BookingAudit | 35 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_BatchStatus | 36 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:58 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_SalesDetail | 37 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_InvoiceSummary | 38 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:58 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_StaffingAudit | 39 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_RosterSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 11662 | 0 | 0 | 26 | 2026-09-15 22:46:01 | 2026-07-19 18:03:30 | USED | keep — in use | ||||
| host-947.dbo.ContractArchive.IX_CampaignMonthly | 4 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:59 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_WarehouseDetail | 5 | NONCLUSTERED | 0 | 6 | 0 | 26 | 2026-09-11 16:05:18 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 995339 | 713 | 12313 | 26 | 2026-09-16 01:01:33 | 2026-07-19 18:03:30 | USED | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_AssetHeader | 6 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:59 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_RouteSnapshot | 7 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_BatchSnapshot | 8 | NONCLUSTERED | 62 | 0 | 0 | 26 | 2026-09-15 20:40:59 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_ContractLog | 9 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_SettlementDaily | 10 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:59 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_SalesResult | 11 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_ForecastQueue | 26 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:40:59 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_WarehouseMonthly | 27 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_OrdersArchive | 12 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_ShipmentAudit | 20 | NONCLUSTERED | 62 | 0 | 0 | 26 | 2026-09-15 20:40:59 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_BillingAudit | 21 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_SettlementResult | 13 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_PolicyLine | 14 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:41:00 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_LedgerEntry | 15 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_SettlementDetail | 16 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:41:00 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_BillingDetail | 17 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_SalesLog | 24 | NONCLUSTERED | 31 | 0 | 0 | 26 | 2026-09-15 20:41:00 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_PricingLine | 25 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_ShipmentAudit | 22 | NONCLUSTERED | 62 | 0 | 0 | 26 | 2026-09-15 20:41:00 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_OrdersStaging | 23 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_PricingHeader | 18 | NONCLUSTERED | 62 | 0 | 0 | 26 | 2026-09-15 20:41:00 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_ShiftResult | 19 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaHeader.IX_SettlementDaily | 3 | NONCLUSTERED | 31 | 0 | 0 | 147 | 2026-09-15 20:40:55 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.QuotaHeader.IX_RosterSnapshot | 4 | NONCLUSTERED | 744 | 0 | 0 | 147 | 2026-09-15 20:41:00 | 2026-07-19 18:03:30 | USED | keep — in use | |||||
| host-947.dbo.QuotaHeader.IX_BookingAudit | 1 | CLUSTERED | Y | Y | 0 | 154 | 1733 | 147 | 2026-09-15 16:10:34 | 2026-07-19 18:03:30 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 407533 | 0 | 0 | 147 | 2026-09-16 01:01:33 | 2026-07-19 18:03:30 | USED | keep — in use | ||||
| host-947.dbo.LedgerHistory.IX_StaffingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_ReconcileResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_PayrollSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_AssetDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingArchive.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_ClaimStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyAudit.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_SupplierResult | 2 | NONCLUSTERED | Y | 9444 | 0 | 0 | 1 | 2026-09-15 20:59:01 | 2026-06-16 02:31:45 | USED | keep — in use | ||||
| host-947.dbo.PolicyLine.IX_BatchDaily | 3 | NONCLUSTERED | 637 | 0 | 0 | 1 | 2026-09-15 20:57:18 | 2026-06-16 02:31:45 | USED | keep — in use | |||||
| host-947.dbo.PolicyLine.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 2642 | 10049 | 1 | 2026-09-15 21:00:55 | 2026-06-16 02:31:45 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_PricingStaging | 3 | NONCLUSTERED | 13505 | 0 | 0 | 0 | 2026-09-15 22:46:02 | 2026-05-09 02:30:06 | USED | keep — in use | |||||
| host-947.dbo.CampaignStaging.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | 5969 | 0 | 0 | 0 | 2026-09-15 20:57:18 | 2026-05-09 02:30:06 | USED | keep — in use | ||||
| host-947.dbo.CampaignStaging.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 8179 | 1702 | 1611 | 0 | 2026-09-15 20:57:18 | 2026-05-09 02:30:06 | USED | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_BatchSnapshot | 2 | NONCLUSTERED | 25238 | 0 | 0 | 0 | 2026-09-15 22:46:02 | 2026-05-09 02:30:06 | USED | keep — in use | |||||
| host-947.dbo.BillingMonthly.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-09 02:30:06 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_RosterSummary | 1 | CLUSTERED | Y | 13614 | 0 | 0 | 0 | 2026-09-15 22:46:02 | 2026-05-09 02:30:06 | USED | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 14801 | 0 | 0 | 0 | 2026-09-15 17:10:59 | 2026-05-09 02:30:06 | USED | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | 13300 | 0 | 0 | 10 | 2026-09-15 16:42:06 | 2026-07-19 18:03:30 | USED | keep — in use | ||||
| host-947.dbo.SettlementLog.IX_ShiftMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 10 | never | 2026-07-19 18:03:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 36 | 13300 | 10 | 2026-09-15 16:42:06 | 2026-07-19 18:03:30 | USED | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_TicketStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftQueue.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 31 | 0 | 0 | 2026-09-15 20:40:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_SettlementEntry | 2 | NONCLUSTERED | Y | 13670 | 0 | 0 | 4 | 2026-09-15 21:00:55 | 2026-06-16 02:31:45 | USED | keep — in use | ||||
| host-947.dbo.OrdersHistory.IX_RouteMonthly | 4 | NONCLUSTERED | 11295 | 0 | 0 | 4 | 2026-09-16 01:01:33 | 2026-06-16 02:31:45 | USED | keep — in use | |||||
| host-947.dbo.OrdersHistory.IX_ContractStaging | 5 | NONCLUSTERED | 76 | 0 | 0 | 4 | 2026-09-15 20:31:26 | 2026-06-16 02:31:45 | USED | keep — in use | |||||
| host-947.dbo.OrdersHistory.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 1013 | 475 | 9970 | 4 | 2026-09-15 22:32:06 | 2026-06-16 02:31:45 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_LedgerDetail | 3 | NONCLUSTERED | Y | 2292 | 0 | 0 | 3 | 2026-09-15 20:30:12 | 2026-06-16 02:31:45 | USED | keep — in use | ||||
| host-947.dbo.PayrollLine.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLine.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_ClaimAudit | 1 | CLUSTERED | Y | 228 | 0 | 0 | 264 | 2026-09-15 16:47:42 | 2026-08-09 14:12:07 | USED | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_PolicySummary | 3 | NONCLUSTERED | 72 | 0 | 0 | 64 | 2026-09-15 16:47:42 | 2026-08-09 14:12:08 | USED | keep — in use | |||||
| host-947.dbo.BatchSummary.IX_LedgerResult | 4 | NONCLUSTERED | 292 | 0 | 0 | 264 | 2026-09-15 16:47:42 | 2026-09-03 10:23:52 | USED | keep — in use | |||||
| host-947.dbo.BatchSummary.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 64 | never | 2026-09-03 10:23:45 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_SalesResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 228 | 0 | 0 | 114 | 2026-09-15 16:47:42 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 318 | 114 | 114 | 2026-09-15 16:47:42 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_ShipmentLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 174 | never | 2026-07-19 18:03:35 | UNUSED | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_CatalogDaily | 3 | NONCLUSTERED | Y | 485 | 0 | 0 | 174 | 2026-09-15 16:47:42 | 2026-07-19 18:03:35 | USED | keep — in use | ||||
| host-947.dbo.SalesHeader.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 174 | 174 | 2026-09-15 14:36:37 | 2026-07-19 18:03:35 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_StaffingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_SupplierHeader | 2 | NONCLUSTERED | Y | Y | 354 | 0 | 0 | 234 | 2026-09-15 16:47:42 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_RouteAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 234 | never | never | UNUSED | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_TicketDaily | 2 | NONCLUSTERED | Y | 611 | 0 | 0 | 741707 | 2026-09-15 16:47:42 | 2026-09-14 15:36:25 | USED | keep — in use | ||||
| host-947.dbo.AssetLog.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 20 | 0 | 741707 | 2026-09-09 17:05:44 | 2026-09-01 09:29:16 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_OrdersStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_MeterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 374 | never | 2026-07-19 18:03:36 | UNUSED | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_CampaignDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 374 | never | 2026-09-01 09:29:42 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_PricingMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-05-09 02:30:12 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 501890 | 0 | 0 | 0 | 2026-09-15 22:46:02 | 2026-05-09 02:30:12 | USED | keep — in use | ||||
| host-947.dbo.RosterLog.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 1741644 | 29445 | 4235 | 114 | 2026-09-15 22:46:02 | 2026-05-09 02:30:12 | USED | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_CatalogSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLine.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_CatalogEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-05-09 02:30:12 | COLD | review, then DROP | |||||
| host-947.dbo.BookingDetail.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-05-09 02:30:12 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-09 02:30:12 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 491126 | 0 | 0 | 0 | 2026-09-15 16:42:06 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingAudit.IX_WarehouseAudit | 4 | NONCLUSTERED | 1720043 | 0 | 0 | 0 | 2026-09-15 20:36:58 | 2026-05-09 02:30:12 | USED | keep — in use | |||||
| host-947.dbo.StaffingAudit.IX_BookingHistory | 1 | CLUSTERED | Y | 7775 | 0 | 8841 | 0 | 2026-09-15 22:46:02 | 2026-05-09 02:30:12 | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_TicketMonthly | 3 | NONCLUSTERED | Y | 493015 | 0 | 0 | 0 | 2026-09-15 17:05:30 | 2026-05-09 02:30:12 | USED | keep — in use | ||||
| host-947.dbo.StaffingAudit.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 20897 | 8 | 0 | 0 | 2026-09-15 20:40:56 | 2026-05-09 02:30:12 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_ShipmentArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-05-09 02:30:12 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_TicketResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_ShiftStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_ReconcileStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.AssetResult.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_QuotaHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractResult.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 491100 | 0 | 0 | 2026-09-15 16:42:06 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_BatchSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_SupplierStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_RosterDetail | 6 | NONCLUSTERED | Y | 48 | 0 | 0 | 0 | 2026-09-15 10:03:28 | never | USED | keep — in use | ||||
| host-947.dbo.PolicyLine.IX_PolicyLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLine.IX_RosterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLine.IX_OrdersDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLine.IX_PayrollEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLine.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 674 | 0 | 0 | 2026-09-15 17:10:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_ShipmentEntry | 3 | NONCLUSTERED | 130 | 0 | 0 | 0 | 2026-09-15 10:38:13 | 2026-03-29 19:34:44 | USED | keep — in use | |||||
| host-947.dbo.SalesDaily.IX_OrdersAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDaily.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 50 | 20327 | 0 | 0 | 2026-09-15 22:46:02 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_MeterStaging | 2 | NONCLUSTERED | 50 | 0 | 0 | 0 | 2026-09-14 08:21:32 | 2026-03-29 19:34:44 | USED | keep — in use | |||||
| host-947.dbo.BookingAudit.IX_InvoiceResult | 3 | NONCLUSTERED | Y | 20457 | 0 | 0 | 0 | 2026-09-15 22:46:02 | 2026-03-29 19:34:44 | USED | keep — in use | ||||
| host-947.dbo.BookingAudit.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 50 | 0 | 2026-09-14 08:21:32 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_RouteStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_LedgerSnapshot | 3 | NONCLUSTERED | Y | 932 | 0 | 0 | 0 | 2026-09-15 20:57:16 | 2026-03-29 19:34:44 | USED | keep — in use | ||||
| host-947.dbo.ClaimDaily.IX_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 19395 | 932 | 0 | 2026-09-15 22:46:02 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 8 | never | 2026-07-19 18:03:36 | UNUSED | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_StaffingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 31 | 0 | 0 | 2026-09-15 20:41:00 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_QuotaSummary | 2 | NONCLUSTERED | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | keep — in use | ||||
| host-947.dbo.RouteStaging.IX_WarehouseLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RouteStaging.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 564 | 0 | 22 | 2026-09-15 13:31:30 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_SettlementLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_CustomerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDaily.IX_ClaimHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDaily.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_AssetResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_ClaimHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | 1453 | 0 | 0 | 0 | 2026-09-15 23:02:08 | 2026-03-29 19:34:44 | USED | keep — in use | ||||
| host-947.dbo.SettlementSnapshot.IX_BillingDetail | 3 | NONCLUSTERED | 7 | 0 | 0 | 0 | 2026-09-12 07:50:18 | 2026-03-29 19:34:44 | USED | keep — in use | |||||
| host-947.dbo.SettlementSnapshot.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 1 | 1453 | 0 | 2026-09-15 23:02:08 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_CustomerDaily | 1 | CLUSTERED | Y | 1460 | 0 | 0 | 0 | 2026-09-15 23:02:08 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_BatchSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_BatchEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_RosterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_BookingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStaging.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 10 | 0 | 0 | 0 | 2026-09-15 15:43:35 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_QuotaHistory | 1 | CLUSTERED | Y | 521908 | 0 | 0 | 0 | 2026-09-15 17:37:09 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_BookingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_CustomerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_OrdersDaily | 1 | CLUSTERED | Y | 276357 | 4 | 6 | 0 | 2026-09-15 23:02:22 | 2026-03-29 19:34:44 | USED | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 3 | 7 | 0 | 0 | 2026-09-14 09:03:53 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_LedgerDaily | 1 | CLUSTERED | Y | 173345 | 0 | 2 | 0 | 2026-09-15 23:02:22 | 2026-03-29 19:34:44 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_BatchLine | 2 | NONCLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-14 09:03:57 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_CampaignSnapshot | 1 | CLUSTERED | Y | 66 | 0 | 27 | 22 | 2026-09-15 16:27:05 | 2026-07-19 18:03:37 | USED | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_StaffingResult | 3 | NONCLUSTERED | 27 | 0 | 0 | 22 | 2026-09-15 16:26:18 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.ShiftLine.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | 2026-07-19 18:03:37 | UNUSED | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_CustomerStaging | 1 | CLUSTERED | Y | 66 | 0 | 0 | 0 | 2026-09-15 15:50:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.AssetAudit.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_BillingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 11 | 0 | 0 | 0 | 2026-09-14 14:54:37 | 2026-03-29 19:34:44 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_OrdersResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentArchive.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerAudit.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_QuotaStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_RosterSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_StaffingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_RouteHeader | 1 | CLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-08 14:25:03 | never | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaDetail.IX_TicketArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 183416 | 0 | 66644 | 90 | 2026-09-16 01:01:44 | 2026-07-19 18:03:37 | USED | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_AssetLine | 4 | NONCLUSTERED | 19708 | 0 | 0 | 52 | 2026-09-15 23:35:43 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.TicketStatus.IX_PricingHistory | 3 | NONCLUSTERED | 516 | 0 | 0 | 54 | 2026-09-15 16:29:50 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.TicketStatus.IX_TerritorySummary | 5 | NONCLUSTERED | 36133 | 0 | 0 | 54 | 2026-09-15 23:35:44 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.TicketStatus.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | Y | 562681 | 15 | 0 | 52 | 2026-09-15 23:35:57 | 2026-07-19 18:03:37 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDetail.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDaily.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSummary.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastAudit.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:44 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_PayrollResult | 1 | CLUSTERED | Y | 16567 | 0 | 0 | 0 | 2026-09-15 23:35:57 | 2026-03-29 19:34:44 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_ContractQueue | 3 | NONCLUSTERED | 104085 | 0 | 0 | 36 | 2026-09-15 23:35:57 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.ForecastResult.IX_ClaimResult | 1 | CLUSTERED | Y | 3259 | 0 | 45571 | 36 | 2026-09-15 23:35:57 | 2026-07-19 18:03:37 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_LedgerDaily | 2 | NONCLUSTERED | Y | Y | 483157 | 0 | 0 | 36 | 2026-09-15 16:42:06 | 2026-07-19 18:03:37 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | 62 | 0 | 0 | 0 | 2026-09-15 15:50:44 | never | USED | keep — in use | ||||
| host-947.dbo.QuotaAudit.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 62 | 0 | 2026-09-15 15:50:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_SupplierDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_MeterDaily | 4 | NONCLUSTERED | 15 | 0 | 0 | 129 | 2026-09-15 14:58:16 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_AssetDetail | 3 | NONCLUSTERED | 68 | 0 | 0 | 129 | 2026-09-15 16:27:05 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 45 | 0 | 0 | 129 | 2026-09-15 16:27:05 | 2026-07-19 18:03:37 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_BookingQueue | 1 | CLUSTERED | Y | 268 | 0 | 98 | 129 | 2026-09-15 16:27:05 | 2026-07-19 18:03:37 | USED | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_ForecastQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_RouteMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_LedgerHeader | 13 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | never | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_PolicyHistory | 11 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 36 | never | never | UNUSED | review carefully — unique | |||
| host-947.dbo.SalesHistory.IX_AssetDetail | 12 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | never | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_ShiftMonthly | 15 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_BatchLine | 16 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_CustomerMonthly | 14 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_ShiftEntry | 10 | NONCLUSTERED | 34812 | 569 | 0 | 91 | 2026-09-15 23:29:54 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_BillingHeader | 4 | NONCLUSTERED | 2260153 | 0 | 0 | 91 | 2026-09-15 23:39:27 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_PolicyDaily | 2 | NONCLUSTERED | 1867 | 0 | 0 | 36 | 2026-09-15 23:11:39 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_ReconcileHistory | 3 | NONCLUSTERED | Y | 8 | 0 | 0 | 36 | 2026-09-14 09:03:56 | 2026-07-19 18:03:37 | USED | keep — in use | ||||
| host-947.dbo.SalesHistory.IX_SettlementAudit | 9 | NONCLUSTERED | 2 | 0 | 0 | 69 | 2026-09-14 09:03:55 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_StaffingLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 44 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_RouteDaily | 64 | NONCLUSTERED | 11 | 0 | 0 | 36 | 2026-09-14 11:31:19 | 2026-07-19 18:03:37 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_TerritorySummary | 8 | NONCLUSTERED | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_BookingSummary | 62 | NONCLUSTERED | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ReconcileDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 50 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_QuotaLog | 63 | NONCLUSTERED | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_RosterEntry | 61 | NONCLUSTERED | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_BookingEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 1068643 | 752 | 408807 | 91 | 2026-09-16 00:01:46 | 2026-07-19 18:03:37 | USED | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_MeterHeader | 24 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_BillingHistory | 18 | NONCLUSTERED | Y | Y | 7024 | 8 | 0 | 36 | 2026-09-16 00:01:46 | 2026-07-19 18:03:37 | USED | keep — in use | |||
| host-947.dbo.SalesHistory.IX_ShipmentLine | 65 | NONCLUSTERED | Y | 800310 | 0 | 0 | 36 | 2026-09-15 22:54:50 | 2026-07-19 18:03:37 | USED | keep — in use | ||||
| host-947.dbo.SalesHistory.IX_CampaignHistory | 19 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_SalesHeader | 20 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_CustomerArchive | 21 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_ContractEntry | 22 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_ForecastHistory | 23 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.SalesHistory.IX_ShipmentQueue | 17 | NONCLUSTERED | Y | 0 | 0 | 0 | 36 | never | 2026-07-19 18:03:37 | UNUSED | review, then DROP | ||||
| host-947.dbo.CatalogStatus.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_SalesStatus | 3 | NONCLUSTERED | 14 | 0 | 0 | 14 | 2026-09-12 15:00:57 | 2026-07-19 18:03:38 | USED | keep — in use | |||||
| host-947.dbo.LedgerDetail.IX_RosterDaily | 1 | CLUSTERED | Y | 137952 | 4 | 14 | 14 | 2026-09-15 23:02:22 | 2026-07-19 18:03:38 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerDetail.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 14 | never | 2026-07-19 18:03:38 | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_TerritorySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_SettlementAudit | 3 | NONCLUSTERED | 216530 | 0 | 0 | 1 | 2026-09-15 23:35:44 | 2026-07-19 18:03:38 | USED | keep — in use | |||||
| host-947.dbo.LedgerSummary.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | 2026-07-19 18:03:38 | UNUSED | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_PricingLog | 1 | CLUSTERED | Y | 2524 | 31 | 216530 | 1 | 2026-09-15 23:35:44 | 2026-07-19 18:03:38 | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerAudit.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerAudit.IX_ShipmentLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 47 | 0 | 0 | 0 | 2026-09-15 15:48:18 | 2026-03-29 19:34:45 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_ContractMonthly | 2 | NONCLUSTERED | 9 | 0 | 0 | 0 | 2026-09-14 07:55:38 | 2026-03-29 19:34:45 | USED | keep — in use | |||||
| host-947.dbo.BillingEntry.IX_ClaimHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_BookingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastAudit.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 64 | 0 | 0 | 0 | 2026-09-15 16:27:10 | 2026-03-29 19:34:45 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_LedgerMonthly | 4 | NONCLUSTERED | Y | 0 | 328 | 0 | 0 | 2026-09-15 15:59:10 | 2026-03-29 19:34:45 | USED | keep — in use | ||||
| host-947.dbo.CampaignLine.IX_ContractStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:45 | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLine.IX_TerritoryArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:45 | COLD | review, then DROP | |||||
| host-947.dbo.TicketStatus.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-15 14:15:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_ForecastLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 48 | 0 | 1 | 1 | 2026-09-15 17:49:17 | 2026-03-29 19:34:45 | USED | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_SupplierSummary | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-09 08:15:59 | 2026-03-29 19:34:45 | USED | keep — in use | ||||
| host-947.dbo.BatchSnapshot.IX_SupplierDetail | 1 | CLUSTERED | Y | 66 | 0 | 0 | 66 | 2026-09-15 14:06:17 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 66 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 3 | 0 | 0 | 2026-09-14 15:29:47 | 2026-03-29 19:34:45 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:45 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStaging.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:45 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStaging.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:45 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_AssetQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLine.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ShiftEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_WarehouseHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractEntry.IX_TicketAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_BillingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_TerritorySummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_TicketLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:45 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 18 | 0 | 0 | 2026-09-14 09:22:40 | 2026-03-29 19:34:45 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | Y | 3580 | 0 | 0 | 0 | 2026-09-15 16:41:59 | 2026-03-29 19:34:45 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 558 | 2846 | 0 | 2026-09-15 16:41:47 | 2026-03-29 19:34:45 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_SettlementAudit | 2 | NONCLUSTERED | 796 | 0 | 0 | 0 | 2026-09-15 16:41:59 | 2026-03-29 19:34:45 | USED | keep — in use | |||||
| host-947.dbo.SupplierMonthly.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 1521 | 795 | 0 | 2026-09-15 16:41:59 | 2026-03-29 19:34:45 | USED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:45 | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:45 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_RouteEntry | 3 | NONCLUSTERED | 28 | 0 | 0 | 56 | 2026-09-14 08:25:56 | never | USED | keep — in use | |||||
| host-947.dbo.PricingArchive.IX_SupplierSnapshot | 2 | NONCLUSTERED | 28 | 0 | 0 | 56 | 2026-09-14 08:25:56 | never | USED | keep — in use | |||||
| host-947.dbo.PricingArchive.IX_PricingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 56 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 69359 | 0 | 0 | 0 | 2026-09-15 16:42:40 | 2026-07-19 18:03:38 | USED | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 460 | 69223 | 0 | 2026-09-15 16:42:40 | 2026-07-19 18:03:38 | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_TerritoryDetail | 1 | CLUSTERED | Y | 1088 | 0 | 0 | 0 | 2026-09-15 16:05:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_CatalogResult | 2 | NONCLUSTERED | Y | 474 | 0 | 0 | 0 | 2026-09-15 14:14:11 | 2026-07-19 18:03:38 | USED | keep — in use | ||||
| host-947.dbo.PolicyDaily.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:03:38 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 6964 | 0 | 0 | 103 | 2026-09-15 16:41:57 | 2026-08-26 08:55:12 | USED | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_PricingStatus | 1 | CLUSTERED | Y | 941 | 0 | 7038 | 205 | 2026-09-15 16:41:57 | 2026-08-26 08:55:18 | USED | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_BillingSummary | 3 | NONCLUSTERED | 481 | 0 | 0 | 103 | 2026-09-15 14:13:51 | 2026-08-26 08:55:12 | USED | keep — in use | |||||
| host-947.dbo.ForecastLog.IX_BillingLine | 2 | NONCLUSTERED | Y | 14 | 0 | 0 | 0 | 2026-09-14 08:14:49 | never | USED | keep — in use | ||||
| host-947.dbo.ForecastLog.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 51 | 7 | 0 | 2026-09-15 14:13:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_ReconcileSummary | 12 | NONCLUSTERED | 0 | 0 | 0 | 1446 | never | 2026-09-15 09:21:50 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_BookingStaging | 3 | NONCLUSTERED | Y | Y | 1727 | 0 | 0 | 1446 | 2026-09-15 16:41:47 | 2026-09-15 09:21:50 | USED | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_InvoiceSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 1446 | never | 2026-09-15 09:21:48 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_ClaimDetail | 1 | CLUSTERED | Y | 136 | 0 | 1623 | 1582 | 2026-09-15 16:41:47 | 2026-09-08 09:33:21 | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_AssetArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 155 | never | 2026-07-19 18:03:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_SupplierStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 220 | never | 2026-07-19 18:03:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_BookingArchive | 12 | NONCLUSTERED | 0 | 0 | 0 | 155 | never | 2026-07-19 18:03:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_SalesSnapshot | 10 | NONCLUSTERED | 0 | 4 | 0 | 155 | 2026-09-14 15:30:42 | 2026-07-19 18:03:39 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_PricingStaging | 9 | NONCLUSTERED | 79515 | 0 | 0 | 155 | 2026-09-15 16:42:40 | 2026-09-01 09:29:42 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_ReconcileLine | 4 | NONCLUSTERED | Y | 2614 | 0 | 0 | 155 | 2026-09-15 16:41:59 | 2026-09-01 09:29:42 | USED | keep — in use | ||||
| host-947.dbo.CustomerStaging.IX_SettlementEntry | 11 | NONCLUSTERED | 0 | 0 | 0 | 155 | never | 2026-07-19 18:03:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 1533 | 14 | 140492 | 957 | 2026-09-15 16:42:40 | 2026-07-26 14:12:52 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_BillingQueue | 8 | NONCLUSTERED | 191530 | 2 | 0 | 361 | 2026-09-15 16:42:40 | 2026-09-01 09:29:42 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_CampaignQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 155 | never | 2026-09-01 09:29:43 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_BillingDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 484 | never | 2026-07-19 18:03:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_CatalogResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 155 | never | 2026-07-19 18:03:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 3298 | 0 | 0 | 137 | 2026-09-15 14:14:07 | 2026-07-19 18:03:40 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 274 | 137 | 2026-09-15 14:06:12 | 2026-07-19 18:03:40 | USED | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_BatchSummary | 2 | NONCLUSTERED | Y | 500 | 0 | 0 | 261 | 2026-09-15 16:42:06 | 2026-09-01 09:29:43 | USED | keep — in use | ||||
| host-947.dbo.MeterLog.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 42 | 7 | 442 | 303 | 2026-09-15 16:42:06 | 2026-07-19 18:03:40 | USED | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_PricingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 272 | never | 2026-07-19 18:03:41 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_SalesLine | 5 | NONCLUSTERED | Y | 549 | 0 | 0 | 272 | 2026-09-15 16:41:56 | 2026-07-19 18:03:42 | USED | keep — in use | ||||
| host-947.dbo.MeterLog.IX_ContractLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 265 | 284 | 2026-09-15 16:41:56 | 2026-07-19 18:03:41 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_TicketDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDetail.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:49 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:49 | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:49 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:49 | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_InvoiceMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:49 | COLD | review, then DROP | |||||
| host-947.dbo.SalesQueue.IX_ContractDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:49 | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_PricingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDaily.IX_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_ReconcileLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:49 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:49 | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStatus.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_BillingQueue | 6 | NONCLUSTERED | 127 | 0 | 0 | 0 | 2026-09-15 10:15:32 | 2026-03-29 19:34:49 | USED | keep — in use | |||||
| host-947.dbo.CatalogDetail.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 80 | 0 | 0 | 0 | 2026-09-15 10:17:15 | 2026-03-29 19:34:49 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_TerritoryAudit | 4 | NONCLUSTERED | 89249 | 0 | 0 | 0 | 2026-09-15 16:42:40 | 2026-03-29 19:34:49 | USED | keep — in use | |||||
| host-947.dbo.CatalogDetail.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 591 | 85050 | 0 | 2026-09-15 16:42:40 | 2026-03-29 19:34:49 | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_WarehouseMonthly | 5 | NONCLUSTERED | 204 | 0 | 0 | 0 | 2026-09-15 16:41:57 | 2026-03-29 19:34:49 | USED | keep — in use | |||||
| host-947.dbo.CatalogDetail.IX_InvoiceMonthly | 3 | NONCLUSTERED | Y | 858 | 0 | 0 | 0 | 2026-09-15 16:41:46 | 2026-03-29 19:34:49 | USED | keep — in use | ||||
| host-947.dbo.ClaimResult.IX_CustomerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_SettlementLog | 2 | NONCLUSTERED | 180 | 0 | 0 | 0 | 2026-09-15 14:06:19 | 2026-07-19 18:03:42 | USED | keep — in use | |||||
| host-947.dbo.AssetDetail.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 12 | 6 | 180 | 12 | 2026-09-15 14:06:19 | 2026-07-19 18:03:42 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:49 | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 15 | 0 | 0 | 2026-09-14 09:22:50 | 2026-03-29 19:34:49 | USED | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_CatalogStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 11 | 0 | 0 | 6 | 2026-09-14 15:31:59 | 2026-07-19 18:03:42 | USED | keep — in use | ||||
| host-947.dbo.BatchMonthly.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 11 | 6 | 2026-09-14 15:31:59 | 2026-07-19 18:03:42 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_ForecastSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLog.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_ContractMonthly | 7 | NONCLUSTERED | 470 | 0 | 0 | 659 | 2026-09-15 16:41:42 | 2026-09-11 15:25:24 | USED | keep — in use | |||||
| host-947.dbo.RouteQueue.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 361 | 16 | 75 | 659 | 2026-09-15 16:41:42 | 2026-09-11 14:29:02 | USED | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_SettlementQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 659 | never | 2026-09-11 14:29:02 | UNUSED | review carefully — unique | ||||
| host-947.dbo.StaffingDetail.IX_SalesMonthly | 9 | NONCLUSTERED | 0 | 0 | 0 | 214 | never | 2026-07-19 18:03:42 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_QuotaDetail | 3 | NONCLUSTERED | 1786 | 0 | 0 | 150 | 2026-09-15 16:42:36 | 2026-07-19 18:03:42 | USED | keep — in use | |||||
| host-947.dbo.StaffingDetail.IX_SupplierResult | 4 | NONCLUSTERED | 1 | 0 | 0 | 150 | 2026-09-14 10:53:27 | 2026-07-19 18:03:42 | USED | keep — in use | |||||
| host-947.dbo.StaffingDetail.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 39769 | 0 | 0 | 150 | 2026-09-15 16:42:40 | 2026-09-01 09:29:45 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_CampaignResult | 1 | CLUSTERED | Y | 102 | 10 | 41539 | 214 | 2026-09-15 16:42:40 | 2026-07-19 18:03:42 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 62398 | 0 | 0 | 0 | 2026-09-15 16:42:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 140 | 0 | 2026-09-15 16:41:42 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 1 | 0 | 503 | 1 | 2026-09-15 14:14:07 | 2026-07-19 18:03:43 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_CatalogEntry | 2 | NONCLUSTERED | Y | 503 | 0 | 0 | 0 | 2026-09-15 14:14:07 | 2026-07-19 18:03:43 | USED | keep — in use | ||||
| host-947.dbo.ForecastMonthly.IX_WarehouseDaily | 1 | CLUSTERED | Y | 19 | 136 | 2633 | 0 | 2026-09-16 01:01:03 | 2026-03-29 19:34:50 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastMonthly.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 2633 | 0 | 0 | 0 | 2026-09-16 01:01:03 | 2026-03-29 19:34:50 | USED | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_RosterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_WarehouseArchive | 1 | CLUSTERED | Y | 1443 | 0 | 0 | 1312 | 2026-09-15 16:41:50 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1312 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 64 | 0 | 0 | 0 | 2026-09-15 13:26:39 | never | USED | keep — in use | ||||
| host-947.dbo.TicketLine.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 64 | 0 | 2026-09-15 13:26:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_PolicyDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_PolicyArchive | 9 | NONCLUSTERED | 0 | 0 | 0 | 2639 | never | 2026-09-14 09:13:38 | UNUSED | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 1312 | 0 | 3043 | 2639 | 2026-09-15 16:41:59 | 2026-09-14 09:13:40 | USED | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_SupplierAudit | 2 | NONCLUSTERED | Y | 4078 | 0 | 0 | 2639 | 2026-09-15 16:41:59 | 2026-09-14 09:13:37 | USED | keep — in use | ||||
| host-947.dbo.SettlementArchive.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_LedgerArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStatus.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | 1415 | 0 | 0 | 1415 | 2026-09-15 14:13:50 | never | USED | keep — in use | ||||
| host-947.dbo.SettlementStatus.IX_PolicyLine | 1 | CLUSTERED | Y | Y | 0 | 1322 | 0 | 1415 | 2026-09-15 16:41:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_RosterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:50 | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDetail.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:34:50 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_PricingDetail | 1 | CLUSTERED | Y | Y | 0 | 12 | 0 | 0 | 2026-09-15 16:42:39 | 2026-07-19 18:03:44 | USED | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_AssetHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterQueue.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_ClaimLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 206 | never | 2026-07-19 18:03:45 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_AssetQueue | 4 | NONCLUSTERED | 16 | 0 | 0 | 206 | 2026-09-14 08:25:56 | 2026-09-01 09:29:45 | USED | keep — in use | |||||
| host-947.dbo.PayrollQueue.IX_LedgerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 206 | never | 2026-09-01 09:29:46 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 1 | 0 | 16 | 206 | 2026-09-14 08:25:56 | 2026-07-19 18:03:45 | USED | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 4 | 5952 | 2026-09-10 08:30:01 | 2026-07-19 18:03:46 | USED | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_SettlementArchive | 2 | NONCLUSTERED | 5 | 0 | 0 | 5952 | 2026-09-10 08:30:21 | 2026-08-29 14:19:18 | USED | keep — in use | |||||
| host-947.dbo.BillingStatus.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_RouteHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 932491 | never | 2026-09-12 08:46:53 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_BillingDetail | 3 | NONCLUSTERED | 14 | 0 | 0 | 932491 | 2026-09-14 08:25:56 | 2026-09-12 08:47:32 | USED | keep — in use | |||||
| host-947.dbo.PricingArchive.IX_ShiftHeader | 2 | NONCLUSTERED | Y | 470370 | 0 | 0 | 932491 | 2026-09-15 16:42:06 | 2026-09-12 08:46:46 | USED | keep — in use | ||||
| host-947.dbo.PricingArchive.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 192 | 932491 | 2026-09-15 14:14:06 | 2026-07-19 18:03:46 | USED | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_TicketStatus | 4 | NONCLUSTERED | 1517 | 0 | 0 | 932491 | 2026-09-15 14:14:06 | 2026-09-12 08:46:51 | USED | keep — in use | |||||
| host-947.dbo.ShiftEntry.IX_RouteStaging | 2 | NONCLUSTERED | Y | 50 | 0 | 0 | 0 | 2026-09-15 13:20:10 | 2026-03-29 19:35:07 | USED | keep — in use | ||||
| host-947.dbo.ShiftEntry.IX_StaffingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:07 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 50 | 0 | 2026-09-15 13:20:10 | 2026-03-29 19:35:07 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_ContractArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:07 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHistory.IX_WarehouseEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_TicketHistory | 5 | NONCLUSTERED | 124 | 0 | 0 | 0 | 2026-09-15 14:13:29 | 2026-03-29 19:35:07 | USED | keep — in use | |||||
| host-947.dbo.BatchArchive.IX_MeterAudit | 1 | CLUSTERED | Y | 0 | 0 | 6799 | 0 | 2026-09-15 16:41:57 | 2026-03-29 19:35:07 | USED | KEEP — table storage | ||||
| host-947.dbo.BatchArchive.IX_PayrollStaging | 3 | NONCLUSTERED | Y | 32 | 0 | 0 | 0 | 2026-09-14 15:30:04 | 2026-03-29 19:35:07 | USED | keep — in use | ||||
| host-947.dbo.BatchArchive.IX_AssetDetail | 4 | NONCLUSTERED | Y | 2582 | 0 | 0 | 0 | 2026-09-15 14:13:51 | 2026-03-29 19:35:07 | USED | keep — in use | ||||
| host-947.dbo.BatchArchive.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | Y | 5677 | 0 | 0 | 0 | 2026-09-15 16:41:57 | 2026-03-29 19:35:07 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_SettlementDetail | 2 | NONCLUSTERED | 8379 | 0 | 0 | 0 | 2026-09-15 16:41:57 | 2026-03-29 19:35:08 | USED | keep — in use | |||||
| host-947.dbo.RouteLine.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 8379 | 0 | 2026-09-15 16:41:57 | 2026-03-29 19:35:08 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHistory.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_ClaimQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_PricingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 52 | never | 2026-08-14 10:23:10 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_PolicySummary | 2 | NONCLUSTERED | 78 | 0 | 0 | 52 | 2026-09-15 21:56:45 | 2026-08-14 10:23:10 | USED | keep — in use | |||||
| host-947.dbo.PolicyDaily.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 156 | 2866 | 0 | 78 | 2026-09-16 01:01:44 | 2026-08-14 13:20:55 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_RosterSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 78 | never | 2026-08-14 10:23:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_InvoiceHistory | 3 | NONCLUSTERED | 8 | 0 | 0 | 0 | 2026-09-15 15:00:02 | never | USED | keep — in use | |||||
| host-947.dbo.BillingQueue.IX_SupplierQueue | 2 | NONCLUSTERED | 26 | 0 | 0 | 0 | 2026-09-15 21:51:56 | never | USED | keep — in use | |||||
| host-947.dbo.ContractStatus.IX_SupplierAudit | 2 | NONCLUSTERED | 52 | 0 | 0 | 0 | 2026-09-15 21:56:45 | never | USED | keep — in use | |||||
| host-947.dbo.ContractStatus.IX_MeterSummary | 3 | NONCLUSTERED | Y | 52 | 0 | 0 | 0 | 2026-09-15 21:51:56 | never | USED | keep — in use | ||||
| host-947.dbo.ContractStatus.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 52 | 0 | 2026-09-15 21:51:56 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_SupplierArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 1696 | 0 | 0 | 0 | 2026-09-15 22:51:08 | 2026-03-29 19:35:08 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:08 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLine.IX_BatchAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_ForecastResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_PricingDaily | 5 | NONCLUSTERED | 383 | 0 | 0 | 1346 | 2026-09-15 22:49:48 | 2026-09-09 10:07:41 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_LedgerSnapshot | 4 | NONCLUSTERED | 3 | 0 | 0 | 1346 | 2026-09-15 08:56:09 | 2026-09-09 10:07:26 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 8 | 0 | 128 | 1630 | 2026-09-15 22:45:28 | 2026-09-15 08:56:15 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_BillingStaging | 2 | NONCLUSTERED | 0 | 8 | 0 | 1346 | 2026-09-15 08:41:08 | 2026-09-09 10:07:26 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_InvoiceStatus | 3 | NONCLUSTERED | 26 | 0 | 0 | 1346 | 2026-09-15 21:51:56 | 2026-09-09 10:07:33 | USED | keep — in use | |||||
| host-947.dbo.BookingSummary.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 123 | 0 | 2026-09-16 00:03:47 | 2026-03-29 19:35:09 | USED | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_MeterDaily | 2 | NONCLUSTERED | Y | 123 | 0 | 0 | 0 | 2026-09-16 00:03:47 | 2026-03-29 19:35:09 | USED | keep — in use | ||||
| host-947.dbo.CustomerHeader.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHeader.IX_ForecastDetail | 3 | NONCLUSTERED | 744 | 0 | 0 | 0 | 2026-09-16 00:03:47 | never | USED | keep — in use | |||||
| host-947.dbo.CustomerHeader.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:09 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_PricingQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollResult.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_BookingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentHistory.IX_ShiftDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHistory.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:09 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_MeterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:09 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftQueue.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchResult.IX_PricingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_ContractHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 1803 | 0 | 0 | 0 | 2026-09-15 22:51:09 | 2026-03-29 19:35:09 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_CustomerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:09 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingEntry.IX_PolicyHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_ReconcileHistory | 9 | NONCLUSTERED | 0 | 0 | 0 | 1006 | never | 2026-07-19 18:03:56 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_CampaignAudit | 10 | NONCLUSTERED | 746 | 0 | 0 | 1006 | 2026-09-15 22:50:01 | 2026-09-01 09:29:47 | USED | keep — in use | |||||
| host-947.dbo.SupplierSnapshot.IX_BookingHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 1598 | never | 2026-07-19 18:03:56 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_ClaimLine | 4 | NONCLUSTERED | Y | Y | 85891 | 0 | 0 | 1006 | 2026-09-16 00:11:23 | 2026-07-19 18:03:56 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_RosterHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 1006 | never | 2026-07-19 18:03:56 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_RosterDetail | 8 | NONCLUSTERED | 0 | 0 | 0 | 1006 | never | 2026-07-19 18:03:56 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_ClaimEntry | 7 | NONCLUSTERED | 182689 | 0 | 0 | 1006 | 2026-09-15 23:35:44 | 2026-09-01 09:29:47 | USED | keep — in use | |||||
| host-947.dbo.SupplierSnapshot.IX_MeterEntry | 1 | CLUSTERED | 661961 | 0 | 251450 | 1598 | 2026-09-16 00:11:23 | 2026-07-19 18:03:56 | USED | KEEP — table storage | |||||
| host-947.dbo.SupplierSnapshot.IX_ShiftDetail | 3 | NONCLUSTERED | 1475 | 0 | 0 | 1006 | 2026-09-15 20:10:02 | 2026-09-01 09:29:47 | USED | keep — in use | |||||
| host-947.dbo.SupplierSnapshot.IX_LedgerMonthly | 2 | NONCLUSTERED | 612 | 0 | 0 | 1312 | 2026-09-15 22:49:49 | 2026-07-19 18:03:56 | USED | keep — in use | |||||
| host-947.dbo.CustomerMonthly.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 32 | 0 | 0 | 2026-09-14 07:37:52 | 2026-07-19 18:03:57 | USED | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_BatchDetail | 1 | CLUSTERED | Y | 144 | 0 | 0 | 0 | 2026-09-15 22:45:28 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_ClaimResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 810 | 0 | 0 | 2026-09-16 01:00:06 | 2026-03-29 19:35:10 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 27 | 0 | 0 | 0 | 2026-09-15 09:13:32 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:10 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_InvoiceEntry | 1 | CLUSTERED | Y | 324 | 8 | 0 | 0 | 2026-09-16 01:00:06 | 2026-03-29 19:35:10 | USED | KEEP — table storage | ||||
| host-947.dbo.ContractArchive.IX_BatchHistory | 3 | NONCLUSTERED | 7054 | 0 | 0 | 0 | 2026-09-15 20:27:02 | 2026-03-29 19:35:10 | USED | keep — in use | |||||
| host-947.dbo.TerritoryStatus.IX_WarehouseSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:10 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_PolicyLine | 3 | NONCLUSTERED | Y | 484 | 0 | 0 | 0 | 2026-09-15 16:01:33 | 2026-03-29 19:35:10 | USED | keep — in use | ||||
| host-947.dbo.TerritoryStatus.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 26421 | 0 | 484 | 0 | 2026-09-15 22:51:08 | 2026-03-29 19:35:10 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_SalesMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_SalesLog | 3 | NONCLUSTERED | 52 | 0 | 0 | 332 | 2026-09-15 21:56:45 | 2026-08-25 06:45:55 | USED | keep — in use | |||||
| host-947.dbo.QuotaStaging.IX_ContractStaging | 2 | NONCLUSTERED | 3100 | 0 | 0 | 332 | 2026-09-15 22:51:09 | 2026-08-25 06:45:49 | USED | keep — in use | |||||
| host-947.dbo.QuotaStaging.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 95876 | 0 | 3100 | 332 | 2026-09-16 00:11:23 | 2026-08-25 08:58:47 | USED | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_MeterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesQueue.IX_PricingMonthly | 2 | NONCLUSTERED | Y | 26 | 0 | 0 | 26 | 2026-09-15 21:51:56 | never | USED | keep — in use | ||||
| host-947.dbo.SalesQueue.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 26 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_CampaignSummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 26 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.SupplierMonthly.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_CustomerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierMonthly.IX_ContractMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_SettlementLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_ClaimAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHeader.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:10 | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:10 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_InvoiceDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStatus.IX_StaffingMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStatus.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:10 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:10 | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSnapshot.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:10 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_InvoiceHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_BillingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSummary.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_MeterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDetail.IX_RosterHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDetail.IX_StaffingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_CampaignQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_CatalogHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_ReconcileEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_PricingHeader | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_StaffingHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_ClaimLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_ShipmentArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_LedgerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHeader.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDaily.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_CampaignDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_ForecastDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHeader.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_ClaimLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_ReconcileSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_CampaignMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_PayrollResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryAudit.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_OrdersEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_PayrollResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_CatalogDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_BillingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_MeterLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_RouteSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_MeterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_PricingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_ClaimSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_QuotaHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_ShiftStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_QuotaAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDaily.IX_TerritoryLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_CatalogEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_BillingLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStaging.IX_PricingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStaging.IX_BatchSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStaging.IX_StaffingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_ShipmentResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_MeterLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_ContractStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_SupplierHeader | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_CatalogStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_CampaignLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_InvoiceSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_BillingSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_BookingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_PayrollSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDaily.IX_TicketLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastEntry.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_ForecastMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractDaily.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_StaffingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStaging.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_ClaimHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLine.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLine.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_MeterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_PricingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHeader.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_PayrollQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_ForecastAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryQueue.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_TicketArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.OrdersSnapshot.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_RosterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_ClaimMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterResult.IX_CustomerAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterResult.IX_BillingLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterResult.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | Y | 16623 | 0 | 0 | 0 | 2026-09-15 17:04:30 | 2026-07-19 18:03:58 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 34 | 0 | 2026-09-15 14:08:44 | 2026-07-19 18:03:58 | USED | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_ShiftLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_SupplierLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:11 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDaily.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:11 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:11 | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryQueue.IX_BookingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:11 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:11 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:11 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:35:11 | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 1185 | 0 | 0 | 0 | 2026-09-15 16:32:58 | 2026-04-06 23:26:52 | USED | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-06 23:26:52 | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentMonthly.IX_SalesArchive | 31 | NONCLUSTERED | 697 | 0 | 0 | 68497 | 2026-09-15 20:10:02 | 2026-09-04 14:45:06 | USED | keep — in use | |||||
| host-947.dbo.ShipmentMonthly.IX_SupplierLog | 29 | NONCLUSTERED | 3148 | 0 | 0 | 68497 | 2026-09-15 20:10:03 | 2026-09-04 14:45:01 | USED | keep — in use | |||||
| host-947.dbo.ShipmentMonthly.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 1481 | 0 | 68497 | 2026-09-15 17:37:04 | 2026-08-31 09:43:44 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignLine.<Name of Missing Index, sysname,> | 25 | NONCLUSTERED | 53528 | 0 | 0 | 27911 | 2026-09-15 15:47:45 | 2026-08-31 10:49:23 | USED | keep — in use | |||||
| host-947.dbo.CampaignLine.IX_PolicyStatus | 30 | NONCLUSTERED | 6075 | 5861 | 0 | 80181 | 2026-09-15 20:10:02 | 2026-09-04 14:23:52 | USED | keep — in use | |||||
| host-947.dbo.CampaignLine.IX_BatchLog | 26 | NONCLUSTERED | 51551 | 0 | 0 | 80181 | 2026-09-15 15:47:44 | 2026-08-31 10:49:19 | USED | keep — in use | |||||
| host-947.dbo.CampaignLine.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 48322 | 42714 | 277184 | 80181 | 2026-09-15 18:20:07 | 2026-08-31 12:35:14 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_SupplierStatus | 2 | NONCLUSTERED | 273265 | 0 | 0 | 27911 | 2026-09-15 18:20:07 | 2026-08-31 10:48:35 | USED | keep — in use | |||||
| host-947.dbo.ContractStatus.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 55464 | 0 | 0 | 0 | 2026-09-15 16:42:04 | 2026-03-29 19:35:54 | USED | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_CustomerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 379 | 0 | 0 | 2 | 2026-09-15 16:41:57 | 2026-05-20 04:07:16 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 586179 | 1 | 2026-09-15 16:41:57 | 2026-07-19 18:04:16 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_CatalogResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | 2026-07-19 18:04:16 | UNUSED | review carefully — unique | ||||
| host-947.dbo.PolicyStatus.IX_BookingQueue | 3 | NONCLUSTERED | Y | 586179 | 0 | 0 | 1 | 2026-09-15 16:41:57 | 2026-07-19 18:04:16 | USED | keep — in use | ||||
| host-947.dbo.BatchEntry.IX_LedgerMonthly | 20 | NONCLUSTERED | 48880 | 0 | 0 | 1054626 | 2026-09-15 16:41:57 | 2026-09-11 16:03:22 | USED | keep — in use | |||||
| host-947.dbo.BatchEntry.IX_SettlementResult | 1 | CLUSTERED | Y | 1988462 | 0 | 48934 | 1054626 | 2026-09-15 16:42:06 | 2026-09-11 15:30:09 | USED | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_PayrollDaily | 2 | NONCLUSTERED | Y | Y | 177 | 0 | 0 | 587237 | 2026-09-15 16:41:57 | 2026-09-11 16:03:20 | USED | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_SupplierStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:19 | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSummary.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 11978 | 815 | 0 | 0 | 2026-09-16 01:00:02 | 2026-03-29 19:36:19 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 2979 | 0 | 0 | 0 | 2026-09-15 16:42:04 | 2026-03-29 19:36:19 | USED | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_ReconcileDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_ClaimDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 68547 | 0 | 0 | 0 | 2026-09-15 20:12:32 | 2026-03-29 19:36:19 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 68156 | 0 | 2026-09-15 20:12:32 | 2026-03-29 19:36:19 | USED | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 130 | 0 | 0 | 0 | 2026-09-15 19:53:15 | 2026-03-29 19:36:19 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_ShiftEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_PricingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ForecastLine | 2 | NONCLUSTERED | 10 | 0 | 0 | 0 | 2026-09-14 09:37:40 | never | USED | keep — in use | |||||
| host-947.dbo.TicketResult.IX_MeterLine | 1 | CLUSTERED | Y | Y | 78719 | 61 | 10 | 0 | 2026-09-15 22:18:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_SupplierDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_RouteQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_AssetResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_ContractLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_MeterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_PricingArchive | 1 | CLUSTERED | Y | 86 | 0 | 4 | 0 | 2026-09-15 14:49:52 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-14 09:37:40 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_SupplierEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_BookingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStaging.IX_PolicyStaging | 2 | NONCLUSTERED | 4 | 0 | 0 | 0 | 2026-09-14 09:37:40 | never | USED | keep — in use | |||||
| host-947.dbo.CatalogStaging.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_PayrollHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_BatchStaging | 2 | NONCLUSTERED | Y | 16950 | 0 | 0 | 282 | 2026-09-15 22:18:20 | 2026-07-19 18:04:21 | USED | keep — in use | ||||
| host-947.dbo.BatchDaily.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 16943 | 282 | 2026-09-15 22:18:20 | 2026-07-19 18:04:21 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_StaffingResult | 2 | NONCLUSTERED | Y | 4 | 0 | 0 | 0 | 2026-09-14 09:37:40 | never | USED | keep — in use | ||||
| host-947.dbo.OrdersArchive.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 4 | 0 | 2026-09-14 09:37:40 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_BatchSnapshot | 7 | NONCLUSTERED | 0 | 0 | 0 | 5 | never | 2026-03-29 19:36:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_ReconcileHeader | 10 | NONCLUSTERED | 16 | 0 | 0 | 7 | 2026-09-15 15:34:34 | 2026-03-29 19:36:19 | USED | keep — in use | |||||
| host-947.dbo.QuotaQueue.IX_CustomerLine | 11 | NONCLUSTERED | 0 | 0 | 0 | 9 | never | 2026-03-29 19:36:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_SettlementStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | 2026-03-29 19:36:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_CatalogResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 13 | never | 2026-03-29 19:36:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_TerritoryHeader | 8 | NONCLUSTERED | Y | 875 | 0 | 0 | 7 | 2026-09-15 17:26:34 | 2026-03-29 19:36:19 | USED | keep — in use | ||||
| host-947.dbo.QuotaQueue.IX_TicketArchive | 3 | NONCLUSTERED | 32 | 0 | 0 | 6 | 2026-09-15 14:49:52 | 2026-03-29 19:36:19 | USED | keep — in use | |||||
| host-947.dbo.QuotaQueue.IX_LedgerDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 6 | never | 2026-03-29 19:36:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_PayrollStatus | 2 | NONCLUSTERED | 3 | 0 | 0 | 3 | 2026-09-12 12:56:16 | 2026-03-29 19:36:19 | USED | keep — in use | |||||
| host-947.dbo.QuotaQueue.IX_StaffingLog | 9 | NONCLUSTERED | 4 | 0 | 0 | 3 | 2026-09-14 09:37:40 | 2026-03-29 19:36:19 | USED | keep — in use | |||||
| host-947.dbo.QuotaQueue.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 1110155 | 22687 | 907 | 13 | 2026-09-16 00:11:23 | 2026-03-29 19:36:19 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_BatchStatus | 2 | NONCLUSTERED | Y | 86 | 0 | 0 | 0 | 2026-09-15 14:49:52 | never | USED | keep — in use | ||||
| host-947.dbo.InvoiceSummary.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 1 | 86 | 0 | 2026-09-15 14:49:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 11 | 0 | 0 | 0 | 2026-09-15 08:55:39 | never | USED | keep — in use | ||||
| host-947.dbo.RosterMonthly.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_AssetHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_InvoiceEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_PolicyStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_CustomerLog | 3 | NONCLUSTERED | 329 | 0 | 0 | 0 | 2026-09-15 08:46:33 | 2026-03-29 19:36:19 | USED | keep — in use | |||||
| host-947.dbo.CampaignHeader.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | 570 | 0 | 0 | 0 | 2026-09-15 16:51:16 | 2026-03-29 19:36:19 | USED | keep — in use | ||||
| host-947.dbo.CampaignHeader.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 1410 | 12453 | 553 | 0 | 2026-09-15 20:29:32 | 2026-03-29 19:36:19 | USED | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_PricingArchive | 2 | NONCLUSTERED | Y | 190481 | 0 | 0 | 0 | 2026-09-16 00:11:23 | 2026-03-29 19:36:19 | USED | keep — in use | ||||
| host-947.dbo.ContractLog.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 19498 | 59 | 0 | 2026-09-15 22:51:58 | 2026-03-29 19:36:19 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_PolicyResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:19 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:19 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ShipmentEntry | 1 | CLUSTERED | Y | 62 | 0 | 0 | 1 | 2026-09-15 14:49:52 | never | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaLine.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 62 | 0 | 0 | 0 | 2026-09-15 14:49:52 | never | USED | keep — in use | ||||
| host-947.dbo.SettlementSnapshot.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 61 | 0 | 2026-09-15 14:49:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_RosterQueue | 1 | CLUSTERED | Y | 3495 | 0 | 6 | 5 | 2026-09-15 22:51:58 | 2026-03-29 19:36:19 | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 6 | 0 | 0 | 3 | 2026-09-12 12:55:06 | 2026-03-29 19:36:19 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 1587174 | 0 | 0 | 289 | 2026-09-15 22:18:38 | 2026-07-23 18:35:54 | USED | keep — in use | ||||
| host-947.dbo.PayrollHistory.IX_SalesLog | 1 | CLUSTERED | Y | Y | 49588441 | 1518 | 416595 | 289 | 2026-09-15 23:29:54 | 2026-07-23 18:35:54 | USED | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ContractAudit | 2 | NONCLUSTERED | Y | 752642 | 0 | 0 | 3 | 2026-09-15 23:47:40 | 2026-07-19 18:04:22 | USED | keep — in use | ||||
| host-947.dbo.TicketResult.IX_ContractHistory | 1 | CLUSTERED | Y | Y | 168687 | 1241 | 409435 | 3 | 2026-09-15 23:09:48 | 2026-07-19 18:04:22 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_RosterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileQueue.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_ContractLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_MeterArchive | 10 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.RosterStaging.IX_CampaignSummary | 12 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.RosterStaging.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 172 | 0 | 0 | 2026-09-15 09:19:14 | 2026-03-29 19:36:20 | USED | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_WarehouseArchive | 5 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.RosterStaging.IX_LedgerResult | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:20 | COLD | review carefully — unique | |||
| host-947.dbo.RosterStaging.IX_ReconcileDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:20 | COLD | review, then DROP | ||||
| host-947.dbo.RosterStaging.IX_ShipmentMonthly | 7 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.RosterStaging.IX_SupplierDaily | 14 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.RosterStaging.IX_QuotaAudit | 16 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.RosterStaging.IX_SalesMonthly | 15 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.RosterStaging.IX_OrdersDaily | 9 | NONCLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-14 09:37:40 | never | USED | keep — in use | |||
| host-947.dbo.CustomerDaily.IX_TicketHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:04:22 | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDaily.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 2115 | 0 | 0 | 0 | 2026-09-15 16:51:14 | 2026-07-19 18:04:22 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_CampaignDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.WarehouseAudit.IX_ReconcileSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.WarehouseAudit.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseAudit.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_AssetSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_LedgerDetail | 1 | CLUSTERED | Y | 171 | 0 | 0 | 171 | 2026-09-15 09:19:14 | never | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 171 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_PricingLine | 16 | NONCLUSTERED | 1323 | 13990 | 0 | 7931 | 2026-09-16 01:00:02 | 2026-09-07 20:08:30 | USED | keep — in use | |||||
| host-947.dbo.ShipmentDaily.IX_ReconcileAudit | 17 | NONCLUSTERED | 1 | 0 | 0 | 7931 | 2026-09-10 16:15:40 | 2026-09-07 20:08:50 | USED | keep — in use | |||||
| host-947.dbo.ShipmentDaily.IX_CatalogDetail | 4 | NONCLUSTERED | Y | 1739089 | 0 | 0 | 7931 | 2026-09-15 23:09:48 | 2026-09-09 16:27:11 | USED | keep — in use | ||||
| host-947.dbo.ShipmentDaily.IX_OrdersSummary | 2 | NONCLUSTERED | Y | 49442224 | 0 | 0 | 7931 | 2026-09-16 01:01:32 | 2026-09-07 20:09:34 | USED | keep — in use | ||||
| host-947.dbo.ShipmentDaily.IX_ForecastSummary | 3 | NONCLUSTERED | 4311 | 3 | 0 | 7931 | 2026-09-15 23:29:54 | 2026-09-07 20:08:40 | USED | keep — in use | |||||
| host-947.dbo.ShipmentDaily.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 25565772 | 1055 | 49470608 | 11906 | 2026-09-16 01:00:02 | 2026-09-07 20:08:35 | USED | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_SalesDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_ContractHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSummary.IX_BillingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSummary.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_BatchStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_TicketLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_TerritoryEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSummary.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_AssetQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_RouteMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesResult.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_SupplierArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_CampaignHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingArchive.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingArchive.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_RouteEntry | 4 | NONCLUSTERED | 8 | 0 | 0 | 540 | 2026-09-14 08:11:11 | 2026-08-02 14:35:12 | USED | keep — in use | |||||
| host-947.dbo.ClaimLog.IX_PayrollArchive | 3 | NONCLUSTERED | 7 | 0 | 0 | 540 | 2026-09-14 09:37:40 | 2026-07-19 18:04:26 | USED | keep — in use | |||||
| host-947.dbo.ClaimLog.IX_BillingHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 540 | never | 2026-07-19 18:04:26 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_TicketStaging | 1 | CLUSTERED | Y | 201068 | 0 | 13 | 540 | 2026-09-16 00:11:23 | 2026-07-19 18:04:26 | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | Y | 5 | 0 | 0 | 540 | 2026-09-15 08:55:39 | 2026-09-01 09:35:14 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_PayrollArchive | 1 | CLUSTERED | Y | 478 | 0 | 3 | 164 | 2026-09-15 08:47:44 | 2026-07-19 18:04:27 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 12 | 0 | 0 | 6 | 2026-09-15 08:47:44 | 2026-07-19 18:04:27 | USED | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_SupplierLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSummary.IX_ClaimDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_CampaignHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_ClaimSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_CustomerMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_ClaimStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_PolicyHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDetail.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_ClaimStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_LedgerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStatus.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_TicketStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_ClaimQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_SupplierHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_TerritoryArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_BookingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_PayrollAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterEntry.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_AssetMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftQueue.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 19 | 0 | 0 | 2026-09-14 07:51:03 | 2026-03-29 19:36:30 | USED | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_QuotaEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 634 | 14203 | 0 | 0 | 2026-09-15 17:09:57 | 2026-03-29 19:36:30 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_BillingLine | 1 | CLUSTERED | Y | 30 | 0 | 0 | 0 | 2026-09-14 07:37:54 | 2026-03-29 19:36:30 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_CustomerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_ContractSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 327 | never | 2026-07-19 18:04:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_ShiftAudit | 1 | CLUSTERED | Y | 621908 | 0 | 457 | 327 | 2026-09-16 00:11:23 | 2026-07-19 18:04:27 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 457 | 0 | 0 | 327 | 2026-09-15 16:51:14 | 2026-07-19 18:04:27 | USED | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_RosterStaging | 2 | NONCLUSTERED | Y | 65 | 0 | 0 | 0 | 2026-09-15 08:48:20 | never | USED | keep — in use | ||||
| host-947.dbo.TicketSnapshot.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 65 | 0 | 2026-09-15 08:48:20 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_ClaimHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:30 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_ContractSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSummary.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentArchive.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_BookingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLog.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSnapshot.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySnapshot.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_MeterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_SalesResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_ShiftHeader | 1 | CLUSTERED | Y | 1589 | 0 | 746 | 707 | 2026-09-15 21:33:55 | 2026-07-19 18:04:27 | USED | KEEP — table storage | ||||
| host-947.dbo.PricingDaily.IX_PayrollLine | 3 | NONCLUSTERED | Y | 746 | 0 | 0 | 707 | 2026-09-15 16:51:02 | 2026-07-19 18:04:27 | USED | keep — in use | ||||
| host-947.dbo.PricingDaily.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 707 | never | 2026-07-19 18:04:27 | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 79764 | 0 | 0 | 2026-09-16 00:11:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_PolicyMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_BatchSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_SalesSnapshot | 1 | CLUSTERED | Y | 66080 | 0 | 0 | 0 | 2026-09-15 17:02:37 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogSnapshot.IX_StaffingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSnapshot.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:31 | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDetail.IX_StaffingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:31 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_CatalogQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-05-22 03:04:35 | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-22 03:04:36 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:36 | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:37 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:39 | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:39 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_TicketDaily | 32 | NONCLUSTERED | 4360 | 0 | 0 | 5482 | 2026-09-15 23:09:46 | 2026-08-18 12:54:26 | USED | keep — in use | |||||
| host-947.dbo.LedgerSummary.IX_CampaignStatus | 12 | NONCLUSTERED | Y | 107 | 0 | 0 | 5482 | 2026-09-15 16:17:11 | never | USED | keep — in use | ||||
| host-947.dbo.LedgerSummary.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 49528478 | 37 | 309379 | 5482 | 2026-09-15 23:29:54 | 2026-08-18 12:54:24 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_PayrollHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 5482 | never | 2026-07-19 18:04:28 | UNUSED | review, then DROP | ||||
| host-947.dbo.LedgerSummary.IX_BookingQueue | 3 | NONCLUSTERED | Y | 6234 | 0 | 0 | 5482 | 2026-09-15 16:52:20 | 2026-09-01 09:35:28 | USED | keep — in use | ||||
| host-947.dbo.LedgerSummary.IX_StaffingSummary | 5 | NONCLUSTERED | Y | Y | 8961 | 0 | 0 | 5482 | 2026-09-15 22:18:07 | 2026-07-19 18:04:28 | USED | keep — in use | |||
| host-947.dbo.LedgerSummary.IX_BillingSummary | 6 | NONCLUSTERED | Y | 255833 | 1 | 0 | 5482 | 2026-09-15 23:29:54 | 2026-09-01 09:35:29 | USED | keep — in use | ||||
| host-947.dbo.LedgerSummary.IX_TerritoryAudit | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 5482 | never | 2026-07-19 18:04:29 | UNUSED | review, then DROP | ||||
| host-947.dbo.LedgerSummary.IX_PayrollHistory | 8 | NONCLUSTERED | Y | Y | 50359701 | 5 | 0 | 5482 | 2026-09-15 22:52:54 | 2026-09-01 09:35:29 | USED | keep — in use | |||
| host-947.dbo.LedgerSummary.IX_BillingLine | 11 | NONCLUSTERED | Y | 0 | 0 | 0 | 5482 | never | 2026-07-19 18:04:29 | UNUSED | review, then DROP | ||||
| host-947.dbo.LedgerSummary.IX_RosterDaily | 10 | NONCLUSTERED | Y | 54529 | 0 | 0 | 5482 | 2026-09-15 23:29:54 | 2026-07-19 18:04:29 | USED | keep — in use | ||||
| host-947.dbo.LedgerSummary.IX_BookingEntry | 9 | NONCLUSTERED | Y | Y | 14640 | 0 | 0 | 5482 | 2026-09-15 22:18:07 | 2026-08-28 09:43:46 | USED | keep — in use | |||
| host-947.dbo.LedgerSummary.IX_BatchMonthly | 14 | NONCLUSTERED | Y | 22 | 0 | 0 | 5482 | 2026-09-13 20:40:13 | 2026-07-19 18:04:30 | USED | keep — in use | ||||
| host-947.dbo.LedgerSummary.IX_PricingMonthly | 15 | NONCLUSTERED | Y | 0 | 0 | 0 | 5482 | never | 2026-07-19 18:04:30 | UNUSED | review, then DROP | ||||
| host-947.dbo.LedgerSummary.IX_PricingArchive | 16 | NONCLUSTERED | Y | Y | 353466 | 0 | 0 | 5482 | 2026-09-15 23:47:40 | 2026-09-01 09:35:34 | USED | keep — in use | |||
| host-947.dbo.SupplierAudit.IX_BookingArchive | 1 | CLUSTERED | Y | 51032071 | 6 | 79 | 5396 | 2026-09-15 23:47:40 | 2026-08-19 17:14:56 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_SalesQueue | 3 | NONCLUSTERED | 13549 | 0 | 0 | 5394 | 2026-09-15 23:09:46 | 2026-08-19 17:14:57 | USED | keep — in use | |||||
| host-947.dbo.SupplierAudit.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 80 | 0 | 0 | 5332 | 2026-09-15 17:02:37 | 2026-08-19 17:15:11 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_PricingAudit | 1 | CLUSTERED | Y | 204050 | 0 | 0 | 327 | 2026-09-15 22:18:01 | 2026-07-19 18:04:39 | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 327 | never | 2026-07-19 18:04:39 | UNUSED | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_MeterHistory | 2 | NONCLUSTERED | Y | 4010 | 0 | 0 | 3 | 2026-09-15 21:33:55 | never | USED | keep — in use | ||||
| host-947.dbo.RosterQueue.IX_LedgerHistory | 1 | CLUSTERED | Y | Y | 0 | 318 | 4007 | 3 | 2026-09-15 21:33:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:51 | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:52 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:54 | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:55 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:56 | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:56 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_BatchDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:56 | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:56 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceMonthly.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_CatalogHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchQueue.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterAudit.IX_BillingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_SettlementArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 12 | 0 | 0 | 2026-09-15 15:42:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_BillingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 53 | 0 | 0 | 0 | 2026-09-15 07:11:43 | 2026-03-29 19:36:57 | USED | keep — in use | ||||
| host-947.dbo.RouteArchive.IX_QuotaMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 53 | 0 | 2026-09-15 07:11:43 | 2026-03-29 19:36:57 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLine.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_SalesSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | 7 | 0 | 0 | 0 | 2026-09-14 16:24:59 | never | USED | keep — in use | ||||
| host-947.dbo.OrdersLog.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 342 | 7 | 0 | 2026-09-15 09:19:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_CampaignHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSummary.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 7 | 0 | 0 | 0 | 2026-09-14 16:24:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSummary.IX_OrdersHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_ShipmentStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_PricingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | review, then DROP | |||||
| host-947.dbo.CatalogEntry.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 569 | never | 2026-09-10 10:40:52 | UNUSED | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_RosterHeader | 1 | CLUSTERED | 1320 | 0 | 0 | 569 | 2026-09-15 16:53:17 | 2026-09-09 13:27:28 | USED | KEEP — table storage | |||||
| host-947.dbo.StaffingDaily.IX_AssetLog | 1 | CLUSTERED | Y | Y | 1626 | 0 | 0 | 339 | 2026-09-15 09:19:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 339 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.SalesStatus.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStatus.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_SalesResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_StaffingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLog.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLog.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_SettlementArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_WarehouseDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStatus.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:36:57 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_TicketLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLog.IX_SettlementLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_SupplierHeader | 9 | NONCLUSTERED | 84255 | 293 | 0 | 8109 | 2026-09-15 22:10:11 | 2026-09-07 20:08:25 | USED | keep — in use | |||||
| host-947.dbo.RosterSnapshot.IX_SettlementDaily | 1 | CLUSTERED | Y | 2959745 | 829 | 131884 | 135042 | 2026-09-16 01:01:32 | 2026-09-07 20:07:34 | USED | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 130700 | 1764 | 0 | 7929 | 2026-09-15 21:34:26 | 2026-09-07 20:07:35 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_TerritoryStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDaily.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_ClaimSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDaily.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_SupplierStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:37:02 | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchArchive.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:37:02 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_PricingLog | 16 | NONCLUSTERED | 426663 | 0 | 0 | 29055 | 2026-09-15 22:18:37 | 2026-09-14 07:49:49 | USED | keep — in use | |||||
| host-947.dbo.StaffingLog.IX_SettlementLog | 17 | NONCLUSTERED | 423026 | 0 | 0 | 29055 | 2026-09-15 23:09:48 | 2026-09-14 09:01:11 | USED | keep — in use | |||||
| host-947.dbo.StaffingLog.IX_WarehouseDaily | 18 | NONCLUSTERED | 414706 | 0 | 0 | 29055 | 2026-09-15 23:09:48 | 2026-09-12 08:24:42 | USED | keep — in use | |||||
| host-947.dbo.StaffingLog.IX_CampaignStatus | 19 | NONCLUSTERED | 1277 | 0 | 0 | 29055 | 2026-09-15 21:34:21 | 2026-09-12 13:53:45 | USED | keep — in use | |||||
| host-947.dbo.StaffingLog.IX_CustomerMonthly | 20 | NONCLUSTERED | 670334 | 0 | 0 | 29055 | 2026-09-15 22:18:41 | 2026-09-12 15:17:17 | USED | keep — in use | |||||
| host-947.dbo.StaffingLog.IX_SalesResult | 21 | NONCLUSTERED | 420683 | 0 | 0 | 29055 | 2026-09-15 22:18:37 | 2026-09-12 14:32:52 | USED | keep — in use | |||||
| host-947.dbo.StaffingLog.IX_BookingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 29055 | never | 2026-09-11 17:41:53 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_PricingQueue | 4 | NONCLUSTERED | 2705 | 0 | 0 | 29055 | 2026-09-15 16:53:38 | 2026-09-12 10:20:46 | USED | keep — in use | |||||
| host-947.dbo.StaffingLog.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 29055 | never | 2026-09-11 17:11:07 | UNUSED | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 1 | 1744 | 489798 | 29055 | 2026-09-15 22:18:41 | 2026-09-12 11:02:50 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_AssetStaging | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 29055 | never | 2026-09-10 20:16:20 | UNUSED | review, then DROP | ||||
| host-947.dbo.StaffingLog.IX_OrdersAudit | 7 | NONCLUSTERED | Y | 43 | 0 | 0 | 29055 | 2026-09-14 12:50:10 | 2026-09-10 20:16:15 | USED | keep — in use | ||||
| host-947.dbo.StaffingLog.IX_BillingMonthly | 8 | NONCLUSTERED | Y | 1 | 0 | 0 | 29055 | 2026-09-10 10:00:25 | 2026-09-10 20:16:25 | USED | keep — in use | ||||
| host-947.dbo.StaffingLog.IX_TerritoryLine | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 29055 | never | 2026-09-10 20:16:16 | UNUSED | review, then DROP | ||||
| host-947.dbo.ShiftSummary.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSummary.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:37:15 | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_AssetAudit | 3 | NONCLUSTERED | Y | 243 | 0 | 0 | 4 | 2026-09-15 15:42:15 | 2026-07-19 18:04:54 | USED | keep — in use | ||||
| host-947.dbo.QuotaResult.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 243 | 4 | 2026-09-15 15:42:15 | 2026-07-19 18:04:54 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 4 | never | 2026-07-19 18:04:54 | UNUSED | review carefully — unique | ||||
| host-947.dbo.PolicyEntry.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_SupplierHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_ShipmentResult | 1 | CLUSTERED | Y | 332 | 0 | 0 | 168 | 2026-09-15 08:46:33 | 2026-08-27 08:54:33 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastSnapshot.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 9 | 0 | 0 | 6 | 2026-09-15 08:45:59 | 2026-08-26 16:30:45 | USED | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_SalesStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_BatchHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierResult.IX_TicketLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_StaffingLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingSummary.IX_SupplierSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_RosterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_SettlementMonthly | 1 | CLUSTERED | Y | 321 | 0 | 4 | 252 | 2026-09-15 08:47:23 | 2026-09-02 15:59:06 | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 17 | 0 | 0 | 93 | 2026-09-15 08:47:02 | 2026-08-31 09:32:23 | USED | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_WarehouseResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_CatalogStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-05-22 03:05:04 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_BatchSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_MeterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_ClaimAudit | 2 | NONCLUSTERED | Y | Y | 1085 | 0 | 0 | 2181 | 2026-09-15 16:53:50 | 2026-08-27 10:44:36 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_TicketLog | 1 | CLUSTERED | Y | 8092 | 0 | 1085 | 2915 | 2026-09-15 16:53:50 | 2026-08-27 10:44:29 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 11268 | 0 | 0 | 5591 | 2026-09-15 16:53:50 | 2026-08-27 13:15:43 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 5591 | never | 2026-08-27 13:15:43 | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 2469 | 0 | 0 | 1013 | 2026-09-15 16:53:50 | 2026-07-19 18:05:01 | USED | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_QuotaSnapshot | 6 | NONCLUSTERED | 965 | 0 | 0 | 984 | 2026-09-15 16:53:50 | 2026-09-12 13:42:23 | USED | keep — in use | |||||
| host-947.dbo.BillingMonthly.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 480 | 0 | 0 | 984 | 2026-09-15 16:53:50 | 2026-09-12 13:42:20 | USED | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_CustomerArchive | 1 | CLUSTERED | Y | 16014 | 0 | 0 | 984 | 2026-09-15 16:53:50 | 2026-09-12 13:42:14 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_QuotaHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_LedgerResult | 2 | NONCLUSTERED | Y | 492982 | 5 | 0 | 15 | 2026-09-15 22:18:37 | 2026-07-23 18:35:30 | USED | keep — in use | ||||
| host-947.dbo.SalesSummary.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 169198 | 1120 | 437960 | 15 | 2026-09-15 23:29:54 | 2026-07-23 18:35:30 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_LedgerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:02 | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStatus.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 17529 | 746 | 0 | 0 | 2026-09-15 22:18:01 | 2026-03-29 19:38:02 | USED | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_QuotaSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:02 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_ShiftStaging | 1 | CLUSTERED | Y | 31 | 0 | 0 | 0 | 2026-09-14 07:38:25 | 2026-03-29 19:38:02 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_ReconcileAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:02 | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_ReconcileAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 561 | never | 2026-09-01 09:36:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_ForecastEntry | 1 | CLUSTERED | Y | 447060 | 0 | 12 | 561 | 2026-09-16 00:11:23 | 2026-07-19 18:05:04 | USED | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_TicketSummary | 4 | NONCLUSTERED | 12 | 0 | 0 | 561 | 2026-09-15 08:46:30 | 2026-09-01 09:36:47 | USED | keep — in use | |||||
| host-947.dbo.PricingSnapshot.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 12 | 0 | 0 | 561 | 2026-09-15 08:55:32 | 2026-07-19 14:13:44 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_InvoiceHistory | 1 | CLUSTERED | Y | 2568 | 0 | 12 | 450 | 2026-09-15 16:53:45 | 2026-07-19 18:05:04 | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_PricingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 450 | never | 2026-07-19 18:05:04 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogStaging.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 12 | 0 | 0 | 450 | 2026-09-14 10:14:52 | 2026-07-19 18:05:04 | USED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_CustomerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_RosterLine | 2 | NONCLUSTERED | Y | 422115 | 0 | 0 | 49 | 2026-09-15 23:09:48 | 2026-07-23 18:33:57 | USED | keep — in use | ||||
| host-947.dbo.SettlementHistory.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 164561 | 563 | 415189 | 49 | 2026-09-15 23:09:48 | 2026-07-23 18:33:57 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 1 | 0 | 2026-09-08 05:19:11 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 05:19:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_TicketStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:03 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHeader.IX_RosterLine | 1 | CLUSTERED | Y | Y | 17534 | 746 | 0 | 0 | 2026-09-15 22:18:01 | 2026-03-29 19:38:03 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:03 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_RouteMonthly | 1 | CLUSTERED | Y | 30 | 3 | 0 | 0 | 2026-09-14 07:37:53 | 2026-03-29 19:38:03 | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_TerritoryDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:03 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_AssetHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 561 | never | 2026-09-01 09:36:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_PayrollLine | 1 | CLUSTERED | Y | 453085 | 3 | 12 | 561 | 2026-09-16 00:11:23 | 2026-07-19 18:05:04 | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_ForecastLog | 4 | NONCLUSTERED | 12 | 0 | 0 | 561 | 2026-09-15 08:46:30 | 2026-09-01 09:36:47 | USED | keep — in use | |||||
| host-947.dbo.ShipmentStatus.IX_LedgerArchive | 2 | NONCLUSTERED | Y | Y | 12 | 0 | 0 | 561 | 2026-09-15 08:55:32 | 2026-07-19 14:13:44 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_ClaimEntry | 1 | CLUSTERED | Y | 2568 | 0 | 12 | 450 | 2026-09-15 16:53:45 | 2026-07-19 18:05:04 | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceSummary.IX_WarehouseStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 450 | never | 2026-07-19 18:05:04 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 12 | 0 | 0 | 450 | 2026-09-14 10:14:52 | 2026-07-19 18:05:04 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_TicketAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_PolicyAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 11 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_ReconcileLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_PayrollLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaQueue.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_SalesResult | 1 | CLUSTERED | Y | Y | 70 | 0 | 0 | 8 | 2026-09-14 12:33:14 | 2026-07-19 18:05:04 | USED | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 6731 | 0 | 0 | 0 | 2026-09-15 23:01:16 | 2026-03-29 19:38:03 | USED | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_PolicyLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:03 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterQueue.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 194 | 0 | 0 | 153 | 2026-09-15 15:13:01 | 2026-07-19 18:05:05 | USED | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 73 | 0 | 57 | 2026-09-15 17:10:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_PolicyLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_AssetArchive | 2 | NONCLUSTERED | 1098 | 0 | 0 | 0 | 2026-09-10 13:17:14 | 2026-07-19 18:05:05 | USED | keep — in use | |||||
| host-947.dbo.ContractEntry.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 1098 | 0 | 2026-09-10 13:17:14 | 2026-07-19 18:05:05 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_QuotaEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_CatalogDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_ShipmentAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_CustomerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_ForecastDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_PolicyHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.OrdersQueue.IX_PolicyLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchArchive.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchArchive.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStaging.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_ReconcileQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_MeterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_ReconcileEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_QuotaDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_PolicyHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PolicySnapshot.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_StaffingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_BatchStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLine.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_RouteAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_PolicyStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_ForecastSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 163 | 0 | 0 | 0 | 2026-09-15 16:29:50 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_RosterStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchResult.IX_TerritoryDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_PricingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 9023 | 0 | 0 | 4 | 2026-09-13 16:06:57 | 2026-07-19 18:05:05 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_TicketAudit | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 9 | 2026-09-13 16:01:23 | 2026-07-19 18:05:05 | USED | keep — in use | ||||
| host-947.dbo.ShiftEntry.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 16 | 0 | 1 | 9 | 2026-09-13 16:01:27 | 2026-07-19 18:05:05 | USED | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_RouteLog | 2 | NONCLUSTERED | Y | 11 | 0 | 0 | 2982 | 2026-09-13 16:01:23 | 2026-08-04 21:20:10 | USED | keep — in use | ||||
| host-947.dbo.BookingAudit.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 10 | 2982 | 2026-09-13 16:01:23 | 2026-07-19 18:05:05 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-13 16:00:22 | 2026-06-21 17:26:40 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_ClaimArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-21 17:26:40 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceArchive.IX_WarehouseHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:26:40 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 118 | 0 | 0 | 0 | 2026-09-13 16:00:23 | 2026-06-21 17:26:40 | USED | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_CatalogMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-21 17:26:40 | COLD | review, then DROP | |||||
| host-947.dbo.BatchArchive.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:26:40 | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchArchive.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:26:40 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-13 15:59:45 | 2026-06-21 17:26:40 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_AssetArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:26:40 | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_ShiftEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:26:40 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:06 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_ShiftEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:06 | COLD | review, then DROP | |||||
| host-947.dbo.AssetStaging.IX_CampaignLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:06 | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 29104 | 0 | 0 | 0 | 2026-09-15 20:22:45 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:14 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 75 | never | 2026-07-19 18:05:06 | UNUSED | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 55126 | never | 2026-07-19 18:05:07 | UNUSED | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:43 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 110392 | 0 | 0 | 39 | 2026-09-13 16:07:04 | 2026-07-19 18:05:08 | USED | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_RosterResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 19 | never | 2026-07-19 18:05:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingLog.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 196 | 0 | 0 | 118 | 2026-09-13 16:00:23 | 2026-07-19 18:05:09 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_SupplierDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PolicySnapshot.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_PayrollHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.OrdersEntry.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingResult.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_CustomerHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftEntry.IX_SalesStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_SettlementMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementSnapshot.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_PayrollDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_InvoiceDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PolicyEntry.IX_RouteMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_ShipmentHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyArchive.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_SalesMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_ReconcileAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_LedgerDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractArchive.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_SettlementLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_CustomerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_WarehouseStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_ForecastSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesQueue.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDaily.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_CatalogDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_CustomerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_CampaignSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_BatchHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierResult.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_OrdersArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHeader.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_SupplierEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySummary.IX_ContractDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_BookingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentArchive.IX_OrdersHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_ShipmentDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStatus.IX_PayrollLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_OrdersLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyMonthly.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_StaffingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_PricingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignQueue.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_StaffingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHeader.IX_WarehouseHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteHeader.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_WarehouseDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_SupplierStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_OrdersDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_WarehouseLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 53763 | 0 | 0 | 2026-09-15 19:09:46 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_CampaignHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHeader.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_BatchQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHeader.IX_MeterLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSnapshot.IX_PayrollResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 1446 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.PayrollSnapshot.IX_ContractResult | 3 | NONCLUSTERED | Y | 2798 | 0 | 0 | 1446 | 2026-09-15 15:55:21 | never | USED | keep — in use | ||||
| host-947.dbo.PayrollSnapshot.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 1446 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ShipmentDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_LedgerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_OrdersDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_PricingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_PolicyEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLine.IX_ContractSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_LedgerSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLine.IX_MeterAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_ShiftHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDetail.IX_ShipmentSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDetail.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_ShiftLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDetail.IX_CustomerLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_QuotaSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_CampaignDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_SettlementSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_PayrollHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_OrdersSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_BookingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_CustomerSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStaging.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_CustomerLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStaging.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_ContractSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_TicketSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_PayrollLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_AssetStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_ContractStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_TicketLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_ShipmentLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHistory.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_ContractHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_TerritoryEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_MeterResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 7871 | 0 | 0 | 0 | 2026-09-15 21:09:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_CatalogDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_BatchResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchAudit.IX_PayrollMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchAudit.IX_ShiftEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchAudit.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 7871 | 0 | 0 | 0 | 2026-09-15 21:09:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_SettlementResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 7871 | 0 | 0 | 2026-09-15 21:09:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_BillingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_RosterHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_ClaimHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_PricingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStaging.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStaging.IX_ReconcileHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_LedgerHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_CampaignResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollQueue.IX_StaffingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_RosterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDetail.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_TerritoryAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogAudit.IX_ClaimEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_ShiftStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingResult.IX_TerritoryLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingResult.IX_ShipmentStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingResult.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_RouteLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_OrdersLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingMonthly.IX_SalesLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_ForecastResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDaily.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:45 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_ClaimLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:45 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_PolicyHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_ContractArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignMonthly.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignMonthly.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLine.IX_LedgerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_CampaignSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_TicketHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_CampaignArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierResult.IX_RouteMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierResult.IX_BookingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_ContractLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_AssetQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_ReconcileHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_CatalogDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingSnapshot.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyQueue.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_BookingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_AssetEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_BookingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_PolicyArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_StaffingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_QuotaStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimQueue.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_CatalogHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_CatalogDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_BookingDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_PolicyLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_PolicyAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_ReconcileMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_SettlementEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_RouteDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_ContractLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_MeterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_SalesSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_SupplierDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_TicketAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_CatalogAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_TicketHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_BatchQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteResult.IX_InvoiceStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_StaffingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_StaffingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStatus.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLog.IX_BatchQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_QuotaSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_WarehouseDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_BookingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerQueue.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_CustomerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_StaffingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_StaffingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_RosterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_SupplierAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_SupplierHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_CatalogResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_SettlementStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogSnapshot.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_AssetResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDaily.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_ShiftHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_WarehouseResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_SalesDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStatus.IX_ForecastDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStatus.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLine.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_InvoiceArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollEntry.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_ShiftDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_ContractHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLog.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_ReconcileQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetQueue.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ShipmentLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSummary.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_SupplierSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogAudit.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_SupplierStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_RouteResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogResult.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_CustomerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSnapshot.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_ReconcileStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_ShipmentLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteResult.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_BookingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_CatalogHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_TerritoryDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_InvoiceHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_LedgerDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_PolicyAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_BookingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDaily.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_PolicyArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_QuotaHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_InvoiceDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_SettlementArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_SettlementLog | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_SalesMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_AssetStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDaily.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_ContractAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDaily.IX_AssetHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_BillingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierResult.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_MeterLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesAudit.IX_BatchSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_CampaignLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHistory.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_InvoiceMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLine.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_MeterQueue | 3 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-11 11:06:26 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentEntry.IX_BatchStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_SettlementMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_SalesLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 155 | 1 | 0 | 2026-09-15 20:40:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_MeterHeader | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_TicketQueue | 3 | NONCLUSTERED | 10 | 0 | 0 | 0 | 2026-09-14 19:49:13 | 2026-03-29 19:38:46 | USED | keep — in use | |||||
| host-947.dbo.WarehouseDetail.IX_SettlementResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:46 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 10 | 0 | 2026-09-14 19:49:13 | 2026-03-29 19:38:46 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHistory.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_InvoiceSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_QuotaDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_RouteArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignResult.IX_TerritoryMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_InvoiceHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_ShipmentDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingResult.IX_ClaimStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingResult.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_ForecastStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_SupplierLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_TicketStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_QuotaLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_BatchEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_BatchEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_PayrollAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHistory.IX_CampaignDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHistory.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSnapshot.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractArchive.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_CustomerStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_ReconcileStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_ForecastDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_CatalogHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_CampaignSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 4 | 0 | 0 | 2026-09-15 10:15:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_OrdersAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_OrdersDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_ForecastResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_BookingDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentLog.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_PayrollMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_BillingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ForecastArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketAudit.IX_ReconcileLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketAudit.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_SettlementHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketLine.IX_LedgerAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_ReconcileMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_WarehouseHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_BatchAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_ClaimMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHeader.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_StaffingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_ShiftHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerMonthly.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_ClaimEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_CustomerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLog.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_PricingStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierArchive.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_CatalogDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_CampaignLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftHistory.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_CustomerResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_TicketDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_PolicyLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSummary.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_CustomerStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileStatus.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_LedgerLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerHistory.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_RouteHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_RouteStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesArchive.IX_CustomerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSnapshot.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastEntry.IX_CampaignSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSnapshot.IX_CatalogLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_InvoiceArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_SupplierDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_OrdersResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_CustomerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_ContractHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLog.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_SupplierQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryEntry.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_ClaimMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_RouteResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSummary.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_CatalogEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSummary.IX_StaffingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceResult.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_BookingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerResult.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerResult.IX_BillingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastQueue.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingMonthly.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_BillingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_BookingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDaily.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_CampaignAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_ForecastEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_WarehouseDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_PricingLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterHistory.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_ClaimStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDetail.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDaily.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_BillingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchResult.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_QuotaQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_SettlementEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_PolicyStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_SupplierLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_TerritoryLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_TerritoryResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_PayrollSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHeader.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_ClaimQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyMonthly.IX_PayrollLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDetail.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_ContractStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_CampaignArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftSummary.IX_SupplierSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_CustomerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_PricingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_LedgerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_SalesArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLine.IX_RouteSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_InvoiceHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_BatchLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_RouteDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_PricingQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterQueue.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_StaffingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_BillingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_BookingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_ClaimEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_TicketDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterArchive.IX_RouteMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_CustomerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_CatalogQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStaging.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_ShiftSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLog.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_SalesSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_QuotaQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_ReconcileArchive | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_CatalogHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_LedgerSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_TerritoryHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_CampaignAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_PolicySnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteResult.IX_BatchLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteResult.IX_ForecastDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteResult.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterSnapshot.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStaging.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_SettlementSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseArchive.IX_BookingHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseArchive.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_BatchMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_RouteAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDaily.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_BatchQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollEntry.IX_BookingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_BatchDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDaily.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHeader.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_TicketMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_PolicyArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_BookingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_SettlementDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_PolicyEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLine.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteMonthly.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_ReconcileArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_ShiftHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogEntry.IX_BillingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogEntry.IX_CustomerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_PricingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_SupplierLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_PricingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_StaffingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHeader.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_PolicyLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_MeterLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_SettlementStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerResult.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_BillingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_RosterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_TicketDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_ShiftDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDaily.IX_PricingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDaily.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDaily.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesArchive.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_PricingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_QuotaMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_ShipmentQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogArchive.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_SettlementAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDaily.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDetail.IX_CampaignQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_ContractStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierMonthly.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSnapshot.IX_PricingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSnapshot.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSnapshot.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_TicketResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_ForecastStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_PricingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_BookingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_SupplierHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_ClaimHistory | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_QuotaSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_ClaimSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_ForecastArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchResult.IX_CustomerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStaging.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierMonthly.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_BookingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSnapshot.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_ClaimQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_SettlementDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_BookingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ShiftSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_BatchQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_SalesResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_ForecastStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHeader.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_SupplierDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_TerritoryStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_CatalogSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDetail.IX_RosterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerResult.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSnapshot.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentArchive.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_BatchStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSnapshot.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_BatchEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDaily.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_BatchDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_StaffingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStaging.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_SettlementAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStaging.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHistory.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_BatchSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_ForecastAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_ContractAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_ForecastStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStaging.IX_BillingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_TerritoryHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_OrdersResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_BillingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesResult.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDaily.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_TicketLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_AssetResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_StaffingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_ContractAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStatus.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDetail.IX_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySummary.IX_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_SettlementLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_BillingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHistory.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLog.IX_BookingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_TerritoryLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDaily.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_AssetSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingArchive.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_ShipmentAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_WarehouseDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHistory.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_RouteStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_BookingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_QuotaHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_CustomerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftResult.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_CampaignStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.QuotaHeader.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_ClaimLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryAudit.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_InvoiceStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHistory.IX_ClaimResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_BatchAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_PayrollDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_BillingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_SupplierHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_RouteResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketEntry.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingResult.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketEntry.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ShipmentEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_ClaimEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_BillingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_TerritoryDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_RouteDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_BatchSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSummary.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_TicketQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_StaffingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesArchive.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStaging.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSummary.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySnapshot.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_BookingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaQueue.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_SalesDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_MeterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_ReconcileEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersMonthly.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStatus.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_StaffingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_PayrollAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_StaffingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_ReconcileHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_RosterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStaging.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_ReconcileLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStaging.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_TicketDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseMonthly.IX_SupplierArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseMonthly.IX_QuotaEntry | 4 | NONCLUSTERED | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.WarehouseMonthly.IX_RouteAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_PricingDaily | 1 | CLUSTERED | Y | Y | 0 | 159346 | 0 | 0 | 2026-09-15 18:01:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_BookingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_AssetSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_RouteLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_PayrollDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_TicketMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingArchive.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingArchive.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_SalesArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_QuotaArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_ForecastLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_ForecastSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDetail.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDetail.IX_WarehouseHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollDetail.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_AssetMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_ClaimDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_TicketDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_ClaimHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_SupplierSnapshot | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_SettlementDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLine.IX_BatchHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_OrdersDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_TicketEntry | 2 | NONCLUSTERED | Y | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.ShiftStaging.IX_SettlementSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_SalesSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_BatchDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_PolicySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLog.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_CatalogSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_ContractAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLog.IX_CampaignArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_OrdersMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentResult.IX_WarehouseQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentResult.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_TicketLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHistory.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_ClaimSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_CampaignLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHeader.IX_OrdersHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHeader.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_PricingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentArchive.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_ClaimResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_WarehouseArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHeader.IX_ContractDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_QuotaQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_SalesHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_ForecastEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHistory.IX_CampaignSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_OrdersArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_WarehouseSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 524 | 0 | 0 | 2026-09-15 16:28:18 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_CustomerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_PolicyStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHistory.IX_ShiftQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_BillingStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_ClaimResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_RouteStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_CampaignLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_ReconcileDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_WarehouseDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLog.IX_TerritoryQueue | 2 | NONCLUSTERED | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.SalesLog.IX_BillingQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLog.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_SalesMonthly | 5 | NONCLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.SalesLog.IX_PayrollEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_RouteHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_BillingDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_RouteArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_SalesQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollAudit.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_ForecastResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteResult.IX_ShipmentSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteResult.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_ContractSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_SettlementDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignMonthly.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_RouteMonthly | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-09 14:14:21 | 2026-03-29 19:38:49 | USED | keep — in use | ||||
| host-947.dbo.RosterEntry.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 1 | 0 | 2026-09-09 14:14:21 | 2026-03-29 19:38:49 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:49 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStatus.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:49 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStatus.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_AssetSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterSnapshot.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_CatalogStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_ClaimQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_TicketResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_WarehouseMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_CampaignStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLine.IX_ReconcileSummary | 6 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLine.IX_WarehouseAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLine.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_CampaignQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLine.IX_PricingResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLine.IX_StaffingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_SalesSummary | 4 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_BillingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingResult.IX_SalesStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingResult.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_SettlementResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_InvoiceResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyAudit.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_PolicyLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_SettlementStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHistory.IX_PricingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHistory.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_SalesLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStaging.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSnapshot.IX_RosterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_CampaignDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileEntry.IX_RouteStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileEntry.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_ForecastAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLine.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 144 | 0 | 0 | 144 | 2026-09-15 22:45:28 | never | USED | keep — in use | ||||
| host-947.dbo.SettlementLine.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 144 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_BatchEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_SalesDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_LedgerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_QuotaSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_StaffingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStaging.IX_SalesSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_PricingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_LedgerLog | 3 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_WarehouseResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_BookingArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_ContractResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_SalesSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_ContractLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDaily.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_WarehouseStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDaily.IX_QuotaLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDaily.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_CatalogLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterArchive.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_BookingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterEntry.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_QuotaStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterEntry.IX_RouteHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterQueue.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_StaffingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterQueue.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterQueue.IX_InvoiceEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_ReconcileQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_ForecastDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_TicketQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_OrdersDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_WarehouseLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDetail.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_ShiftArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHistory.IX_PolicyStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDetail.IX_WarehouseHeader | 3 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDetail.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentQueue.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentQueue.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_PolicyEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStatus.IX_PolicyQueue | 7 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_OrdersDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_SettlementMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_StaffingMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_SalesStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStatus.IX_CustomerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 64 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | 64 | 0 | 0 | 64 | 2026-09-15 18:36:38 | never | USED | keep — in use | ||||
| host-947.dbo.TicketDetail.IX_RosterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_StaffingStaging | 4 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_PolicyResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_SupplierHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStaging.IX_OrdersEntry | 2 | NONCLUSTERED | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:42 | 2026-03-29 19:38:49 | USED | keep — in use | ||||
| host-947.dbo.QuotaStaging.PK_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:49 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:42 | 2026-03-29 19:38:49 | USED | keep — in use | ||||
| host-947.dbo.AssetLog.PK_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:49 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_SettlementResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_ClaimDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractMonthly.IX_StaffingQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_WarehouseStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_RosterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_PolicyLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterQueue.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_BookingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignMonthly.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_ForecastStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_QuotaDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_WarehouseDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_OrdersDetail | 1 | CLUSTERED | Y | 124 | 0 | 0 | 0 | 2026-09-15 22:45:28 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_ShipmentLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHistory.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:49 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_SalesMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDaily.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 32 | 0 | 0 | 0 | 2026-09-11 13:56:39 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimDaily.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 32 | 0 | 2026-09-11 13:56:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketArchive.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 32 | 0 | 0 | 2026-09-11 13:56:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_CustomerQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDetail.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDetail.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_PayrollResult | 1 | CLUSTERED | Y | 26 | 0 | 0 | 26 | 2026-09-15 21:51:56 | never | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_ForecastHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 26 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 26 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_QuotaArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHeader.IX_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryMonthly.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-11 13:56:40 | never | USED | keep — in use | ||||
| host-947.dbo.SettlementResult.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 2 | 0 | 2026-09-11 13:56:40 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_PayrollResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLog.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_PricingAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_TicketArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_TerritoryDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-15 07:28:38 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_TicketHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 257 | 0 | 0 | 0 | 2026-09-11 13:56:39 | never | USED | keep — in use | ||||
| host-947.dbo.WarehouseLog.IX_ClaimLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLog.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 181 | 16 | 257 | 0 | 2026-09-15 16:09:43 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingAudit.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_PayrollQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_CampaignAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_InvoiceHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_RouteArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_RosterStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_SalesHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_CampaignDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDaily.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_RosterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierMonthly.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_CustomerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_PayrollSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_RouteHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 20 | 0 | 0 | 0 | 2026-09-14 19:49:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_BookingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteResult.IX_CustomerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_CatalogHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:49 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_RouteResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:49 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDetail.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_ReconcileHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_LedgerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_TicketHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_SupplierLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_PricingResult | 2 | NONCLUSTERED | Y | 16 | 0 | 0 | 0 | 2026-09-11 13:56:39 | never | USED | keep — in use | ||||
| host-947.dbo.ShiftSnapshot.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_RouteStaging | 2 | NONCLUSTERED | Y | 16 | 0 | 0 | 0 | 2026-09-11 13:56:39 | never | USED | keep — in use | ||||
| host-947.dbo.CatalogStaging.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 256 | 0 | 0 | 2026-09-11 13:56:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_SalesDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_CampaignDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerResult.IX_PricingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_SupplierLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersArchive.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_TerritoryResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHistory.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-09 14:13:55 | 2026-03-29 19:38:50 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_RosterDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSnapshot.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-09 14:13:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_SettlementLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDetail.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDetail.IX_CustomerStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDetail.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 196 | 0 | 0 | 0 | 2026-09-15 13:31:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDetail.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDetail.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_StaffingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 256 | 0 | 0 | 0 | 2026-09-11 13:56:39 | never | USED | keep — in use | ||||
| host-947.dbo.BillingArchive.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_ContractDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterResult.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_BookingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_StaffingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_BatchArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDaily.IX_SupplierSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDaily.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_QuotaAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_TicketAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDaily.IX_ShiftLog | 3 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-11 13:56:39 | never | USED | keep — in use | |||||
| host-947.dbo.CampaignQueue.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStatus.IX_SalesLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_AssetLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSnapshot.IX_MeterLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSnapshot.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_QuotaResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesArchive.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_BatchAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_BookingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_AssetHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogQueue.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_CustomerSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingAudit.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_PayrollLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_PayrollMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_QuotaStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_AssetStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_CustomerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_SupplierResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_AssetMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_RouteSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_CampaignSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_ShipmentEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_SettlementArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyStatus.IX_WarehouseArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyStatus.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_SupplierStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileEntry.IX_StaffingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileEntry.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_MeterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_AssetResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHeader.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_QuotaHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_BatchMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_RosterAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_ReconcileAudit | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_PricingEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_QuotaAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_SalesResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-09 15:31:50 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_TicketSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_RouteSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_LedgerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_LedgerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesEntry.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_PolicyAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesEntry.IX_SupplierStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_RosterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_StaffingQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDaily.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 8 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_CustomerLog | 2 | NONCLUSTERED | 88 | 0 | 0 | 8 | 2026-09-15 20:51:41 | never | USED | keep — in use | |||||
| host-947.dbo.RosterStatus.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_QuotaAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_ClaimStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_SupplierResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_CustomerAudit | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_QuotaMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_TicketDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_ContractStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_BookingLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_BookingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_InvoiceArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:50 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_ContractDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_ReconcileHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_CatalogStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_InvoiceStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_SettlementArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 231 | 0 | 0 | 2026-09-15 16:10:31 | 2026-03-29 19:38:50 | USED | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_LedgerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_SettlementMonthly | 1 | CLUSTERED | Y | 3154 | 0 | 10 | 20 | 2026-09-15 17:09:46 | 2026-07-19 18:05:10 | USED | KEEP — table storage | ||||
| host-947.dbo.BillingArchive.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 10 | 0 | 0 | 20 | 2026-09-11 15:53:52 | 2026-07-19 18:05:10 | USED | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_InvoiceResult | 1 | CLUSTERED | Y | 3466 | 460 | 0 | 0 | 2026-09-15 20:18:38 | 2026-07-19 18:05:10 | USED | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_BookingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 24 | 0 | 0 | 2026-09-15 09:22:03 | 2026-07-19 18:05:10 | USED | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHistory.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_ShiftResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_TicketLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-10 16:11:57 | never | USED | keep — in use | ||||
| host-947.dbo.CampaignHeader.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 1 | 0 | 2026-09-10 16:11:57 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-10 16:11:57 | never | USED | keep — in use | ||||
| host-947.dbo.CatalogStaging.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 2 | 0 | 2026-09-10 16:11:57 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_PolicyStaging | 1 | CLUSTERED | Y | 1588 | 41 | 0 | 0 | 2026-09-15 14:14:04 | 2026-03-29 19:38:50 | USED | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 1643 | 32 | 0 | 0 | 2026-09-15 14:14:04 | 2026-03-29 19:38:50 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_RosterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDaily.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_ClaimLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStatus.IX_TicketAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSummary.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_CatalogSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSummary.IX_WarehouseDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLog.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_RosterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLog.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_StaffingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteMonthly.IX_PricingAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteMonthly.IX_ClaimResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_CustomerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_RouteHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_AssetAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_MeterQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_TerritoryQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_ShiftHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHistory.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_LedgerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_RouteLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_CampaignDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_BatchResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_ReconcileHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_SalesSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHistory.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_MeterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHistory.IX_QuotaHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_TerritoryQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_PolicyLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseArchive.IX_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_BookingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_QuotaDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_BookingStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_AssetMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_PricingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaResult.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_ShiftSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_CustomerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_MeterStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStaging.IX_ReconcileLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_BookingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_BillingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_SupplierHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimMonthly.IX_ContractResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimMonthly.IX_OrdersEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimMonthly.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_PolicyStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignEntry.IX_ShiftQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignEntry.IX_CustomerResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignEntry.IX_ShipmentEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignEntry.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_StaffingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementMonthly.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_RouteEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_PricingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractArchive.IX_SettlementSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractArchive.IX_PolicyQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_ShiftSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSummary.IX_TerritoryLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_WarehouseResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_MeterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignQueue.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignQueue.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_TerritoryLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingQueue.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingQueue.IX_PayrollQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_SalesSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_CustomerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_SupplierArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_MeterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_MeterMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_TerritoryLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_WarehouseLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_OrdersSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_BatchEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_OrdersDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_InvoiceSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_StaffingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_AssetLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_ForecastArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_CampaignSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHeader.IX_RosterLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_BillingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_ShiftEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStatus.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_PolicyHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_WarehouseQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_RouteSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_SupplierSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_ShipmentLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDaily.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDaily.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_ShiftDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStatus.IX_SalesDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStatus.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_TerritoryResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_RouteSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_MeterSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_RosterSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLine.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_AssetHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDaily.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_ClaimDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_ForecastArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_SupplierHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_WarehouseResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLine.IX_PricingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ReconcileDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_LedgerDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_SalesArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_SalesDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_SalesDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignQueue.IX_ContractMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignQueue.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 214800 | 780289 | 0 | 0 | 2026-09-15 23:39:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHeader.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_MeterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 187258 | 208199 | 0 | 0 | 2026-09-15 23:39:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_WarehouseStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 585 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_CatalogQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 585 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_CatalogQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 585 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | 585 | 0 | 0 | 585 | 2026-09-15 17:46:28 | never | USED | keep — in use | ||||
| host-947.dbo.SalesMonthly.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 585 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_ForecastLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 309 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_BillingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 309 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_QuotaLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 309 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 309 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_AssetQueue | 2 | NONCLUSTERED | Y | 309 | 0 | 0 | 309 | 2026-09-15 15:44:04 | never | USED | keep — in use | ||||
| host-947.dbo.PolicyMonthly.IX_CatalogSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyMonthly.IX_OrdersDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyMonthly.IX_StaffingResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyMonthly.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_AssetAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_AssetMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_MeterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_AssetDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_ShiftHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_SupplierResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_ShipmentMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_BillingHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_OrdersQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_ContractEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_BookingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDaily.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_BillingQueue | 2 | NONCLUSTERED | 7 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.QuotaStaging.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_ClaimDaily | 2 | NONCLUSTERED | Y | 7 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.ReconcileDetail.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_QuotaStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDaily.IX_SettlementDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDaily.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_ContractAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySnapshot.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_BillingAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_PayrollHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_OrdersStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_CustomerMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_TerritoryLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_ForecastHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_ForecastLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerArchive.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_LedgerAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_TicketLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_CampaignLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_TicketDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_ForecastDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_CatalogSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_TerritoryAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_QuotaStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:51 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:51 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_PolicyAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:51 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceAudit.IX_PayrollSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceAudit.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_PolicyDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesAudit.IX_RosterArchive | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_ReconcileArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_ForecastEntry | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_TicketStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollSummary.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_CustomerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_BillingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignArchive.IX_ClaimHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_PayrollDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_MeterResult | 1 | CLUSTERED | Y | Y | 0 | 11462 | 473174 | 281 | 2026-09-15 16:42:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_RouteResult | 2 | NONCLUSTERED | Y | 473496 | 0 | 0 | 281 | 2026-09-15 16:42:06 | never | USED | keep — in use | ||||
| host-947.dbo.ContractArchive.IX_CustomerDaily | 3 | NONCLUSTERED | 10452 | 0 | 0 | 489 | 2026-09-15 10:28:42 | 2026-08-07 14:26:53 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_AssetAudit | 2 | NONCLUSTERED | 418 | 0 | 0 | 489 | 2026-09-15 16:09:46 | 2026-09-08 09:21:43 | USED | keep — in use | |||||
| host-947.dbo.ContractArchive.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 10870 | 489 | 2026-09-15 16:09:46 | 2026-08-07 14:26:59 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_ForecastDetail | 2 | NONCLUSTERED | 6853 | 0 | 0 | 213 | 2026-09-15 16:09:46 | 2026-08-07 14:29:22 | USED | keep — in use | |||||
| host-947.dbo.InvoiceSummary.IX_SalesDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 213 | never | 2026-08-07 14:29:23 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_PricingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 213 | never | 2026-08-07 14:29:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 6853 | 213 | 2026-09-15 16:09:46 | 2026-07-19 18:05:10 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_PricingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 88 | never | 2026-08-12 08:43:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentLine.IX_ContractDetail | 4 | NONCLUSTERED | 5243 | 0 | 0 | 88 | 2026-09-15 16:09:46 | 2026-08-12 08:43:58 | USED | keep — in use | |||||
| host-947.dbo.ShipmentLine.IX_MeterResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 88 | never | 2026-08-12 08:43:58 | UNUSED | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 2148 | 0 | 5243 | 88 | 2026-09-15 16:09:46 | 2026-07-19 18:05:10 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_SupplierMonthly | 2 | NONCLUSTERED | 3256 | 0 | 0 | 84 | 2026-09-15 16:09:46 | 2026-08-12 08:43:55 | USED | keep — in use | |||||
| host-947.dbo.ForecastHistory.IX_SupplierArchive | 3 | NONCLUSTERED | Y | 84 | 0 | 0 | 84 | 2026-09-08 09:21:43 | 2026-08-12 08:43:56 | USED | keep — in use | ||||
| host-947.dbo.ForecastHistory.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 2223 | 0 | 3340 | 84 | 2026-09-15 16:09:46 | 2026-07-19 18:05:10 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_PricingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_PolicyHeader | 2 | NONCLUSTERED | Y | 51459 | 0 | 0 | 68 | 2026-09-15 21:59:29 | 2026-08-20 16:30:08 | USED | keep — in use | ||||
| host-947.dbo.SupplierQueue.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 204 | 0 | 51459 | 68 | 2026-09-15 21:59:29 | 2026-07-19 18:05:10 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 790 | 0 | 0 | 0 | 2026-09-15 21:01:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 983 | 0 | 0 | 193 | 2026-09-15 21:01:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_TicketArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 193 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_PricingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:46 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseArchive.PK_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:46 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_CatalogLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesEntry.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_RosterStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteAudit.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_MeterDaily | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_SalesResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_AssetDetail | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ForecastAudit | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_SalesStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ClaimStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHistory.IX_ClaimLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_CampaignDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_TerritoryDetail | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_ReconcileStaging | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ContractSnapshot | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_LedgerResult | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_BatchLog | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ShiftHistory | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStatus.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_BatchQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_SalesSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteHistory.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_OrdersLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStatus.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_ContractStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_PricingEntry | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStaging.IX_BillingLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_OrdersSummary | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_ContractArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_AssetLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_CustomerQueue | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_ClaimHeader | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_TerritoryQueue | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_SupplierHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDetail.IX_BookingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_CatalogStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_BillingQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySummary.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_RosterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerMonthly.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_ClaimLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseQueue.IX_AssetDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_PricingStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_LedgerLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_PayrollDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_CatalogMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_BookingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_PayrollSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStatus.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_CampaignHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentArchive.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHeader.IX_CustomerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStatus.IX_ContractAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_CampaignDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyQueue.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ContractLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLine.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_CatalogHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDetail.IX_InvoiceResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDetail.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_PolicyHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSnapshot.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_SupplierAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_SettlementLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_MeterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileAudit.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLine.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLog.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLog.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketEntry.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_ContractLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_RouteEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSummary.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterAudit.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseArchive.IX_AssetQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseArchive.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetQueue.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_StaffingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_PayrollEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_ShiftSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_PayrollDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersMonthly.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersMonthly.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_InvoiceResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_WarehouseLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_PolicyHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.StaffingResult.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_RouteDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHeader.IX_CustomerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHeader.IX_AssetStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHeader.IX_LedgerArchive | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHeader.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_SalesSnapshot | 2 | NONCLUSTERED | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | keep — in use | |||||
| host-947.dbo.OrdersSnapshot.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_RouteHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_CustomerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_SettlementDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSnapshot.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_PolicyArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_SalesLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyArchive.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersMonthly.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaAudit.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_ShipmentStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_ForecastStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_CampaignDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_PayrollStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_ReconcileAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDaily.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_ContractSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDetail.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDaily.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_TicketHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStatus.IX_QuotaQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStatus.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStatus.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_CustomerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDaily.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceArchive.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStatus.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_InvoiceQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_ClaimStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_BookingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollResult.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSummary.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_SupplierSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_BatchHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_ContractDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_RosterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHeader.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 27 | 0 | 0 | 2026-09-15 15:13:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_CampaignLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_AssetDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_OrdersMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingArchive.IX_SalesStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingArchive.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_ForecastQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_ShipmentLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_CatalogStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_InvoiceAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_ClaimLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_ContractDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLog.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_QuotaLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_BatchHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_ForecastStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_SalesDetail | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_AssetQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_CatalogHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_SalesHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_TerritoryStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_PolicyMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_SalesArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_RouteResult | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDaily.IX_ForecastHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_ShiftHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_SettlementLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_AssetDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_RouteArchive | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSnapshot.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_PayrollSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_RouteSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_ForecastLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_WarehouseStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 7 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_StaffingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_SupplierDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_BatchMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_InvoiceArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_BatchEntry | 3 | NONCLUSTERED | 90053 | 0 | 0 | 0 | 2026-09-16 01:01:28 | 2026-03-29 19:38:52 | USED | keep — in use | |||||
| host-947.dbo.AssetSummary.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 266 | 0 | 0 | 0 | 2026-09-15 07:56:33 | 2026-03-29 19:38:52 | USED | keep — in use | ||||
| host-947.dbo.AssetSummary.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 1 | 266 | 0 | 2026-09-15 07:56:33 | 2026-03-29 19:38:52 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_MeterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_OrdersResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLog.IX_PolicyLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileAudit.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_PolicyArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHeader.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_CustomerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_StaffingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSummary.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLog.IX_RouteHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_BatchHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDetail.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_LedgerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_RouteStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_CatalogAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_BatchHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_PolicyHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_ClaimHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_CatalogSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_AssetQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_ShipmentHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingAudit.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_SupplierLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_SalesStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSummary.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_RouteStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLine.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | 31395 | 0 | 0 | 0 | 2026-09-15 23:34:36 | 2026-03-29 19:38:52 | USED | keep — in use | ||||
| host-947.dbo.BillingSummary.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 31395 | 0 | 2026-09-15 23:34:36 | 2026-03-29 19:38:52 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_CampaignLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_ContractDetail | 1 | CLUSTERED | Y | Y | 44 | 0 | 0 | 0 | 2026-09-15 14:14:03 | 2026-03-29 19:38:52 | USED | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_SupplierArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLog.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_CustomerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_RosterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_ForecastLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_CatalogHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_CampaignArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_PolicyDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 1 | 61271 | 0 | 0 | 2026-09-16 01:01:34 | 2026-03-29 19:38:52 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_LedgerSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHistory.IX_BatchEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHistory.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_ContractQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_PayrollLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_RosterSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractArchive.IX_RouteAudit | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-14 10:13:18 | 2026-03-29 19:38:52 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_CatalogHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_BookingHeader | 1 | CLUSTERED | Y | 361 | 0 | 5 | 0 | 2026-09-15 12:33:57 | 2026-03-29 19:38:52 | USED | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_PolicyDetail | 2 | NONCLUSTERED | Y | Y | 249 | 0 | 0 | 0 | 2026-09-15 16:26:30 | 2026-03-29 19:38:52 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_CatalogDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_CampaignDetail | 2 | NONCLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-14 10:27:22 | 2026-03-29 19:38:52 | USED | keep — in use | ||||
| host-947.dbo.PayrollQueue.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 172909 | 291 | 10660 | 0 | 2026-09-16 00:58:49 | 2026-03-29 19:38:52 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_PayrollQueue | 3 | NONCLUSTERED | 10662 | 0 | 0 | 0 | 2026-09-15 19:09:47 | 2026-03-29 19:38:52 | USED | keep — in use | |||||
| host-947.dbo.PayrollQueue.IX_BookingHistory | 5 | NONCLUSTERED | 250 | 0 | 0 | 0 | 2026-09-15 16:47:42 | 2026-03-29 19:38:52 | USED | keep — in use | |||||
| host-947.dbo.InvoiceMonthly.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceMonthly.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_PolicyStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:52 | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 198739 | 10849 | 0 | 0 | 2026-09-16 00:58:49 | 2026-03-29 19:38:52 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_PolicyLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSummary.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketMonthly.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_OrdersHistory | 1 | CLUSTERED | Y | 13 | 0 | 0 | 0 | 2026-09-15 16:04:25 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_ShiftQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_CustomerQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesHistory.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStaging.IX_SettlementSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStaging.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_ClaimAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_SalesSummary | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_SettlementSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStaging.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStaging.IX_SettlementMonthly | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_PolicyLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteResult.IX_SupplierArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_ReconcileAudit | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_TerritoryLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStatus.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_SupplierHeader | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_BatchArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHeader.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_PricingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_BatchHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_PricingStatus | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_ShiftStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketAudit.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_ClaimStatus | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_BookingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_MeterLog | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_ContractLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_WarehouseSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimQueue.IX_PricingLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_StaffingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_SupplierArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_ReconcileSummary | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_ClaimQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHistory.IX_InvoiceQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_BatchLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHeader.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_SupplierResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_BookingDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_ContractHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_ShiftEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_PayrollMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementArchive.IX_PricingSnapshot | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSnapshot.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_SalesArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStaging.IX_SupplierSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingStaging.IX_BatchLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_CatalogSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingDetail.IX_ShipmentSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDetail.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_TerritoryHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSnapshot.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_WarehouseArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_PolicyLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_RouteHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_PayrollSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_SalesSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_CampaignEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_CustomerSummary | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_MeterSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_WarehouseLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySnapshot.IX_MeterQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_ShiftQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_SupplierLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_RouteHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 10929 | 483797 | 0 | 0 | 2026-09-15 17:42:26 | never | USED | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_WarehouseStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_ShiftDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_ShipmentAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_ForecastAudit | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_RosterHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_PolicyArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_MeterStaging | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_ShiftAudit | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_BatchStatus | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_MeterHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetLine.IX_BillingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_SupplierDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetLine.IX_ShipmentResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetLine.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_OrdersStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_MeterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_AssetEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_ForecastStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLog.IX_SalesStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractLog.IX_BatchDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractLog.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_CatalogStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_InvoiceDaily | 3 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-14 10:02:56 | never | USED | keep — in use | ||||
| host-947.dbo.ShiftArchive.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 2 | 0 | 2026-09-14 10:02:56 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_ForecastQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_CampaignStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_BillingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_PricingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_ShipmentHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerAudit.IX_SalesResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerAudit.IX_TicketSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 122 | 25551 | 0 | 0 | 2026-09-15 23:01:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLine.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementArchive.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_BatchQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_StaffingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_StaffingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_ContractQueue | 2 | NONCLUSTERED | 49 | 0 | 0 | 49 | 2026-09-15 10:00:20 | never | USED | keep — in use | |||||
| host-947.dbo.TerritoryMonthly.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_BillingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_ShiftLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterArchive.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_ShiftResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_SalesLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_RouteMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStaging.IX_MeterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_BookingLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:53 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:38:53 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHistory.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_BookingSummary | 4 | NONCLUSTERED | 2 | 0 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | keep — in use | |||||
| host-947.dbo.LedgerQueue.IX_StaffingSummary | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_OrdersDetail | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_TicketAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_LedgerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_InvoiceDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 3 | 0 | 0 | 2026-09-15 08:55:32 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_TerritoryStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_QuotaSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_SettlementHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_ClaimResult | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_StaffingEntry | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_CustomerDetail | 13 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_InvoiceLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_InvoiceQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_OrdersSnapshot | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_ShiftSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_StaffingArchive | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_CatalogEntry | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_BookingHistory | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_MeterLog | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 937 | 0 | 0 | 2026-09-15 17:46:28 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_QuotaResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_ReconcileHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_BatchAudit | 2 | NONCLUSTERED | Y | Y | 26623 | 0 | 0 | 24 | 2026-09-16 00:11:23 | 2026-07-19 18:05:11 | USED | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 26623 | 24 | 2026-09-16 00:11:23 | 2026-07-19 18:05:11 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_TicketSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignArchive.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_BatchAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 85 | 0 | 0 | 0 | 2026-09-15 10:13:47 | 2026-04-09 14:26:44 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_StaffingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollMonthly.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-14 15:17:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ContractEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ShiftResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierResult.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_ForecastResult | 3 | NONCLUSTERED | Y | 621 | 0 | 0 | 230 | 2026-09-15 16:15:42 | 2026-09-01 09:36:50 | USED | keep — in use | ||||
| host-947.dbo.RouteLine.IX_TicketArchive | 1 | CLUSTERED | 1479546 | 26078 | 1131239 | 41267 | 2026-09-16 01:00:06 | 2026-09-01 09:36:50 | USED | KEEP — table storage | |||||
| host-947.dbo.RouteLine.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 1125929 | 4711 | 0 | 230 | 2026-09-15 23:47:42 | 2026-07-19 18:05:11 | USED | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_ShiftLog | 2 | NONCLUSTERED | Y | 558561 | 1 | 0 | 198 | 2026-09-15 23:35:55 | 2026-07-19 18:05:11 | USED | keep — in use | ||||
| host-947.dbo.RosterMonthly.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 10 | 8 | 558561 | 199 | 2026-09-15 23:35:55 | 2026-07-19 18:05:11 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_TerritoryLine | 2 | NONCLUSTERED | Y | 3 | 0 | 0 | 2 | 2026-09-14 10:51:08 | never | USED | keep — in use | ||||
| host-947.dbo.ShiftHeader.IX_BookingSummary | 1 | CLUSTERED | Y | Y | 0 | 6 | 0 | 2 | 2026-09-13 01:00:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_ContractMonthly | 3 | NONCLUSTERED | 2 | 0 | 0 | 164 | 2026-09-14 10:51:08 | 2026-04-24 02:33:37 | USED | keep — in use | |||||
| host-947.dbo.SupplierSummary.IX_PolicyLog | 4 | NONCLUSTERED | Y | 221 | 0 | 0 | 164 | 2026-09-15 16:53:32 | 2026-04-24 02:33:37 | USED | keep — in use | ||||
| host-947.dbo.SupplierSummary.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 4 | 59 | 164 | 2026-09-15 16:53:32 | 2026-04-24 02:33:37 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 164 | never | 2026-04-24 02:33:37 | UNUSED | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_SalesEntry | 2 | NONCLUSTERED | Y | 110334 | 0 | 0 | 185 | 2026-09-15 23:47:42 | 2026-07-19 18:05:12 | USED | keep — in use | ||||
| host-947.dbo.StaffingLog.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 110334 | 185 | 2026-09-15 23:47:42 | 2026-07-19 18:05:12 | USED | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_MeterStaging | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-09 14:04:58 | 2026-06-06 03:37:05 | USED | keep — in use | ||||
| host-947.dbo.PricingHistory.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 1 | 1 | 0 | 2026-09-09 14:04:58 | 2026-06-06 03:37:05 | USED | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 503235 | 1 | 36160 | 37736 | 2026-09-15 23:47:42 | 2026-09-01 09:36:54 | USED | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_CustomerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 1741 | never | 2026-09-01 09:36:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 36160 | 0 | 0 | 1741 | 2026-09-15 23:25:40 | 2026-07-19 18:05:13 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 88636 | 0 | 325229 | 119925 | 2026-09-16 00:12:32 | 2026-08-23 09:58:53 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_CampaignMonthly | 2 | NONCLUSTERED | 1153 | 0 | 0 | 4413 | 2026-09-15 22:20:16 | 2026-09-13 10:01:15 | USED | keep — in use | |||||
| host-947.dbo.OrdersSnapshot.IX_ReconcileEntry | 3 | NONCLUSTERED | 265916 | 58161 | 0 | 4413 | 2026-09-16 00:12:32 | 2026-09-13 10:01:10 | USED | keep — in use | |||||
| host-947.dbo.RouteAudit.IX_ShiftQueue | 1 | CLUSTERED | Y | Y | 0 | 7310 | 0 | 109 | 2026-09-15 16:57:53 | 2026-07-19 18:05:14 | USED | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_SupplierHeader | 2 | NONCLUSTERED | Y | 3 | 0 | 0 | 2 | 2026-09-14 10:51:08 | 2026-03-29 19:38:57 | USED | keep — in use | ||||
| host-947.dbo.RouteAudit.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 34046 | 0 | 2 | 2026-09-15 23:22:54 | 2026-03-29 19:38:57 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 22 | 65664 | 8 | 0 | 2026-09-15 23:22:54 | 2026-06-06 03:37:08 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_ClaimLine | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-10 14:17:48 | 2026-06-06 03:37:08 | USED | keep — in use | ||||
| host-947.dbo.StaffingLine.IX_WarehouseSnapshot | 3 | NONCLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-14 10:51:08 | 2026-06-06 03:37:08 | USED | keep — in use | ||||
| host-947.dbo.PricingMonthly.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingMonthly.IX_SettlementHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 09:54:30 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_ShipmentLog | 1 | CLUSTERED | 40 | 0 | 0 | 0 | 2026-09-15 08:29:36 | never | USED | KEEP — table storage | |||||
| host-947.dbo.SettlementMonthly.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_TerritoryDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_MeterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_AssetDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_CatalogQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_InvoiceArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_SalesStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_StaffingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ShiftAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_QuotaHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileMonthly.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileMonthly.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_AssetResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStatus.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_PricingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHeader.IX_PayrollHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHeader.IX_SettlementDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHeader.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHeader.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_ForecastHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_ShipmentSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_StaffingDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_RouteHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 13 | 0 | 0 | 0 | 2026-09-15 14:44:02 | 2026-03-29 19:38:57 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_AssetDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_PolicyLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSnapshot.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_PolicyHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_ReconcileStatus | 31 | NONCLUSTERED | 30 | 86 | 0 | 599453 | 2026-09-15 14:38:28 | 2026-09-15 20:11:44 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_InvoiceSnapshot | 32 | NONCLUSTERED | 18 | 0 | 0 | 599760 | 2026-09-15 09:56:13 | 2026-09-15 20:12:12 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_SupplierStaging | 29 | NONCLUSTERED | 657 | 0 | 0 | 599453 | 2026-09-15 16:12:02 | 2026-09-15 20:10:47 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_TicketResult | 30 | NONCLUSTERED | 3914 | 0 | 0 | 599760 | 2026-09-15 20:41:00 | 2026-09-15 20:11:18 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_WarehouseStatus | 4 | NONCLUSTERED | 31 | 0 | 0 | 599453 | 2026-09-15 20:43:55 | 2026-09-15 19:40:15 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_OrdersLog | 10 | NONCLUSTERED COLUMNSTORE | 0 | 22 | 0 | 599453 | 2026-09-15 15:34:35 | never | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_ForecastSummary | 8 | NONCLUSTERED | 375 | 0 | 0 | 599453 | 2026-09-14 15:56:05 | 2026-09-15 19:42:36 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_SettlementEntry | 22 | NONCLUSTERED | 0 | 0 | 0 | 599453 | never | 2026-09-15 20:06:04 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_AssetStatus | 3 | NONCLUSTERED | 184084 | 0 | 0 | 599760 | 2026-09-15 20:36:04 | 2026-09-15 19:39:45 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_AssetSummary | 7 | NONCLUSTERED | 0 | 0 | 0 | 599453 | never | 2026-09-15 19:42:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_PayrollDaily | 2 | NONCLUSTERED | 98 | 0 | 0 | 599453 | 2026-09-15 09:09:54 | 2026-09-15 19:39:00 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_PolicyHeader | 23 | NONCLUSTERED | 997 | 7 | 0 | 599760 | 2026-09-15 21:03:50 | 2026-09-15 20:06:49 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_QuotaEntry | 9 | NONCLUSTERED | 68 | 0 | 0 | 599760 | 2026-09-15 08:36:26 | 2026-09-15 19:43:16 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_ContractDetail | 24 | NONCLUSTERED | 2 | 0 | 0 | 599453 | 2026-09-10 16:10:02 | 2026-09-15 20:07:27 | USED | keep — in use | |||||
| host-947.dbo.LedgerResult.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 3336 | 26 | 170195 | 600067 | 2026-09-15 21:03:50 | 2026-09-15 19:38:32 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_RouteStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 599453 | never | 2026-09-15 19:40:43 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_PayrollResult | 6 | NONCLUSTERED | 16 | 0 | 0 | 599453 | 2026-09-09 16:06:16 | 2026-09-15 19:41:20 | USED | keep — in use | |||||
| host-947.dbo.ContractLine.IX_InvoiceQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractLine.IX_BatchMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractLine.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_PayrollAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStatus.IX_ShiftAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStatus.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_ContractDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-21 03:03:27 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHeader.IX_TicketQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-21 03:03:27 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-21 03:03:27 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_ContractLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStatus.IX_StaffingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStatus.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_CampaignSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollEntry.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_BookingStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_SettlementStatus | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_LedgerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_InvoiceLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_BatchDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_SalesStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_CampaignDetail | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_PricingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_ReconcileLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_CatalogResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 411 | never | 2026-08-16 14:30:02 | UNUSED | review carefully — unique | ||||
| host-947.dbo.CampaignLine.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 411 | never | 2026-08-16 14:30:02 | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_PolicyArchive | 1 | CLUSTERED | Y | 451 | 0 | 0 | 411 | 2026-09-15 16:12:02 | 2026-08-09 14:25:52 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_ReconcileResult | 5 | NONCLUSTERED | 921 | 0 | 0 | 411 | 2026-09-15 16:12:02 | 2026-08-09 14:25:52 | USED | keep — in use | |||||
| host-947.dbo.SupplierStatus.IX_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDetail.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_CatalogStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_CustomerDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_RouteAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_CustomerSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_RouteDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_ContractStaging | 4 | NONCLUSTERED | 31 | 0 | 0 | 0 | 2026-09-11 14:31:02 | never | USED | keep — in use | |||||
| host-947.dbo.PricingEntry.IX_CatalogQueue | 1 | CLUSTERED | Y | 941 | 0 | 31 | 0 | 2026-09-15 09:47:07 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_ForecastEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_OrdersHistory | 33 | NONCLUSTERED | 921 | 0 | 0 | 167451 | 2026-09-15 16:12:02 | 2026-09-14 19:25:39 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_RosterLine | 10 | NONCLUSTERED | 0 | 0 | 0 | 167451 | never | 2026-09-14 19:25:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_LedgerArchive | 7 | NONCLUSTERED COLUMNSTORE | 0 | 224 | 0 | 167451 | 2026-09-15 15:29:55 | never | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_BillingResult | 6 | NONCLUSTERED | 90 | 0 | 0 | 167451 | 2026-09-14 12:24:20 | 2026-09-15 08:08:05 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_RouteDetail | 2 | NONCLUSTERED | Y | 307 | 0 | 0 | 167451 | 2026-09-15 16:12:01 | 2026-09-14 11:49:54 | USED | keep — in use | ||||
| host-947.dbo.InvoiceResult.IX_CatalogQueue | 27 | NONCLUSTERED | 260 | 0 | 0 | 167451 | 2026-09-15 20:41:00 | 2026-09-15 08:08:16 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_PolicyQueue | 4 | NONCLUSTERED | 183 | 0 | 0 | 167451 | 2026-09-15 16:47:42 | 2026-09-14 11:49:59 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_BillingQueue | 11 | NONCLUSTERED | 1569 | 0 | 0 | 167451 | 2026-09-15 23:01:16 | 2026-09-14 11:50:19 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_ShiftMonthly | 8 | NONCLUSTERED | 168897 | 0 | 0 | 167451 | 2026-09-15 16:30:35 | 2026-09-14 19:25:53 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_PricingResult | 12 | NONCLUSTERED | 29 | 0 | 0 | 167451 | 2026-09-13 15:50:26 | 2026-09-14 19:25:32 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_InvoiceQueue | 5 | NONCLUSTERED | 14 | 0 | 0 | 167451 | 2026-09-13 15:24:20 | 2026-09-14 19:25:37 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 19458 | 142 | 169939 | 167451 | 2026-09-15 20:36:04 | 2026-09-10 07:56:32 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_CustomerStatus | 9 | NONCLUSTERED | 1229 | 0 | 0 | 167451 | 2026-09-15 16:12:02 | 2026-09-14 11:50:14 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_ShiftAudit | 28 | NONCLUSTERED | 37 | 0 | 0 | 167451 | 2026-09-15 20:43:55 | 2026-09-14 19:26:02 | USED | keep — in use | |||||
| host-947.dbo.InvoiceResult.IX_QuotaEntry | 3 | NONCLUSTERED | 21 | 0 | 0 | 167451 | 2026-09-15 15:34:45 | 2026-09-14 19:25:29 | USED | keep — in use | |||||
| host-947.dbo.TerritorySnapshot.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySnapshot.IX_PayrollLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_RouteArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_BillingMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_AssetDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceEntry.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceEntry.IX_LedgerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_CatalogMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_PolicySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_QuotaStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_InvoiceLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_LedgerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractSnapshot.IX_RosterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractSnapshot.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_ContractHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceAudit.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_TerritoryStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStatus.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_TicketDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_MeterDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_OrdersMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHistory.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_LedgerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_RosterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStaging.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_BatchLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_RosterLine | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_RouteStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_StaffingMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterQueue.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_CatalogDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_PayrollEntry | 2 | NONCLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.ContractStatus.IX_ForecastStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHeader.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_CatalogHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHistory.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_MeterLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_PayrollArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_ClaimSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_BookingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_ReconcileDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLog.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_StaffingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_BatchEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSnapshot.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_StaffingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_InvoiceResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_PolicyDetail | 2 | NONCLUSTERED | 309 | 0 | 0 | 309 | 2026-09-15 15:44:04 | never | USED | keep — in use | |||||
| host-947.dbo.BillingArchive.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 309 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_SalesArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_BookingStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_SalesArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_ClaimDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_ShiftDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollAudit.IX_BatchStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_ContractStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_StaffingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_ShiftLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceResult.IX_PolicyArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_MeterSummary | 1 | CLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceResult.IX_PayrollEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_TerritoryMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_StaffingAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStatus.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_ShiftSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_SupplierLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_ClaimLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_BatchSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_ContractResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_LedgerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_SupplierArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLine.IX_ContractAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLine.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_BillingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_MeterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_PolicyHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_PayrollSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLog.IX_PayrollSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_BookingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_LedgerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_AssetMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_TicketAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_StaffingLine | 5 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_SupplierLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_InvoiceStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CustomerAudit.IX_InvoiceStaging | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_TicketStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogStaging.IX_ContractStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileMonthly.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_PayrollResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_WarehouseEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLine.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetAudit.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_ContractDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_ShiftLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_PolicyMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_MeterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_ForecastEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_MeterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLine.IX_ShiftStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_ShipmentDetail | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_SalesHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_RouteDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_SupplierSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_TicketDaily | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_MeterSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLine.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_CustomerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_ClaimLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_SupplierResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingResult.IX_SalesAudit | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_ShiftSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 193 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 193 | 0 | 0 | 193 | 2026-09-15 10:34:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_LedgerArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersEntry.IX_RouteDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_ContractEntry | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_OrdersLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchSnapshot.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_SalesHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_QuotaLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStatus.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyResult.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_AssetDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_BillingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_RosterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_AssetArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSummary.IX_SupplierLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_CatalogHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignMonthly.IX_QuotaArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_WarehouseQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_ShipmentHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLine.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_TicketHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_BillingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLog.IX_RosterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_BillingQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_PayrollSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_ShiftStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryAudit.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_ForecastStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_AssetStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_ShipmentMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaEntry.IX_SupplierArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_BillingAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingHeader.IX_ClaimQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_SettlementSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerAudit.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_ContractLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_CatalogResult | 2 | NONCLUSTERED | Y | 309 | 0 | 0 | 309 | 2026-09-15 15:44:04 | never | USED | keep — in use | ||||
| host-947.dbo.InvoiceDaily.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 309 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_SupplierStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_OrdersStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerResult.IX_SalesLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_ShiftHeader | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_SettlementHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_BillingAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_StaffingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_BatchLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerResult.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHeader.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_SalesHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_QuotaDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_SupplierStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_BatchEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStatus.PK_CustomerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:37 | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceArchive.IX_QuotaArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_BookingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_LedgerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStatus.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_BillingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_OrdersQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersMonthly.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_ClaimStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStatus.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStatus.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_RosterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_ForecastDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ForecastResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_ShipmentStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ClaimLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingMonthly.IX_ReconcileQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_BookingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_ForecastDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_BookingHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_TicketDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHistory.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_ContractMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHeader.IX_CatalogDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteEntry.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_PricingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_QuotaEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_ClaimEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerAudit.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_BatchArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDetail.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDetail.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingMonthly.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHistory.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_SupplierStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_BatchEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_SupplierDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_StaffingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_ClaimResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDetail.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_ContractHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_BatchSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSnapshot.IX_LedgerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSnapshot.IX_PricingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_SupplierResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_QuotaSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_BillingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyQueue.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_OrdersAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerAudit.IX_StaffingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_StaffingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_StaffingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStatus.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingQueue.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingArchive.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_WarehouseResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_SalesDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_CustomerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_PolicyLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_QuotaAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_CustomerDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_ShiftResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStaging.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_RouteStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceAudit.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_QuotaArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_TicketArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLine.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_LedgerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_ClaimQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDaily.IX_PolicyLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_ShiftQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_ClaimStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ReconcileAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_BatchQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_RouteEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLine.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHistory.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogEntry.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_ReconcileLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_BatchLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSnapshot.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_CustomerLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_ClaimStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_PricingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_ForecastQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_QuotaDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingResult.IX_CatalogLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_LedgerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStaging.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaQueue.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractEntry.IX_TicketStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDaily.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_OrdersLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchQueue.IX_QuotaSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingMonthly.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_ShipmentQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_InvoiceStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_SettlementDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStaging.IX_OrdersDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLine.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLine.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_ContractAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_ForecastMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_CatalogMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterArchive.IX_QuotaSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 40 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_ContractLine | 2 | NONCLUSTERED | Y | 40 | 0 | 0 | 40 | 2026-09-15 16:27:05 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimStatus.IX_LedgerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 40 | 0 | 0 | 2026-09-15 16:27:05 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_RouteEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDetail.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_BillingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_ReconcileLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_ContractAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_TicketArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_CustomerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_ContractHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchAudit.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_MeterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignMonthly.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_ForecastMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySummary.IX_CustomerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSummary.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_PolicyResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_SupplierArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_RouteDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterSnapshot.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySummary.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_SalesMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_SettlementDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimAudit.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_RosterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_ShiftHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDetail.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 36 | 37 | 0 | 0 | 2026-09-15 15:07:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_MeterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_BookingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStaging.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_AssetLog | 1 | CLUSTERED | Y | 6 | 0 | 2 | 6 | 2026-09-14 09:04:52 | 2026-06-11 02:51:18 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignQueue.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 8 | 0 | 0 | 4 | 2026-09-14 09:04:52 | 2026-06-11 02:51:18 | USED | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_ReconcileHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSummary.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_BillingAudit | 2 | NONCLUSTERED | Y | 55468 | 0 | 0 | 4 | 2026-09-15 22:25:14 | 2026-07-19 18:06:08 | USED | keep — in use | ||||
| host-947.dbo.LedgerSummary.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 14 | 171 | 10727 | 4 | 2026-09-15 22:25:14 | 2026-07-19 18:06:08 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_CustomerStatus | 12 | NONCLUSTERED | 14 | 482 | 0 | 4 | 2026-09-15 19:57:35 | 2026-07-19 18:06:08 | USED | keep — in use | |||||
| host-947.dbo.ForecastMonthly.IX_SettlementDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_TicketStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_PricingStaging | 2 | NONCLUSTERED | Y | 34 | 0 | 0 | 0 | 2026-09-15 15:07:16 | never | USED | keep — in use | ||||
| host-947.dbo.InvoiceStatus.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 66 | 34 | 0 | 2026-09-15 15:28:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_RosterHeader | 2 | NONCLUSTERED | Y | 20 | 0 | 0 | 2 | 2026-09-14 09:05:02 | 2026-07-19 18:06:08 | USED | keep — in use | ||||
| host-947.dbo.ReconcileStaging.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 2 | 20 | 2 | 2026-09-14 09:05:02 | 2026-07-19 18:06:08 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_MeterResult | 2 | NONCLUSTERED | Y | 14 | 0 | 0 | 0 | 2026-09-14 09:05:02 | 2026-03-29 19:47:39 | USED | keep — in use | ||||
| host-947.dbo.BillingLine.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 2 | 14 | 0 | 2026-09-14 09:05:02 | 2026-03-29 19:47:39 | USED | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_SalesDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_CustomerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 4 | never | 2026-07-19 18:06:08 | UNUSED | review carefully — unique | ||||
| host-947.dbo.InvoiceArchive.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 4 | never | 2026-07-19 18:06:08 | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_ForecastHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_QuotaDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_ClaimStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_CatalogSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_ShiftQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_LedgerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 2 | 4 | 0 | 0 | 2026-09-14 09:03:57 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_BatchDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_InvoiceResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerQueue.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_RouteMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogSnapshot.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_BatchSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:39 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:39 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_TicketResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_WarehouseArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_InvoiceDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_RouteSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_SalesHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_RouteAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_ShiftHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStaging.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_BatchHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_BatchAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_BatchDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_RouteSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingMonthly.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_ForecastArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_AssetSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_PolicyDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_RosterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSnapshot.IX_TerritorySummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:39 | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDaily.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:39 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_ForecastSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_MeterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignArchive.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_BatchArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_BillingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStatus.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_CustomerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_CatalogLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_RosterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_BatchArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStaging.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_OrdersEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStaging.IX_RosterDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStaging.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_WarehouseStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_RouteResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_TicketLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_PolicyDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_LedgerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_CustomerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSnapshot.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogQueue.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLine.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_PolicyStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_ContractLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_SettlementHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStatus.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_CatalogStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaAudit.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSummary.IX_SettlementLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSummary.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesAudit.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStatus.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_LedgerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDetail.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_ClaimStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSummary.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_LedgerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_PolicyDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_CustomerHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_StaffingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileQueue.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_CustomerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingMonthly.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_CampaignHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_ShipmentEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_BookingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementMonthly.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingMonthly.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_ClaimSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_RosterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_PayrollLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSummary.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollEntry.IX_CatalogDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentQueue.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_PricingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_ShipmentHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStatus.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_AssetDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 23 | 4 | 0 | 0 | 2026-09-15 15:50:32 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_ShipmentLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_InvoiceLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLine.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLine.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_TerritoryArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_MeterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_PayrollDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStatus.IX_PayrollStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_SettlementStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStatus.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_CampaignResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_CampaignStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterEntry.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_SupplierQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_AssetResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ForecastSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_CampaignSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastMonthly.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_ForecastLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_CustomerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_BookingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingArchive.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_OrdersDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_CustomerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_ContractDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_CustomerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_LedgerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_PricingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractArchive.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractArchive.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_BatchStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_ShipmentAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_MeterHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_CustomerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimQueue.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_SettlementDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHistory.IX_SettlementLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_LedgerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_BookingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_ForecastQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_ShiftStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_SettlementQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerEntry.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_MeterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_RosterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_TerritoryArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStaging.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_RosterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_LedgerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHeader.IX_ContractLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_SettlementDaily | 1 | CLUSTERED | Y | 45 | 0 | 0 | 0 | 2026-09-15 16:27:05 | never | USED | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_PolicyStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_RouteQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDetail.IX_ForecastArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_StaffingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_ForecastEntry | 2 | NONCLUSTERED | Y | 11 | 0 | 0 | 0 | 2026-09-14 09:05:02 | never | USED | keep — in use | ||||
| host-947.dbo.TicketDaily.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 11 | 0 | 2026-09-14 09:05:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_PolicyStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySummary.IX_ForecastLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_BookingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_CustomerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_BookingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_WarehouseLine | 2 | NONCLUSTERED | Y | 15 | 0 | 0 | 0 | 2026-09-14 09:05:02 | 2026-03-29 19:47:40 | USED | keep — in use | ||||
| host-947.dbo.LedgerHistory.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 2 | 15 | 0 | 2026-09-14 09:05:02 | 2026-03-29 19:47:40 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHeader.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_PayrollLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CustomerStatus.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_CampaignLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_CustomerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_InvoiceSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLine.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySummary.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_RouteQueue | 2 | NONCLUSTERED | Y | 1424 | 0 | 0 | 0 | 2026-09-15 20:10:02 | never | USED | keep — in use | ||||
| host-947.dbo.BatchArchive.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 19749 | 1424 | 0 | 2026-09-15 21:26:50 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_ForecastStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingQueue.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_SupplierHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_AssetDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSnapshot.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_BillingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollSummary.IX_SupplierHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_PricingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_ShiftDaily | 2 | NONCLUSTERED | Y | 60 | 0 | 0 | 44 | 2026-09-15 15:50:44 | 2026-07-19 18:06:09 | USED | keep — in use | ||||
| host-947.dbo.QuotaDetail.IX_ContractHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 44 | never | 2026-07-19 18:06:09 | UNUSED | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 44 | never | 2026-07-19 18:06:09 | UNUSED | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_BookingLine | 2 | NONCLUSTERED | Y | 23 | 0 | 0 | 12 | 2026-09-15 15:50:32 | 2026-07-19 18:06:09 | USED | keep — in use | ||||
| host-947.dbo.AssetHeader.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 15 | 4 | 23 | 12 | 2026-09-15 15:50:44 | 2026-07-19 18:06:09 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-11 14:01:18 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_TerritoryAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHeader.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_ClaimAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_MeterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStatus.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_RosterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_CampaignDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_BookingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_ContractResult | 2 | NONCLUSTERED | Y | 443 | 0 | 0 | 14 | 2026-09-15 15:50:32 | 2026-07-19 18:06:09 | USED | keep — in use | ||||
| host-947.dbo.TerritoryDetail.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 59 | 443 | 14 | 2026-09-15 15:50:32 | 2026-07-19 18:06:09 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_ForecastEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_TicketLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_BookingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_BookingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchEntry.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 34 | 0 | 0 | 0 | 2026-09-15 15:07:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_CampaignLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStaging.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_BillingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_TerritoryLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_QuotaHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_InvoiceDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_PolicySnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_PricingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_PayrollHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_SalesDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_ShipmentHeader | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_MeterStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_StaffingHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_SettlementHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_PolicyStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_WarehouseLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHeader.IX_WarehouseMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_QuotaQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_SalesLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_ShipmentResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_OrdersStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_BatchSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_ClaimLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_ForecastLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_RosterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_CampaignSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_LedgerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_MeterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStaging.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHeader.IX_TicketAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftAudit.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_SalesDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_MeterAudit | 6 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-10 07:31:08 | never | USED | keep — in use | ||||
| host-947.dbo.OrdersSnapshot.IX_PolicySnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_OrdersQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 15 | 0 | 0 | 2026-09-15 10:00:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_BookingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | 8241 | 0 | 0 | 0 | 2026-09-15 20:46:44 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimHistory.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_ShiftHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_SupplierStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_PricingStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDaily.IX_QuotaDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDaily.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_ShiftHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_ShiftLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_CampaignStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDetail.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingAudit.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_ShipmentDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogResult.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogResult.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogQueue.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_BatchSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDetail.IX_WarehouseStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDetail.IX_SupplierDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_SettlementStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDetail.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHistory.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSummary.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_CatalogEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_ShipmentDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_ContractArchive | 3 | NONCLUSTERED | 32 | 0 | 0 | 0 | 2026-09-15 15:28:34 | never | USED | keep — in use | |||||
| host-947.dbo.BatchArchive.IX_StaffingStaging | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-10 08:54:20 | never | USED | keep — in use | ||||
| host-947.dbo.BatchArchive.IX_ClaimEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 33 | 0 | 2026-09-15 15:28:34 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_SalesDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:41 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLog.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 0 | 33 | 0 | 0 | 2026-09-15 15:28:34 | 2026-03-29 19:47:41 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:41 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_CampaignEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:41 | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaResult.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaResult.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_InvoiceResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_PricingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHistory.IX_PolicyHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_SalesStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollSummary.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_BookingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterEntry.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLog.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_RouteHeader | 2 | NONCLUSTERED | Y | 64 | 0 | 0 | 0 | 2026-09-15 15:28:34 | never | USED | keep — in use | ||||
| host-947.dbo.BatchStaging.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 4113 | 81 | 4177 | 0 | 2026-09-15 20:46:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_ForecastLine | 3 | NONCLUSTERED | 4227 | 0 | 0 | 0 | 2026-09-15 20:46:44 | never | USED | keep — in use | |||||
| host-947.dbo.BatchStaging.IX_ClaimStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingResult.IX_CustomerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_QuotaAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_MeterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSnapshot.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_PayrollArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 21524 | 0 | 0 | 2026-09-15 16:44:00 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_OrdersLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_BatchStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_PolicyResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 21524 | 0 | 0 | 2026-09-15 16:44:00 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHeader.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 36 | 480 | 0 | 0 | 2026-09-15 15:50:32 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_ContractStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaAudit.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_PricingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_PayrollHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteArchive.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_PayrollDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHistory.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_SupplierArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLine.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLine.IX_StaffingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDetail.IX_WarehouseResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_SalesQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_CatalogResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerMonthly.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_QuotaStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:41 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHeader.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 30 | 0 | 0 | 0 | 2026-09-14 07:37:48 | 2026-03-29 19:47:41 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_CampaignQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:41 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySummary.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySummary.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStatus.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_PayrollStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_ReconcileResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_BillingResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_BookingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftQueue.IX_ShiftHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStaging.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_CampaignHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_BookingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStaging.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStatus.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_BillingMonthly | 2 | NONCLUSTERED | Y | 1259 | 0 | 0 | 0 | 2026-09-15 20:10:02 | 2026-03-29 19:47:41 | USED | keep — in use | ||||
| host-947.dbo.ShipmentQueue.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 1713 | 22 | 2 | 0 | 2026-09-15 17:49:27 | 2026-03-29 19:47:41 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_RosterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_TicketArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_StaffingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_BillingHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStatus.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchAudit.IX_CustomerSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchAudit.IX_ReconcileMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchAudit.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_SettlementEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_OrdersSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_CustomerDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseMonthly.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSnapshot.IX_RosterEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSnapshot.IX_CustomerArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignSnapshot.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_TerritoryResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimDetail.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_CampaignStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStaging.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_CustomerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesResult.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_BatchDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_InvoiceArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSnapshot.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_StaffingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_SettlementLog | 1 | CLUSTERED | Y | Y | 13 | 4 | 0 | 0 | 2026-09-14 09:05:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogAudit.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogAudit.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractQueue.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_BatchEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_BillingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_SupplierEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHistory.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_SalesArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_RosterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_CustomerLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_CustomerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_ForecastHeader | 2 | NONCLUSTERED | Y | 2937 | 0 | 0 | 4 | 2026-09-15 20:45:59 | 2026-07-19 18:06:09 | USED | keep — in use | ||||
| host-947.dbo.ContractStaging.IX_ClaimHistory | 3 | NONCLUSTERED | Y | 1263 | 0 | 0 | 4 | 2026-09-15 21:24:36 | 2026-07-19 18:06:09 | USED | keep — in use | ||||
| host-947.dbo.ContractStaging.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 3654446 | 2837 | 3911 | 4 | 2026-09-15 23:39:27 | 2026-07-19 18:06:09 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_TicketHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_ReconcileResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSummary.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_CustomerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_TerritoryStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_BookingSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_MeterEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_QuotaSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_CustomerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_ShiftEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_CatalogSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftQueue.IX_LedgerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftQueue.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_QuotaQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_ContractStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_PolicyAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_SupplierDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_PolicyStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_BookingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLine.IX_BatchLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_RouteSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-11 02:51:19 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_RouteLog | 1 | CLUSTERED | Y | 993 | 0 | 0 | 0 | 2026-09-15 20:46:44 | 2026-06-11 02:51:19 | USED | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_CatalogEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_SupplierMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerResult.IX_TerritorySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyMonthly.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_SalesMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_PricingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLog.IX_RouteArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLog.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_CampaignStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 4 | never | 2026-07-19 18:06:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 15 | 4 | 2026-09-14 09:05:02 | 2026-07-19 18:06:09 | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryStaging.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 15 | 0 | 0 | 4 | 2026-09-14 09:05:02 | 2026-07-19 18:06:09 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_InvoiceArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHistory.IX_SettlementLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_PayrollStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_SettlementArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_ForecastArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryArchive.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 4113 | 0 | 0 | 2026-09-15 20:46:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_QuotaDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSnapshot.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_BillingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 2 | 483 | 0 | 2026-09-15 15:07:16 | 2026-03-29 19:47:42 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | 483 | 0 | 0 | 0 | 2026-09-15 15:07:16 | 2026-03-29 19:47:42 | USED | keep — in use | ||||
| host-947.dbo.StaffingMonthly.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingMonthly.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_MeterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_MeterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_CatalogHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSnapshot.IX_LedgerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSnapshot.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_RosterArchive | 2 | NONCLUSTERED | Y | 6635 | 0 | 0 | 0 | 2026-09-15 20:46:44 | 2026-07-19 18:06:09 | USED | keep — in use | ||||
| host-947.dbo.ShiftLog.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 6635 | 0 | 2026-09-15 20:46:44 | 2026-07-19 18:06:09 | USED | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_ClaimAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_SalesLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLog.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_PolicySummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLog.IX_WarehouseLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractLog.IX_LedgerHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-11 08:27:25 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_LedgerStatus | 1 | CLUSTERED | 3 | 0 | 1 | 0 | 2026-09-14 15:48:56 | never | USED | KEEP — table storage | |||||
| host-947.dbo.MeterSnapshot.IX_RosterSnapshot | 4 | NONCLUSTERED | 5 | 0 | 0 | 0 | 2026-09-14 15:48:56 | never | USED | keep — in use | |||||
| host-947.dbo.MeterSnapshot.IX_SupplierStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_PricingArchive | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterSnapshot.IX_CustomerDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStatus.IX_LedgerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStatus.IX_BookingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ForecastHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingMonthly.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_MeterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_BillingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryQueue.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_MeterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerAudit.IX_ClaimAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStatus.IX_ForecastDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStatus.IX_MeterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_CustomerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_StaffingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_RouteDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_CustomerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_ClaimSnapshot | 1 | CLUSTERED | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | |||||
| host-947.dbo.BatchStaging.IX_SettlementEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_WarehouseStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_PayrollDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_BillingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_MeterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSnapshot.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_SettlementEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignQueue.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractQueue.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractQueue.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_ForecastArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSummary.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_PolicyHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ClaimEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_TicketAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_QuotaMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.AssetDaily.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_StaffingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_SupplierHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHeader.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_StaffingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_TerritoryDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingQueue.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_CustomerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStaging.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_ShipmentSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryLog.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_StaffingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersResult.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_ForecastResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_ContractHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_TicketAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDetail.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_CustomerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_SalesLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_CampaignDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_RosterLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_TerritoryLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_StaffingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_OrdersHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_AssetSummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStaging.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_QuotaSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_RosterLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_SupplierDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_CatalogLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_LedgerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_ReconcileHeader | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_ShipmentQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_SalesDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_TicketResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_PolicyResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_SalesAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_ShiftDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_ShiftSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_ContractHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_ShiftDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStaging.IX_CatalogHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_OrdersAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketQueue.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_BillingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_MeterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_PolicyQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDaily.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_ContractHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_ContractQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_PayrollSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_BookingStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_CustomerDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_SalesDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryArchive.IX_RosterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryArchive.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_CampaignDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDaily.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_WarehouseHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingResult.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_TicketLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingMonthly.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStatus.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDaily.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_StaffingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDaily.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_BillingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_PayrollResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_RosterStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementArchive.IX_BatchStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_CatalogLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchResult.IX_ContractHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_CampaignLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_LedgerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDetail.IX_SupplierDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDetail.IX_SalesQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDetail.IX_TerritoryEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDetail.IX_WarehouseSnapshot | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLine.IX_AssetAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_QuotaStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_SettlementArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDetail.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketMonthly.IX_PolicyHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStatus.IX_PolicyLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStatus.IX_ReconcileLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStatus.IX_CampaignDaily | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStatus.IX_WarehouseArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStatus.IX_CampaignStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterArchive.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerMonthly.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_CampaignDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_PricingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_CatalogDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDetail.IX_BatchArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDetail.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_AssetQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_RosterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_ForecastLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_ContractStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_ForecastDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLog.IX_StaffingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_PayrollHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_SalesEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:43 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_ReconcileArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:43 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftMonthly.IX_SalesHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_SupplierArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_BookingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_StaffingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_SettlementDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSnapshot.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_CustomerQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDetail.IX_RouteEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSnapshot.IX_PricingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_PayrollArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchEntry.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 51 | 0 | 0 | 0 | 2026-09-14 15:36:58 | 2026-03-29 19:47:43 | USED | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:43 | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_WarehouseResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierResult.IX_InvoiceLog | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierResult.IX_TerritorySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_BookingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_PolicyStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStatus.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_PricingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_StaffingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_ContractStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesAudit.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_SettlementArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.SettlementDetail.IX_BookingLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.SettlementDetail.IX_MeterSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_ForecastSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_ContractLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_ShiftStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_BookingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDaily.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_CampaignLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLine.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_ReconcileMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_PricingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_LedgerSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_StaffingAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RosterDetail.IX_PayrollLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_StaffingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_SupplierStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.StaffingEntry.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:43 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 10728 | 0 | 0 | 2026-09-15 10:28:42 | 2026-03-29 19:47:43 | USED | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStatus.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_CustomerQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_SupplierLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyArchive.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_PricingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_BillingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_MeterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDetail.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_ForecastAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_BatchHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_WarehouseLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 5169 | 196856 | 0 | 0 | 2026-09-15 22:18:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_BillingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHeader.IX_SupplierResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLog.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.OrdersStatus.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_InvoiceMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_SettlementDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLog.IX_BillingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_PayrollSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_ContractLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_RosterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDetail.IX_TicketLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDetail.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 808 | 0 | 0 | 2026-09-15 20:22:29 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteArchive.IX_RosterEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_BillingLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_PayrollSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_OrdersResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_SettlementResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_CustomerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_CampaignHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_ForecastSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDetail.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 188 | 0 | 0 | 2026-09-16 00:41:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_AssetLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_StaffingMonthly | 5 | NONCLUSTERED | 135 | 0 | 0 | 0 | 2026-09-15 16:41:57 | never | USED | keep — in use | |||||
| host-947.dbo.SalesDetail.IX_AssetMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDetail.IX_ClaimDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 136 | 0 | 0 | 2026-09-15 14:06:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 16 | 0 | 0 | 2026-09-14 15:30:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_RosterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_ClaimDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 12 | 0 | 0 | 2026-09-14 15:30:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_PricingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_PricingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSummary.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_SalesSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySummary.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 1281 | 0 | 0 | 0 | 2026-09-15 15:25:19 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_StaffingResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_StaffingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_AssetHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_PricingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_WarehouseSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 636 | never | 2026-08-27 17:25:00 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 630 | 0 | 0 | 636 | 2026-09-12 15:38:29 | 2026-08-27 17:23:51 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_CustomerLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 636 | never | 2026-09-07 10:20:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_ContractEntry | 7 | NONCLUSTERED | 12 | 0 | 0 | 636 | 2026-09-12 15:38:32 | 2026-08-27 17:24:04 | USED | keep — in use | |||||
| host-947.dbo.PolicyLog.IX_WarehouseLog | 10 | NONCLUSTERED | 0 | 0 | 0 | 636 | never | 2026-08-27 17:24:05 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_RosterStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 636 | never | 2026-08-27 17:24:00 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_ContractResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 636 | never | 2026-08-27 17:23:53 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_ForecastHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 636 | never | 2026-08-27 17:23:55 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaHeader.IX_ForecastAudit | 3 | NONCLUSTERED | 12 | 0 | 0 | 636 | 2026-09-12 15:38:32 | 2026-08-27 17:24:25 | USED | keep — in use | |||||
| host-947.dbo.QuotaHeader.IX_ContractResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 636 | never | 2026-08-27 17:24:20 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaHeader.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 636 | 2026-09-12 15:38:29 | 2026-08-27 17:24:15 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | 125 | 0 | 0 | 406 | 2026-09-15 16:28:18 | never | USED | keep — in use | ||||
| host-947.dbo.PayrollStaging.IX_ClaimLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 406 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.PayrollStaging.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 85187 | 0 | 0 | 406 | 2026-09-15 21:07:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 857 | 17 | 1 | 0 | 2026-09-15 16:08:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_BillingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_CampaignDaily | 3 | NONCLUSTERED | Y | 32803 | 0 | 0 | 0 | 2026-09-15 21:06:24 | never | USED | keep — in use | ||||
| host-947.dbo.RouteMonthly.IX_SettlementDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_LedgerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_SettlementHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLog.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_BatchStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_PayrollSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_ShiftStaging | 1 | CLUSTERED | Y | Y | 0 | 31983 | 832 | 0 | 2026-09-15 21:06:24 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_AssetLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHistory.IX_RosterStaging | 3 | NONCLUSTERED | Y | 832 | 0 | 0 | 0 | 2026-09-15 16:08:48 | never | USED | keep — in use | ||||
| host-947.dbo.PricingHeader.IX_ShipmentHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_TicketLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_ReconcileEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_BookingHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_SupplierAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHeader.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceArchive.IX_CustomerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_QuotaHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_RosterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:45 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_PayrollSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileQueue.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 46920 | 0 | 0 | 2026-09-15 23:39:03 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_SupplierDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_BatchStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:45 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_BatchResult | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:45 | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDetail.IX_ShipmentAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:45 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_WarehouseStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:45 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 122 | 0 | 0 | 0 | 2026-09-15 08:46:20 | 2026-03-29 19:47:45 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_ClaimSnapshot | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:45 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchEntry.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSummary.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSnapshot.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_ClaimResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStaging.IX_ShipmentAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStaging.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSnapshot.IX_PayrollStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_WarehouseHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_SupplierStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStatus.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_StaffingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileAudit.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementArchive.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_PricingHistory | 1 | CLUSTERED | 7 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | |||||
| host-947.dbo.PolicyMonthly.IX_CustomerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStatus.IX_TerritoryQueue | 18 | NONCLUSTERED | 187565 | 0 | 0 | 4104 | 2026-09-15 23:05:16 | 2026-09-08 10:28:53 | USED | keep — in use | |||||
| host-947.dbo.CustomerStatus.IX_StaffingDaily | 2 | NONCLUSTERED | 80250 | 0 | 0 | 4104 | 2026-09-15 23:01:10 | 2026-09-08 10:28:52 | USED | keep — in use | |||||
| host-947.dbo.CustomerStatus.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 7377443 | 7 | 81082 | 5772 | 2026-09-15 23:05:16 | 2026-09-01 10:05:50 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_WarehouseHistory | 4 | NONCLUSTERED | 126934 | 0 | 0 | 4104 | 2026-09-15 20:22:45 | 2026-09-01 10:05:53 | USED | keep — in use | |||||
| host-947.dbo.CustomerStatus.IX_SupplierAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 4104 | never | 2026-09-01 10:05:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStatus.IX_ReconcileLog | 5 | NONCLUSTERED | Y | 1668 | 1 | 0 | 4104 | 2026-09-15 18:56:58 | 2026-09-08 10:28:49 | USED | keep — in use | ||||
| host-947.dbo.BookingHeader.IX_PricingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_BookingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHeader.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 6 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDetail.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentAudit.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_ShiftStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_RosterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_SalesQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementAudit.IX_ClaimDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_ShiftQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_InvoiceMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 40 | 0 | 0 | 3 | 2026-09-15 08:51:02 | 2026-05-15 02:57:27 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_CustomerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStatus.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_BookingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_CustomerDaily | 5 | NONCLUSTERED | Y | 53 | 0 | 0 | 6 | 2026-09-14 17:11:44 | 2026-07-19 18:06:16 | USED | keep — in use | ||||
| host-947.dbo.PricingEntry.IX_InvoiceEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 16 | never | 2026-07-19 18:06:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_ShipmentSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 6 | never | 2026-07-19 18:06:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_TicketHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 6 | never | 2026-07-19 18:06:16 | UNUSED | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 406155 | 11 | 44 | 25 | 2026-09-15 22:54:50 | 2026-07-19 18:06:16 | USED | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 3410 | 0 | 0 | 21 | 2026-09-14 19:27:55 | 2026-07-19 18:06:16 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_TicketResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 160 | never | 2026-09-04 08:17:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollDetail.IX_TerritoryDetail | 1 | CLUSTERED | Y | 564 | 0 | 0 | 160 | 2026-09-15 15:06:50 | 2026-09-04 08:17:47 | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 160 | never | 2026-09-04 08:17:50 | UNUSED | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_QuotaArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_RosterEntry | 1 | CLUSTERED | 1417 | 0 | 950 | 2850 | 2026-09-14 17:11:44 | 2026-08-18 23:50:09 | USED | KEEP — table storage | |||||
| host-947.dbo.RosterStaging.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 2850 | 0 | 0 | 2850 | 2026-09-14 17:11:29 | 2026-08-18 23:50:14 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 40698 | 0 | 0 | 20397 | 2026-09-14 17:11:35 | 2026-09-06 16:08:08 | USED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_InvoiceDaily | 2 | NONCLUSTERED | 5891 | 0 | 0 | 1517 | 2026-09-14 17:11:16 | 2026-09-06 16:08:19 | USED | keep — in use | |||||
| host-947.dbo.OrdersDaily.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 10 | 0 | 0 | 0 | 2026-09-14 17:11:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_MeterStaging | 1 | CLUSTERED | Y | 9639 | 0 | 0 | 10 | 2026-09-14 17:11:20 | 2026-07-19 18:06:22 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteHistory.IX_ForecastDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 10 | never | 2026-07-19 18:06:22 | UNUSED | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_PricingResult | 1 | CLUSTERED | Y | Y | 16931 | 0 | 0 | 12160 | 2026-09-14 17:11:28 | 2026-09-14 17:04:23 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_ShiftResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLog.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_SettlementSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimResult.IX_ReconcileMonthly | 3 | NONCLUSTERED | Y | 1058665 | 0 | 0 | 0 | 2026-09-15 22:54:50 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimResult.IX_QuotaLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_BillingResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_ShiftHeader | 1 | CLUSTERED | 2 | 0 | 0 | 0 | 2026-09-14 17:11:44 | never | USED | KEEP — table storage | |||||
| host-947.dbo.BookingAudit.IX_PolicyLine | 1 | CLUSTERED | Y | Y | 5 | 0 | 0 | 2 | 2026-09-14 17:11:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 3 | 0 | 0 | 0 | 2026-09-11 14:26:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_ClaimStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSnapshot.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimDetail.IX_BatchMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_MeterSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_LedgerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_StaffingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollEntry.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 16521 | 481 | 0 | 0 | 2026-09-15 22:18:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_MeterHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:56 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSummary.IX_CampaignStatus | 1 | CLUSTERED | 2 | 0 | 0 | 0 | 2026-09-09 18:42:31 | 2026-03-29 19:47:56 | USED | KEEP — table storage | |||||
| host-947.dbo.WarehouseSummary.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:47:56 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_ShipmentAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_BatchLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_QuotaArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerQueue.IX_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_TicketSnapshot | 48 | NONCLUSTERED | 12645 | 0 | 0 | 68089 | 2026-09-15 21:18:05 | 2026-09-12 19:08:23 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_ShipmentEntry | 51 | NONCLUSTERED | 310311 | 4 | 0 | 68089 | 2026-09-15 22:52:49 | 2026-09-12 19:08:45 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_MeterDaily | 52 | NONCLUSTERED | 69739 | 0 | 0 | 68089 | 2026-09-15 20:24:20 | 2026-09-12 19:08:56 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_InvoiceHistory | 49 | NONCLUSTERED | 19 | 0 | 0 | 68089 | 2026-09-12 09:14:32 | 2026-09-12 19:08:28 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_PricingHeader | 54 | NONCLUSTERED | 1991618 | 0 | 0 | 68089 | 2026-09-15 23:09:48 | 2026-09-12 19:09:12 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_SalesQueue | 55 | NONCLUSTERED | 11940 | 0 | 0 | 68089 | 2026-09-15 18:51:11 | 2026-09-12 19:09:18 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_TicketStaging | 56 | NONCLUSTERED | 19970 | 0 | 0 | 68089 | 2026-09-15 19:57:51 | 2026-09-12 19:09:24 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_InvoiceAudit | 57 | NONCLUSTERED | 12779 | 0 | 0 | 68089 | 2026-09-15 20:31:56 | 2026-09-12 19:09:30 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_QuotaStatus | 58 | NONCLUSTERED | 12073 | 72 | 0 | 68089 | 2026-09-15 21:58:11 | 2026-09-12 19:09:35 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_QuotaDetail | 59 | NONCLUSTERED | 2033 | 545 | 0 | 68089 | 2026-09-15 18:53:22 | 2026-09-12 19:09:42 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_RouteResult | 60 | NONCLUSTERED | 103284 | 0 | 0 | 68089 | 2026-09-15 23:29:54 | 2026-09-12 19:09:47 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_ReconcileHistory | 61 | NONCLUSTERED | 564625 | 0 | 0 | 68089 | 2026-09-15 22:18:29 | 2026-09-12 19:09:58 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_ContractQueue | 62 | NONCLUSTERED | 877 | 0 | 0 | 68089 | 2026-09-15 20:49:19 | 2026-09-12 19:10:03 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_PayrollHistory | 53 | NONCLUSTERED | 170805 | 0 | 0 | 68089 | 2026-09-16 01:00:02 | 2026-09-12 19:09:02 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_PolicyQueue | 50 | NONCLUSTERED | 2062018 | 0 | 0 | 68089 | 2026-09-16 00:11:23 | 2026-09-12 19:08:35 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_BookingAudit | 3 | NONCLUSTERED | 1333786 | 0 | 0 | 68089 | 2026-09-15 14:14:52 | 2026-09-12 19:03:58 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_BookingLine | 1 | CLUSTERED | Y | Y | 85085900 | 0 | 7770634 | 68089 | 2026-09-16 01:00:02 | 2026-09-12 19:03:46 | USED | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_CustomerSnapshot | 13 | NONCLUSTERED | 7976 | 0 | 0 | 68089 | 2026-09-15 20:26:04 | 2026-09-12 19:05:02 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_MeterResult | 9 | NONCLUSTERED | 0 | 0 | 0 | 68089 | never | 2026-09-12 19:04:28 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSummary.IX_ForecastAudit | 8 | NONCLUSTERED | 48988 | 0 | 0 | 68089 | 2026-09-15 15:11:01 | 2026-09-12 19:04:23 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_AssetArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 68089 | never | 2026-09-12 19:04:18 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSummary.IX_BatchLog | 32 | NONCLUSTERED | 6671 | 0 | 0 | 68089 | 2026-09-15 07:49:41 | 2026-09-12 19:06:37 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_PayrollLine | 2 | NONCLUSTERED | 59192 | 0 | 0 | 68089 | 2026-09-15 17:42:42 | 2026-09-12 19:03:52 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_PricingResult | 10 | NONCLUSTERED | 5480678 | 1 | 0 | 68089 | 2026-09-15 22:52:49 | 2026-09-12 19:04:38 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_ClaimHistory | 14 | NONCLUSTERED | Y | 531 | 0 | 0 | 68089 | 2026-09-15 23:35:45 | 2026-09-12 19:05:06 | USED | keep — in use | ||||
| host-947.dbo.MeterSummary.IX_CatalogEntry | 4 | NONCLUSTERED | 4974 | 0 | 0 | 68089 | 2026-09-15 20:23:23 | 2026-09-12 19:04:03 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_SupplierSummary | 5 | NONCLUSTERED | Y | 7689605 | 0 | 0 | 68089 | 2026-09-16 00:11:23 | 2026-09-12 19:04:07 | USED | keep — in use | ||||
| host-947.dbo.MeterSummary.IX_CatalogDetail | 33 | NONCLUSTERED | 0 | 0 | 0 | 68089 | never | 2026-09-12 19:06:43 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSummary.IX_RosterSnapshot | 6 | NONCLUSTERED | 8598 | 0 | 0 | 68089 | 2026-09-15 16:10:31 | 2026-09-12 19:04:12 | USED | keep — in use | |||||
| host-947.dbo.BookingHistory.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_BookingLine | 10 | NONCLUSTERED | 147 | 20 | 0 | 8145 | 2026-09-15 20:31:37 | 2026-09-10 14:13:31 | USED | keep — in use | |||||
| host-947.dbo.RosterSnapshot.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 11064184 | 0 | 762 | 8145 | 2026-09-15 23:00:47 | 2026-09-10 14:07:15 | USED | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | 1691785 | 0 | 0 | 8145 | 2026-09-15 23:09:48 | 2026-09-10 14:08:00 | USED | keep — in use | ||||
| host-947.dbo.RosterSnapshot.IX_SupplierStaging | 4 | NONCLUSTERED | Y | 190 | 0 | 0 | 8145 | 2026-09-15 10:34:14 | 2026-09-10 14:08:26 | USED | keep — in use | ||||
| host-947.dbo.LedgerHistory.IX_ShiftStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 24 | 0 | 0 | 2026-09-14 07:38:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 62 | 0 | 0 | 0 | 2026-09-14 09:59:57 | 2026-03-29 19:49:29 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_BillingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:29 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_StaffingArchive | 19 | NONCLUSTERED | 7753 | 2 | 0 | 11993 | 2026-09-15 16:24:27 | 2026-09-09 16:11:11 | USED | keep — in use | |||||
| host-947.dbo.BookingMonthly.IX_CustomerStatus | 20 | NONCLUSTERED | 169 | 0 | 0 | 11993 | 2026-09-15 14:33:07 | 2026-09-09 16:17:37 | USED | keep — in use | |||||
| host-947.dbo.BookingMonthly.IX_CatalogHeader | 21 | NONCLUSTERED | 2 | 0 | 0 | 11993 | 2026-09-10 09:13:52 | 2026-09-09 16:17:42 | USED | keep — in use | |||||
| host-947.dbo.BookingMonthly.IX_ContractHistory | 22 | NONCLUSTERED | 7880588 | 0 | 0 | 11993 | 2026-09-15 23:39:27 | 2026-09-09 16:17:46 | USED | keep — in use | |||||
| host-947.dbo.BookingMonthly.IX_ContractAudit | 6 | NONCLUSTERED | Y | 2379476 | 0 | 0 | 8359 | 2026-09-16 00:11:23 | 2026-09-09 16:05:11 | USED | keep — in use | ||||
| host-947.dbo.BookingMonthly.IX_LedgerHistory | 1 | CLUSTERED | 119476 | 0 | 2399754 | 11993 | 2026-09-16 00:11:23 | 2026-09-09 15:51:44 | USED | KEEP — table storage | |||||
| host-947.dbo.BookingMonthly.IX_MeterQueue | 3 | NONCLUSTERED | 14 | 0 | 0 | 8588 | 2026-09-15 17:16:05 | 2026-09-09 15:54:45 | USED | keep — in use | |||||
| host-947.dbo.BookingMonthly.IX_ContractSnapshot | 4 | NONCLUSTERED | Y | 16682 | 0 | 0 | 8359 | 2026-09-15 21:34:21 | 2026-09-09 15:56:25 | USED | keep — in use | ||||
| host-947.dbo.BookingMonthly.IX_OrdersMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 8359 | never | 2026-09-09 15:56:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 3582 | 0 | 0 | 8359 | 2026-09-15 16:45:10 | 2026-09-09 16:44:34 | USED | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_CatalogAudit | 1 | CLUSTERED | Y | 2388 | 0 | 958 | 9317 | 2026-09-15 17:06:57 | 2026-08-28 10:28:27 | USED | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 958 | 0 | 0 | 8359 | 2026-09-15 17:06:57 | 2026-08-28 11:00:12 | USED | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 5 | 0 | 0 | 0 | 2026-09-15 14:05:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_OrdersStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyAudit.IX_PayrollQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_PricingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_SupplierHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_TerritoryLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 93 | 0 | 0 | 2026-09-15 14:55:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_TerritoryDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteQueue.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteQueue.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 93 | 0 | 0 | 2026-09-15 14:55:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_BookingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSummary.IX_QuotaQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingSummary.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_BatchLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_BatchHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_WarehouseStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingMonthly.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_AssetSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_SettlementLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_RosterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_BillingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_CatalogAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignArchive.IX_ClaimMonthly | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_TerritorySummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_RouteSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_SupplierDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_InvoiceLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_SalesResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDaily.IX_PayrollEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterArchive.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerQueue.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_BatchLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_RosterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_MeterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_SalesEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHeader.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStatus.IX_BillingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_SupplierEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHeader.IX_SupplierEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHeader.IX_LedgerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_ContractHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractSummary.IX_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_PolicyDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_PricingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_PayrollHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_TerritoryDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignArchive.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_BatchHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:44 | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:44 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ForecastSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ShipmentHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_BookingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_WarehouseLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerArchive.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_TicketLog | 24 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStaging.IX_ClaimDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStaging.IX_StaffingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_ClaimHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_BillingQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | review, then DROP | |||||
| host-947.dbo.TicketArchive.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractArchive.IX_TerritoryArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_CampaignHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_PricingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_ReconcileDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractEntry.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractEntry.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_CatalogStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDaily.IX_ForecastAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_BookingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLog.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:45 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_CatalogMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_MeterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_BillingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_ShipmentLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_WarehouseResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_PayrollLog | 1 | CLUSTERED | 167813 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ContractQueue.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:07:03 | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:07:03 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 168 | 0 | 0 | 0 | 2026-09-15 15:53:50 | 2026-03-29 19:49:46 | USED | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 143295 | 96 | 0 | 1 | 2026-09-15 21:34:21 | 2026-05-15 02:58:04 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 1 | 0 | 1 | 2026-09-12 09:49:33 | 2026-05-15 02:58:04 | USED | keep — in use | ||||
| host-947.dbo.CampaignAudit.IX_WarehouseStatus | 1 | CLUSTERED | Y | 1245 | 0 | 743 | 86 | 2026-09-12 12:49:18 | 2026-05-15 02:58:04 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 743 | 0 | 0 | 73 | 2026-09-12 12:49:18 | 2026-05-15 02:58:04 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_SupplierStatus | 11 | NONCLUSTERED | 36523 | 0 | 0 | 566 | 2026-09-15 23:03:12 | 2026-09-12 19:10:42 | USED | keep — in use | |||||
| host-947.dbo.PolicyMonthly.IX_InvoiceLine | 9 | NONCLUSTERED | 753 | 2 | 0 | 566 | 2026-09-15 23:29:54 | 2026-09-12 19:10:42 | USED | keep — in use | |||||
| host-947.dbo.PolicyMonthly.IX_ClaimAudit | 10 | NONCLUSTERED | 398 | 0 | 0 | 566 | 2026-09-15 21:18:05 | 2026-09-12 19:10:42 | USED | keep — in use | |||||
| host-947.dbo.PolicyMonthly.IX_ClaimStaging | 4 | NONCLUSTERED | 13862 | 0 | 0 | 566 | 2026-09-15 22:10:11 | 2026-09-12 19:10:42 | USED | keep — in use | |||||
| host-947.dbo.PolicyMonthly.IX_CampaignMonthly | 3 | NONCLUSTERED | 1674 | 0 | 0 | 566 | 2026-09-15 19:59:08 | 2026-09-12 19:10:42 | USED | keep — in use | |||||
| host-947.dbo.PolicyMonthly.IX_RouteAudit | 1 | CLUSTERED | Y | 8780311 | 19 | 2164 | 566 | 2026-09-16 00:11:23 | 2026-09-12 19:10:42 | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyMonthly.IX_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 2 | 0 | 0 | 566 | 2026-09-15 08:55:33 | 2026-09-12 19:10:42 | USED | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_ContractDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_LedgerLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.ClaimDaily.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_StaffingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentArchive.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingMonthly.IX_CampaignDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingMonthly.IX_ContractLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 96856 | 0 | 3026659 | 1184 | 2026-09-15 22:52:52 | 2026-07-19 18:07:04 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_SupplierSnapshot | 3 | NONCLUSTERED | 3024457 | 0 | 0 | 565 | 2026-09-15 22:18:31 | 2026-07-19 18:07:04 | USED | keep — in use | |||||
| host-947.dbo.StaffingQueue.IX_TerritorySummary | 2 | NONCLUSTERED | 2453 | 0 | 0 | 568 | 2026-09-15 22:10:11 | 2026-09-01 10:18:19 | USED | keep — in use | |||||
| host-947.dbo.StaffingQueue.IX_TerritorySnapshot | 4 | NONCLUSTERED | Y | 2202 | 0 | 0 | 565 | 2026-09-15 21:01:13 | 2026-07-19 18:07:04 | USED | keep — in use | ||||
| host-947.dbo.ReconcileStaging.IX_BillingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-01 10:18:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 295908 | 0 | 3 | 563 | 2026-09-15 22:52:52 | 2026-07-19 18:07:04 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_BillingLog | 4 | NONCLUSTERED | Y | 3 | 0 | 0 | 563 | 2026-09-15 08:55:33 | 2026-07-19 18:07:04 | USED | keep — in use | ||||
| host-947.dbo.ReconcileStaging.IX_SalesSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-01 10:18:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHeader.IX_SupplierAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | 2026-04-25 04:13:31 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHeader.IX_ReconcileAudit | 1 | CLUSTERED | Y | 248 | 0 | 0 | 3 | 2026-09-15 22:52:52 | 2026-04-25 04:13:31 | USED | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 3 | never | 2026-04-25 04:13:31 | UNUSED | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_BatchHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:48 | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_StaffingDaily | 15 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:48 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_ShiftSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 1455 | never | 2026-09-15 10:49:56 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_PayrollLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 1455 | never | 2026-09-15 10:49:57 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_RouteAudit | 1 | CLUSTERED | Y | Y | 1018622 | 0 | 76 | 1455 | 2026-09-15 22:54:50 | 2026-09-01 10:18:21 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_QuotaEntry | 5 | NONCLUSTERED | Y | 76 | 0 | 0 | 1455 | 2026-09-15 15:53:50 | 2026-09-15 10:50:20 | USED | keep — in use | ||||
| host-947.dbo.TerritoryMonthly.IX_MeterStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 1455 | never | 2026-09-01 10:18:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_SupplierHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLog.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_PayrollStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_BatchDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_MeterStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceSnapshot.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_LedgerEntry | 3 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-09 15:53:02 | never | USED | keep — in use | |||||
| host-947.dbo.BatchHeader.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 3 | 0 | 1 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_SupplierStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_PayrollStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLog.IX_BatchMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-09 14:34:07 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_CatalogLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHeader.IX_RosterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHeader.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_PolicySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketEntry.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 113717 | 0 | 31579769 | 1182 | 2026-09-16 00:11:23 | 2026-07-19 18:07:09 | USED | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_MeterMonthly | 3 | NONCLUSTERED | 31578041 | 0 | 0 | 563 | 2026-09-15 22:18:10 | 2026-07-19 18:07:09 | USED | keep — in use | |||||
| host-947.dbo.AssetHeader.IX_SupplierEntry | 2 | NONCLUSTERED | 3598 | 0 | 0 | 566 | 2026-09-15 21:18:11 | 2026-07-19 18:07:09 | USED | keep — in use | |||||
| host-947.dbo.AssetHeader.IX_AssetStaging | 4 | NONCLUSTERED | Y | 1728 | 0 | 0 | 563 | 2026-09-15 21:01:13 | 2026-07-19 18:07:09 | USED | keep — in use | ||||
| host-947.dbo.RosterArchive.IX_ContractResult | 1 | CLUSTERED | Y | Y | 8944 | 0 | 121095 | 1184 | 2026-09-15 21:34:21 | 2026-07-19 18:07:10 | USED | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_TerritorySummary | 3 | NONCLUSTERED | 120157 | 0 | 0 | 565 | 2026-09-15 21:34:21 | 2026-07-19 18:07:10 | USED | keep — in use | |||||
| host-947.dbo.RosterArchive.IX_ContractStatus | 2 | NONCLUSTERED | 8 | 0 | 0 | 568 | 2026-09-14 12:56:58 | 2026-09-01 10:18:30 | USED | keep — in use | |||||
| host-947.dbo.RosterArchive.IX_ClaimAudit | 4 | NONCLUSTERED | Y | 938 | 0 | 0 | 565 | 2026-09-15 17:06:57 | 2026-07-19 18:07:10 | USED | keep — in use | ||||
| host-947.dbo.ReconcileLog.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_PayrollHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:52 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:49:52 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_ForecastLine | 3 | NONCLUSTERED | 18 | 0 | 0 | 665 | 2026-09-11 10:44:28 | 2026-08-09 14:38:28 | USED | keep — in use | |||||
| host-947.dbo.CampaignQueue.IX_CampaignSummary | 1 | CLUSTERED | Y | 615233 | 0 | 1236 | 665 | 2026-09-16 00:11:23 | 2026-07-19 18:07:10 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignQueue.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 1236 | 0 | 0 | 563 | 2026-09-15 17:06:57 | 2026-07-26 14:35:01 | USED | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 2055 | 0 | 0 | 0 | 2026-09-15 16:09:43 | 2026-03-29 19:49:53 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_SettlementHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_ShipmentStatus | 3 | NONCLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-15 13:31:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 22 | 2 | 0 | 2026-09-15 16:09:43 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 29 | 0 | 0 | 0 | 2026-09-15 09:57:46 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_BookingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_WarehouseQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSnapshot.IX_BatchLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSnapshot.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_BookingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_BookingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDaily.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 2546994 | 0 | 225678 | 34777 | 2026-09-15 22:54:50 | 2026-09-01 10:18:34 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_BillingResult | 2 | NONCLUSTERED | Y | 225678 | 0 | 0 | 7407 | 2026-09-15 20:03:11 | 2026-08-16 14:45:34 | USED | keep — in use | ||||
| host-947.dbo.ReconcileLine.IX_RosterQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 20592 | never | 2026-09-01 10:18:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_RouteEntry | 1 | CLUSTERED | Y | 36 | 0 | 0 | 36 | 2026-09-15 18:36:38 | never | USED | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 36 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_QuotaStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 15565 | never | 2026-09-03 14:04:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaDaily.IX_CampaignStaging | 5 | NONCLUSTERED | 4592 | 0 | 0 | 15596 | 2026-09-15 20:06:01 | 2026-09-12 15:28:37 | USED | keep — in use | |||||
| host-947.dbo.QuotaDaily.IX_CatalogLine | 7 | NONCLUSTERED | Y | 5 | 0 | 0 | 15565 | 2026-09-15 08:55:33 | 2026-09-03 14:05:04 | USED | keep — in use | ||||
| host-947.dbo.QuotaDaily.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 6670905 | 0 | 15338 | 28995 | 2026-09-15 23:34:17 | 2026-09-10 12:49:06 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_RosterQueue | 8 | NONCLUSTERED | Y | 15333 | 0 | 0 | 15565 | 2026-09-15 20:05:59 | 2026-09-10 12:49:11 | USED | keep — in use | ||||
| host-947.dbo.QuotaDaily.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 15565 | never | 2026-09-12 15:28:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaDaily.IX_ClaimLog | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 15565 | never | 2026-09-03 14:04:49 | UNUSED | review carefully — unique | ||||
| host-947.dbo.QuotaDaily.IX_SalesAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 28238 | never | 2026-09-01 10:18:37 | UNUSED | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_BookingArchive | 1 | CLUSTERED | Y | 33050 | 0 | 518 | 10293 | 2026-09-15 20:06:01 | 2026-09-08 14:49:04 | USED | KEEP — table storage | ||||
| host-947.dbo.RosterArchive.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 518 | 0 | 0 | 10293 | 2026-09-15 18:57:05 | 2026-09-08 14:49:11 | USED | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_PayrollAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 10293 | never | 2026-09-08 14:49:07 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractDaily.IX_CustomerLine | 1 | CLUSTERED | Y | 1446 | 0 | 0 | 1446 | 2026-09-15 15:55:21 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1446 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_MeterDaily | 1 | CLUSTERED | Y | 1446 | 0 | 0 | 1446 | 2026-09-15 15:55:21 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BatchLine.IX_PolicyDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1446 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 36 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 36 | 0 | 0 | 36 | 2026-09-15 18:36:38 | never | USED | keep — in use | ||||
| host-947.dbo.StaffingArchive.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_OrdersLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_ShipmentStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_CustomerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_PolicyDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 66118 | 0 | 1 | 2 | 2026-09-15 22:53:16 | 2026-07-19 18:07:22 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_QuotaEntry | 3 | NONCLUSTERED | Y | 1 | 0 | 0 | 1 | 2026-09-14 10:09:36 | 2026-07-19 18:07:22 | USED | keep — in use | ||||
| host-947.dbo.ReconcileArchive.IX_PayrollStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-07-19 18:07:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_PayrollStaging | 1 | CLUSTERED | Y | 17610 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_SalesResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_QuotaSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSnapshot.IX_PricingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSnapshot.IX_LedgerSummary | 1 | CLUSTERED | Y | 115 | 0 | 0 | 0 | 2026-09-15 18:55:54 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_ShipmentStatus | 1 | CLUSTERED | Y | 30807 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogResult.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_ContractLog | 1 | CLUSTERED | Y | 24790 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyHistory.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_RosterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 3874 | 2313 | 0 | 0 | 2026-09-15 22:10:11 | 2026-03-29 19:50:11 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_ReconcileQueue | 4 | NONCLUSTERED | 70 | 0 | 0 | 565 | 2026-09-15 14:12:34 | 2026-09-01 10:18:41 | USED | keep — in use | |||||
| host-947.dbo.StaffingStaging.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 387443 | 0 | 223 | 565 | 2026-09-15 23:35:44 | 2026-07-19 18:07:22 | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingStaging.IX_BillingAudit | 3 | NONCLUSTERED | 99 | 0 | 0 | 565 | 2026-09-15 15:21:49 | 2026-09-01 10:18:41 | USED | keep — in use | |||||
| host-947.dbo.StaffingStaging.IX_SettlementEntry | 2 | NONCLUSTERED | Y | Y | 161 | 0 | 0 | 565 | 2026-09-15 08:55:33 | 2026-07-19 18:07:22 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_CustomerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_BillingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_BillingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_ContractSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_CampaignArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_ContractDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_TicketSummary | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_AssetLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 44 | 0 | 0 | 0 | 2026-09-15 17:03:33 | 2026-03-29 19:50:11 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_BatchHeader | 2 | NONCLUSTERED | Y | 4 | 0 | 0 | 0 | 2026-09-15 13:28:32 | never | USED | keep — in use | ||||
| host-947.dbo.OrdersDetail.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 4 | 0 | 2026-09-15 13:28:32 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_RouteSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_TicketAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_BookingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_RouteStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_StaffingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 23 | 0 | 0 | 0 | 2026-09-14 13:40:49 | 2026-03-29 19:50:11 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_BatchQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:11 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyArchive.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 50 | 0 | 0 | 0 | 2026-09-15 20:50:14 | 2026-03-29 19:50:11 | USED | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSummary.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_CatalogAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_StaffingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_BatchQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_LedgerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_SalesLog | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 1 | 2026-09-11 15:18:47 | 2026-03-29 19:50:11 | USED | keep — in use | ||||
| host-947.dbo.ShipmentSummary.IX_StaffingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-03-29 19:50:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_ClaimDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-03-29 19:50:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 1128395 | 0 | 0 | 1 | 2026-09-15 22:54:50 | 2026-03-29 19:50:11 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_SalesLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-03-29 19:50:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_BatchResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-03-29 19:50:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_BillingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-12 15:01:58 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_PricingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_PayrollSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_ForecastStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_BatchStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseAudit.IX_SettlementDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLine.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_CampaignHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftHeader.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_OrdersHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLine.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_CatalogSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterResult.IX_CustomerEntry | 1 | CLUSTERED | Y | 16 | 0 | 0 | 0 | 2026-09-15 13:16:08 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastAudit.IX_CampaignQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_SalesMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_ClaimLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_QuotaArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_QuotaMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingMonthly.IX_SalesStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_ShiftMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:11 | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_ShipmentStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:11 | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 131 | 0 | 0 | 0 | 2026-09-15 08:09:16 | 2026-03-29 19:50:11 | USED | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_AssetMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:11 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_PayrollDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_ClaimQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLine.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 1 | 3 | 13656 | 1 | 2026-09-15 23:35:44 | 2026-07-19 18:07:22 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | 16819 | 0 | 0 | 1 | 2026-09-15 23:35:44 | 2026-07-19 18:07:22 | USED | keep — in use | ||||
| host-947.dbo.PayrollAudit.IX_MeterQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-07-19 18:07:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_SettlementMonthly | 3 | NONCLUSTERED | Y | 1 | 0 | 0 | 1 | 2026-09-09 13:33:37 | 2026-07-19 18:07:22 | USED | keep — in use | ||||
| host-947.dbo.PayrollAudit.IX_QuotaResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-07-19 18:07:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | 2026-07-19 18:07:22 | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_ClaimHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-07-19 18:07:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_SettlementStatus | 1 | CLUSTERED | 0 | 0 | 0 | 1 | never | 2026-07-19 18:07:22 | UNUSED | KEEP — table storage | |||||
| host-947.dbo.MeterSnapshot.IX_SettlementStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 25 | never | 2026-07-19 18:07:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_QuotaDetail | 1 | CLUSTERED | Y | 896 | 0 | 1 | 25 | 2026-09-15 16:02:24 | 2026-07-19 18:07:22 | USED | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 25 | 2026-09-12 07:43:42 | 2026-07-19 18:07:22 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 109 | 0 | 0 | 0 | 2026-09-15 11:05:24 | 2026-03-29 19:50:12 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:12 | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_OrdersLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStatus.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_MeterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:12 | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:12 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_SupplierArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_LedgerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDaily.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_AssetStaging | 2 | NONCLUSTERED | Y | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.ShiftLog.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_ClaimHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_BatchMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractEntry.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_RosterStatus | 1 | CLUSTERED | Y | 320 | 0 | 0 | 164 | 2026-09-15 08:48:13 | 2026-08-26 14:21:27 | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_StaffingDetail | 2 | NONCLUSTERED | Y | Y | 9 | 0 | 0 | 6 | 2026-09-15 08:48:05 | 2026-08-21 14:30:28 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:14 | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_SettlementArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:14 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:14 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:14 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_RouteSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_WarehouseQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSnapshot.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 321 | 0 | 0 | 164 | 2026-09-15 08:48:37 | 2026-07-19 18:07:25 | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyDaily.IX_CustomerLog | 12 | NONCLUSTERED | Y | Y | 9 | 0 | 0 | 6 | 2026-09-15 08:48:31 | 2026-07-19 18:07:25 | USED | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_SalesStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryResult.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_CampaignDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_PayrollAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_SettlementAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDetail.IX_LedgerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_BillingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_SalesSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_LedgerArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_CampaignLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_TerritoryLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSnapshot.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDetail.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_BookingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_PricingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_CampaignLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDaily.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_PolicyLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLine.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLine.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_ShiftArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_BatchSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_QuotaDaily | 3 | NONCLUSTERED | 81196 | 0 | 0 | 0 | 2026-09-15 17:46:28 | never | USED | keep — in use | |||||
| host-947.dbo.PricingSnapshot.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 5292 | 0 | 81196 | 0 | 2026-09-15 17:46:28 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_SalesQueue | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSnapshot.IX_PricingDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_SupplierStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_PolicyResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDaily.IX_RouteArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_CampaignHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_ShipmentMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_RouteDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_PolicySnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerEntry.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:14 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_MeterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:14 | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_PricingResult | 1 | CLUSTERED | Y | Y | 424176 | 0 | 0 | 413270 | 2026-09-15 20:22:45 | 2026-09-15 15:42:30 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_RosterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:50 | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:50:50 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 80319 | 0 | 14999 | 8025 | 2026-09-15 22:53:14 | 2026-08-09 14:38:58 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_CampaignQueue | 2 | NONCLUSTERED | 43260 | 0 | 0 | 7613 | 2026-09-15 22:53:14 | 2026-09-11 14:07:42 | USED | keep — in use | |||||
| host-947.dbo.PayrollHeader.IX_SalesDaily | 31 | NONCLUSTERED | 380018 | 0 | 0 | 161578 | 2026-09-14 12:42:53 | 2026-09-14 17:03:45 | USED | keep — in use | |||||
| host-947.dbo.PayrollHeader.IX_BookingAudit | 32 | NONCLUSTERED | 60918 | 0 | 0 | 158946 | 2026-09-13 18:42:07 | 2026-09-14 17:03:47 | USED | keep — in use | |||||
| host-947.dbo.PayrollHeader.IX_BatchHistory | 2 | NONCLUSTERED | Y | 5414 | 0 | 0 | 155388 | 2026-09-15 13:55:02 | 2026-09-06 16:01:45 | USED | keep — in use | ||||
| host-947.dbo.PayrollHeader.IX_PayrollAudit | 4 | NONCLUSTERED | 8998 | 0 | 0 | 158946 | 2026-09-14 17:11:21 | 2026-09-14 17:03:35 | USED | keep — in use | |||||
| host-947.dbo.PayrollHeader.IX_CatalogMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 155388 | never | 2026-09-14 17:03:32 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_BatchResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 155388 | never | 2026-09-14 17:03:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_BillingLine | 7 | NONCLUSTERED | Y | 66289 | 0 | 0 | 155388 | 2026-09-15 15:16:14 | 2026-09-06 16:02:09 | USED | keep — in use | ||||
| host-947.dbo.PayrollHeader.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 1289742 | 3 | 72043 | 220666 | 2026-09-15 20:22:45 | 2026-09-14 17:03:29 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_ShiftMonthly | 3 | NONCLUSTERED | Y | 572 | 0 | 0 | 214860 | 2026-09-13 16:14:17 | 2026-09-14 17:03:56 | USED | keep — in use | ||||
| host-947.dbo.BillingSummary.IX_StaffingHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:58:11 | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 30579 | 0 | 0 | 0 | 2026-09-15 22:39:46 | 2026-03-29 19:58:11 | USED | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_CampaignStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 19:58:11 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_ReconcileLine | 1 | CLUSTERED | Y | 22200 | 0 | 0 | 0 | 2026-09-15 23:35:44 | 2026-03-29 19:58:11 | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:58:11 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSnapshot.IX_BatchStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_PricingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingArchive.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_StaffingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_BillingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHeader.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_SupplierQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_ForecastDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignArchive.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_ShipmentLine | 1 | CLUSTERED | Y | 30785 | 0 | 3564 | 0 | 2026-09-15 23:35:44 | 2026-03-29 19:58:11 | USED | KEEP — table storage | ||||
| host-947.dbo.PricingLine.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 3564 | 0 | 0 | 0 | 2026-09-15 16:17:36 | 2026-03-29 19:58:11 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 3560 | 0 | 0 | 0 | 2026-09-15 16:17:36 | 2026-03-29 19:58:11 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_TerritoryDetail | 1 | CLUSTERED | Y | 28329 | 0 | 3560 | 0 | 2026-09-15 23:35:44 | 2026-03-29 19:58:11 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStaging.IX_CampaignQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_ShipmentSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentSnapshot.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_PayrollResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_WarehouseDaily | 1 | CLUSTERED | Y | 45 | 0 | 0 | 0 | 2026-09-14 10:09:53 | never | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_RouteHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStaging.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_QuotaArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_CustomerDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDaily.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_CustomerDaily | 49 | NONCLUSTERED | 0 | 0 | 0 | 495363 | never | 2026-09-15 19:20:45 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_CustomerLog | 50 | NONCLUSTERED | 486900 | 0 | 0 | 41975 | 2026-09-15 22:54:35 | 2026-09-15 19:20:45 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_RosterLine | 51 | NONCLUSTERED | 150 | 0 | 0 | 41975 | 2026-09-15 16:10:18 | 2026-09-15 19:20:46 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_RouteMonthly | 46 | NONCLUSTERED | 0 | 0 | 0 | 495302 | never | 2026-09-15 19:20:44 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_RosterStaging | 61 | NONCLUSTERED | 3218 | 0 | 0 | 538126 | 2026-09-15 20:26:04 | 2026-09-15 19:20:49 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_ReconcileQueue | 62 | NONCLUSTERED | 4429 | 0 | 0 | 607211 | 2026-09-15 20:20:43 | 2026-09-15 19:20:50 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_InvoiceSummary | 63 | NONCLUSTERED | 3328 | 0 | 0 | 607211 | 2026-09-15 16:40:10 | 2026-09-15 19:20:50 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_PayrollHistory | 52 | NONCLUSTERED | 236 | 0 | 0 | 41975 | 2026-09-15 14:54:52 | 2026-09-15 19:20:46 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_ForecastEntry | 2 | NONCLUSTERED | 1 | 0 | 0 | 495363 | 2026-09-08 16:20:59 | 2026-09-15 19:20:30 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_RouteMonthly | 5 | NONCLUSTERED | 4 | 0 | 0 | 495302 | 2026-09-11 10:02:12 | 2026-09-15 19:20:31 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_BookingHeader | 4 | NONCLUSTERED | 5933 | 0 | 0 | 498761 | 2026-09-15 19:58:41 | 2026-09-15 19:20:30 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_StaffingStatus | 3 | NONCLUSTERED | 2116 | 0 | 0 | 495363 | 2026-09-15 19:02:50 | 2026-09-15 19:20:30 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_SupplierStatus | 45 | NONCLUSTERED | 1623 | 0 | 0 | 83950 | 2026-09-15 19:49:22 | 2026-09-15 19:20:44 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_CatalogStaging | 12 | NONCLUSTERED | 0 | 0 | 0 | 83950 | never | 2026-09-15 19:20:34 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 6771554 | 0 | 85759 | 607909 | 2026-09-15 23:05:16 | 2026-09-15 19:20:29 | USED | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_ClaimStaging | 11 | NONCLUSTERED | 203 | 0 | 0 | 83950 | 2026-09-15 15:29:11 | 2026-09-15 19:20:34 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_PayrollLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 498761 | never | 2026-09-15 19:20:32 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_PayrollHistory | 10 | NONCLUSTERED | 1181 | 0 | 0 | 537277 | 2026-09-15 15:22:39 | 2026-09-15 19:20:33 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_MeterLine | 9 | NONCLUSTERED | 27 | 0 | 0 | 537277 | 2026-09-15 17:53:30 | 2026-09-15 19:20:33 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_MeterStatus | 7 | NONCLUSTERED | 6 | 0 | 0 | 540736 | 2026-09-15 17:30:06 | 2026-09-15 19:20:32 | USED | keep — in use | |||||
| host-947.dbo.SalesHistory.IX_StaffingHeader | 13 | NONCLUSTERED | Y | 73247 | 0 | 0 | 41975 | 2026-09-15 20:17:16 | 2026-09-15 19:20:34 | USED | keep — in use | ||||
| host-947.dbo.SalesHistory.IX_ForecastHistory | 6 | NONCLUSTERED | 1 | 0 | 0 | 561390 | 2026-09-11 09:35:51 | 2026-09-15 19:20:31 | USED | keep — in use | |||||
| host-947.dbo.SalesStaging.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStaging.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteAudit.IX_ShiftSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteAudit.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_RouteDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_QuotaStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_AssetStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_LedgerAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_QuotaHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_ForecastHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_PayrollHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_WarehouseSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_ReconcileAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterDetail.IX_ShipmentHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_CustomerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_PayrollArchive | 2 | NONCLUSTERED | 336074 | 0 | 0 | 2272445 | 2026-09-15 20:12:23 | 2026-09-15 20:16:25 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 9186397 | 1 | 48747 | 4878975 | 2026-09-15 22:54:35 | 2026-09-15 20:11:57 | USED | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_SettlementStaging | 6 | NONCLUSTERED | 952393 | 0 | 0 | 2272445 | 2026-09-15 22:54:35 | 2026-09-15 20:12:23 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_TerritoryEntry | 5 | NONCLUSTERED | 214595 | 0 | 0 | 2989774 | 2026-09-15 19:11:56 | 2026-09-15 20:17:10 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_CatalogQueue | 10 | NONCLUSTERED | 28 | 0 | 0 | 2989774 | 2026-09-10 09:52:27 | 2026-09-15 20:07:59 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_StaffingSnapshot | 8 | NONCLUSTERED | 1920 | 0 | 0 | 2989774 | 2026-09-15 16:43:24 | 2026-09-15 20:16:31 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_BillingQueue | 11 | NONCLUSTERED | 2907 | 0 | 0 | 2272445 | 2026-09-15 15:56:33 | 2026-09-15 20:11:59 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_InvoiceHistory | 4 | NONCLUSTERED | 4425 | 0 | 0 | 2989774 | 2026-09-15 16:26:29 | 2026-09-15 20:12:04 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_CatalogLine | 9 | NONCLUSTERED | 2331 | 0 | 0 | 2989774 | 2026-09-15 16:48:35 | 2026-09-15 20:06:01 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_ContractResult | 3 | NONCLUSTERED | 17398 | 0 | 0 | 2989774 | 2026-09-15 20:11:57 | 2026-09-15 20:18:48 | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_OrdersAudit | 7 | NONCLUSTERED | 7108 | 0 | 0 | 2989774 | 2026-09-15 20:11:57 | 2026-09-15 20:14:00 | USED | keep — in use | |||||
| host-947.dbo.SettlementResult.IX_ShipmentEntry | 2 | NONCLUSTERED | 5967 | 0 | 0 | 950220 | 2026-09-15 20:05:35 | 2026-09-15 20:05:40 | USED | keep — in use | |||||
| host-947.dbo.SettlementResult.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 1119529 | 0 | 0 | 950220 | 2026-09-15 22:54:35 | 2026-09-15 20:05:35 | USED | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_ShipmentLog | 1 | CLUSTERED | Y | Y | 0 | 14076 | 0 | 0 | 2026-09-15 22:52:57 | 2026-03-29 19:58:27 | USED | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_SettlementDaily | 3 | NONCLUSTERED | 44130 | 0 | 0 | 4310092 | 2026-09-15 17:30:06 | 2026-09-15 19:16:36 | USED | keep — in use | |||||
| host-947.dbo.PricingEntry.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 3740372 | 0 | 0 | 4310092 | 2026-09-15 17:33:17 | 2026-09-15 19:16:33 | USED | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_ForecastStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 4310092 | never | 2026-09-15 19:16:38 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_ForecastLog | 1 | CLUSTERED | 351065 | 0 | 3740372 | 4310092 | 2026-09-15 17:34:02 | 2026-09-15 19:16:30 | USED | KEEP — table storage | |||||
| host-947.dbo.PolicyArchive.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyArchive.IX_LedgerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_StaffingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_StaffingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_BatchLog | 80 | NONCLUSTERED | 141 | 8 | 0 | 570 | 2026-09-15 14:32:15 | 2026-09-15 19:22:19 | USED | keep — in use | |||||
| host-947.dbo.ClaimHistory.IX_RosterSummary | 88 | NONCLUSTERED | 31385 | 8 | 0 | 820 | 2026-09-15 23:29:54 | 2026-09-15 19:22:20 | USED | keep — in use | |||||
| host-947.dbo.ClaimHistory.IX_ShiftQueue | 15 | NONCLUSTERED | 28791 | 0 | 0 | 938 | 2026-09-15 20:31:37 | 2026-09-15 19:22:16 | USED | keep — in use | |||||
| host-947.dbo.ClaimHistory.IX_BookingMonthly | 13 | NONCLUSTERED | 6075 | 0 | 0 | 563 | 2026-09-15 17:10:30 | 2026-09-15 19:22:15 | USED | keep — in use | |||||
| host-947.dbo.ClaimHistory.IX_MeterQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-15 19:22:15 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_ShipmentSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-15 19:22:15 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_LedgerDaily | 72 | NONCLUSTERED | 2644 | 8 | 0 | 1462 | 2026-09-15 21:31:52 | 2026-09-15 19:22:19 | USED | keep — in use | |||||
| host-947.dbo.ClaimHistory.IX_CatalogHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-15 19:22:15 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_CustomerDetail | 10 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-15 19:22:15 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_RouteHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-15 19:22:15 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_SettlementSummary | 12 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-15 19:22:15 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 10090109 | 75 | 41913 | 2411 | 2026-09-16 01:01:33 | 2026-09-15 19:22:15 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_ShiftLog | 16 | NONCLUSTERED | 17821 | 0 | 0 | 563 | 2026-09-15 20:31:37 | 2026-09-15 19:22:16 | USED | keep — in use | |||||
| host-947.dbo.ClaimHistory.IX_SupplierDetail | 2 | NONCLUSTERED | 1646 | 0 | 0 | 570 | 2026-09-15 22:41:42 | 2026-09-15 19:22:15 | USED | keep — in use | |||||
| host-947.dbo.ClaimHistory.IX_MeterQueue | 11 | NONCLUSTERED | 8 | 0 | 0 | 792 | 2026-09-14 17:00:18 | 2026-09-15 19:22:15 | USED | keep — in use | |||||
| host-947.dbo.ClaimHistory.IX_ContractLog | 4 | NONCLUSTERED | Y | 27106 | 0 | 0 | 563 | 2026-09-15 22:18:01 | 2026-09-15 19:22:15 | USED | keep — in use | ||||
| host-947.dbo.ClaimHistory.IX_StaffingLog | 14 | NONCLUSTERED | 129 | 0 | 0 | 792 | 2026-09-15 17:30:54 | 2026-09-15 19:22:15 | USED | keep — in use | |||||
| host-947.dbo.ClaimHistory.IX_AssetDaily | 17 | NONCLUSTERED | Y | 2872 | 16 | 0 | 563 | 2026-09-15 20:41:00 | 2026-09-15 19:22:16 | USED | keep — in use | ||||
| host-947.dbo.ClaimHistory.IX_CampaignStaging | 9 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-15 19:22:15 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_OrdersQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 563 | never | 2026-09-15 19:22:15 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_QuotaStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_CatalogDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_ForecastStaging | 1 | CLUSTERED | Y | 17524 | 0 | 0 | 0 | 2026-09-15 22:18:01 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimResult.IX_CustomerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 2052682 | 10 | 5714 | 5117 | 2026-09-15 23:35:44 | 2026-09-15 08:24:50 | USED | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_ShiftDaily | 3 | NONCLUSTERED | Y | 5714 | 0 | 0 | 1689 | 2026-09-15 17:05:54 | 2026-09-15 08:24:51 | USED | keep — in use | ||||
| host-947.dbo.BatchArchive.IX_PricingAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 1689 | never | 2026-09-15 08:24:51 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesLog.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_BillingStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_ContractDetail | 1 | CLUSTERED | 9 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ContractDaily.IX_TicketArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDaily.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySummary.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastEntry.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_CatalogSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastEntry.IX_CatalogSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStatus.IX_ReconcileQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStatus.IX_RosterDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketStatus.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_BookingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogAudit.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLog.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_TerritoryAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaEntry.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_BookingResult | 2 | NONCLUSTERED | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.TerritoryDaily.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_CampaignSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.SupplierMonthly.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_CatalogStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_PolicyArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerDetail.IX_PolicyLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_PricingResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierLine.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_QuotaStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementStatus.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_MeterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_PricingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 19:59:26 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_LedgerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLine.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_BillingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDetail.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteEntry.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_PolicyEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_ContractStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractEntry.IX_CustomerDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_RouteDetail | 63 | NONCLUSTERED | 105941 | 383 | 0 | 5004878 | 2026-09-15 23:25:09 | 2026-09-15 20:54:35 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_PayrollSummary | 62 | NONCLUSTERED | 11682004 | 87 | 0 | 5004878 | 2026-09-15 21:01:15 | 2026-09-15 20:52:41 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_ForecastAudit | 65 | NONCLUSTERED | 0 | 0 | 0 | 3278417 | never | 2026-09-15 20:55:38 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_CustomerDaily | 64 | NONCLUSTERED | 0 | 0 | 0 | 2572245 | never | 2026-09-15 20:55:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_RosterSummary | 77 | NONCLUSTERED | 1792101 | 0 | 0 | 5004878 | 2026-09-15 20:45:09 | 2026-09-15 21:03:03 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_LedgerDaily | 86 | NONCLUSTERED | 35228 | 0 | 0 | 2565579 | 2026-09-15 19:09:48 | 2026-09-15 21:12:26 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_BatchStaging | 87 | NONCLUSTERED | 18 | 0 | 0 | 2632885 | 2026-09-15 13:19:04 | 2026-09-15 21:13:04 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_ClaimResult | 90 | NONCLUSTERED | 1993577 | 0 | 0 | 5004878 | 2026-09-15 22:52:49 | 2026-09-15 21:15:36 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_QuotaEntry | 91 | NONCLUSTERED | 156362 | 0 | 0 | 3493246 | 2026-09-15 20:05:59 | 2026-09-15 21:16:02 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_TerritorySummary | 78 | NONCLUSTERED | 319871 | 0 | 0 | 5004878 | 2026-09-15 19:31:20 | 2026-09-15 21:04:32 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_ForecastQueue | 79 | NONCLUSTERED | 835 | 0 | 0 | 4148594 | 2026-09-15 16:02:34 | 2026-09-15 21:05:28 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_TicketDaily | 80 | NONCLUSTERED | 405317 | 0 | 0 | 5004878 | 2026-09-15 18:28:33 | 2026-09-15 21:07:22 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_ContractDetail | 81 | NONCLUSTERED | 2422 | 0 | 0 | 3876737 | 2026-09-13 18:42:06 | 2026-09-15 21:08:18 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_QuotaStatus | 82 | NONCLUSTERED | 3724 | 0 | 0 | 2565579 | 2026-09-15 17:42:42 | 2026-09-15 21:08:52 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_SalesSnapshot | 83 | NONCLUSTERED | 25685 | 147 | 0 | 5004878 | 2026-09-15 21:31:52 | 2026-09-15 21:10:21 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_ShiftEntry | 84 | NONCLUSTERED | 52711 | 0 | 0 | 4433741 | 2026-09-15 17:30:47 | 2026-09-15 21:11:08 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_BatchHeader | 85 | NONCLUSTERED | 18219 | 1 | 0 | 3278417 | 2026-09-15 20:22:45 | 2026-09-15 21:11:48 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_InvoiceLine | 73 | NONCLUSTERED | 1 | 0 | 0 | 2072558 | 2026-09-08 17:56:48 | 2026-09-15 21:00:17 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_BookingHistory | 14 | NONCLUSTERED | 3 | 0 | 0 | 3011370 | 2026-09-12 10:47:53 | 2026-09-15 20:25:59 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_OrdersEntry | 55 | NONCLUSTERED | 0 | 0 | 0 | 2568275 | never | 2026-09-15 20:45:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_ForecastAudit | 15 | NONCLUSTERED | 134799 | 0 | 0 | 4148594 | 2026-09-15 19:20:42 | 2026-09-15 20:26:36 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_BookingMonthly | 5 | NONCLUSTERED | 184329 | 0 | 0 | 2072558 | 2026-09-15 15:50:28 | 2026-09-15 20:17:41 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_QuotaArchive | 16 | NONCLUSTERED | 37318 | 0 | 0 | 3285083 | 2026-09-15 20:24:20 | 2026-09-15 20:27:18 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_InvoiceArchive | 11 | NONCLUSTERED | 0 | 0 | 0 | 2072558 | never | 2026-09-15 20:23:28 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_SettlementStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 2072558 | never | 2026-09-15 20:20:05 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_BillingStaging | 10 | NONCLUSTERED | 0 | 0 | 0 | 2072558 | never | 2026-09-15 20:22:56 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_TicketLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 2072558 | never | 2026-09-15 20:20:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_TicketAudit | 59 | NONCLUSTERED | 16 | 0 | 0 | 2402477 | 2026-09-14 17:00:18 | 2026-09-15 20:48:56 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_StaffingHeader | 60 | NONCLUSTERED | 30 | 0 | 0 | 2716255 | 2026-09-15 13:05:16 | 2026-09-15 20:49:49 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_InvoiceHistory | 57 | NONCLUSTERED | Y | 0 | 4 | 0 | 2072630 | 2026-09-14 15:42:58 | 2026-09-15 20:47:15 | USED | keep — in use | ||||
| host-947.dbo.LedgerDaily.IX_ReconcileArchive | 56 | NONCLUSTERED | 2841 | 0 | 0 | 2259243 | 2026-09-15 18:55:58 | 2026-09-15 20:46:39 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_PolicyEntry | 3 | NONCLUSTERED | 278 | 0 | 0 | 2568275 | 2026-09-15 18:03:28 | 2026-09-15 20:16:13 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_ForecastEntry | 6 | NONCLUSTERED | 24093 | 0 | 0 | 4590462 | 2026-09-15 19:09:48 | 2026-09-15 20:19:33 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_ForecastStatus | 9 | NONCLUSTERED | 0 | 0 | 0 | 4004167 | never | 2026-09-15 20:22:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_MeterHistory | 61 | NONCLUSTERED | 8 | 0 | 0 | 2402477 | 2026-09-12 15:38:52 | 2026-09-15 20:51:00 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 11957251 | 0 | 0 | 2072558 | 2026-09-15 22:54:35 | 2026-09-15 20:15:30 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_TerritoryAudit | 12 | NONCLUSTERED | 2 | 0 | 0 | 2084746 | 2026-09-08 08:20:46 | 2026-09-15 20:23:59 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_TicketQueue | 4 | NONCLUSTERED | 106275 | 0 | 0 | 4101804 | 2026-09-15 20:22:45 | 2026-09-15 20:17:05 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_CustomerStatus | 1 | CLUSTERED | Y | 88459916 | 19 | 12107508 | 5004878 | 2026-09-15 22:54:50 | 2026-09-15 20:15:02 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_BillingQueue | 13 | NONCLUSTERED | 124423 | 0 | 0 | 3278417 | 2026-09-15 22:52:49 | 2026-09-15 20:24:41 | USED | keep — in use | |||||
| host-947.dbo.LedgerDaily.IX_TicketMonthly | 58 | NONCLUSTERED | 5 | 0 | 0 | 2402477 | 2026-09-13 17:46:36 | 2026-09-15 20:48:02 | USED | keep — in use | |||||
| host-947.dbo.MeterEntry.IX_PayrollEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterEntry.IX_WarehouseDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterEntry.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_BillingEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterEntry.IX_CatalogResult | 1 | CLUSTERED | Y | 6786 | 0 | 0 | 0 | 2026-09-15 20:17:56 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_ShiftArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_WarehouseLog | 1 | CLUSTERED | 5 | 0 | 0 | 0 | 2026-09-14 12:48:13 | never | USED | KEEP — table storage | |||||
| host-947.dbo.TerritoryResult.IX_StaffingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_BillingSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_WarehouseEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_StaffingEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_QuotaQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_WarehouseResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentStatus.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 16410 | 11 | 0 | 0 | 2026-09-15 20:21:16 | 2026-03-29 20:15:22 | USED | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_PricingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_ShiftHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_BookingHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_TicketStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_ClaimAudit | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_PolicyDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_LedgerStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_WarehouseStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_SupplierHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_QuotaSummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_RouteLine | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-12 12:55:03 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_PolicyHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogSummary.IX_BookingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_SalesArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_ReconcileLine | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_ShipmentEntry | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_ReconcileDaily | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_StaffingEntry | 11 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_ShipmentResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_RouteHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_AssetLine | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_WarehouseHeader | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSummary.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_ReconcileMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_BookingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_ClaimDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_SalesMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSnapshot.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_MeterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_TicketDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_BatchStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_ClaimLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_InvoiceArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_PricingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSnapshot.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_PayrollSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_TerritoryEntry | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSnapshot.IX_PayrollQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStatus.IX_WarehouseMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStatus.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_CustomerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_ForecastHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHeader.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:15:22 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_TicketStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogSummary.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_AssetMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_CatalogStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_InvoiceDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_InvoiceStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_CustomerSnapshot | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_ContractMonthly | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_SettlementSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_InvoiceAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_RouteStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.<Name of Missing Index, sysname,> | 15 | NONCLUSTERED | 95937 | 0 | 0 | 369188 | 2026-09-15 20:21:16 | 2026-09-15 14:46:43 | USED | keep — in use | |||||
| host-947.dbo.SupplierDetail.IX_AssetResult | 16 | NONCLUSTERED | 2 | 0 | 0 | 367823 | 2026-09-10 14:37:46 | 2026-09-15 14:46:25 | USED | keep — in use | |||||
| host-947.dbo.SupplierDetail.IX_CampaignDetail | 20 | NONCLUSTERED | 58422 | 8 | 0 | 369188 | 2026-09-15 19:31:15 | 2026-09-15 14:47:11 | USED | keep — in use | |||||
| host-947.dbo.SupplierDetail.IX_CampaignQueue | 21 | NONCLUSTERED | 1089963 | 37110 | 0 | 369188 | 2026-09-15 19:31:20 | 2026-09-15 14:46:49 | USED | keep — in use | |||||
| host-947.dbo.SupplierDetail.IX_InvoiceLine | 17 | NONCLUSTERED | 0 | 0 | 0 | 367715 | never | 2026-09-15 14:47:04 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierDetail.IX_PayrollQueue | 18 | NONCLUSTERED | 383995 | 0 | 0 | 367823 | 2026-09-15 17:09:09 | 2026-09-15 14:46:18 | USED | keep — in use | |||||
| host-947.dbo.SupplierDetail.IX_CatalogHeader | 19 | NONCLUSTERED | 225859 | 0 | 0 | 369188 | 2026-09-15 21:01:17 | 2026-09-15 14:46:09 | USED | keep — in use | |||||
| host-947.dbo.SupplierDetail.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 2611284 | 0 | 0 | 367715 | 2026-09-15 22:54:50 | 2026-09-15 14:46:03 | USED | keep — in use | ||||
| host-947.dbo.SupplierDetail.IX_ShipmentResult | 14 | NONCLUSTERED | Y | 49 | 3 | 0 | 367715 | 2026-09-15 16:08:55 | 2026-09-15 14:46:07 | USED | keep — in use | ||||
| host-947.dbo.SupplierDetail.IX_ReconcileResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 367715 | never | 2026-09-15 14:46:05 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierDetail.IX_CampaignArchive | 1 | CLUSTERED | Y | Y | 27121390 | 163 | 1177826 | 369188 | 2026-09-15 23:34:17 | 2026-09-15 14:46:31 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_TerritoryMonthly | 12 | NONCLUSTERED | 27948 | 0 | 0 | 367715 | 2026-09-15 23:25:09 | 2026-09-15 14:46:42 | USED | keep — in use | |||||
| host-947.dbo.SupplierDetail.IX_ReconcileSummary | 4 | NONCLUSTERED | 25396 | 0 | 0 | 367823 | 2026-09-15 19:09:48 | 2026-09-15 14:48:13 | USED | keep — in use | |||||
| host-947.dbo.RouteLog.IX_CustomerDaily | 6 | NONCLUSTERED | 79673 | 0 | 0 | 315119 | 2026-09-15 18:01:21 | 2026-09-15 14:39:43 | USED | keep — in use | |||||
| host-947.dbo.RouteLog.IX_SalesArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 315119 | never | 2026-09-15 14:40:02 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_PricingDetail | 1 | CLUSTERED | Y | 381672 | 0 | 72552 | 315119 | 2026-09-15 20:12:05 | 2026-09-15 14:39:12 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 72552 | 0 | 0 | 315119 | 2026-09-15 18:01:21 | 2026-09-15 14:39:37 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_BillingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastAudit.IX_StaffingLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastAudit.IX_SalesResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_SettlementLog | 1 | CLUSTERED | Y | 203608 | 0 | 0 | 0 | 2026-09-15 19:09:48 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_SettlementHeader | 3 | NONCLUSTERED | Y | 157620 | 0 | 0 | 0 | 2026-09-15 17:30:52 | never | USED | keep — in use | ||||
| host-947.dbo.SalesLog.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_OrdersStatus | 1 | CLUSTERED | Y | 11699 | 0 | 0 | 0 | 2026-09-15 19:09:48 | never | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_MeterLog | 3 | NONCLUSTERED | Y | 349529 | 0 | 0 | 0 | 2026-09-15 17:30:52 | never | USED | keep — in use | ||||
| host-947.dbo.StaffingStatus.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_RouteLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_SupplierAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_ShiftStatus | 1 | CLUSTERED | Y | 67040 | 0 | 87 | 15564 | 2026-09-15 20:05:59 | 2026-09-03 16:09:02 | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_SalesDaily | 3 | NONCLUSTERED | Y | 1532 | 0 | 0 | 15564 | 2026-09-15 18:59:11 | 2026-09-03 16:09:04 | USED | keep — in use | ||||
| host-947.dbo.ShipmentDaily.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 87 | 0 | 0 | 15564 | 2026-09-14 17:09:33 | 2026-09-03 16:09:04 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_RosterResult | 3 | NONCLUSTERED | Y | 414 | 0 | 0 | 10265 | 2026-09-15 18:30:41 | 2026-09-08 12:40:11 | USED | keep — in use | ||||
| host-947.dbo.WarehouseLine.IX_BatchArchive | 1 | CLUSTERED | Y | 55487 | 0 | 21 | 10265 | 2026-09-15 20:05:59 | 2026-09-08 12:40:05 | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | Y | 21 | 0 | 0 | 10265 | 2026-09-14 13:45:00 | 2026-09-08 12:40:29 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_StaffingSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollAudit.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_RouteStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingQueue.IX_RouteResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_SupplierStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_OrdersLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStatus.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_ClaimSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_BookingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_QuotaAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_RouteStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_TerritoryArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_StaffingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHistory.IX_BatchHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLog.IX_StaffingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLog.IX_MeterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_RouteStatus | 3 | NONCLUSTERED | Y | 8972383 | 0 | 0 | 314510 | 2026-09-15 20:21:16 | 2026-09-12 06:20:07 | USED | keep — in use | ||||
| host-947.dbo.RosterHistory.IX_SettlementEntry | 1 | CLUSTERED | Y | 4331502 | 0 | 8622954 | 314510 | 2026-09-15 22:54:50 | 2026-09-12 06:19:58 | USED | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 314510 | never | 2026-09-12 06:19:59 | UNUSED | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_ReconcileStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_CatalogLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_SettlementQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDaily.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_BookingLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_SupplierLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_CampaignQueue | 3 | NONCLUSTERED | Y | 357686 | 0 | 0 | 8934 | 2026-09-15 17:30:52 | 2026-08-17 10:44:24 | USED | keep — in use | ||||
| host-947.dbo.ClaimSnapshot.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 67852 | 0 | 8157 | 8934 | 2026-09-15 20:22:43 | 2026-08-17 10:55:04 | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimSnapshot.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 8934 | never | 2026-08-17 10:55:01 | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_PricingSummary | 3 | NONCLUSTERED | Y | 403175 | 0 | 0 | 10225 | 2026-09-15 19:25:32 | 2026-09-08 15:42:12 | USED | keep — in use | ||||
| host-947.dbo.OrdersArchive.IX_RouteSnapshot | 1 | CLUSTERED | Y | 141715 | 0 | 64392 | 10225 | 2026-09-15 20:38:28 | 2026-09-08 15:42:19 | USED | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 10225 | never | 2026-09-08 15:42:17 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_ShiftAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:18:19 | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastAudit.IX_TerritoryAudit | 1 | CLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-08 18:01:28 | 2026-03-29 20:18:19 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastAudit.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:18:19 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_PolicyHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchMonthly.IX_MeterArchive | 1 | CLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-08 18:01:28 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_SalesDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStatus.IX_MeterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_StaffingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_QuotaSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_PricingAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDaily.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_ClaimDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_BookingMonthly | 3 | NONCLUSTERED | Y | 448619 | 0 | 0 | 7043 | 2026-09-15 20:22:45 | 2026-08-14 18:22:06 | USED | keep — in use | ||||
| host-947.dbo.ForecastHistory.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 7043 | never | 2026-08-14 18:22:09 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ShiftStatus | 1 | CLUSTERED | Y | 550649 | 0 | 101215 | 7043 | 2026-09-15 21:06:03 | 2026-08-14 18:22:02 | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_PayrollDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_StaffingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_ShiftResult | 4 | NONCLUSTERED | 5429 | 0 | 0 | 247942 | 2026-09-14 17:11:20 | 2026-09-09 09:07:41 | USED | keep — in use | |||||
| host-947.dbo.RouteSnapshot.IX_ShiftAudit | 1 | CLUSTERED | Y | 175113 | 0 | 28424 | 247942 | 2026-09-15 20:05:40 | 2026-09-09 09:07:46 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_LedgerDaily | 3 | NONCLUSTERED | Y | 108097 | 0 | 0 | 247866 | 2026-09-15 20:05:40 | 2026-09-09 09:07:51 | USED | keep — in use | ||||
| host-947.dbo.RouteSnapshot.IX_BillingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 247866 | never | 2026-09-09 09:07:45 | UNUSED | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_BatchSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_LedgerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_AssetStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStatus.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_CustomerLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSnapshot.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_ForecastDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHistory.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_CampaignDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_CatalogDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_ClaimResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_CatalogResult | 17 | NONCLUSTERED | 0 | 0 | 0 | 509338 | never | 2026-09-12 13:29:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_BatchMonthly | 16 | NONCLUSTERED | 236832 | 0 | 0 | 509338 | 2026-09-14 12:42:53 | 2026-09-12 13:29:29 | USED | keep — in use | |||||
| host-947.dbo.MeterHeader.IX_CustomerDaily | 18 | NONCLUSTERED | 0 | 0 | 0 | 509338 | never | 2026-09-12 13:29:20 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 1858704 | 0 | 0 | 509338 | 2026-09-15 20:22:45 | 2026-09-12 13:29:17 | USED | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_BillingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 509338 | never | 2026-09-12 13:29:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_OrdersDaily | 2 | NONCLUSTERED | 332702 | 0 | 0 | 509338 | 2026-09-14 12:42:53 | 2026-09-12 13:29:26 | USED | keep — in use | |||||
| host-947.dbo.TicketStatus.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_PayrollSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_BookingHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.AssetEntry.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_ShiftHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_SettlementHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_SalesLog | 1 | CLUSTERED | Y | Y | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_RouteMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDaily.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_ShipmentEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignMonthly.IX_BillingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_TerritoryHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDetail.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDetail.IX_PayrollEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_ForecastStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_LedgerArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_SupplierSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDaily.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_SettlementAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDaily.IX_TerritoryStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSummary.IX_CustomerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSummary.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_PayrollLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_RouteStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyQueue.IX_WarehouseResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_CatalogDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDetail.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_QuotaLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:25 | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:25 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastEntry.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:25 | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_CustomerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:25 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSnapshot.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogAudit.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_PayrollEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_BillingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_TicketArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetQueue.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHistory.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDetail.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStatus.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_ForecastSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_LedgerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDetail.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_WarehouseEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-10 16:12:16 | 2026-03-29 20:22:26 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_CatalogArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_MeterArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHistory.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_RouteDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 2 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_MeterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_BatchDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_RosterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_OrdersHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_AssetDaily | 1 | CLUSTERED | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — table storage | |||||
| host-947.dbo.LedgerDaily.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_BookingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStaging.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_WarehouseResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_ContractHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_TerritoryAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_AssetDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_BatchHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_ShipmentSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.OrdersDetail.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 124 | 0 | 0 | 0 | 2026-09-14 08:21:24 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_SalesSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_WarehouseDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_BatchHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_QuotaAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_ContractDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_AssetMonthly | 1 | CLUSTERED | 8 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | |||||
| host-947.dbo.SettlementEntry.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_RosterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_ClaimSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseLog.IX_ClaimSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLog.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_BookingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_ContractHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 710 | 0 | 0 | 0 | 2026-09-15 17:46:28 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_QuotaMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteAudit.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteAudit.IX_CampaignHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_BookingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_StaffingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStatus.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_ForecastLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_TerritoryArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_OrdersLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_SettlementDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_QuotaDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStatus.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStatus.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_BatchArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_WarehouseArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSummary.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSummary.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_AssetHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHistory.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_BillingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_ReconcileArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_OrdersLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_SupplierResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractArchive.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_SettlementAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_BookingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDetail.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_ContractQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySummary.IX_StaffingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 302312 | 0 | 0 | 0 | 2026-09-15 20:22:40 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_WarehouseStatus | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySummary.IX_LedgerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_OrdersMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_SettlementStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_AssetSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_CustomerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_PricingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_BatchStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_CatalogArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerEntry.IX_ForecastLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 79673 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_ReconcileStaging | 1 | CLUSTERED | 79673 | 0 | 0 | 79673 | 2026-09-15 18:01:21 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ClaimArchive.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_QuotaSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 76 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.MeterArchive.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 76 | 0 | 0 | 76 | 2026-09-15 15:53:50 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_PolicyEntry | 1 | CLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_ShipmentHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_RosterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_CampaignLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_QuotaDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_BookingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_BillingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 2 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceResult.IX_QuotaSummary | 2 | NONCLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_ShipmentQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_MeterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractQueue.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_PolicyResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLog.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesArchive.IX_ForecastQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_BatchSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_CampaignLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_BatchLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_AssetArchive | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesArchive.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 585 | 0 | 0 | 0 | 2026-09-15 17:46:28 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SalesArchive.IX_PricingSnapshot | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_PayrollDetail | 5 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_PolicyLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_WarehouseDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimResult.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingResult.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStatus.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_ReconcileSnapshot | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_ShiftArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_AssetMonthly | 1 | CLUSTERED | 159354 | 0 | 0 | 0 | 2026-09-15 18:01:21 | never | USED | KEEP — table storage | |||||
| host-947.dbo.AssetSummary.IX_InvoiceSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHistory.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 79673 | 0 | 0 | 79673 | 2026-09-15 18:01:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 79673 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.TicketAudit.IX_BookingLog | 1 | CLUSTERED | Y | Y | 27 | 0 | 0 | 0 | 2026-09-15 14:32:47 | 2026-03-29 20:22:26 | USED | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_AssetDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:26 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStaging.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_QuotaHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDaily.IX_MeterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDaily.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogQueue.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerQueue.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_ContractDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_RosterMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_PricingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_StaffingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDaily.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_SupplierLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHeader.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_OrdersMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_LedgerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLine.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_TicketStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_PricingStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_BookingResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_PolicyDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStatus.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_ContractHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_OrdersDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_BookingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDetail.IX_BookingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_SupplierStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStatus.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHistory.IX_RouteLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_StaffingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLog.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_ShipmentLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_BillingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSummary.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_OrdersLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerLog.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_InvoiceDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_PayrollLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryEntry.IX_CustomerLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryEntry.IX_TerritoryStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryEntry.IX_ContractAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_LedgerQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_ShiftHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_ContractEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketEntry.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_ClaimStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_CatalogEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_MeterDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseDetail.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_ShiftSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_ContractQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_ClaimStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterAudit.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_ReconcileStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_ForecastMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerMonthly.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 61 | 0 | 0 | 0 | 2026-09-15 15:07:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_ShipmentDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStatus.IX_TerritoryLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_LedgerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_SalesQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterEntry.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_BookingDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketDaily.IX_TerritoryAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDaily.IX_RosterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_WarehouseAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_BillingSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignStaging.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_RosterArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketAudit.IX_RosterArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketAudit.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_ContractSnapshot | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_ContractAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDaily.IX_SupplierMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSnapshot.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_LedgerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftQueue.IX_CustomerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_OrdersSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHeader.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_RosterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_ShipmentAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLine.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_LedgerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_CustomerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_PayrollAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_BookingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_TicketStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterResult.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_WarehouseEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_ReconcileStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_ClaimSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_TicketHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_MeterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractSummary.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_BookingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStaging.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:27 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_MeterHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingMonthly.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_WarehouseAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementEntry.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_MeterSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_ShipmentHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_CustomerLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_PayrollAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_CampaignSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_SalesStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_TerritoryStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_PolicyHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_RouteSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_InvoiceLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingLog.IX_RosterResult | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_RosterAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_QuotaResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_ClaimAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_PolicyAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_PayrollLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterDaily.IX_SalesLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_LedgerResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteAudit.IX_BookingHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteAudit.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_AssetLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_RouteDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementDetail.IX_ClaimStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_ContractResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimStaging.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_OrdersSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollArchive.IX_QuotaLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollArchive.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_CatalogDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLog.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_PayrollMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHistory.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHistory.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_InvoiceQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHistory.IX_TerritoryMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_InvoiceDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchAudit.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_RosterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_LedgerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSnapshot.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDaily.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_ContractDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_ClaimAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_StaffingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_AssetStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_CampaignStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHeader.IX_StaffingSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesHeader.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_ShiftHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDaily.IX_RouteHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDaily.IX_ShiftLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingDaily.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_ForecastArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_RouteLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_BillingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDaily.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_BatchLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileMonthly.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_PricingArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.IX_SettlementAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.IX_ReconcileHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_CustomerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_SettlementHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_ShipmentStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_LedgerEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PolicyQueue.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_BatchAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_RosterEntry | 1 | CLUSTERED | 64 | 12 | 0 | 0 | 2026-09-15 14:26:39 | never | USED | KEEP — table storage | |||||
| host-947.dbo.BookingSnapshot.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_OrdersEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_PolicySummary | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_BillingDetail | 1 | CLUSTERED | 12 | 0 | 0 | 0 | 2026-09-14 08:06:56 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ReconcileStaging.IX_SettlementStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_TicketEntry | 3 | NONCLUSTERED | 64 | 0 | 0 | 0 | 2026-09-15 14:26:39 | never | USED | keep — in use | |||||
| host-947.dbo.ReconcileStaging.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_PolicyResult | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_ShiftDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingEntry.IX_TicketEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_ForecastDaily | 3 | NONCLUSTERED | 70 | 0 | 0 | 0 | 2026-09-15 14:26:39 | never | USED | keep — in use | |||||
| host-947.dbo.StaffingEntry.IX_SalesResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_ShipmentStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_LedgerDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_ClaimLine | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_LedgerQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_CampaignEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketHeader.IX_SettlementSnapshot | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_SalesDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_InvoiceQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_BatchSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_TerritorySnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_CatalogAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_MeterLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_ReconcileHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CustomerMonthly.IX_TicketLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_TerritoryDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterResult.IX_ClaimEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_PayrollHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogMonthly.IX_BillingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseQueue.IX_RosterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseQueue.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_SalesSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_CampaignLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_ShiftSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesMonthly.IX_ReconcileLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_PricingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_SalesSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDetail.IX_SalesResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceEntry.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 218671 | never | 2026-08-24 12:06:05 | UNUSED | KEEP — primary key | |||
| host-947.dbo.InvoiceEntry.IX_RosterHistory | 1 | CLUSTERED | 89420 | 0 | 0 | 218671 | 2026-09-15 22:49:10 | 2026-08-24 13:00:02 | USED | KEEP — table storage | |||||
| host-947.dbo.InvoiceEntry.IX_ShiftArchive | 3 | NONCLUSTERED | 195472 | 0 | 0 | 218671 | 2026-09-15 22:54:51 | 2026-08-23 18:05:19 | USED | keep — in use | |||||
| host-947.dbo.QuotaResult.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_StaffingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_ForecastSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_RosterStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingArchive.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignEntry.IX_QuotaQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_QuotaQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_QuotaResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_PolicyDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_StaffingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_TicketHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_ShiftStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_SalesArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_ClaimSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_TerritoryDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_TerritorySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySnapshot.IX_BillingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_LedgerMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_RosterLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStaging.IX_ReconcileArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStaging.IX_ShiftEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStaging.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_RosterHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_TicketHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimQueue.IX_SalesHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_SettlementResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_PayrollDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_ContractHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_RouteStaging | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_CatalogAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerArchive.IX_PricingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketEntry.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_AssetStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_ReconcileDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_PayrollDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_BookingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_LedgerHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_ClaimHistory | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_StaffingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_BillingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_BillingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_BillingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_OrdersLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSummary.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_ClaimDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_QuotaStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseMonthly.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_QuotaQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_CampaignLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_MeterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_BatchResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_SalesMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_TicketLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_ShiftDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_SalesStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDaily.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_WarehouseQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteResult.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_MeterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_QuotaQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingAudit.IX_ContractHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingAudit.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_ClaimResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_BillingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_OrdersSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingMonthly.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingMonthly.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_MeterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterArchive.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_TicketSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDaily.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDaily.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_OrdersDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySummary.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_LedgerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLog.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_AssetHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_ForecastSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHistory.IX_ForecastAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_ForecastAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_WarehouseResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_OrdersResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_CatalogHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_TerritoryLog | 1 | CLUSTERED | 1 | 0 | 0 | 1 | 2026-09-11 15:18:47 | never | USED | KEEP — table storage | |||||
| host-947.dbo.QuotaLine.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_ShiftSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_AssetDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 1559 | 0 | 0 | 0 | 2026-09-15 21:06:17 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_BillingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_CatalogEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_TerritoryHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_ForecastLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_ClaimDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_SalesStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_StaffingStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_BatchMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_SupplierSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_SupplierDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_OrdersLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_ShipmentStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_CatalogStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLog.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_InvoiceSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileAudit.IX_TerritoryEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileAudit.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-11 09:45:05 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_PolicyDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_BookingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSnapshot.IX_StaffingLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_SalesMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_AssetHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_SalesLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_OrdersStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_InvoiceSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStatus.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_ShiftResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_PayrollHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingEntry.IX_BillingLog | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_SalesSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingEntry.IX_SalesStaging | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_ForecastLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesEntry.IX_CustomerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_LedgerSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesEntry.IX_RouteHistory | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_CampaignStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHeader.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHeader.IX_MeterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_CustomerStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileEntry.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileAudit.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 144 | 68 | 0 | 0 | 2026-09-15 15:34:25 | 2026-03-29 20:22:29 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 16 | 0 | 0 | 0 | 2026-09-15 14:41:06 | 2026-03-29 20:22:29 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_TicketQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_PayrollEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseStaging.IX_RouteDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_BillingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ContractAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_LedgerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDetail.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_TerritoryArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_LedgerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_ContractSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStaging.IX_SettlementSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStaging.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_CatalogStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_PricingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSnapshot.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDetail.IX_InvoiceLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_PricingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_BillingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_SupplierStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_AssetResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLine.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_ShiftHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_PayrollHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_PayrollLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_BatchLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_SettlementLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDaily.IX_ContractLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_ReconcileQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHeader.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_PolicyStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_SalesArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_CatalogResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimEntry.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_MeterMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStaging.IX_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_PolicySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_ShiftSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLine.IX_SalesMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLine.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_ForecastResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingEntry.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHeader.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterAudit.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_StaffingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_TicketSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_OrdersSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_CatalogHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDetail.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_PayrollHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_ReconcileLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_ForecastAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_CampaignLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDetail.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_ForecastEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_RosterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_OrdersSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseArchive.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_CampaignLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDaily.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_QuotaStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_QuotaDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDetail.IX_BillingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_SalesArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_ClaimHistory | 2 | NONCLUSTERED | Y | 17 | 0 | 0 | 0 | 2026-09-14 07:35:54 | never | USED | keep — in use | ||||
| host-947.dbo.RosterAudit.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_AssetDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLine.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_MeterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStaging.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_BatchSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_PricingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDaily.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_OrdersHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_StaffingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_LedgerLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDetail.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_OrdersStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_BillingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_LedgerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 153 | 0 | 0 | 2026-09-14 07:35:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_LedgerLine | 2 | NONCLUSTERED | Y | 17 | 0 | 0 | 0 | 2026-09-14 07:35:54 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimHeader.IX_ClaimDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_ForecastStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLog.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_SettlementEntry | 2 | NONCLUSTERED | Y | 5 | 0 | 0 | 0 | 2026-09-12 09:31:45 | 2026-03-29 20:22:30 | USED | keep — in use | ||||
| host-947.dbo.SettlementArchive.IX_InvoiceHeader | 3 | NONCLUSTERED | Y | 648 | 0 | 0 | 0 | 2026-09-15 20:35:21 | 2026-03-29 20:22:30 | USED | keep — in use | ||||
| host-947.dbo.SettlementArchive.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 62906 | 105 | 650 | 0 | 2026-09-15 21:00:55 | 2026-03-29 20:22:30 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_CustomerLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_ShiftHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_StaffingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHistory.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_AssetSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHistory.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_StaffingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_CustomerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_ForecastQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_ContractSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_OrdersDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_BookingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingAudit.IX_QuotaArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_ClaimDetail | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_LedgerStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.IX_ShipmentDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLine.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 08:52:34 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_ShiftAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_PolicyDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_PolicyStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_CatalogResult | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_RosterLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLine.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_TicketEntry | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_BillingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_MeterStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketEntry.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketEntry.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_BatchDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDaily.IX_ReconcileLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_SupplierStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_BookingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_CatalogStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSnapshot.IX_SettlementStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_ForecastHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceArchive.IX_WarehouseQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceArchive.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_LedgerDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_OrdersHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_StaffingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_LedgerEntry | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStatus.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_ClaimResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_SettlementStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_InvoiceAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_TicketQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_CampaignHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerResult.IX_ClaimDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_CatalogStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_ReconcileResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_ShiftQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_WarehouseLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_RouteDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_QuotaQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDaily.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_ClaimQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_ContractLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerArchive.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDetail.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_TerritoryEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_PayrollArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_CatalogSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_SalesLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryMonthly.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_MeterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_OrdersResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_ForecastHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_ShipmentQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_LedgerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_ShipmentDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_RouteStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_OrdersLog | 2 | NONCLUSTERED | Y | 12 | 0 | 0 | 0 | 2026-09-15 10:45:49 | 2026-03-29 20:22:30 | USED | keep — in use | ||||
| host-947.dbo.PricingDaily.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 61 | 48256 | 12 | 0 | 2026-09-15 16:30:35 | 2026-03-29 20:22:30 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_PayrollSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_AssetLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersMonthly.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_PayrollSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_WarehouseQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketArchive.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_SettlementArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_LedgerQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_OrdersAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_ReconcileLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterEntry.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_WarehouseStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingAudit.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_ContractMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterAudit.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_CampaignHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_ClaimEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_SalesResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_TerritoryQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 1709 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_OrdersArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 1709 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_CatalogMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 1709 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_SettlementSummary | 7 | NONCLUSTERED | 8 | 8 | 0 | 1709 | 2026-09-15 09:22:04 | never | USED | keep — in use | |||||
| host-947.dbo.OrdersSnapshot.IX_ClaimSummary | 4 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1709 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_SettlementHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 1709 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_WarehouseHistory | 8 | NONCLUSTERED | 1709 | 0 | 0 | 1709 | 2026-09-15 17:46:28 | never | USED | keep — in use | |||||
| host-947.dbo.OrdersSnapshot.IX_PayrollDetail | 1 | CLUSTERED | 208 | 32 | 0 | 1709 | 2026-09-15 09:22:05 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ForecastMonthly.IX_ForecastDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_BookingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLog.IX_ContractLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLog.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLog.IX_TerritoryHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_CampaignDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignMonthly.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_BillingResult | 2 | NONCLUSTERED | Y | 8 | 8 | 0 | 0 | 2026-09-15 09:22:04 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentMonthly.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_BatchDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStaging.IX_ShipmentStatus | 1 | CLUSTERED | Y | 16 | 0 | 0 | 0 | 2026-09-15 09:22:04 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TicketEntry.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_ContractArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_QuotaStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_ForecastStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_TerritoryHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_TicketResult | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_RosterQueue | 31 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_LedgerDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_InvoiceHeader | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_PricingResult | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_ShipmentStatus | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_QuotaSummary | 30 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_CampaignStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SalesStaging | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SupplierStatus | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_CustomerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_ReconcileSnapshot | 21 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_MeterHistory | 27 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_CatalogDetail | 35 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_CampaignResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SalesResult | 22 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_ShipmentQueue | 29 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_RosterDaily | 24 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_WarehouseHistory | 26 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_TerritoryEntry | 34 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_CatalogDetail | 23 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_MeterSummary | 25 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_OrdersQueue | 28 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_AssetSummary | 20 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_RosterAudit | 19 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_WarehouseStaging | 18 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SalesResult | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_StaffingHistory | 33 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_ReconcileArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_ClaimEntry | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_BillingQueue | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_WarehouseStaging | 32 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_CustomerEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SupplierResult | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_ReconcileAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastMonthly.IX_StaffingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_RosterResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_ClaimQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHistory.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_TicketEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLog.IX_BillingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_SupplierDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_CustomerLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDetail.IX_SupplierAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDetail.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_ReconcileEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStaging.IX_StaffingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_MeterArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimMonthly.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSummary.IX_TicketStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_SalesDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_ReconcileLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_AssetHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_CustomerStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:30 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_LedgerHistory | 2 | NONCLUSTERED | 826 | 0 | 0 | 8723 | 2026-09-15 16:20:54 | 2026-09-10 15:23:27 | USED | keep — in use | |||||
| host-947.dbo.BillingArchive.IX_LedgerLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 8723 | never | 2026-09-10 15:23:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingArchive.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 32 | 0 | 451 | 8723 | 2026-09-15 16:20:54 | 2026-09-03 08:37:04 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_InvoiceDetail | 2 | NONCLUSTERED | 1572 | 0 | 0 | 156902 | 2026-09-15 23:01:16 | 2026-09-12 08:55:38 | USED | keep — in use | |||||
| host-947.dbo.OrdersStaging.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 60130 | 0 | 11 | 156902 | 2026-09-15 16:20:54 | 2026-09-12 08:55:44 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_PayrollQueue | 2 | NONCLUSTERED | 2 | 0 | 0 | 0 | 2026-09-08 08:42:54 | never | USED | keep — in use | |||||
| host-947.dbo.PayrollDaily.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_TerritoryLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHeader.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_CatalogDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_TicketHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingArchive.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_BillingMonthly | 2 | NONCLUSTERED | Y | 974 | 0 | 0 | 0 | 2026-09-15 22:38:21 | 2026-03-29 20:22:39 | USED | keep — in use | ||||
| host-947.dbo.TicketStatus.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 7 | 2056 | 974 | 6 | 2026-09-16 00:58:49 | 2026-03-29 20:22:39 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyEntry.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 195808 | 0 | 0 | 2026-09-15 16:20:54 | 2026-03-29 20:22:39 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerEntry.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_AssetLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-21 03:07:50 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileAudit.IX_SalesResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-21 03:07:50 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileAudit.IX_SettlementHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-21 03:07:50 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileAudit.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-21 03:07:50 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_QuotaQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_ShiftStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHistory.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_MeterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_BillingHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_ClaimMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_BatchStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_RosterResult | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_SettlementLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_CatalogStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDetail.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_BillingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesResult.IX_QuotaArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_BillingStatus | 1 | CLUSTERED | Y | 12 | 0 | 0 | 0 | 2026-09-14 12:11:58 | 2026-03-29 20:22:39 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_SalesSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_RouteArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_LedgerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_MeterStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogQueue.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_ForecastHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_ShipmentMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-14 10:22:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 5 | 0 | 0 | 0 | 2026-09-09 14:40:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_SupplierResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_RouteAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_BatchDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_QuotaStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_SettlementStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_CatalogSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_BillingHistory | 1 | CLUSTERED | Y | 66 | 0 | 0 | 0 | 2026-09-15 22:38:41 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_RosterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_LedgerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_PayrollAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHeader.IX_LedgerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHeader.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDetail.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimDetail.IX_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_QuotaAudit | 2 | NONCLUSTERED | Y | 4858 | 0 | 0 | 0 | 2026-09-15 20:36:58 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimLine.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 3509 | 0 | 0 | 2026-09-15 17:11:03 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 63 | 0 | 34 | 2026-09-15 15:13:01 | 2026-07-19 18:10:32 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLine.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_TicketAudit | 1 | CLUSTERED | Y | 508 | 899 | 602 | 1013 | 2026-09-15 14:14:07 | 2026-09-15 14:14:07 | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerHeader.IX_PolicyStatus | 36 | NONCLUSTERED | 1304 | 0 | 0 | 845 | 2026-09-15 14:14:07 | 2026-09-15 14:14:05 | USED | keep — in use | |||||
| host-947.dbo.CustomerHeader.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 129 | 0 | 0 | 171 | 2026-09-15 14:14:07 | 2026-09-15 14:14:03 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_OrdersSnapshot | 3 | NONCLUSTERED | 193 | 0 | 0 | 845 | 2026-09-15 14:14:03 | 2026-09-15 14:14:03 | USED | keep — in use | |||||
| host-947.dbo.PayrollLine.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLine.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-11 09:05:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_TerritoryDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_RosterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_PayrollDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_ShiftSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_CustomerHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 353 | 0 | 0 | 0 | 2026-09-15 16:14:04 | 2026-03-29 20:22:39 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_SalesEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_PricingMonthly | 13 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStatus.IX_RouteSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:39 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_BatchAudit | 3 | NONCLUSTERED | 1 | 0 | 0 | 1 | 2026-09-11 10:11:35 | 2026-07-19 18:10:33 | USED | keep — in use | |||||
| host-947.dbo.BookingArchive.IX_SalesLine | 2 | NONCLUSTERED | 2 | 0 | 0 | 1 | 2026-09-11 10:11:32 | 2026-07-19 18:10:33 | USED | keep — in use | |||||
| host-947.dbo.BookingArchive.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 2 | 2 | 1 | 2026-09-11 10:11:35 | 2026-07-19 18:10:33 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_ContractArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStatus.IX_SalesHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHistory.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 48 | 0 | 0 | 0 | 2026-09-11 20:31:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 3 | 0 | 0 | 0 | 2026-09-11 20:22:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_BillingLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 898 | never | 2026-07-19 18:10:33 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogDetail.IX_InvoiceEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 898 | never | 2026-07-19 18:10:33 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogDetail.IX_BillingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 898 | never | 2026-07-19 18:10:33 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogDetail.IX_AssetLog | 6 | NONCLUSTERED | 749 | 0 | 0 | 898 | 2026-09-15 20:51:16 | 2026-07-19 16:25:53 | USED | keep — in use | |||||
| host-947.dbo.CatalogDetail.IX_ReconcileResult | 7 | NONCLUSTERED | Y | 18419 | 0 | 0 | 6383 | 2026-09-15 23:02:06 | 2026-07-19 18:10:33 | USED | keep — in use | ||||
| host-947.dbo.CatalogDetail.IX_BookingLine | 1 | CLUSTERED | 9291 | 0 | 44732 | 6383 | 2026-09-15 23:02:07 | 2026-07-19 18:10:33 | USED | KEEP — table storage | |||||
| host-947.dbo.CatalogDetail.IX_BatchLog | 8 | NONCLUSTERED | Y | 25067 | 0 | 0 | 898 | 2026-09-15 23:02:07 | 2026-07-19 18:10:33 | USED | keep — in use | ||||
| host-947.dbo.CatalogDetail.IX_RosterSummary | 2 | NONCLUSTERED | Y | Y | 2131 | 0 | 0 | 898 | 2026-09-15 20:36:58 | 2026-07-19 18:10:33 | USED | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_BookingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 132 | 0 | 0 | 32 | 2026-09-15 20:00:19 | 2026-08-29 02:02:08 | USED | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 32 | never | 2026-08-29 02:02:28 | UNUSED | review carefully — unique | ||||
| host-947.dbo.CampaignLog.IX_BookingEntry | 2 | NONCLUSTERED | Y | 28 | 0 | 0 | 28 | 2026-09-15 16:14:16 | never | USED | keep — in use | ||||
| host-947.dbo.CampaignLog.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 28 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 10752 | 0 | 5603 | 503 | 2026-09-15 23:02:07 | 2026-07-19 18:10:35 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_ForecastLog | 2 | NONCLUSTERED | Y | 5603 | 0 | 0 | 503 | 2026-09-15 20:37:21 | 2026-07-19 18:10:35 | USED | keep — in use | ||||
| host-947.dbo.PayrollMonthly.IX_MeterDaily | 24 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:12:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_ShipmentHistory | 16 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:13:43 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_SalesSummary | 22 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:12:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_BillingLog | 18 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:12:29 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_QuotaDetail | 21 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:13:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_InvoiceQueue | 15 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:13:40 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_CampaignResult | 29 | NONCLUSTERED | 237 | 0 | 0 | 1566 | 2026-09-15 14:15:06 | 2026-08-20 11:14:34 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_LedgerQueue | 10 | NONCLUSTERED | 3 | 0 | 0 | 1767 | 2026-09-10 14:12:25 | 2026-08-20 11:13:07 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_PayrollSnapshot | 11 | NONCLUSTERED | 11 | 0 | 0 | 1569 | 2026-09-14 13:06:54 | 2026-08-20 11:13:22 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_RouteAudit | 8 | NONCLUSTERED | 0 | 0 | 0 | 1603 | never | 2026-08-20 11:13:06 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_PricingQueue | 9 | NONCLUSTERED | 0 | 0 | 0 | 1537 | never | 2026-08-20 11:13:12 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_TerritoryMonthly | 27 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:12:42 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_OrdersMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:14:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_LedgerSnapshot | 34 | NONCLUSTERED | 6617 | 0 | 0 | 1404 | 2026-09-15 23:02:06 | 2026-08-20 11:12:51 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_SupplierSummary | 28 | NONCLUSTERED | 110955 | 0 | 0 | 2673 | 2026-09-15 23:01:16 | 2026-08-20 11:12:43 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_WarehouseSnapshot | 31 | NONCLUSTERED | 6177 | 0 | 0 | 1446 | 2026-09-15 23:01:18 | 2026-08-20 11:12:49 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_ClaimSummary | 17 | NONCLUSTERED | 0 | 0 | 0 | 1446 | never | 2026-08-20 11:13:46 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_RouteHistory | 2 | NONCLUSTERED | Y | 5524 | 0 | 0 | 1404 | 2026-09-15 20:36:03 | 2026-08-20 11:12:23 | USED | keep — in use | ||||
| host-947.dbo.PayrollMonthly.IX_TerritoryAudit | 3 | NONCLUSTERED | 62519 | 0 | 0 | 1929 | 2026-09-15 23:01:16 | 2026-08-20 11:12:57 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_BookingSummary | 23 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:12:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_InvoiceEntry | 12 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:12:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_WarehouseDetail | 30 | NONCLUSTERED | 0 | 0 | 0 | 1446 | never | 2026-08-20 11:12:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_ShiftStatus | 25 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:12:40 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_CampaignSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:13:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 29085 | 2248 | 85782 | 6483 | 2026-09-15 23:02:06 | 2026-08-20 11:14:02 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_InvoiceDetail | 95 | NONCLUSTERED | 0 | 0 | 0 | 1498 | never | 2026-08-20 11:12:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_CampaignDaily | 20 | NONCLUSTERED | 2047 | 0 | 0 | 1498 | 2026-09-15 20:36:58 | 2026-08-20 11:12:36 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_TerritoryDetail | 33 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:14:06 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_SupplierDaily | 94 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:14:07 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_ContractResult | 93 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:12:55 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_WarehouseLog | 14 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:13:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_BillingQueue | 13 | NONCLUSTERED | 0 | 0 | 0 | 1404 | never | 2026-08-20 11:13:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_WarehouseArchive | 7 | NONCLUSTERED | 36217 | 0 | 0 | 3490 | 2026-09-15 20:36:04 | 2026-08-20 11:13:02 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_RouteArchive | 5 | NONCLUSTERED | 15543 | 0 | 0 | 1498 | 2026-09-15 20:36:04 | 2026-08-20 11:12:52 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_ShiftAudit | 32 | NONCLUSTERED | 0 | 0 | 0 | 1446 | never | 2026-08-20 11:14:06 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingSnapshot.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 3939 | 0 | 2026-09-15 16:01:39 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_SalesDetail | 2 | NONCLUSTERED | Y | Y | 5015 | 0 | 0 | 0 | 2026-09-15 20:36:58 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_StaffingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_ReconcileEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_WarehouseSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_TerritoryEntry | 4 | NONCLUSTERED | 7573 | 0 | 0 | 0 | 2026-09-15 20:36:04 | never | USED | keep — in use | |||||
| host-947.dbo.PolicyLog.IX_PolicyDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 173 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_BatchResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 173 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_SettlementAudit | 2 | NONCLUSTERED | 173 | 0 | 0 | 173 | 2026-09-15 16:01:39 | never | USED | keep — in use | |||||
| host-947.dbo.PolicyLog.IX_BookingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 173 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 7375 | 0 | 173 | 2026-09-15 23:01:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_SettlementLine | 1 | CLUSTERED | Y | 22966 | 0 | 1352 | 1763 | 2026-09-15 23:01:18 | 2026-08-20 21:01:39 | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 1352 | 0 | 0 | 1527 | 2026-09-15 16:22:03 | 2026-08-20 21:01:41 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_LedgerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_ContractHeader | 1 | CLUSTERED | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_TerritoryAudit | 2 | NONCLUSTERED | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | keep — in use | |||||
| host-947.dbo.ShiftHeader.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_ClaimLine | 2 | NONCLUSTERED | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | keep — in use | ||||
| host-947.dbo.CustomerSummary.IX_RosterResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_PolicyMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileQueue.IX_RouteMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_SettlementStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingResult.IX_StaffingStatus | 3 | NONCLUSTERED | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | keep — in use | ||||
| host-947.dbo.StaffingResult.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_BillingMonthly | 1 | CLUSTERED | Y | 3793 | 0 | 0 | 173 | 2026-09-15 17:11:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 173 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_ShiftHeader | 1 | CLUSTERED | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 126 | 0 | 0 | 126 | 2026-09-15 16:01:39 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_ForecastDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStaging.IX_QuotaEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStaging.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_OrdersResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_SupplierSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_CatalogSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_StaffingStatus | 1 | CLUSTERED | 0 | 0 | 10113 | 0 | 2026-09-15 23:01:16 | 2026-07-19 16:26:20 | USED | KEEP — table storage | |||||
| host-947.dbo.SalesHeader.IX_PolicyDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:10:45 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 10137 | 0 | 0 | 0 | 2026-09-15 23:01:16 | 2026-07-19 18:10:46 | USED | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_BatchMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_CatalogDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_SalesSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStatus.IX_BatchArchive | 2 | NONCLUSTERED | Y | 383 | 0 | 0 | 383 | 2026-09-15 20:36:59 | never | USED | keep — in use | ||||
| host-947.dbo.SettlementStatus.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 383 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_RouteSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_OrdersSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_WarehouseEntry | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 2962 | 0 | 0 | 0 | 2026-09-15 23:01:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_InvoiceSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_QuotaLine | 1 | CLUSTERED | 3223 | 30021 | 2962 | 0 | 2026-09-15 23:01:16 | never | USED | KEEP — table storage | |||||
| host-947.dbo.RosterLine.IX_WarehouseArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLine.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_CatalogLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryEntry.IX_PricingDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryEntry.IX_ReconcileSnapshot | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.TerritoryEntry.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 4133 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_ClaimLine | 1 | CLUSTERED | 0 | 0 | 4111 | 22 | 2026-09-15 14:06:54 | never | USED | KEEP — table storage | |||||
| host-947.dbo.CatalogMonthly.IX_WarehouseQueue | 1 | CLUSTERED | 0 | 0 | 22 | 0 | 2026-09-15 15:13:01 | never | USED | KEEP — table storage | |||||
| host-947.dbo.CatalogMonthly.IX_InvoiceLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_InvoiceLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 22 | 0 | 0 | 0 | 2026-09-15 15:13:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_ForecastMonthly | 1 | CLUSTERED | 0 | 0 | 4111 | 22 | 2026-09-15 14:06:54 | never | USED | KEEP — table storage | |||||
| host-947.dbo.OrdersHeader.IX_PolicyLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersHeader.IX_TerritoryHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 4133 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_SupplierSummary | 3 | NONCLUSTERED | 14880 | 0 | 0 | 876 | 2026-09-15 23:01:16 | 2026-07-19 18:10:48 | USED | keep — in use | |||||
| host-947.dbo.PolicyResult.IX_PricingHistory | 1 | CLUSTERED | Y | Y | 60 | 0 | 14880 | 876 | 2026-09-15 23:01:16 | 2026-07-19 18:10:48 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_OrdersEntry | 2 | NONCLUSTERED | Y | 22 | 0 | 0 | 876 | 2026-09-15 15:13:01 | 2026-07-19 18:10:48 | USED | keep — in use | ||||
| host-947.dbo.ShipmentQueue.IX_WarehouseEntry | 1 | CLUSTERED | Y | 2283 | 0 | 1836 | 3 | 2026-09-15 20:15:32 | 2026-03-29 20:23:17 | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentQueue.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 1836 | 0 | 0 | 3 | 2026-09-15 17:11:07 | 2026-03-29 20:23:17 | USED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_BatchLine | 2 | NONCLUSTERED | 25 | 0 | 0 | 0 | 2026-09-15 10:44:07 | never | USED | keep — in use | |||||
| host-947.dbo.BookingHeader.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 106918 | 91 | 0 | 2026-09-15 20:36:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_SalesStaging | 3 | NONCLUSTERED | 88 | 0 | 0 | 0 | 2026-09-15 20:51:16 | never | USED | keep — in use | |||||
| host-947.dbo.QuotaDaily.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 192 | 0 | 0 | 0 | 2026-09-15 09:22:05 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_WarehouseEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_PayrollSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignQueue.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_RosterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollArchive.IX_TicketArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_WarehouseSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_SettlementAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_RosterHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_OrdersArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteMonthly.IX_CustomerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_PayrollStatus | 24 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:17 | COLD | review, then DROP | |||||
| host-947.dbo.AssetQueue.IX_BookingDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:17 | COLD | review, then DROP | |||||
| host-947.dbo.AssetQueue.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 1976 | 157 | 0 | 0 | 2026-09-15 22:32:06 | 2026-03-29 20:23:17 | USED | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_TicketStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:17 | COLD | review, then DROP | |||||
| host-947.dbo.AssetQueue.IX_QuotaAudit | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:17 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetQueue.IX_PricingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:17 | COLD | review, then DROP | |||||
| host-947.dbo.AssetQueue.IX_ShipmentLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:17 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHeader.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_ShiftLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDetail.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_PayrollLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_ForecastStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSnapshot.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_AssetStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerArchive.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_TerritoryStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_ReconcileLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_BookingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_AssetSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_CatalogStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_PayrollResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_LedgerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLine.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLine.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_WarehouseDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_WarehouseMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSnapshot.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_RosterArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_ShiftSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_OrdersLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_CustomerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLine.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_RosterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimQueue.IX_ShiftDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHeader.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_CampaignStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_StaffingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDaily.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 3 | 0 | 0 | 0 | 2026-09-09 14:51:46 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_RouteEntry | 2 | NONCLUSTERED | Y | 228 | 0 | 0 | 0 | 2026-09-15 22:38:21 | 2026-03-29 20:23:17 | USED | keep — in use | ||||
| host-947.dbo.AssetAudit.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 1 | 98 | 228 | 1 | 2026-09-15 22:38:21 | 2026-03-29 20:23:17 | USED | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchQueue.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_ShipmentQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDetail.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_CustomerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerQueue.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_ShiftSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHeader.IX_RouteAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_RouteAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_TerritoryResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_SettlementLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHistory.IX_MeterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHistory.IX_TicketLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_BillingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDetail.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_CampaignQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_ClaimResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_StaffingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_PricingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_ContractSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStaging.IX_QuotaEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_PayrollStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_BookingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_SupplierResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchMonthly.IX_PolicyDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchMonthly.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_ForecastMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollEntry.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_QuotaHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_InvoiceEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseStatus.IX_SupplierArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_PayrollDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_BatchStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_TerritoryQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_TerritoryArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_TicketHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_CustomerDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_MeterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_CustomerQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_RouteStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_ShiftStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_WarehouseSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_CampaignHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_BillingHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryAudit.IX_RosterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_WarehouseSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchSnapshot.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_BatchArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_ForecastSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_TicketHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_BatchStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_CampaignSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_QuotaQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_PayrollQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_ClaimHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLine.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_ContractStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHeader.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHeader.IX_PayrollEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_SalesQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_TerritoryAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_QuotaHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_OrdersHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_RouteAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_QuotaDaily | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_ContractStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_StaffingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_BatchQueue | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_BatchAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_SettlementMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_StaffingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_QuotaSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSummary.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_StaffingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_ForecastEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_ClaimHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_SalesDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStatus.IX_TerritoryResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStatus.IX_BatchSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStatus.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_BookingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_PricingEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_AssetAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_SupplierHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_ShiftStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_QuotaHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_CatalogLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_SettlementLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHeader.IX_ForecastResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHeader.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_ShipmentLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_ClaimSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_ForecastQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_TicketSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_BillingQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLog.IX_PayrollDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchLog.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_StaffingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_CustomerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_SalesResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_LedgerSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_WarehouseDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentStatus.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_BookingSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_BookingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_BillingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_CatalogResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_StaffingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_PayrollHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_AssetMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_SupplierLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_RouteSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLine.IX_CustomerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_SalesArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDetail.IX_PricingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDetail.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_BatchMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryQueue.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_CampaignStaging | 1 | CLUSTERED | Y | 12614 | 0 | 0 | 0 | 2026-09-15 22:46:02 | 2026-03-29 20:23:18 | USED | KEEP — table storage | ||||
| host-947.dbo.AssetAudit.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:18 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-09 02:37:11 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-05-09 02:37:11 | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_AssetSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:18 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 27 | 0 | 0 | 0 | 2026-09-15 09:47:41 | 2026-03-29 20:23:18 | USED | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteArchive.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_RouteSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLog.IX_StaffingAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLog.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 32 | 0 | 0 | 0 | 2026-09-09 14:34:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:10:51 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_StaffingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:10:51 | COLD | review, then DROP | |||||
| host-947.dbo.MeterStatus.IX_RouteHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:10:51 | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaStatus.IX_ContractStatus | 1 | CLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-09 15:31:50 | never | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_PayrollEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_LedgerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_RouteResult | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_WarehouseMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_TicketEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_StaffingAudit | 2 | NONCLUSTERED | Y | Y | 1013 | 0 | 0 | 3247 | 2026-09-15 20:36:04 | 2026-09-03 12:01:58 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_MeterDetail | 1 | CLUSTERED | 2364 | 0 | 28466 | 3247 | 2026-09-15 20:36:04 | 2026-09-03 10:34:26 | USED | KEEP — table storage | |||||
| host-947.dbo.ClaimAudit.IX_TerritoryStaging | 3 | NONCLUSTERED | 27499 | 0 | 0 | 3247 | 2026-09-15 20:36:04 | 2026-09-03 12:02:02 | USED | keep — in use | |||||
| host-947.dbo.OrdersDaily.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_SupplierStatus | 1 | CLUSTERED | Y | 4 | 0 | 0 | 0 | 2026-09-13 22:48:40 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_QuotaMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_CustomerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_CampaignLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingResult.IX_PolicyLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_InvoiceArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollEntry.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_RosterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_TerritoryEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_SupplierArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_BillingStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_TicketSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_BillingDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_SupplierAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_CatalogStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_ContractDaily | 1 | CLUSTERED | Y | 2554 | 0 | 0 | 0 | 2026-09-15 23:01:18 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastDaily.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_ForecastSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_ShiftEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDetail.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_LedgerLog | 1 | CLUSTERED | Y | 2210 | 17 | 0 | 0 | 2026-09-14 07:35:44 | 2026-03-29 20:23:19 | USED | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSummary.IX_ClaimAudit | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.BookingSummary.IX_PricingLine | 2 | NONCLUSTERED | Y | 480 | 0 | 0 | 0 | 2026-09-15 22:24:13 | never | USED | keep — in use | ||||
| host-947.dbo.PricingEntry.IX_SupplierStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_SupplierResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_PricingLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_SupplierDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_OrdersQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_PolicyAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review, then DROP | |||||
| host-947.dbo.BillingLine.IX_ForecastStaging | 1 | CLUSTERED | 480 | 0 | 0 | 0 | 2026-09-15 22:24:13 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ShiftHeader.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_PolicyStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchAudit.IX_ShipmentEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_BookingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_PricingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review, then DROP | |||||
| host-947.dbo.SalesQueue.IX_BookingLog | 4 | NONCLUSTERED | 6 | 0 | 0 | 0 | 2026-09-15 09:22:09 | 2026-03-29 20:23:19 | USED | keep — in use | |||||
| host-947.dbo.SalesQueue.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 467 | 17797 | 4 | 0 | 2026-09-15 17:37:09 | 2026-03-29 20:23:19 | USED | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_SupplierSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review, then DROP | |||||
| host-947.dbo.TicketHistory.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 1113453 | 0 | 13 | 0 | 2026-09-15 21:18:11 | 2026-03-29 20:23:19 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_SupplierDetail | 3 | NONCLUSTERED | 400160 | 0 | 0 | 0 | 2026-09-15 22:54:50 | 2026-03-29 20:23:19 | USED | keep — in use | |||||
| host-947.dbo.ShipmentMonthly.IX_AssetSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_WarehouseResult | 4 | NONCLUSTERED | Y | 0 | 13 | 0 | 0 | 2026-09-15 15:48:39 | 2026-03-29 20:23:19 | USED | keep — in use | ||||
| host-947.dbo.PricingHistory.IX_ForecastLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHistory.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_PayrollDaily | 6 | NONCLUSTERED | 134561 | 0 | 0 | 0 | 2026-09-15 21:18:11 | 2026-03-29 20:23:19 | USED | keep — in use | |||||
| host-947.dbo.CatalogArchive.IX_InvoiceStaging | 1 | CLUSTERED | Y | 290 | 0 | 0 | 0 | 2026-09-15 17:22:43 | 2026-03-29 20:23:19 | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_ReconcileHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHistory.IX_CampaignStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_ContractHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_ClaimResult | 1 | CLUSTERED | Y | 17775 | 0 | 0 | 0 | 2026-09-15 17:37:09 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryAudit.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerMonthly.IX_LedgerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_CampaignLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentQueue.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_MeterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 36 | 174 | 0 | 0 | 2026-09-15 16:27:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_StaffingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 11 | 0 | 17 | 0 | 2026-09-15 15:57:29 | 2026-03-29 20:23:19 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | 17 | 0 | 0 | 0 | 2026-09-15 15:48:40 | 2026-03-29 20:23:19 | USED | keep — in use | ||||
| host-947.dbo.SettlementStatus.IX_QuotaStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:19 | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLine.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_CatalogLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_ContractAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 36 | 174 | 0 | 0 | 2026-09-15 16:27:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_BillingLine | 2 | NONCLUSTERED | Y | 18 | 0 | 0 | 0 | 2026-09-15 15:57:29 | 2026-03-29 20:23:19 | USED | keep — in use | ||||
| host-947.dbo.ContractHistory.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 18 | 0 | 2026-09-15 15:57:29 | 2026-03-29 20:23:19 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_MeterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingResult.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_WarehouseStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_PayrollSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_LedgerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDetail.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_ShipmentSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_MeterSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_BookingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSummary.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_SalesStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_RosterQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 36 | 174 | 0 | 0 | 2026-09-15 16:27:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_RouteSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_ContractStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLine.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 36 | 174 | 0 | 0 | 2026-09-15 16:27:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_RouteSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_InvoiceStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_CatalogHistory | 1 | CLUSTERED | 35530 | 0 | 0 | 0 | 2026-09-15 17:37:09 | never | USED | KEEP — table storage | |||||
| host-947.dbo.LedgerStaging.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_BookingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHeader.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_CustomerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_ClaimDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchEntry.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_WarehouseHistory | 1 | CLUSTERED | 677 | 0 | 576751 | 159 | 2026-09-15 23:35:43 | 2026-07-19 18:10:52 | USED | KEEP — table storage | |||||
| host-947.dbo.LedgerMonthly.IX_RouteStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 91 | never | 2026-07-19 18:10:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerMonthly.IX_ContractResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 78 | never | 2026-07-19 18:10:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerMonthly.IX_CampaignLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 78 | never | 2026-07-19 18:10:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerMonthly.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 576759 | 0 | 0 | 78 | 2026-09-15 23:35:43 | 2026-07-19 18:10:52 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_MeterAudit | 14 | NONCLUSTERED | 0 | 0 | 0 | 78 | never | 2026-07-19 18:10:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_RouteStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 91 | never | 2026-07-19 18:10:52 | UNUSED | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 91 | never | 2026-07-19 18:10:52 | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 364 | 0 | 0 | 55 | 2026-09-15 16:29:35 | 2026-07-19 18:10:52 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 55 | never | 2026-07-19 18:10:52 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_CampaignAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 84 | never | 2026-07-19 18:10:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_BillingLine | 3 | NONCLUSTERED | 131 | 0 | 0 | 84 | 2026-09-15 16:29:36 | 2026-07-19 18:10:52 | USED | keep — in use | |||||
| host-947.dbo.ClaimResult.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 259 | 0 | 0 | 84 | 2026-09-15 16:27:06 | 2026-07-19 18:10:52 | USED | keep — in use | ||||
| host-947.dbo.ClaimResult.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 3454657 | 50 | 259 | 84 | 2026-09-15 23:39:27 | 2026-07-19 18:10:52 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_SalesStatus | 10 | NONCLUSTERED | 0 | 0 | 0 | 84 | never | 2026-07-19 18:10:53 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceEntry.IX_TerritoryHeader | 1 | CLUSTERED | Y | 354 | 0 | 0 | 0 | 2026-09-15 19:57:32 | 2026-03-29 20:23:21 | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceEntry.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:21 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_PolicyStatus | 1 | CLUSTERED | Y | 2509 | 881 | 500044 | 0 | 2026-09-15 22:38:01 | 2026-03-29 20:23:21 | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogQueue.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 500044 | 0 | 0 | 0 | 2026-09-15 16:42:06 | 2026-03-29 20:23:21 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_ContractStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:21 | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_BookingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_CustomerDetail | 1 | CLUSTERED | Y | 2238 | 0 | 0 | 0 | 2026-09-15 20:10:02 | 2026-03-29 20:23:21 | USED | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:21 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_TicketLine | 1 | CLUSTERED | Y | 1018936 | 1 | 3170409 | 29 | 2026-09-15 23:39:27 | 2026-07-19 18:10:54 | USED | KEEP — table storage | ||||
| host-947.dbo.SettlementArchive.IX_TicketLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 27 | never | 2026-07-19 18:10:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_PolicyStatus | 2 | NONCLUSTERED | Y | Y | 3170409 | 0 | 0 | 27 | 2026-09-15 23:39:27 | 2026-07-19 18:10:54 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_ShiftArchive | 27 | NONCLUSTERED | 0 | 0 | 0 | 29 | never | 2026-07-19 18:10:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingMonthly.IX_PolicyLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_CatalogQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_TicketQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStatus.IX_SalesEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStatus.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStatus.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_PricingHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_ContractHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_OrdersLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDetail.IX_AssetDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_TicketEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyAudit.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentMonthly.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_RosterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_TerritoryStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDaily.IX_CatalogArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDaily.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_QuotaArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_TicketHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHistory.IX_RosterLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHistory.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_InvoiceHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterAudit.IX_PricingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_BatchMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_SupplierArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_MeterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_LedgerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterEntry.IX_ShiftHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterEntry.IX_ShipmentHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterEntry.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_StaffingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_RouteLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_LedgerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 323 | 128736 | 0 | 0 | 2026-09-15 23:02:22 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.PK_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_ClaimAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:22:29 | COLD | review, then DROP | |||||
| host-947.dbo.BatchSnapshot.PK_CustomerStaging | 1 | CLUSTERED | Y | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:43 | 2026-03-29 20:22:29 | USED | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_MeterDaily | 6 | NONCLUSTERED | 100 | 0 | 0 | 0 | 2026-09-15 09:09:54 | 2026-06-25 12:01:12 | USED | keep — in use | |||||
| host-947.dbo.ContractLog.IX_MeterLine | 4 | NONCLUSTERED | 1017 | 0 | 0 | 0 | 2026-09-15 17:10:48 | 2026-06-25 12:01:11 | USED | keep — in use | |||||
| host-947.dbo.ContractLog.IX_WarehouseLog | 3 | NONCLUSTERED | 282 | 39 | 0 | 0 | 2026-09-15 16:16:46 | 2026-06-25 12:01:10 | USED | keep — in use | |||||
| host-947.dbo.ContractLog.IX_PayrollResult | 2 | NONCLUSTERED | Y | 5510 | 0 | 0 | 0 | 2026-09-15 20:51:15 | 2026-06-25 12:01:09 | USED | keep — in use | ||||
| host-947.dbo.ContractLog.IX_PayrollAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-25 12:01:11 | COLD | review, then DROP | |||||
| host-947.dbo.ContractLog.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 282887 | 285 | 5690 | 0 | 2026-09-15 23:01:16 | 2026-06-25 12:01:08 | USED | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_AssetHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:27 | COLD | review, then DROP | |||||
| host-947.dbo.SalesAudit.IX_MeterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:27 | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_QuotaArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:27 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_CustomerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_BillingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_QuotaLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_ContractResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_ContractEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_LedgerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDaily.IX_ClaimDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_TerritoryStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_SalesSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStatus.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 1641 | 0 | 0 | 0 | 2026-09-15 20:36:58 | 2026-04-10 02:53:21 | USED | keep — in use | ||||
| host-947.dbo.AssetDetail.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 3 | 0 | 1641 | 0 | 2026-09-15 20:36:58 | 2026-04-10 02:53:21 | USED | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:27 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:27 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLine.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_StaffingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:27 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:27 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-11 08:52:40 | never | USED | keep — in use | ||||
| host-947.dbo.QuotaDaily.IX_PricingDaily | 1 | CLUSTERED | Y | Y | 7 | 48256 | 1 | 0 | 2026-09-15 16:30:35 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_ReconcileStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_RosterHistory | 1 | CLUSTERED | Y | 52 | 132 | 0 | 0 | 2026-09-15 15:34:50 | never | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_PolicyHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_PayrollQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 16463 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_RouteDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_WarehouseStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSummary.IX_SalesDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-15 14:05:18 | 2026-03-29 20:23:27 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 414 | 0 | 4299 | 2026-09-15 17:00:37 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogQueue.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 3885 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_TicketQueue | 4 | NONCLUSTERED | Y | 2337 | 0 | 0 | 2544 | 2026-09-15 16:07:40 | never | USED | keep — in use | ||||
| host-947.dbo.CatalogQueue.IX_QuotaStatus | 3 | NONCLUSTERED | Y | 1548 | 0 | 0 | 1755 | 2026-09-15 16:07:40 | never | USED | keep — in use | ||||
| host-947.dbo.PayrollEntry.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollEntry.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_LedgerArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:11:00 | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_CatalogMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:11:00 | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 56147 | 0 | 0 | 0 | 2026-09-15 20:00:12 | 2026-07-19 18:11:00 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_WarehouseEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:11:00 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterAudit.IX_SupplierSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_QuotaDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_SupplierStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_SettlementSnapshot | 42 | NONCLUSTERED | 12 | 0 | 0 | 17885 | 2026-09-14 07:46:07 | 2026-08-30 11:52:30 | USED | keep — in use | |||||
| host-947.dbo.InvoiceMonthly.IX_BillingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 294 | never | 2026-09-03 10:28:20 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_ReconcileArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 294 | never | 2026-08-30 11:59:06 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_TicketLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 294 | never | 2026-08-30 11:59:28 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_LedgerAudit | 37 | NONCLUSTERED | 36118 | 0 | 0 | 294 | 2026-09-15 19:09:47 | 2026-08-30 11:59:11 | USED | keep — in use | |||||
| host-947.dbo.InvoiceMonthly.IX_BatchDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 294 | never | 2026-08-30 11:59:26 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_ClaimSnapshot | 35 | NONCLUSTERED | 0 | 0 | 0 | 294 | never | 2026-09-03 10:28:21 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_TerritoryMonthly | 8 | NONCLUSTERED | 60819 | 0 | 0 | 294 | 2026-09-15 21:06:24 | 2026-08-30 11:59:16 | USED | keep — in use | |||||
| host-947.dbo.InvoiceMonthly.IX_BillingStaging | 3 | NONCLUSTERED | 2784 | 0 | 0 | 294 | 2026-09-15 19:09:47 | 2026-08-30 11:59:31 | USED | keep — in use | |||||
| host-947.dbo.InvoiceMonthly.IX_BookingMonthly | 9 | NONCLUSTERED | Y | 1636 | 0 | 0 | 294 | 2026-09-15 20:08:20 | 2026-08-30 11:59:51 | USED | keep — in use | ||||
| host-947.dbo.InvoiceMonthly.IX_BatchSummary | 6 | NONCLUSTERED | 917 | 0 | 0 | 365 | 2026-09-15 20:08:20 | 2026-08-30 11:32:56 | USED | keep — in use | |||||
| host-947.dbo.InvoiceMonthly.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 643296 | 0 | 30123 | 17885 | 2026-09-15 23:39:03 | 2026-08-30 11:59:21 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_CampaignEntry | 36 | NONCLUSTERED | 0 | 0 | 0 | 314 | never | 2026-08-30 11:58:57 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 1 | 0 | 6206 | 6 | 2026-09-15 23:39:03 | 2026-07-19 18:11:08 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_RosterStatus | 2 | NONCLUSTERED | Y | 6232 | 0 | 0 | 6 | 2026-09-15 23:39:03 | 2026-07-19 18:11:08 | USED | keep — in use | ||||
| host-947.dbo.SalesDetail.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_PolicyResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_SettlementLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHistory.IX_BillingEntry | 2 | NONCLUSTERED | 27 | 0 | 0 | 0 | 2026-09-15 15:13:01 | never | USED | keep — in use | |||||
| host-947.dbo.CatalogHistory.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_PayrollSnapshot | 3 | NONCLUSTERED | Y | 60802 | 0 | 0 | 60802 | 2026-09-15 21:06:24 | never | USED | keep — in use | ||||
| host-947.dbo.RouteSnapshot.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 60802 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_PayrollAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 60802 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteSnapshot.IX_QuotaLine | 1 | CLUSTERED | 162 | 0 | 0 | 60802 | 2026-09-15 15:17:13 | never | USED | KEEP — table storage | |||||
| host-947.dbo.PayrollStatus.IX_SupplierResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_RouteMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_PolicyHeader | 3 | NONCLUSTERED | 68498 | 0 | 0 | 0 | 2026-09-15 21:06:24 | never | USED | keep — in use | |||||
| host-947.dbo.CatalogArchive.IX_ForecastArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_BillingStaging | 2 | NONCLUSTERED | 68498 | 0 | 0 | 0 | 2026-09-15 21:06:24 | never | USED | keep — in use | |||||
| host-947.dbo.ClaimAudit.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimAudit.IX_LedgerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStaging.IX_ContractHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_TerritoryLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_ForecastDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryAudit.IX_ForecastStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_BookingQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileMonthly.IX_CampaignHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_AssetDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.AssetQueue.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_SalesArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_TerritoryEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_TerritoryAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_StaffingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_BatchDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_SupplierLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_BatchEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_MeterHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_QuotaArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_ForecastStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_MeterHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerHistory.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_SalesStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLog.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_BookingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLog.IX_SettlementDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_QuotaStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentHeader.IX_SalesLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStatus.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_LedgerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_ReconcileDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_CustomerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_BillingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterResult.IX_PolicyArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_SupplierArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_CampaignSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHistory.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_ShiftEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_TicketHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_CustomerAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesSummary.IX_StaffingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_OrdersHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesSummary.IX_MeterQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_StaffingLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_PricingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_BatchResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteEntry.IX_ShipmentDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteEntry.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_StaffingStatus | 1 | CLUSTERED | Y | 78 | 0 | 0 | 7 | 2026-09-15 15:44:04 | 2026-07-19 18:11:08 | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_ClaimResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 7 | never | 2026-07-19 18:11:08 | UNUSED | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 1 | 21 | 0 | 0 | 2026-09-12 07:50:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_RouteArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_BatchStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogResult.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_PayrollStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHistory.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_ShiftLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDaily.IX_ForecastResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDaily.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_SalesSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_CustomerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDetail.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_SettlementDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_QuotaStaging | 2 | NONCLUSTERED | Y | 8706 | 0 | 0 | 0 | 2026-09-15 21:34:21 | never | USED | keep — in use | ||||
| host-947.dbo.PricingArchive.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 120 | 0 | 0 | 0 | 2026-09-15 08:22:50 | 2026-03-29 20:23:44 | USED | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_AssetDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:44 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_SalesDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDetail.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_SupplierSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_TerritoryQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractSummary.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_CustomerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesAudit.IX_SettlementDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesAudit.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_ShipmentDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileEntry.IX_OrdersDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_BillingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_MeterDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_InvoiceStatus | 1 | CLUSTERED | 281 | 0 | 0 | 0 | 2026-09-12 12:45:06 | never | USED | KEEP — table storage | |||||
| host-947.dbo.StaffingHistory.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileMonthly.IX_CustomerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_LedgerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_QuotaHistory | 1 | CLUSTERED | Y | 33000 | 0 | 569 | 563 | 2026-09-15 23:35:44 | 2026-07-19 18:11:08 | USED | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 569 | 0 | 0 | 563 | 2026-09-15 14:55:15 | 2026-07-19 18:11:08 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_OrdersStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 191 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollEntry.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 1 | 0 | 514 | 191 | 2026-09-15 15:56:00 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_MeterDaily | 2 | NONCLUSTERED | Y | 705 | 0 | 0 | 191 | 2026-09-15 15:56:00 | never | USED | keep — in use | ||||
| host-947.dbo.RouteSnapshot.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_ContractDetail | 3 | NONCLUSTERED | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.BookingAudit.IX_BatchStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_TicketQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteEntry.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_PayrollSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignHistory.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLog.IX_InvoiceSnapshot | 2 | NONCLUSTERED | 12 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.BillingLog.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 9 | 3 | 2026-09-12 07:50:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ShiftHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_CustomerResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingResult.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_RouteLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_AssetDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogEntry.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogEntry.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_BookingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_ShiftArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 0 | 39 | 0 | 0 | 2026-09-15 08:30:36 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_PricingEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 434 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_TicketArchive | 11 | NONCLUSTERED | 0 | 0 | 0 | 434 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_TicketDaily | 8 | NONCLUSTERED | 6 | 0 | 0 | 434 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.MeterSnapshot.IX_CampaignDetail | 9 | NONCLUSTERED | 6 | 0 | 0 | 434 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.MeterSnapshot.IX_BookingStaging | 12 | NONCLUSTERED | 0 | 0 | 0 | 434 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_RouteArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 434 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_PricingLine | 10 | NONCLUSTERED | 0 | 0 | 0 | 434 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_SettlementSummary | 5 | NONCLUSTERED | 125 | 0 | 0 | 434 | 2026-09-15 16:28:18 | never | USED | keep — in use | |||||
| host-947.dbo.MeterSnapshot.IX_TicketEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 434 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_StaffingSummary | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 434 | 2026-09-12 09:51:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_BillingEntry | 4 | NONCLUSTERED | 15 | 0 | 0 | 434 | 2026-09-15 08:28:02 | never | USED | keep — in use | |||||
| host-947.dbo.MeterSnapshot.IX_ShiftSnapshot | 2 | NONCLUSTERED | 309 | 0 | 0 | 434 | 2026-09-15 15:44:04 | never | USED | keep — in use | |||||
| host-947.dbo.ReconcileAudit.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 904 | 0 | 0 | 2537 | 2026-09-15 17:46:28 | 2026-07-19 18:11:09 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_TerritoryArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_AssetArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_RosterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_CatalogDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_CustomerDetail | 1 | CLUSTERED | 0 | 0 | 0 | 7375 | never | never | UNUSED | KEEP — table storage | |||||
| host-947.dbo.CustomerAudit.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 7375 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_PolicyLine | 3 | NONCLUSTERED | 7375 | 0 | 0 | 7375 | 2026-09-15 16:20:06 | never | USED | keep — in use | |||||
| host-947.dbo.CatalogQueue.IX_OrdersStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogQueue.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_WarehouseHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 7375 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_ReconcileEntry | 1 | CLUSTERED | Y | Y | 0 | 7375 | 0 | 7375 | 2026-09-15 16:20:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_ClaimArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_BookingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_ShiftHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDetail.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_CustomerHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_WarehouseResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteDetail.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 158 | 0 | 0 | 1 | 2026-09-15 18:55:54 | 2026-07-19 18:11:09 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_ClaimLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_PricingLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryMonthly.IX_SalesArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_SupplierLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryMonthly.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_OrdersLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_ForecastSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_AssetAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 309 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 309 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_ShiftStatus | 1 | CLUSTERED | Y | 309 | 0 | 0 | 309 | 2026-09-15 15:44:04 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_InvoiceMonthly | 4 | NONCLUSTERED | 79673 | 0 | 0 | 79673 | 2026-09-15 18:01:21 | never | USED | keep — in use | |||||
| host-947.dbo.PayrollStaging.IX_PolicyHistory | 1 | CLUSTERED | 0 | 0 | 0 | 79673 | never | never | UNUSED | KEEP — table storage | |||||
| host-947.dbo.PayrollStaging.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 79673 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_ReconcileMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 79673 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ShiftStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_CatalogLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHistory.IX_ReconcileSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHistory.IX_CatalogAudit | 1 | CLUSTERED | Y | 233 | 0 | 0 | 0 | 2026-09-15 17:55:37 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 9 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 243 | 0 | 0 | 0 | 2026-09-15 17:55:37 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_CustomerHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_BillingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSummary.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_PayrollArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_ForecastDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogLog.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_ReconcileMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLog.IX_BillingQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLog.IX_InvoiceQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingLog.IX_AssetHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLog.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_MeterArchive | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_QuotaSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.OrdersSummary.IX_ShipmentAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_InvoiceLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHistory.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_QuotaResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStaging.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_PolicyResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_SupplierDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_ShipmentStaging | 1 | CLUSTERED | Y | 281 | 0 | 0 | 281 | 2026-09-12 12:45:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastLog.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLog.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_InvoiceQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchDetail.IX_SettlementAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_QuotaMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStaging.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStaging.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_CampaignSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLog.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_StaffingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStaging.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_SupplierSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingEntry.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_SupplierDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentAudit.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_SupplierQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_SupplierMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketArchive.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_BookingAudit | 1 | CLUSTERED | Y | 12048 | 0 | 0 | 0 | 2026-09-15 15:17:14 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_MeterLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_QuotaLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 12052 | 0 | 0 | 0 | 2026-09-15 15:17:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_BillingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentHistory.IX_OrdersDaily | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 12046 | 0 | 0 | 2026-09-15 15:17:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_PolicyStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterResult.IX_CustomerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_CatalogHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimQueue.IX_SupplierResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_ForecastStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_SettlementEntry | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimQueue.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 12046 | 0 | 0 | 0 | 2026-09-15 15:17:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_OrdersHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSummary.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_SupplierAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_OrdersQueue | 4 | NONCLUSTERED | 428 | 0 | 0 | 0 | 2026-09-15 16:08:48 | never | USED | keep — in use | |||||
| host-947.dbo.ShiftSummary.IX_TicketArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDetail.IX_ClaimLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDetail.IX_TerritoryLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_InvoiceStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 309 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_ReconcileLine | 1 | CLUSTERED | Y | 63361 | 56940 | 0 | 309 | 2026-09-15 21:06:18 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_ClaimLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_InvoiceResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractEntry.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_SalesDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 7375 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_BookingMonthly | 1 | CLUSTERED | Y | 7375 | 0 | 0 | 7375 | 2026-09-15 16:20:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDaily.IX_ForecastDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_TerritoryAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileQueue.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_QuotaEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSnapshot.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_PayrollEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_TicketHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHistory.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_QuotaLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingMonthly.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_PolicyHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 1 | 0 | 2026-09-08 05:19:10 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 05:19:10 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_RosterHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileMonthly.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_QuotaDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_PayrollAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStaging.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_CatalogArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingArchive.IX_TicketHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_PricingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_ClaimDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_LedgerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MEASURE.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MEASURE.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_AssetArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyEntry.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_BillingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_InvoiceLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingSnapshot.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_PricingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogAudit.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_MeterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_ReconcileResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySummary.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_ClaimArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSnapshot.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchEntry.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_ClaimArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_SalesEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingArchive.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_ReconcileStaging | 1 | CLUSTERED | Y | 232 | 0 | 0 | 0 | 2026-09-14 09:59:33 | 2026-03-29 20:23:46 | USED | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_ForecastAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_CustomerHistory | 2 | NONCLUSTERED | 199123 | 0 | 0 | 0 | 2026-09-15 21:22:32 | 2026-03-29 20:23:46 | USED | keep — in use | |||||
| host-947.dbo.ContractResult.IX_WarehouseHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_TerritoryMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_CampaignSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 199123 | 0 | 2026-09-15 21:22:32 | 2026-03-29 20:23:46 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 21 | 0 | 0 | 0 | 2026-09-14 07:47:23 | 2026-03-29 20:23:46 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_StaffingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierMonthly.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_TicketSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_PayrollSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_QuotaStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHeader.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_ShipmentLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceLog.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLog.IX_CampaignResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLog.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_RouteLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStatus.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.Model.IX_PolicyHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review carefully — unique | ||||
| host-947.dbo.Model.IX_SalesAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review, then DROP | |||||
| host-947.dbo.Model.PK_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_BookingLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLine.IX_BillingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_ClaimHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_PricingEntry | 9 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.BillingLine.IX_StaffingHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_SettlementQueue | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_BillingAudit | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLine.IX_ClaimStaging | 8 | NONCLUSTERED | 0 | 15797 | 0 | 0 | 2026-09-15 23:22:55 | never | USED | keep — in use | |||||
| host-947.dbo.BillingLine.PK_TerritoryHistory | 1 | CLUSTERED | Y | Y | 15797 | 47391 | 0 | 0 | 2026-09-15 23:22:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_LedgerArchive | 2 | NONCLUSTERED | Y | 15797 | 0 | 0 | 0 | 2026-09-15 23:22:55 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimEntry.IX_ReconcileSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.PK_PricingLine | 1 | CLUSTERED | Y | Y | 31594 | 0 | 0 | 0 | 2026-09-15 23:22:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_CustomerArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSummary.PK_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_ClaimLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_StaffingQueue | 4 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.ForecastLine.PK_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_PricingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.PK_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.PK_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.PK_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyMonthly.PK_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.PK_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_CatalogDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesLine.IX_QuotaHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.PK_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_SettlementQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryLine.IX_LedgerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.PK_ForecastAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_ShiftEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_WarehouseMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_PolicyDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementSnapshot.PK_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_RosterSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollMonthly.IX_ShiftHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.PK_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_CustomerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignMonthly.IX_CustomerDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.PK_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_CustomerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.PK_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDaily.IX_TerritoryDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.PK_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_ContractQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_QuotaStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_ClaimHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_CustomerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_WarehouseQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.PK_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_ShiftSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_BookingArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogDaily.IX_SettlementSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_ContractHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.PK_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_SettlementLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLog.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyArchive.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_BookingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSnapshot.IX_CampaignResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 187728 | 10712 | 0 | 0 | 2026-09-15 23:39:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_LedgerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentQueue.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentQueue.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_TicketDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLog.IX_ForecastMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 143 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:23:46 | USED | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_SupplierEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:46 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDaily.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 66 | 0 | 0 | 2026-09-14 07:44:34 | 2026-03-29 20:23:46 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_BookingMonthly | 1 | CLUSTERED | 1 | 0 | 0 | 0 | 2026-09-14 12:40:17 | never | USED | KEEP — table storage | |||||
| host-947.dbo.OrdersLine.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 3806 | 0 | 0 | 14 | 2026-09-15 16:29:06 | 2026-07-19 18:11:09 | USED | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_SalesHeader | 1 | CLUSTERED | Y | 13455 | 0 | 222 | 366 | 2026-09-15 12:33:57 | 2026-07-19 18:11:09 | USED | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_BookingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 336 | never | 2026-07-19 18:11:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_TicketAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 366 | never | 2026-07-19 18:11:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 222 | 0 | 0 | 336 | 2026-09-14 12:55:32 | 2026-07-19 18:11:09 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_QuotaDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_SalesEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 11 | never | 2026-07-19 18:11:12 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierQueue.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 11 | 2026-09-14 12:40:17 | 2026-07-19 18:11:12 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_CampaignMonthly | 1 | CLUSTERED | Y | 2860075 | 0 | 1550738 | 2858277 | 2026-09-15 23:35:45 | 2026-09-15 19:54:57 | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 1550738 | 0 | 0 | 2853733 | 2026-09-15 23:35:45 | 2026-09-15 19:54:52 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_RouteMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 2858277 | never | 2026-09-15 17:51:21 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_StaffingSnapshot | 9 | NONCLUSTERED | 191536 | 0 | 0 | 2858277 | 2026-09-15 23:35:45 | 2026-09-15 18:37:09 | USED | keep — in use | |||||
| host-947.dbo.LedgerLine.IX_RouteLog | 3 | NONCLUSTERED | Y | 2357 | 0 | 0 | 0 | 2026-09-15 17:05:30 | 2026-05-21 03:05:56 | USED | keep — in use | ||||
| host-947.dbo.LedgerLine.IX_SettlementHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-05-21 03:05:56 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLine.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 0 | 12 | 2357 | 0 | 2026-09-15 17:05:30 | 2026-05-21 03:05:56 | USED | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_SettlementLog | 2 | NONCLUSTERED | Y | 32 | 0 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:23:47 | USED | keep — in use | ||||
| host-947.dbo.SalesResult.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 432 | 196 | 0 | 0 | 2026-09-15 16:26:30 | 2026-03-29 20:23:47 | USED | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_CustomerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 7797019 | 0 | 0 | 11 | 2026-09-15 23:35:45 | 2026-07-19 18:11:13 | USED | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_SalesSummary | 1 | CLUSTERED | Y | 4758 | 8 | 7496391 | 1602695 | 2026-09-15 23:35:45 | 2026-07-19 18:11:13 | USED | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchEntry.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_RouteLine | 1 | CLUSTERED | Y | Y | 2921806 | 0 | 0 | 2724815 | 2026-09-15 23:35:45 | 2026-09-15 09:09:47 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_BookingQueue | 2 | NONCLUSTERED | Y | 8 | 0 | 0 | 0 | 2026-09-15 16:08:34 | 2026-03-29 20:23:47 | USED | keep — in use | ||||
| host-947.dbo.TicketStaging.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 24 | 4 | 0 | 2026-09-16 01:00:06 | 2026-03-29 20:23:47 | USED | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementArchive.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementArchive.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_ClaimEntry | 1 | CLUSTERED | 32 | 0 | 0 | 0 | 2026-09-15 10:58:02 | never | USED | KEEP — table storage | |||||
| host-947.dbo.SupplierSummary.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDaily.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_SalesLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSnapshot.IX_RosterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_InvoiceEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterStaging.IX_RouteHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_TerritoryDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSnapshot.IX_StaffingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_TerritoryDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDaily.IX_ClaimLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_ShipmentArchive | 1 | CLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-10 07:31:08 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RosterAudit.IX_WarehouseSummary | 4 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-10 07:31:08 | never | USED | keep — in use | |||||
| host-947.dbo.RosterAudit.IX_CustomerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterAudit.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_InvoiceLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CustomerDaily.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_PricingLine | 1 | CLUSTERED | Y | 57 | 0 | 0 | 0 | 2026-09-15 15:00:40 | 2026-03-29 20:23:47 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_TerritoryEntry | 1 | CLUSTERED | Y | 459 | 0 | 0 | 0 | 2026-09-15 18:55:54 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_SupplierQueue | 3 | NONCLUSTERED | 658 | 0 | 0 | 0 | 2026-09-15 17:26:33 | never | USED | keep — in use | |||||
| host-947.dbo.TicketSnapshot.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 53 | 0 | 0 | 2026-09-15 15:00:40 | 2026-03-29 20:23:47 | USED | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_MeterHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingAudit.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:47 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_LedgerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_StaffingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteAudit.IX_RouteLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSummary.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_SettlementAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteEntry.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_CatalogAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_StaffingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_RouteResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_QuotaHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_PricingStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftEntry.IX_ForecastQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_BillingResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_CustomerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-14 09:03:56 | 2026-03-29 20:23:48 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_BatchEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHistory.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_AssetSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStaging.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_QuotaHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_PricingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 6 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_PayrollHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 6 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 6 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_StaffingResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 6 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_TicketLog | 1 | CLUSTERED | 8 | 0 | 0 | 6 | 2026-09-12 10:48:33 | never | USED | KEEP — table storage | |||||
| host-947.dbo.StaffingLine.IX_LedgerDaily | 6 | NONCLUSTERED | 6 | 0 | 0 | 6 | 2026-09-12 10:48:33 | never | USED | keep — in use | |||||
| host-947.dbo.BatchAudit.IX_PricingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_OrdersAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSnapshot.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_TicketAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_ClaimStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_PayrollSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_TicketStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketEntry.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-12 15:01:03 | 2026-03-29 20:23:48 | USED | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_SupplierResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketStatus.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PARTITIONS.IX_ClaimQueue | 2 | NONCLUSTERED | Y | 552 | 36 | 0 | 0 | 2026-09-15 15:59:12 | 2026-03-29 20:23:48 | USED | keep — in use | ||||
| host-947.dbo.PARTITIONS.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 56387 | 0 | 0 | 2026-09-16 01:01:34 | 2026-03-29 20:23:48 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_StaffingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_QuotaResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_LedgerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDaily.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_ShipmentArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_PayrollDetail | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.ContractSummary.IX_PolicyAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.ContractSummary.IX_RosterSnapshot | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.ContractSummary.IX_MeterDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_PayrollHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_TerritorySnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_SettlementSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimResult.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_MeterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDaily.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_CatalogDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaAudit.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_BatchDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterEntry.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_StaffingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractQueue.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 1101 | 28451 | 0 | 0 | 2026-09-15 23:01:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_SettlementQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_BillingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_SettlementAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 1346 | 0 | 0 | 2026-09-15 20:36:51 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_PolicyEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_TicketDetail | 1 | CLUSTERED | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_CustomerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceAudit.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_ReconcileLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStatus.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_ForecastArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_AssetResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaQueue.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDaily.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_TicketArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_PricingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStaging.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_CampaignEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStaging.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_BatchQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 134 | 0 | 0 | 0 | 2026-09-14 12:32:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_SupplierStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStaging.IX_BatchStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:11:14 | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_MeterSummary | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:11:14 | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStaging.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 46 | 0 | 0 | 0 | 2026-09-14 09:31:44 | 2026-07-19 18:11:14 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_ShiftResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 9 | 0 | 0 | 0 | 2026-09-15 14:04:13 | 2026-03-29 20:23:48 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_PricingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_TicketLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDetail.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDetail.IX_WarehouseResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_BatchQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_ForecastAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_CatalogSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_ReconcileStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHistory.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_BatchMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_PolicyEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_SupplierStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_CustomerSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStatus.IX_SalesSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStatus.IX_ShiftLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStatus.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerAudit.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_SettlementHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerAudit.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_ReconcileEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_BatchLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementArchive.IX_RouteMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_RouteLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingQueue.IX_RouteMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingQueue.IX_RouteEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingQueue.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_RosterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_PayrollHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_OrdersQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStaging.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_BookingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_BookingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_RosterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketArchive.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_TerritoryStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSnapshot.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_TerritoryResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_LedgerLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_BatchAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_InvoiceHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_TerritoryLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_TerritoryDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHeader.IX_OrdersStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_ClaimLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingArchive.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingMonthly.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_CampaignHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_PolicyQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:48 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 34 | 0 | 0 | 0 | 2026-09-15 15:07:16 | 2026-03-29 20:23:48 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_TicketDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftAudit.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_ContractDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_LedgerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_PayrollSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_PolicyQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_TicketHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyMonthly.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerResult.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_BatchQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_CampaignHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceMonthly.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_AssetHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_ShiftSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 34 | 0 | 0 | 0 | 2026-09-15 15:07:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_BillingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingResult.IX_RouteDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_SettlementSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingResult.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_ForecastEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_OrdersHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 34 | 0 | 0 | 2026-09-15 15:07:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_TicketQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_SettlementLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSummary.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_BatchAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_PricingArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_CustomerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_StaffingArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_BatchSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_ForecastHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaHistory.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_PricingStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_ReconcileSnapshot | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_ForecastArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileDaily.IX_AssetResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDaily.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_ForecastAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterEntry.IX_AssetSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterEntry.IX_OrdersResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterEntry.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingArchive.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_CustomerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_ClaimEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLog.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | 2026-03-29 20:23:49 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_OrdersQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStaging.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_AssetDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_PricingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteEntry.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_ClaimSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteAudit.IX_BillingAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteAudit.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ReconcileDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHeader.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 28 | 0 | 0 | 2026-09-15 16:14:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_CustomerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHeader.IX_CampaignEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDaily.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_ReconcileArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStatus.IX_WarehouseSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesStatus.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_PricingSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLog.IX_TerritorySnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentLog.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_ContractArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_TerritoryDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingStatus.IX_InvoiceLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_ContractStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_TicketDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingMonthly.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_TicketEntry | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.PricingSummary.IX_PricingDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_RouteDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSummary.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_LedgerDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSummary.IX_ShipmentSnapshot | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.PricingSummary.IX_ClaimStaging | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.BookingQueue.IX_OrdersQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_QuotaMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingQueue.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_ForecastResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLine.IX_StaffingHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_CampaignDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLine.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_CustomerResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersEntry.IX_TerritoryStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersEntry.IX_AssetStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersEntry.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_PolicyLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_CampaignStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_PricingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStatus.IX_ForecastStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_ContractArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_LedgerResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_LedgerHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDetail.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_CatalogHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_TerritoryResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_ClaimAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStatus.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_SalesStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_QuotaLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_CustomerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.BillingResult.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingAudit.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyAudit.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_SupplierHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_WarehouseLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_OrdersHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLine.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_TerritoryDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_PricingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDaily.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_CampaignSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_SupplierLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHeader.IX_TicketStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_CustomerHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_PolicyDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_ContractStaging | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | review carefully — unique | |||
| host-947.dbo.ReconcileDaily.IX_PayrollStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_ContractResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:49 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStatus.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_SupplierAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftResult.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_ShiftDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingMonthly.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingMonthly.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_PricingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_QuotaSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSnapshot.IX_InvoiceStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSnapshot.IX_PricingLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaSnapshot.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_CustomerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerQueue.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_StaffingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesArchive.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_BatchQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_BatchEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_BookingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_LedgerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_ClaimSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_SettlementHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_RosterLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetLine.IX_ShipmentHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerQueue.IX_QuotaSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_QuotaDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_BillingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_MeterMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHeader.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_PayrollResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_ContractMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDetail.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_BatchStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_AssetArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_LedgerStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStatus.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_ForecastStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_PricingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 34 | 0 | 2026-09-15 15:07:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_QuotaEntry | 3 | NONCLUSTERED | Y | 34 | 0 | 0 | 0 | 2026-09-15 15:07:16 | never | USED | keep — in use | ||||
| host-947.dbo.AssetLog.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_ForecastSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_ClaimStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_ContractAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSummary.IX_PricingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_QuotaDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceEntry.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceEntry.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_ShipmentStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_QuotaHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_RouteAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStaging.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStaging.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_PolicyStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHeader.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_RouteResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_BatchHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-03 06:30:07 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_PayrollArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_MeterDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignMonthly.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_ReconcileLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyAudit.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_ClaimDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSummary.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_BatchSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_PayrollLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_PayrollStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_BookingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementEntry.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_BillingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentArchive.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_SalesAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftQueue.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_TicketQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_AssetHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_TerritoryResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerEntry.IX_ReconcileStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerEntry.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHeader.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_MeterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHistory.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_QuotaHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDetail.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_QuotaDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSummary.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_InvoiceSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_SupplierSnapshot | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.SupplierEntry.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_ShiftDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.ClaimAudit.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_PolicyArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_BatchHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_ContractLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_RosterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_TerritoryLine | 2 | NONCLUSTERED | 9 | 0 | 0 | 0 | 2026-09-15 08:55:39 | never | USED | keep — in use | |||||
| host-947.dbo.BookingSummary.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_OrdersDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_BillingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_BillingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_BillingLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketMonthly.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_CustomerHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_AssetSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHistory.IX_PricingAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_ClaimStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHistory.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_TicketEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_StaffingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_InvoiceHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_BillingSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_SettlementAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerResult.IX_AssetDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerResult.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_RouteMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-15 08:22:50 | 2026-03-29 20:23:50 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_SalesResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:50 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingAudit.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-15 08:22:50 | 2026-03-29 20:23:50 | USED | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:50 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 6 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_StaffingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.StaffingStatus.IX_QuotaDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_ForecastHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_ContractResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_ShiftEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStaging.IX_BillingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_PolicyAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLog.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_BatchLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_RouteSnapshot | 1 | CLUSTERED | Y | 1618 | 0 | 0 | 0 | 2026-09-15 21:01:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_SalesDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLog.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 2138 | 0 | 0 | 0 | 2026-09-15 08:47:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_PricingArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingDaily.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_QuotaLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStaging.IX_BookingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStaging.IX_ForecastEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_TicketStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_CampaignStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterArchive.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHistory.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryEntry.IX_AssetLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_ClaimStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_QuotaArchive | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterAudit.IX_BookingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterAudit.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_QuotaResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_RouteLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ClaimLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 3547248 | 38563 | 0 | 0 | 2026-09-15 23:05:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 09:49:26 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 2 | 0 | 0 | 2026-09-12 13:45:53 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_CustomerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_PricingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_MeterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractArchive.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimResult.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-12 08:24:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_ClaimEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_ShiftSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_BookingDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_AssetLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_AssetEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollHistory.IX_BookingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDaily.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:50 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLog.IX_BillingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLog.IX_CustomerAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_ShiftEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogAudit.IX_RouteLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogAudit.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_ShiftQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:50 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_AssetMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSnapshot.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_ClaimLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaQueue.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_ShiftQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ContractHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_ShipmentLog | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStatus.IX_SalesMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_SettlementStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_PolicyResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSnapshot.IX_ContractSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSnapshot.IX_SalesDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSnapshot.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_BookingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 6023 | never | 2026-07-19 18:11:15 | UNUSED | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 6023 | never | 2026-07-19 18:11:15 | UNUSED | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterSummary.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 18 | 0 | 0 | 0 | 2026-09-15 14:02:09 | 2026-03-29 20:23:52 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_PolicyMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_MeterStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_ForecastMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_SettlementSnapshot | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_SupplierQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSnapshot.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_SupplierArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_AssetDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_CatalogDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_PricingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_AssetSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketArchive.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_SettlementSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileAudit.IX_AssetAudit | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_SupplierLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_PricingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_PayrollStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_WarehouseResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_SupplierQueue | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_ReconcileAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_BillingHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_BookingHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_OrdersStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_ShipmentHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_RouteSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLine.IX_ForecastMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLine.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_SalesDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_SettlementDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchSnapshot.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:52 | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_StaffingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:52 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_TicketHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_ContractHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_ShiftQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyMonthly.IX_MeterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLog.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDetail.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_AssetResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_AssetHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_SalesLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteMonthly.IX_CatalogHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_LedgerHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_CampaignDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_TerritorySummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_RouteResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:42 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractResult.IX_BillingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftResult.IX_ContractSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_AssetLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftResult.IX_RouteLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySnapshot.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_ClaimDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_ClaimAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_SupplierResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_RosterStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_CatalogStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_TicketAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_BookingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_CatalogAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_LedgerAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_RosterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_PolicySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDaily.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_ShipmentResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDaily.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_BillingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_ShiftAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_ContractAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesAudit.IX_ForecastResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_SettlementLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_BatchStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_LedgerSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_ClaimSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_WarehouseStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_CampaignSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollMonthly.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 8603 | 0 | 0 | 8603 | 2026-09-15 16:20:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_PayrollHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterStaging.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_TicketArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_ClaimMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentQueue.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHeader.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHistory.IX_PayrollDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketMonthly.IX_BookingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_TerritoryHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_RosterLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileStatus.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_SupplierSnapshot | 1 | CLUSTERED | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyHistory.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_BookingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_BookingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_BookingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_BookingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_PolicySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDetail.IX_MeterDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_BookingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDetail.IX_PricingSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastArchive.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_PricingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_ForecastSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingStaging.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_BookingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSnapshot.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceEntry.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_ReconcileArchive | 2 | NONCLUSTERED | Y | 42401 | 0 | 0 | 42400 | 2026-09-15 22:10:47 | never | USED | keep — in use | ||||
| host-947.dbo.RosterResult.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 222964 | 1 | 42400 | 2026-09-15 17:56:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_CampaignResult | 1 | CLUSTERED | Y | 222115 | 0 | 0 | 3 | 2026-09-15 23:39:27 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_ForecastHeader | 3 | NONCLUSTERED | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_SalesStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLog.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 21224 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_WarehouseSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 21224 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_SupplierArchive | 3 | NONCLUSTERED | Y | 21224 | 0 | 0 | 21224 | 2026-09-15 16:53:52 | never | USED | keep — in use | ||||
| host-947.dbo.ReconcileStaging.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 7540544 | 0 | 0 | 42448 | 2026-09-15 22:54:50 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_OrdersMonthly | 3 | NONCLUSTERED | 29 | 0 | 0 | 81 | 2026-09-15 17:34:31 | never | USED | keep — in use | |||||
| host-947.dbo.PolicySummary.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 81 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_CustomerLine | 2 | NONCLUSTERED | 52 | 0 | 0 | 81 | 2026-09-15 17:30:59 | never | USED | keep — in use | |||||
| host-947.dbo.OrdersSnapshot.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_SupplierArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_CampaignAudit | 2 | NONCLUSTERED | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.WarehouseDetail.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 201396 | 0 | 0 | 0 | 2026-09-15 22:18:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_BookingQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingResult.IX_OrdersDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_ForecastQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_TerritoryStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_LedgerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_SalesSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentQueue.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastEntry.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_TicketLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_BatchDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_RosterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_QuotaDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_CatalogStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_MeterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-11 13:26:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | 66380 | 0 | 0 | 65954 | 2026-09-15 15:24:41 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentDetail.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 426 | 65954 | 2026-09-15 13:07:31 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_RosterLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 15064551 | 0 | 0 | 0 | 2026-09-15 22:54:50 | never | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingEntry.IX_CampaignMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_MeterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_AssetStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_RouteMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_ShipmentSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_PricingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileAudit.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_LedgerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_StaffingResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_AssetAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingSummary.IX_QuotaHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingSummary.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 41 | 0 | 0 | 0 | 2026-09-16 00:03:51 | 2026-03-29 20:23:52 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 41 | 0 | 2026-09-16 00:03:51 | 2026-03-29 20:23:52 | USED | KEEP — table storage | ||||
| host-947.dbo.SalesResult.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:52 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:52 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 147617 | 0 | 0 | 2026-09-15 23:35:55 | 2026-03-29 20:23:52 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_PricingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:52 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 324 | 0 | 0 | 2026-09-15 16:53:31 | 2026-03-29 20:23:52 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_MeterStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_StaffingHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 30 | 0 | 0 | 2026-09-15 16:53:31 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_CampaignEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_ClaimHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_BookingAudit | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_BillingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_ClaimQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_PolicyResult | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimDaily.IX_CustomerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimDaily.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:53 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_ReconcileDaily | 1 | CLUSTERED | Y | 17 | 0 | 0 | 0 | 2026-09-14 08:46:00 | 2026-03-29 20:23:53 | USED | KEEP — table storage | ||||
| host-947.dbo.AssetStaging.IX_ContractLog | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-08 09:51:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_ShipmentHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDetail.IX_PricingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_ForecastQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_RosterLog | 1 | CLUSTERED | Y | 17 | 0 | 0 | 0 | 2026-09-14 07:49:12 | 2026-03-29 20:23:53 | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:53 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_CatalogLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSummary.IX_ShiftSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_LedgerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_CustomerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_MeterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_TerritoryEntry | 1 | CLUSTERED | Y | 39 | 0 | 0 | 0 | 2026-09-15 11:05:24 | 2026-03-29 20:23:53 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:53 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_QuotaAudit | 1 | CLUSTERED | Y | 17 | 0 | 0 | 0 | 2026-09-14 14:42:32 | 2026-03-29 20:23:53 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerSnapshot.IX_LedgerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:53 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_PayrollDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_PayrollSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_PricingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftResult.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDetail.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_ClaimLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_CatalogHeader | 3 | NONCLUSTERED | 227386 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | keep — in use | |||||
| host-947.dbo.QuotaArchive.IX_SupplierHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_BillingEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_CatalogLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_ShipmentSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_RouteSummary | 1 | CLUSTERED | Y | 48954 | 0 | 227386 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStatus.IX_LedgerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 96 | 0 | 0 | 0 | 2026-09-15 11:58:26 | 2026-03-29 20:23:53 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_ShipmentLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:53 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_LedgerMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_MeterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 27 | never | 2026-07-19 18:11:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_ShipmentSummary | 2 | NONCLUSTERED | 1676 | 0 | 0 | 27 | 2026-09-15 10:11:45 | 2026-07-19 18:11:16 | USED | keep — in use | |||||
| host-947.dbo.TicketLog.IX_InvoiceDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 27 | never | 2026-07-19 18:11:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 201 | 26 | 1660 | 27 | 2026-09-13 23:12:02 | 2026-07-19 18:11:16 | USED | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastAudit.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 7791 | 0 | 36 | 0 | 2026-09-15 20:10:02 | 2026-03-29 20:23:53 | USED | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:53 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_ShipmentStaging | 3 | NONCLUSTERED | Y | 3525 | 0 | 0 | 0 | 2026-09-15 20:10:02 | 2026-03-29 20:23:53 | USED | keep — in use | ||||
| host-947.dbo.InvoiceSnapshot.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 1382 | 0 | 0 | 0 | 2026-09-15 20:10:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 284 | 0 | 0 | 0 | 2026-09-15 13:19:03 | 2026-03-29 20:23:53 | USED | keep — in use | ||||
| host-947.dbo.StaffingHeader.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 6997 | 1257 | 96 | 0 | 2026-09-15 20:10:02 | 2026-03-29 20:23:53 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 11312 | 0 | 144 | 0 | 2026-09-15 20:10:02 | 2026-03-29 20:23:53 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 144 | 0 | 0 | 0 | 2026-09-15 11:07:17 | 2026-03-29 20:23:53 | USED | keep — in use | ||||
| host-947.dbo.BillingStatus.IX_OrdersSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStatus.IX_InvoiceEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_ClaimHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_PolicyDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersMonthly.IX_TerritorySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersMonthly.IX_SupplierMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersMonthly.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-12 12:55:02 | never | USED | keep — in use | ||||
| host-947.dbo.SupplierSummary.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_BatchHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStatus.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_ForecastHeader | 3 | NONCLUSTERED | Y | 85 | 0 | 0 | 0 | 2026-09-15 14:49:52 | never | USED | keep — in use | ||||
| host-947.dbo.CampaignEntry.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 3 | 83 | 0 | 2026-09-15 14:49:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_MeterHistory | 3 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-12 12:55:02 | never | USED | keep — in use | ||||
| host-947.dbo.BatchResult.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 1617 | 0 | 0 | 2026-09-15 20:46:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_RosterStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_ContractSummary | 1 | CLUSTERED | Y | 67 | 0 | 1 | 3 | 2026-09-15 14:49:52 | 2026-03-29 20:23:53 | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaLine.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 3 | 2026-09-12 12:55:05 | 2026-03-29 20:23:53 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 173 | 0 | 0 | 0 | 2026-09-15 14:49:52 | never | USED | keep — in use | ||||
| host-947.dbo.StaffingEntry.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 172 | 0 | 2026-09-15 14:49:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_OrdersMonthly | 1 | CLUSTERED | Y | 172 | 0 | 0 | 0 | 2026-09-15 14:49:52 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_AssetAudit | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-12 12:55:02 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimEntry.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_PayrollStatus | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-12 12:55:02 | never | USED | keep — in use | ||||
| host-947.dbo.SalesQueue.IX_BatchLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesQueue.IX_InvoiceHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesQueue.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_CustomerSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:53 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 1547 | never | 2026-07-19 18:11:16 | UNUSED | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_SettlementHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 1547 | never | 2026-07-19 18:11:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | 1431 | 0 | 0 | 1597 | 2026-09-15 21:08:34 | 2026-07-19 18:11:17 | USED | keep — in use | ||||
| host-947.dbo.CustomerDetail.IX_SalesStatus | 4 | NONCLUSTERED | 30180 | 0 | 0 | 1597 | 2026-09-16 01:01:04 | 2026-07-19 18:11:17 | USED | keep — in use | |||||
| host-947.dbo.CustomerDetail.IX_SupplierLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 1597 | never | 2026-07-19 18:11:18 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 155 | 28 | 31611 | 1597 | 2026-09-16 01:01:04 | 2026-07-19 18:11:16 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 1086 | never | 2026-07-19 18:11:19 | UNUSED | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_CatalogHistory | 7 | NONCLUSTERED | 12 | 0 | 0 | 1086 | 2026-09-13 14:00:05 | 2026-07-19 18:11:19 | USED | keep — in use | |||||
| host-947.dbo.ShiftHistory.IX_MeterAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 1086 | never | 2026-07-19 18:11:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_PayrollResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 1086 | never | 2026-07-19 18:11:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_ContractDetail | 3 | NONCLUSTERED | 11250 | 0 | 0 | 1086 | 2026-09-16 01:01:44 | 2026-07-19 18:11:19 | USED | keep — in use | |||||
| host-947.dbo.ShiftHistory.IX_ReconcileDaily | 4 | NONCLUSTERED | 543 | 0 | 0 | 1086 | 2026-09-16 00:03:47 | 2026-07-19 18:11:19 | USED | keep — in use | |||||
| host-947.dbo.ShiftHistory.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 543 | 1086 | 2026-09-16 00:03:47 | 2026-07-19 18:11:19 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStaging.IX_SalesAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 11250 | 14 | 0 | 2026-09-16 01:01:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_ShiftHeader | 3 | NONCLUSTERED | 14 | 0 | 0 | 0 | 2026-09-10 14:45:25 | never | USED | keep — in use | |||||
| host-947.dbo.ReconcileSnapshot.IX_QuotaSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_SalesEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_StaffingDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_ContractHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStatus.IX_CatalogMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStatus.IX_CustomerResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStatus.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-10 14:45:25 | 2026-03-29 20:23:56 | USED | keep — in use | ||||
| host-947.dbo.PayrollQueue.IX_PolicyLine | 3 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-11 13:14:46 | 2026-03-29 20:23:56 | USED | keep — in use | |||||
| host-947.dbo.PayrollQueue.IX_CatalogSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:56 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 31527 | 3382 | 0 | 0 | 2026-09-16 01:01:44 | 2026-03-29 20:23:56 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-10 14:45:25 | 2026-03-29 20:23:56 | USED | keep — in use | ||||
| host-947.dbo.SettlementLine.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 13175 | 0 | 0 | 2026-09-16 01:00:47 | 2026-03-29 20:23:56 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_ShiftStatus | 2 | NONCLUSTERED | Y | 277 | 0 | 0 | 0 | 2026-09-10 04:36:44 | 2026-03-29 20:23:56 | USED | keep — in use | ||||
| host-947.dbo.CustomerLog.IX_RouteHeader | 3 | NONCLUSTERED | 3105 | 0 | 0 | 13175 | 2026-09-15 12:44:46 | 2026-03-29 20:23:56 | USED | keep — in use | |||||
| host-947.dbo.CustomerLog.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 25552 | 19661 | 3382 | 13175 | 2026-09-16 01:01:44 | 2026-03-29 20:23:56 | USED | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_ContractDaily | 2 | NONCLUSTERED | Y | 11250 | 0 | 0 | 0 | 2026-09-16 01:01:44 | never | USED | keep — in use | ||||
| host-947.dbo.SalesArchive.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 11793 | 0 | 0 | 2026-09-16 01:01:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_PayrollResult | 2 | NONCLUSTERED | Y | 80 | 0 | 0 | 0 | 2026-09-16 00:03:47 | 2026-03-29 20:23:56 | USED | keep — in use | ||||
| host-947.dbo.ShipmentHeader.IX_QuotaLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:56 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 34366 | 3 | 80 | 0 | 2026-09-16 01:01:44 | 2026-03-29 20:23:56 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:56 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftAudit.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:23:56 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSummary.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_ForecastStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_RouteDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_PayrollEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHeader.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchQueue.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_BookingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_QuotaDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentAudit.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLog.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_BillingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_QuotaHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogQueue.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_CustomerLog | 50 | NONCLUSTERED | 4351 | 0 | 0 | 2346009 | 2026-09-15 16:17:41 | 2026-09-14 13:33:50 | USED | keep — in use | |||||
| host-947.dbo.ShiftQueue.IX_CatalogDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 951617 | never | 2026-09-14 13:33:34 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftQueue.IX_BillingQueue | 31 | NONCLUSTERED | 45001 | 0 | 0 | 1012430 | 2026-09-15 20:12:34 | 2026-09-14 13:33:44 | USED | keep — in use | |||||
| host-947.dbo.ShiftQueue.IX_SettlementStatus | 1 | CLUSTERED | Y | 1103970 | 0 | 46898866 | 2346009 | 2026-09-15 23:00:51 | 2026-09-14 13:33:14 | USED | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_ShipmentAudit | 3 | NONCLUSTERED | 492577 | 0 | 0 | 951617 | 2026-09-15 22:54:50 | 2026-09-14 13:33:24 | USED | keep — in use | |||||
| host-947.dbo.ShiftQueue.IX_ContractDetail | 2 | NONCLUSTERED | Y | Y | 2338261 | 0 | 0 | 290584 | 2026-09-15 23:00:51 | 2026-09-14 13:33:19 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_ShipmentSnapshot | 6 | NONCLUSTERED | 596 | 0 | 0 | 1070256 | 2026-09-08 18:02:08 | 2026-09-14 13:33:39 | USED | keep — in use | |||||
| host-947.dbo.ShiftQueue.IX_InvoiceSummary | 4 | NONCLUSTERED | Y | 44515122 | 0 | 0 | 290584 | 2026-09-15 22:54:51 | 2026-09-14 13:33:29 | USED | keep — in use | ||||
| host-947.dbo.ShiftQueue.IX_RouteArchive | 46 | NONCLUSTERED | 113 | 0 | 0 | 2346009 | 2026-09-15 16:02:09 | 2026-09-11 17:18:34 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_InvoiceStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSummary.IX_ContractDetail | 29 | NONCLUSTERED | 192923 | 0 | 0 | 2016557 | 2026-09-15 22:54:50 | 2026-09-15 14:41:30 | USED | keep — in use | |||||
| host-947.dbo.SupplierSummary.IX_MeterDetail | 30 | NONCLUSTERED | 256584 | 0 | 0 | 2226774 | 2026-09-15 22:54:50 | 2026-09-15 14:37:18 | USED | keep — in use | |||||
| host-947.dbo.SupplierSummary.IX_TicketQueue | 2 | NONCLUSTERED | Y | 3108656 | 0 | 0 | 1188936 | 2026-09-15 22:54:50 | 2026-09-15 14:35:45 | USED | keep — in use | ||||
| host-947.dbo.SupplierSummary.IX_ForecastSnapshot | 3 | NONCLUSTERED | Y | 80259 | 0 | 0 | 1188936 | 2026-09-15 20:12:06 | 2026-09-15 14:38:27 | USED | keep — in use | ||||
| host-947.dbo.SupplierSummary.IX_ShiftAudit | 26 | NONCLUSTERED | Y | 1154662 | 0 | 0 | 1188936 | 2026-09-15 22:54:50 | 2026-09-15 14:33:23 | USED | keep — in use | ||||
| host-947.dbo.SupplierSummary.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 4151992 | 2226774 | 2026-09-15 22:54:50 | 2026-09-15 14:30:42 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_RouteDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 40 | 0 | 0 | 0 | 2026-09-15 13:20:42 | 2026-06-06 03:43:46 | USED | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_ReconcileMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_RosterArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_BatchHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 75366 | 0 | 0 | 2987 | 2026-09-15 16:09:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_ClaimDaily | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_MeterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_CampaignSummary | 28 | NONCLUSTERED | 1 | 0 | 0 | 787782 | 2026-09-08 08:22:19 | 2026-09-15 15:16:12 | USED | keep — in use | |||||
| host-947.dbo.CampaignMonthly.IX_CatalogEntry | 36 | NONCLUSTERED | 6636084 | 0 | 0 | 787782 | 2026-09-15 22:46:39 | 2026-09-15 15:16:19 | USED | keep — in use | |||||
| host-947.dbo.CampaignMonthly.IX_CatalogEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 378728 | never | 2026-09-14 13:31:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 1555942 | 6 | 448509 | 787782 | 2026-09-15 22:59:55 | 2026-09-14 13:31:04 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_CustomerDaily | 4 | NONCLUSTERED | Y | 15492 | 0 | 0 | 382476 | 2026-09-15 14:20:01 | 2026-09-14 13:34:29 | USED | keep — in use | ||||
| host-947.dbo.CampaignMonthly.IX_BatchArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 378728 | never | 2026-09-14 13:36:37 | UNUSED | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_CustomerAudit | 3 | NONCLUSTERED | Y | 448451 | 0 | 0 | 378728 | 2026-09-15 22:54:50 | 2026-09-14 13:31:54 | USED | keep — in use | ||||
| host-947.dbo.CampaignMonthly.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 137998 | 0 | 0 | 747400 | 2026-09-15 21:12:47 | 2026-09-14 13:34:14 | USED | keep — in use | ||||
| host-947.dbo.ReconcileMonthly.IX_StaffingQueue | 1 | CLUSTERED | Y | 21024 | 0 | 0 | 21024 | 2026-09-15 19:19:25 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 21024 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 45 | 0 | 0 | 0 | 2026-09-15 22:36:56 | 2026-03-29 20:34:19 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_RosterLine | 1 | CLUSTERED | Y | Y | 37063 | 0 | 24183 | 36420 | 2026-09-15 20:22:45 | 2026-08-24 14:56:11 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_QuotaSnapshot | 3 | NONCLUSTERED | Y | 27173 | 0 | 0 | 18210 | 2026-09-15 20:22:45 | 2026-08-24 14:56:56 | USED | keep — in use | ||||
| host-947.dbo.CampaignSnapshot.IX_AssetDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 36420 | never | 2026-08-24 14:56:26 | UNUSED | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_AssetLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_ContractResult | 1 | CLUSTERED | Y | Y | 284957 | 0 | 58 | 466721 | 2026-09-15 20:22:41 | 2026-09-08 14:33:57 | USED | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_ClaimStatus | 3 | NONCLUSTERED | Y | 12622 | 0 | 0 | 234793 | 2026-09-15 17:53:24 | 2026-09-08 14:34:12 | USED | keep — in use | ||||
| host-947.dbo.AssetSnapshot.IX_AssetQueue | 2 | NONCLUSTERED | Y | 247 | 0 | 0 | 466663 | 2026-09-15 13:40:02 | 2026-09-08 14:34:06 | USED | keep — in use | ||||
| host-947.dbo.ClaimEntry.IX_LedgerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 1345 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 2053 | 0 | 0 | 1345 | 2026-09-15 18:28:25 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_PolicyHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 1345 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.ClaimEntry.IX_ForecastArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 1345 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.CatalogHistory.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 1986129 | 0 | 53856 | 924878 | 2026-09-15 22:59:55 | 2026-09-15 11:01:57 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 431331 | 0 | 0 | 352632 | 2026-09-15 22:54:50 | 2026-09-15 11:03:41 | USED | keep — in use | ||||
| host-947.dbo.CatalogHistory.IX_ForecastDaily | 3 | NONCLUSTERED | Y | 33606 | 0 | 0 | 167476 | 2026-09-15 22:54:51 | 2026-09-15 11:02:17 | USED | keep — in use | ||||
| host-947.dbo.CatalogHistory.IX_InvoiceMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 167476 | never | 2026-09-15 11:02:01 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogHistory.IX_TerritoryDaily | 25 | NONCLUSTERED | 3677 | 0 | 0 | 352632 | 2026-09-15 18:01:11 | 2026-09-15 11:02:32 | USED | keep — in use | |||||
| host-947.dbo.CatalogHistory.IX_ClaimQueue | 26 | NONCLUSTERED | 3901 | 0 | 0 | 352632 | 2026-09-15 20:17:01 | 2026-09-15 11:02:12 | USED | keep — in use | |||||
| host-947.dbo.CatalogHistory.IX_RouteArchive | 27 | NONCLUSTERED | 16102 | 0 | 0 | 924878 | 2026-09-15 18:01:11 | 2026-09-15 11:02:07 | USED | keep — in use | |||||
| host-947.dbo.ReconcileDetail.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_ClaimEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileEntry.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_CustomerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentAudit.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStaging.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 117 | 0 | 0 | 0 | 2026-09-15 09:39:21 | 2026-03-29 20:37:49 | USED | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_AssetEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:37:49 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDetail.IX_AssetStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:37:49 | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_RosterSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:37:49 | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 51 | 0 | 0 | 0 | 2026-09-14 17:13:52 | 2026-03-29 20:37:49 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_MeterLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:37:49 | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_SupplierLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:37:49 | COLD | review carefully — unique | ||||
| host-947.dbo.TicketQueue.IX_SupplierSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 21224 | never | 2026-09-12 13:19:33 | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketQueue.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 21224 | 0 | 0 | 21224 | 2026-09-15 16:53:52 | 2026-09-12 13:19:31 | USED | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_RosterHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 21224 | never | 2026-09-12 13:19:34 | UNUSED | review carefully — unique | ||||
| host-947.dbo.SalesDaily.IX_CustomerSummary | 2 | NONCLUSTERED | 1542 | 0 | 0 | 48368 | 2026-09-15 12:25:31 | 2026-09-08 13:26:56 | USED | keep — in use | |||||
| host-947.dbo.SalesDaily.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 14690 | 0 | 44018 | 69864 | 2026-09-15 16:53:53 | 2026-09-08 13:23:50 | USED | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_StaffingSnapshot | 3 | NONCLUSTERED | Y | 42992 | 0 | 0 | 48368 | 2026-09-15 16:53:53 | 2026-09-08 13:28:14 | USED | keep — in use | ||||
| host-947.dbo.ContractHeader.IX_QuotaHistory | 2 | NONCLUSTERED | 6 | 0 | 0 | 3203 | 2026-09-14 11:33:54 | 2026-09-08 12:08:29 | USED | keep — in use | |||||
| host-947.dbo.ContractHeader.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 188 | 0 | 5982 | 6194 | 2026-09-15 09:08:00 | 2026-09-08 12:08:17 | USED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_OrdersHeader | 3 | NONCLUSTERED | Y | 5982 | 0 | 0 | 3203 | 2026-09-13 14:22:25 | 2026-09-08 12:08:32 | USED | keep — in use | ||||
| host-947.dbo.StaffingResult.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 325780 | 0 | 0 | 9000 | 2026-09-15 14:02:31 | 2026-09-07 07:56:24 | USED | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_BillingSnapshot | 2 | NONCLUSTERED | 1 | 0 | 0 | 27996 | 2026-09-15 10:58:39 | 2026-09-03 07:41:44 | USED | keep — in use | |||||
| host-947.dbo.RosterHistory.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 5 | 0 | 52182 | 36693 | 2026-09-15 16:50:49 | 2026-09-03 07:41:25 | USED | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_ForecastMonthly | 3 | NONCLUSTERED | Y | 52182 | 0 | 0 | 27996 | 2026-09-15 16:50:49 | 2026-09-03 07:41:29 | USED | keep — in use | ||||
| host-947.dbo.RouteResult.IX_RosterQueue | 18 | NONCLUSTERED | 3082 | 0 | 0 | 44373 | 2026-09-15 20:22:35 | 2026-09-10 08:02:03 | USED | keep — in use | |||||
| host-947.dbo.RouteResult.IX_SupplierLog | 17 | NONCLUSTERED | 18210 | 0 | 0 | 22791 | 2026-09-15 20:22:45 | 2026-09-04 13:35:08 | USED | keep — in use | |||||
| host-947.dbo.RouteResult.IX_TerritoryLog | 2 | NONCLUSTERED | 530 | 0 | 0 | 22791 | 2026-09-15 17:53:24 | 2026-09-04 13:35:00 | USED | keep — in use | |||||
| host-947.dbo.RouteResult.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 42733 | 0 | 61655 | 44405 | 2026-09-15 20:22:45 | 2026-09-04 13:34:50 | USED | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_BatchSummary | 3 | NONCLUSTERED | Y | 39849 | 0 | 0 | 22791 | 2026-09-15 20:22:45 | 2026-09-04 13:35:04 | USED | keep — in use | ||||
| host-947.dbo.LedgerSummary.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 14405 | 0 | 22856 | 42130 | 2026-09-15 16:50:48 | 2026-09-15 10:18:38 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_TerritoryLog | 2 | NONCLUSTERED | 454 | 0 | 0 | 30702 | 2026-09-15 12:56:40 | 2026-09-15 10:18:43 | USED | keep — in use | |||||
| host-947.dbo.LedgerSummary.IX_OrdersArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 30702 | never | 2026-09-15 10:18:46 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_ReconcileLine | 4 | NONCLUSTERED | Y | 22856 | 0 | 0 | 30702 | 2026-09-15 16:50:48 | 2026-09-15 10:18:47 | USED | keep — in use | ||||
| host-947.dbo.ShipmentAudit.IX_TerritoryHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:13:25 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentAudit.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:13:25 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_WarehouseQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:13:25 | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_ShiftDaily | 2 | NONCLUSTERED | 66 | 0 | 0 | 32144 | 2026-09-15 10:58:49 | 2026-09-14 07:32:00 | USED | keep — in use | |||||
| host-947.dbo.QuotaSummary.IX_BatchAudit | 1 | CLUSTERED | Y | Y | 15009 | 0 | 38265 | 41710 | 2026-09-15 16:50:49 | 2026-09-14 07:31:58 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_ReconcileStaging | 3 | NONCLUSTERED | Y | 38265 | 0 | 0 | 32144 | 2026-09-15 16:50:49 | 2026-09-14 07:32:09 | USED | keep — in use | ||||
| host-947.dbo.TerritorySummary.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 6154 | 0 | 5756 | 5927 | 2026-09-15 14:58:59 | 2026-09-03 16:23:45 | USED | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_CustomerArchive | 2 | NONCLUSTERED | 148 | 0 | 0 | 3047 | 2026-09-15 14:26:39 | 2026-09-03 16:23:38 | USED | keep — in use | |||||
| host-947.dbo.TerritorySummary.IX_BatchLine | 3 | NONCLUSTERED | Y | 5756 | 0 | 0 | 3047 | 2026-09-15 14:58:58 | 2026-09-03 16:23:50 | USED | keep — in use | ||||
| host-947.dbo.LedgerHeader.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 87551 | 0 | 0 | 7995 | 2026-09-15 20:22:34 | 2026-07-19 18:13:31 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 17 | 0 | 0 | 0 | 2026-09-14 09:48:48 | 2026-03-29 20:38:29 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_QuotaHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-05-14 04:30:08 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-14 04:30:09 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_OrdersLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:38:30 | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:38:30 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_SupplierStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_CustomerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLog.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_WarehouseDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignQueue.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_AssetLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyQueue.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_BatchAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_ClaimLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_LedgerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 8156529 | 22169 | 1 | 2026-09-15 23:00:38 | 2026-07-19 18:13:31 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | 23304 | 0 | 0 | 1 | 2026-09-15 23:00:14 | 2026-07-19 18:13:31 | USED | keep — in use | ||||
| host-947.dbo.PolicyAudit.IX_RosterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyAudit.IX_SalesResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_OrdersDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_BillingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_AssetEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_ContractSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_BillingAudit | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_RouteStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_PayrollSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLog.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_SalesStaging | 3 | NONCLUSTERED | 437968 | 0 | 0 | 169902 | 2026-09-15 20:22:41 | 2026-09-15 14:45:02 | USED | keep — in use | |||||
| host-947.dbo.InvoiceDaily.IX_PayrollDaily | 1 | CLUSTERED | Y | 1736501 | 3 | 2479538 | 1299452 | 2026-09-15 20:22:45 | 2026-09-15 14:44:40 | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_ContractHeader | 4 | NONCLUSTERED | 91627 | 0 | 0 | 208888 | 2026-09-15 20:22:45 | 2026-09-15 14:44:43 | USED | keep — in use | |||||
| host-947.dbo.InvoiceDaily.IX_ClaimSnapshot | 5 | NONCLUSTERED | Y | 642412 | 0 | 0 | 180403 | 2026-09-15 18:37:30 | 2026-09-15 14:44:49 | USED | keep — in use | ||||
| host-947.dbo.InvoiceDaily.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 1399166 | 0 | 0 | 169900 | 2026-09-15 20:22:44 | 2026-09-15 14:44:47 | USED | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_PayrollEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_ShipmentResult | 21 | NONCLUSTERED | 402550 | 0 | 0 | 838775 | 2026-09-15 20:21:13 | 2026-09-14 06:10:15 | USED | keep — in use | |||||
| host-947.dbo.RouteLine.IX_PricingDaily | 22 | NONCLUSTERED | 495237 | 0 | 0 | 838775 | 2026-09-15 20:22:42 | 2026-09-14 06:10:13 | USED | keep — in use | |||||
| host-947.dbo.RouteLine.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 755105 | 838775 | 2026-09-15 20:22:44 | 2026-09-14 06:10:37 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_PolicyDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 321964 | never | 2026-09-14 06:10:12 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_SalesLog | 2 | NONCLUSTERED | Y | 171274 | 0 | 0 | 321964 | 2026-09-15 20:22:44 | 2026-09-14 06:10:36 | USED | keep — in use | ||||
| host-947.dbo.RouteLine.IX_PricingArchive | 6 | NONCLUSTERED | Y | 583831 | 0 | 0 | 321964 | 2026-09-15 20:22:44 | 2026-09-14 06:10:54 | USED | keep — in use | ||||
| host-947.dbo.RouteLine.IX_OrdersStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 826053 | never | 2026-09-14 06:10:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_WarehouseAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 535002 | never | 2026-09-14 06:11:07 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 54963 | 0 | 0 | 45372 | 2026-09-15 20:18:45 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 45372 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_StaffingAudit | 40 | NONCLUSTERED | 30 | 0 | 0 | 728239 | 2026-09-15 15:10:26 | 2026-09-11 12:05:24 | USED | keep — in use | |||||
| host-947.dbo.StaffingLine.IX_InvoiceEntry | 6 | NONCLUSTERED | 6 | 0 | 0 | 663422 | 2026-09-10 13:28:02 | 2026-09-11 12:06:19 | USED | keep — in use | |||||
| host-947.dbo.StaffingLine.IX_SalesDaily | 4 | NONCLUSTERED | 218 | 0 | 0 | 498881 | 2026-09-14 19:37:15 | 2026-09-11 12:08:19 | USED | keep — in use | |||||
| host-947.dbo.StaffingLine.IX_BookingDetail | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 658119 | never | 2026-09-11 12:10:06 | UNUSED | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_StaffingLog | 7 | NONCLUSTERED | 11 | 0 | 0 | 498881 | 2026-09-08 18:19:45 | 2026-09-11 12:09:51 | USED | keep — in use | |||||
| host-947.dbo.StaffingLine.IX_WarehouseStaging | 1 | CLUSTERED | Y | 243713 | 0 | 224581 | 728239 | 2026-09-15 20:22:41 | 2026-09-11 11:58:52 | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingLine.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 224055 | 0 | 0 | 498881 | 2026-09-13 16:05:16 | 2026-09-11 12:11:18 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_WarehouseHeader | 5 | NONCLUSTERED | 291 | 0 | 0 | 498881 | 2026-09-14 19:37:18 | 2026-09-11 12:08:29 | USED | keep — in use | |||||
| host-947.dbo.StaffingLine.IX_MeterStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 498881 | never | 2026-09-11 12:05:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_SettlementLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_LedgerHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_ForecastAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_MeterArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 51 | 0 | 0 | 0 | 2026-09-14 10:26:00 | 2026-03-29 20:43:49 | USED | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_RosterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:43:49 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_ShiftHistory | 85 | NONCLUSTERED | 3359 | 176 | 0 | 180061 | 2026-09-15 20:23:23 | 2026-09-08 19:36:12 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStatus.IX_QuotaSnapshot | 86 | NONCLUSTERED | 13629 | 0 | 0 | 8858 | 2026-09-15 18:39:16 | 2026-09-08 19:36:12 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStatus.IX_InvoiceLine | 76 | NONCLUSTERED | 856 | 7 | 0 | 9225 | 2026-09-15 08:46:15 | 2026-09-08 19:36:05 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStatus.IX_AssetArchive | 79 | NONCLUSTERED | 103215 | 6 | 0 | 9036 | 2026-09-15 21:00:10 | 2026-09-08 19:36:06 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStatus.IX_WarehouseHistory | 80 | NONCLUSTERED | 316275 | 0 | 0 | 180061 | 2026-09-15 20:23:44 | 2026-09-08 19:36:08 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStatus.IX_AssetDetail | 81 | NONCLUSTERED | 24907 | 0 | 0 | 180061 | 2026-09-15 16:53:53 | 2026-09-08 19:36:09 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStatus.IX_ForecastArchive | 3 | NONCLUSTERED | 936 | 0 | 0 | 46597 | 2026-09-15 19:26:45 | 2026-09-08 19:35:32 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStatus.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 53767936 | 6 | 1156008 | 180061 | 2026-09-15 23:34:17 | 2026-09-08 19:35:31 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | 98703 | 0 | 0 | 50670 | 2026-09-15 15:30:46 | 2026-09-08 19:35:32 | USED | keep — in use | ||||
| host-947.dbo.WarehouseStatus.IX_RouteLine | 6 | NONCLUSTERED | 26836 | 0 | 0 | 8858 | 2026-09-15 17:53:24 | 2026-09-08 19:35:34 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStatus.IX_CampaignAudit | 8 | NONCLUSTERED | 0 | 0 | 0 | 11839 | never | 2026-09-08 19:35:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseStatus.IX_ForecastSnapshot | 9 | NONCLUSTERED | Y | 633093 | 0 | 0 | 8858 | 2026-09-15 20:22:45 | 2026-09-08 19:35:35 | USED | keep — in use | ||||
| host-947.dbo.WarehouseStatus.IX_ShipmentSnapshot | 5 | NONCLUSTERED | Y | 14879 | 0 | 0 | 8858 | 2026-09-15 20:22:46 | 2026-09-08 19:35:34 | USED | keep — in use | ||||
| host-947.dbo.WarehouseStatus.IX_WarehouseAudit | 7 | NONCLUSTERED | Y | 1 | 0 | 0 | 8858 | 2026-09-14 10:01:21 | 2026-09-08 19:35:35 | USED | keep — in use | ||||
| host-947.dbo.WarehouseStatus.IX_CatalogArchive | 4 | NONCLUSTERED | Y | 282 | 0 | 0 | 46597 | 2026-09-09 09:27:16 | 2026-09-08 19:35:33 | USED | keep — in use | ||||
| host-947.dbo.WarehouseStatus.IX_ClaimHeader | 82 | NONCLUSTERED | 281793 | 0 | 0 | 8858 | 2026-09-15 17:44:40 | 2026-09-08 19:36:10 | USED | keep — in use | |||||
| host-947.dbo.TicketSummary.IX_PricingMonthly | 19 | NONCLUSTERED | 7 | 0 | 0 | 195287 | 2026-09-08 18:14:32 | 2026-09-11 08:28:36 | USED | keep — in use | |||||
| host-947.dbo.TicketSummary.IX_RouteAudit | 3 | NONCLUSTERED | 283 | 0 | 0 | 195287 | 2026-09-13 22:44:20 | 2026-09-11 08:27:40 | USED | keep — in use | |||||
| host-947.dbo.TicketSummary.IX_ContractEntry | 2 | NONCLUSTERED | 11929 | 0 | 0 | 195287 | 2026-09-13 22:37:52 | 2026-09-11 08:27:37 | USED | keep — in use | |||||
| host-947.dbo.TicketSummary.IX_SupplierHeader | 5 | NONCLUSTERED | 1315512 | 0 | 0 | 195287 | 2026-09-15 20:22:45 | 2026-09-11 08:27:57 | USED | keep — in use | |||||
| host-947.dbo.TicketSummary.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 1319925 | 195287 | 2026-09-15 20:22:45 | 2026-09-13 11:43:20 | USED | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_PricingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 195287 | never | 2026-09-11 08:27:53 | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_SettlementStatus | 17 | NONCLUSTERED | 22868 | 0 | 0 | 195287 | 2026-09-15 22:54:50 | 2026-09-11 08:28:43 | USED | keep — in use | |||||
| host-947.dbo.CustomerQueue.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 2316 | 0 | 0 | 2316 | 2026-09-15 15:24:42 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 2316 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_PayrollHeader | 1 | CLUSTERED | Y | 5 | 0 | 0 | 0 | 2026-09-14 17:11:46 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_ShiftArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLine.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_ShiftSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLog.IX_PolicyMonthly | 1 | CLUSTERED | Y | 2316 | 0 | 0 | 2316 | 2026-09-15 15:24:42 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 2316 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:15 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_InvoiceLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:15 | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_AssetArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:15 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerResult.IX_SalesStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_SalesStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:16 | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLine.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:16 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:16 | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:16 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 14 | 0 | 0 | 0 | 2026-09-14 15:00:51 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_QuotaLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_PayrollLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-14 15:48:56 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_ClaimHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSummary.IX_CustomerSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSummary.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_BatchDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_OrdersSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_SupplierArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_LedgerSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDetail.IX_SettlementLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_CampaignStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_InvoiceQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_InvoiceResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingResult.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_ShipmentResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_TicketStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_BatchQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_RosterSummary | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 1948 | 0 | 2026-09-15 16:28:18 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseSummary.IX_LedgerMonthly | 3 | NONCLUSTERED | Y | 1948 | 0 | 0 | 0 | 2026-09-15 16:28:18 | never | USED | keep — in use | ||||
| host-947.dbo.WarehouseSummary.IX_SupplierResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_LedgerLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_TerritoryMonthly | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_SalesQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetMonthly.IX_PolicyArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_LedgerResult | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_ShipmentAudit | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 177 | 0 | 2026-09-15 13:35:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.AssetMonthly.IX_OrdersHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_ContractArchive | 4 | NONCLUSTERED | Y | 177 | 0 | 0 | 0 | 2026-09-15 13:35:06 | never | USED | keep — in use | ||||
| host-947.dbo.AssetMonthly.IX_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSnapshot.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_CatalogEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_InvoiceLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_SettlementQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_MeterLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_BatchArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_RosterHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_PolicyDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_ContractSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_ShiftResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_ClaimDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDaily.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDaily.IX_OrdersSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDaily.IX_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_SalesMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_LedgerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_BillingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_RosterSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSummary.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_ReconcileLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_BillingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_RouteDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 179 | 0 | 0 | 2026-09-15 21:03:07 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_InvoiceLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLine.IX_SettlementDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLine.IX_TicketEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLine.IX_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_ReconcileStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_PayrollResult | 1 | CLUSTERED | Y | 166 | 13 | 0 | 0 | 2026-09-15 21:03:07 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SettlementLog.IX_ContractLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_BookingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_PricingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_BookingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_BatchSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_BatchLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_InvoiceHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_SalesEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_WarehouseAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_SettlementStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_CampaignLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDaily.IX_RouteLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_ContractHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_ClaimAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_PayrollSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ContractAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_CatalogEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_SettlementArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_BillingLog | 1 | CLUSTERED | Y | Y | 0 | 127047 | 0 | 0 | 2026-09-15 23:35:00 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_ShipmentStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_ClaimResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_ShipmentDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_ShiftEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 64 | 0 | 0 | 0 | 2026-09-15 16:09:46 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_RosterHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_ShipmentDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_ShiftQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_LedgerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDetail.IX_BookingStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_AssetDaily | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDetail.IX_SalesSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_BookingMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_ContractAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 189 | 0 | 0 | 2026-09-15 09:19:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ClaimMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStaging.IX_CustomerHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStaging.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_SalesArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_SettlementHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_ClaimLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_MeterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSummary.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_ContractHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftAudit.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_AssetSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_ShiftDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_ShiftDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLog.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_MeterHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLog.IX_SalesArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchResult.IX_AssetArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-10 07:31:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_PolicyAudit | 1 | CLUSTERED | Y | 0 | 0 | 1 | 0 | 2026-09-10 07:31:04 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastEntry.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_SalesArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_SalesSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStaging.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStaging.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_AssetStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_AssetLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_RosterSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_BillingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDetail.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLine.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_BillingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_RosterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLog.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_PolicySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftAudit.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersEntry.IX_ShiftDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersEntry.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_CampaignArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_SalesResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_PayrollStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_SettlementHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_ClaimStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileQueue.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_AssetDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyResult.IX_RouteMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyResult.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_TerritoryDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingAudit.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_ForecastQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDetail.IX_WarehouseStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_WarehouseQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_ReconcileSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_ReconcileLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_CustomerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_BookingMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_ClaimAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractQueue.IX_ContractStatus | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_WarehouseStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_ShiftLog | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_BatchLog | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_CampaignSnapshot | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_QuotaHeader | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaEntry.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_SupplierResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStaging.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_AssetAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileStaging.IX_InvoiceDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStatus.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStatus.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_BillingLog | 2 | NONCLUSTERED | Y | 14993 | 0 | 0 | 585 | 2026-09-15 18:57:24 | never | USED | keep — in use | ||||
| host-947.dbo.LedgerResult.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 14408 | 585 | 2026-09-15 18:57:24 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryArchive.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_RouteSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_InvoiceLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_OrdersSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogResult.IX_ReconcileDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogResult.IX_ShiftAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogResult.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_ClaimArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogResult.IX_PayrollLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_SupplierHistory | 2 | NONCLUSTERED | Y | 7523 | 0 | 0 | 0 | 2026-09-15 21:01:07 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentSnapshot.IX_WarehouseArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_InvoiceHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_LedgerResult | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_TicketDaily | 5 | NONCLUSTERED | 2 | 0 | 0 | 0 | 2026-09-13 17:18:39 | never | USED | keep — in use | |||||
| host-947.dbo.ShipmentSnapshot.IX_WarehouseStaging | 3 | NONCLUSTERED | 455 | 0 | 0 | 0 | 2026-09-15 16:08:49 | never | USED | keep — in use | |||||
| host-947.dbo.ShipmentSnapshot.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 1600 | 4574 | 0 | 2026-09-15 21:03:34 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_PricingStaging | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_QuotaQueue | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_RosterAudit | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_PricingLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySnapshot.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySnapshot.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_BatchAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_ShipmentLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_OrdersStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_RouteDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_PricingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_WarehouseStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_ClaimResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLine.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_SupplierHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHistory.IX_ShiftSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHistory.IX_OrdersStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHistory.IX_LedgerHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHistory.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 307 | 0 | 2026-09-15 16:12:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_SettlementHistory | 3 | NONCLUSTERED | Y | 307 | 0 | 0 | 0 | 2026-09-15 16:12:02 | never | USED | keep — in use | ||||
| host-947.dbo.PolicySnapshot.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_ShipmentMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_QuotaAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterAudit.IX_ClaimStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_RosterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_SalesDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_PayrollSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_LedgerQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_PayrollStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_LedgerLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryStaging.IX_ShipmentSummary | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStaging.IX_BillingDaily | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_PayrollArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_LedgerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_PolicyLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLog.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_InvoiceStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementLog.IX_TicketHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_BillingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHistory.IX_MeterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_MeterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetMonthly.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHistory.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_RosterMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaArchive.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerEntry.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_RosterResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingArchive.IX_ShipmentDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingArchive.IX_LedgerSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingArchive.IX_CampaignMonthly | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_SalesStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingArchive.IX_InvoiceMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingArchive.IX_CustomerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_BillingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_PricingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_RosterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_CampaignLog | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSummary.IX_TerritoryStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_RosterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_PayrollStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_InvoiceStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_RouteAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_OrdersQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySummary.IX_WarehouseStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySummary.IX_OrdersMonthly | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_BillingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySummary.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_CatalogStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftMonthly.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLine.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:17 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:17 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLine.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 5 | 0 | 0 | 0 | 2026-09-12 07:49:33 | 2026-03-29 20:45:17 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:17 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_StaffingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_SettlementLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_SettlementArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_ReconcileStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_ClaimDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 3732 | 0 | 0 | 2026-09-15 22:50:30 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_PricingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_SalesSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDetail.IX_BillingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDetail.IX_CampaignMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDetail.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_ShipmentAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSnapshot.IX_PolicyHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_QuotaStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_OrdersSummary | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_BookingDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_PricingHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_MeterSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_WarehouseArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerAudit.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_ContractLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_OrdersDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementArchive.IX_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLine.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractMonthly.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_AssetHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_AssetStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDaily.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDaily.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_OrdersDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_BookingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHeader.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_ClaimStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDaily.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 456 | 0 | 0 | 0 | 2026-09-15 16:08:49 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingResult.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLine.IX_StaffingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHeader.IX_BatchEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_CustomerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_TerritoryResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_SettlementArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_StaffingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_QuotaArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_BillingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_OrdersStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHeader.IX_RouteArchive | 1 | CLUSTERED | Y | Y | 0 | 415 | 0 | 0 | 2026-09-15 16:09:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ShipmentQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_ClaimResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogLine.IX_OrdersHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLine.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_PolicyArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileMonthly.IX_RosterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileMonthly.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_RouteStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_QuotaDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.AssetStaging.IX_ShipmentAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStaging.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_CampaignStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerResult.IX_PolicyLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerResult.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_SalesArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_ForecastHeader | 7 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-09 10:10:18 | never | USED | keep — in use | |||||
| host-947.dbo.AssetHistory.IX_ClaimStaging | 1 | CLUSTERED | 1 | 0 | 0 | 0 | 2026-09-12 12:55:03 | never | USED | KEEP — table storage | |||||
| host-947.dbo.AssetHistory.IX_WarehouseResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_SupplierLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_PricingArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_ReconcileDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_ClaimSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDaily.IX_RouteMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDaily.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_ForecastQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_SettlementDetail | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_MeterArchive | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_PolicySnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_SettlementMonthly | 1 | CLUSTERED | 0 | 0 | 1 | 0 | 2026-09-09 10:10:18 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ContractEntry.IX_ShiftDaily | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_LedgerDetail | 5 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-09 10:10:18 | never | USED | keep — in use | |||||
| host-947.dbo.ContractEntry.IX_ShipmentDetail | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_ShipmentMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_LedgerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_InvoiceLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_PayrollSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_MeterEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketAudit.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_ForecastAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_TerritoryStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_CampaignAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_PolicyQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.OrdersSnapshot.IX_CampaignHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_BillingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_ShiftLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_RosterLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierMonthly.IX_CustomerLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierMonthly.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_RouteAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerAudit.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_ShipmentHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_CustomerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_ReconcileQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_ShipmentStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierMonthly.IX_TicketLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierMonthly.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_QuotaHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_ClaimEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_StaffingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_BatchEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_CustomerHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_InvoiceArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_RosterAudit | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStaging.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_SettlementDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_LedgerDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_BatchHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_StaffingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_BatchArchive | 1 | CLUSTERED | 12 | 0 | 0 | 0 | 2026-09-14 17:11:44 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ReconcileStaging.IX_WarehouseQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_ShiftAudit | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_QuotaArchive | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_ShipmentDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-14 17:11:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_InvoiceResult | 1 | CLUSTERED | 6 | 0 | 6 | 0 | 2026-09-14 17:11:44 | never | USED | KEEP — table storage | |||||
| host-947.dbo.StaffingDetail.IX_PayrollArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_ForecastLog | 1 | CLUSTERED | 6 | 0 | 0 | 0 | 2026-09-14 17:11:44 | never | USED | KEEP — table storage | |||||
| host-947.dbo.BookingLog.IX_BatchHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_QuotaLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_ForecastLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseArchive.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_ClaimLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_MeterHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_AssetDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingMonthly.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_SalesLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_BatchSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_ContractEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_CatalogHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_SalesStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSnapshot.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSnapshot.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_TicketLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_ShipmentAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSummary.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_SettlementEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_RouteHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_ReconcileSummary | 3 | NONCLUSTERED | Y | 0 | 2 | 0 | 0 | 2026-09-13 17:18:39 | never | USED | keep — in use | ||||
| host-947.dbo.AssetQueue.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 505 | 0 | 0 | 0 | 2026-09-15 16:08:49 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_ReconcileHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_PolicyEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHeader.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_OrdersMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_BookingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_RosterStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.AssetAudit.IX_TicketQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_TerritoryEntry | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_CatalogLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_SupplierLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStaging.IX_TerritoryLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStaging.IX_ForecastSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStaging.IX_ClaimLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDaily.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_LedgerHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:17 | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_TerritoryLog | 1 | CLUSTERED | Y | Y | 2419 | 1100 | 0 | 0 | 2026-09-15 19:04:34 | 2026-03-29 20:45:17 | USED | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_InvoiceStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:17 | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_RosterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:17 | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_TerritoryLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:17 | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_RosterEntry | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:17 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractMonthly.IX_SettlementEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_PolicyDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_LedgerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_MeterHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_SupplierDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLine.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_PolicyResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_OrdersSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_CustomerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_InvoiceHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_ForecastSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_SettlementResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_InvoiceSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_ContractLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_SalesQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_ReconcileStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_SettlementAudit | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractMonthly.IX_CatalogLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStatus.IX_RosterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStatus.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_SupplierLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_PayrollMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_SettlementResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_ForecastArchive | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_RosterHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_SettlementAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_MeterSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_PricingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_PolicyResult | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_RouteAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_CampaignSnapshot | 5 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_SupplierArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_MeterQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_BookingLog | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_TicketLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementSnapshot.IX_BillingQueue | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_PolicyDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_CampaignSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_SalesResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftMonthly.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_ReconcileStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHeader.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_BatchDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSnapshot.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_StaffingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_TicketStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_AssetHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftAudit.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_ContractDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_SalesDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_RouteMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_PricingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStaging.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLog.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_SettlementArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLine.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryAudit.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDetail.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDetail.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_TicketLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHeader.IX_LedgerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_SupplierHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_RosterLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaQueue.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_ReconcileMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_ForecastMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_MeterLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_InvoiceStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingQueue.IX_ShipmentLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ContractResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_ShipmentDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_AssetDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_CustomerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_AssetSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_QuotaLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimResult.IX_ShiftSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_RouteStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_CustomerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_QuotaDaily | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_WarehouseAudit | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_OrdersLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_InvoiceMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_SettlementLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_LedgerResult | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_ShiftArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_PricingArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_StaffingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_AssetHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_CampaignMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDaily.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_PricingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingMonthly.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingMonthly.IX_WarehouseArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingMonthly.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_StaffingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_PolicySnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaResult.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_ClaimEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_BookingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_ShiftQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_ShiftEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_BookingStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketSummary.IX_PayrollAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ContractArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_SettlementAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_AssetResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_PayrollLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_PayrollStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_SalesSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_SupplierDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_ShiftStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLine.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_RosterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingMonthly.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_LedgerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_PricingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_ClaimQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_ReconcileAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_AssetAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_InvoiceSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterSnapshot.IX_ShipmentLog | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_CatalogSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_SalesEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_CustomerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_PayrollResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_PayrollHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollStatus.IX_ClaimDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollEntry.IX_ClaimLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollEntry.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_BillingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_ClaimQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_CatalogLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_BatchResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:18 | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_SalesEntry | 2 | NONCLUSTERED | Y | 9 | 0 | 0 | 0 | 2026-09-14 14:35:44 | 2026-03-29 20:45:18 | USED | keep — in use | ||||
| host-947.dbo.RouteLog.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 9 | 0 | 2026-09-14 14:35:44 | 2026-03-29 20:45:18 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_PricingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:18 | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDetail.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:18 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:18 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHeader.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_TicketDaily | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_InvoiceLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_BillingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_ShipmentQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLog.IX_ShipmentSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_AssetQueue | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_OrdersMonthly | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_SalesSummary | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_LedgerLine | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_PricingSnapshot | 16 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLog.IX_TicketStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_MeterHeader | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_StaffingDetail | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_RosterQueue | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_RouteMonthly | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 722 | 0 | 0 | 0 | 2026-09-15 20:41:00 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_ShipmentEntry | 18 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLog.IX_BatchAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStaging.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_OrdersEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStaging.IX_StaffingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_AssetDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSnapshot.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_CustomerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_CatalogQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_PricingResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_MeterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_SettlementDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesEntry.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_TicketAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_QuotaLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_ContractSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_AssetStaging | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_CampaignHistory | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_BatchQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_PricingStatus | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_InvoiceHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterStaging.IX_WarehouseSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketEntry.IX_LedgerDetail | 5 | NONCLUSTERED | 4 | 0 | 0 | 0 | 2026-09-09 14:40:44 | never | USED | keep — in use | |||||
| host-947.dbo.TicketEntry.IX_AssetLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketEntry.IX_ClaimQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketEntry.IX_TerritoryLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketEntry.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_OrdersLine | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_OrdersQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_CustomerEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_MeterSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_ShiftAudit | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_PolicyStatus | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_PolicyArchive | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_ForecastSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_TerritoryDaily | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_ShiftDaily | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_MeterQueue | 1 | CLUSTERED | 51 | 0 | 8 | 0 | 2026-09-15 15:34:48 | never | USED | KEEP — table storage | |||||
| host-947.dbo.SupplierHistory.IX_ClaimDetail | 3 | NONCLUSTERED | 8 | 0 | 0 | 0 | 2026-09-15 14:38:33 | never | USED | keep — in use | |||||
| host-947.dbo.SettlementSummary.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSummary.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_SettlementHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_AssetStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_MeterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_InvoiceAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_CustomerEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignMonthly.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_BookingQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_MeterResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_MeterMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_RosterHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetLog.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_StaffingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_WarehouseDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_ClaimAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_InvoiceHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_BookingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_PayrollDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_QuotaDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_ClaimResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLine.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_SupplierArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_StaffingQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDetail.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_SalesArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_InvoiceHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_AssetQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_MeterQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_StaffingArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_RouteLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_SettlementDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_WarehouseDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSnapshot.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ClaimHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceHeader.IX_ShipmentHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHeader.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_AssetStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerArchive.IX_ReconcileMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerArchive.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_BatchArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerArchive.IX_PolicySummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerArchive.IX_BatchHeader | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_AssetLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStaging.IX_WarehouseQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_LedgerResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_MeterArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesLog.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_QuotaLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_ClaimSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_RosterDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_SettlementHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_RouteAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySummary.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_SalesMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStatus.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_BillingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_RouteSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_SupplierAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLine.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_TerritorySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-10 07:31:03 | 2026-03-29 20:45:18 | USED | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_ForecastSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchStaging.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_ShipmentDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_ClaimStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_StaffingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_SupplierHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLine.IX_TicketQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLine.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_CampaignEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_BatchDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_WarehouseSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_PolicyHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLine.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_WarehouseHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierResult.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_TerritoryQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_RouteEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteHistory.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_CampaignResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_PayrollLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_ClaimMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_BatchLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_QuotaDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSnapshot.IX_ShiftQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_ShipmentSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStaging.IX_ShipmentEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStaging.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_RosterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:18 | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:18 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_TerritoryLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_CatalogStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySnapshot.IX_RosterLog | 1 | CLUSTERED | Y | Y | 1657 | 0 | 0 | 0 | 2026-09-15 08:07:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 7208 | 0 | 0 | 2026-09-15 20:10:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_ShiftDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDaily.IX_CampaignAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_SalesHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStaging.IX_BatchStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStaging.IX_ShiftHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStaging.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDetail.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_LedgerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_BillingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_CatalogLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_OrdersQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSummary.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_CampaignLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollSummary.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_StaffingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_BatchDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_BatchAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_TicketHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStaging.IX_MeterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStaging.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_BillingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLine.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLine.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:19 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_TicketEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStatus.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_BookingAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDaily.IX_ClaimDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_SupplierDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_TerritoryLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStatus.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDetail.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_SupplierHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_StaffingStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_OrdersAudit | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_SettlementMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_SupplierHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_TerritoryDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_CatalogSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_BatchStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_PricingHeader | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_ShiftAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_LedgerDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_CampaignAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLog.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_PayrollEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_AssetDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLine.IX_SettlementArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_BookingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDetail.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_PayrollStatus | 3 | NONCLUSTERED | Y | 378 | 0 | 0 | 0 | 2026-09-15 16:28:18 | never | USED | keep — in use | ||||
| host-947.dbo.SettlementHeader.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 125 | 0 | 2026-09-15 16:28:18 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftResult.IX_OrdersDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_SupplierSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_AssetLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_ClaimEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDaily.IX_ShiftDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDaily.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_WarehouseQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractEntry.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_SalesDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_ClaimHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSummary.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_LedgerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_SettlementArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyEntry.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:19 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_ShiftQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:19 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_TicketLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_QuotaDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_BillingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingArchive.IX_CustomerSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingArchive.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_CampaignSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_SupplierResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_PricingDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_StaffingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_TerritoryMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_ClaimStaging | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_StaffingQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_MeterArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_BookingMonthly | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_PayrollStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_QuotaSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetAudit.IX_SettlementHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_BatchStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_BookingQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftHistory.IX_InvoiceStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_WarehouseDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_TerritoryStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_WarehouseQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_WarehouseArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_ContractQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogStatus.IX_SupplierAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_CustomerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerMonthly.IX_AssetHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_QuotaHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_SupplierStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHistory.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_RouteMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_ContractLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_BookingEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_ContractEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSummary.IX_ShipmentSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_ShipmentLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_InvoiceStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_BatchStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_WarehouseLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_PolicySummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_InvoiceHeader | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_RosterHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_PolicyMonthly | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_RouteHistory | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_RosterStatus | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_CatalogStatus | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_CustomerSnapshot | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_BillingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_BillingAudit | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_CampaignEntry | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_PricingQueue | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_SalesEntry | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_SettlementResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_BatchHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_CustomerLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_ShipmentLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:14:36 | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_AssetHistory | 3 | NONCLUSTERED | Y | 122738 | 0 | 0 | 0 | 2026-09-15 23:39:27 | 2026-07-19 18:14:36 | USED | keep — in use | ||||
| host-947.dbo.ForecastQueue.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 122738 | 0 | 2026-09-15 23:39:27 | 2026-07-19 18:14:36 | USED | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_MeterDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterResult.IX_PolicySummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterResult.IX_BatchLog | 1 | CLUSTERED | Y | 2739 | 0 | 0 | 0 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_LedgerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_ShipmentSummary | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_AssetArchive | 1 | CLUSTERED | 4062 | 0 | 0 | 0 | 2026-09-15 19:09:46 | never | USED | KEEP — table storage | |||||
| host-947.dbo.RouteSummary.IX_PricingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_SettlementStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:19 | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileAudit.IX_ShipmentResult | 1 | CLUSTERED | 12419 | 73454 | 0 | 2047 | 2026-09-15 23:39:03 | 2026-03-29 20:45:19 | USED | KEEP — table storage | |||||
| host-947.dbo.ReconcileAudit.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:45:19 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 2064 | 0 | 0 | 0 | 2026-09-15 23:39:03 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimLine.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 2064 | 0 | 2026-09-15 23:39:03 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractArchive.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_TicketQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_ShipmentQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySnapshot.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_MeterAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHistory.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_AssetArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerMonthly.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStatus.IX_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_ContractHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogAudit.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_AssetStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLog.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_ReconcileStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_PolicyDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_PolicyLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryArchive.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 14 | 0 | 0 | 1 | 2026-09-11 15:18:47 | 2026-04-26 17:46:29 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_BookingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-04-26 17:46:29 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_BookingHistory | 110 | NONCLUSTERED | 12962 | 0 | 0 | 11681 | 2026-09-15 23:39:27 | 2026-09-10 19:53:28 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_OrdersStatus | 111 | NONCLUSTERED | 525 | 0 | 0 | 71338 | 2026-09-15 14:39:14 | 2026-09-10 19:53:30 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_CustomerDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 10344 | never | 2026-09-10 19:52:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_RouteHistory | 9 | NONCLUSTERED | 0 | 0 | 0 | 10344 | never | 2026-09-10 19:52:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_RosterSnapshot | 14 | NONCLUSTERED | 0 | 0 | 0 | 10582 | never | 2026-09-10 19:52:28 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_SupplierDetail | 17 | NONCLUSTERED | 0 | 0 | 0 | 10344 | never | 2026-09-10 19:52:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_MeterArchive | 13 | NONCLUSTERED | 435 | 0 | 0 | 10923 | 2026-09-15 19:36:57 | 2026-09-10 19:52:27 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_SupplierHistory | 4 | NONCLUSTERED | Y | 682 | 0 | 0 | 10344 | 2026-09-15 22:58:08 | 2026-09-10 19:52:21 | USED | keep — in use | ||||
| host-947.dbo.RouteSummary.IX_CatalogHistory | 18 | NONCLUSTERED | 0 | 0 | 0 | 10344 | never | 2026-09-10 19:52:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_PolicyResult | 11 | NONCLUSTERED | 0 | 0 | 0 | 10344 | never | 2026-09-10 19:52:25 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_ClaimDaily | 1 | CLUSTERED | Y | 42456528 | 31 | 1026852 | 71338 | 2026-09-15 23:39:27 | 2026-09-10 19:52:19 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_SettlementStaging | 16 | NONCLUSTERED | 1 | 0 | 0 | 34627 | 2026-09-12 05:51:57 | 2026-09-10 19:52:29 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_ContractStaging | 12 | NONCLUSTERED | 2 | 0 | 0 | 55053 | 2026-09-10 14:16:07 | 2026-09-10 19:52:26 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_InvoiceLine | 3 | NONCLUSTERED | 19789 | 0 | 0 | 28012 | 2026-09-15 23:35:44 | 2026-09-10 19:52:20 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_RouteLog | 94 | NONCLUSTERED | 0 | 16 | 0 | 28012 | 2026-09-14 13:11:37 | 2026-09-10 19:53:18 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_PricingDaily | 10 | NONCLUSTERED | 8335 | 0 | 0 | 10344 | 2026-09-15 23:35:44 | 2026-09-10 19:52:24 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_BillingQueue | 19 | NONCLUSTERED | Y | 408571 | 0 | 0 | 10344 | 2026-09-15 23:39:03 | 2026-09-10 19:52:31 | USED | keep — in use | ||||
| host-947.dbo.RouteSummary.IX_CatalogHistory | 8 | NONCLUSTERED | Y | 44839 | 0 | 0 | 10344 | 2026-09-15 23:35:45 | 2026-09-10 19:52:23 | USED | keep — in use | ||||
| host-947.dbo.RouteSummary.IX_BillingAudit | 5 | NONCLUSTERED | 881 | 1 | 0 | 28012 | 2026-09-15 23:03:12 | 2026-09-10 19:52:21 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_PolicyDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 10344 | never | 2026-09-10 19:52:23 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_StaffingQueue | 2 | NONCLUSTERED | Y | Y | 588106 | 0 | 0 | 10344 | 2026-09-15 23:39:03 | 2026-09-10 19:52:19 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 2412 | 0 | 0 | 0 | 2026-09-15 17:46:28 | 2026-06-16 02:42:23 | USED | keep — in use | ||||
| host-947.dbo.StaffingResult.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 188868 | 2412 | 2047 | 2026-09-15 23:39:27 | 2026-06-16 02:42:23 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_PolicyDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-15 13:51:49 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_CustomerHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-15 13:51:44 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_CampaignDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-15 13:51:42 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_StaffingMonthly | 4 | NONCLUSTERED | 2757 | 0 | 0 | 12249 | 2026-09-15 23:39:03 | 2026-08-27 15:58:59 | USED | keep — in use | |||||
| host-947.dbo.SupplierMonthly.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 4597 | 0 | 80950 | 12249 | 2026-09-15 23:39:03 | 2026-09-03 12:48:51 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_InvoiceDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 9103 | never | 2026-08-27 15:56:33 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierMonthly.IX_ContractArchive | 2 | NONCLUSTERED | Y | 78193 | 0 | 0 | 12249 | 2026-09-15 23:39:03 | 2026-08-27 15:56:33 | USED | keep — in use | ||||
| host-947.dbo.ReconcileDaily.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDaily.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_RouteArchive | 1 | CLUSTERED | Y | 3910 | 0 | 0 | 0 | 2026-09-15 20:10:03 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_BillingEntry | 2 | NONCLUSTERED | Y | 46013 | 0 | 0 | 585 | 2026-09-15 23:35:44 | 2026-09-05 08:16:21 | USED | keep — in use | ||||
| host-947.dbo.BookingArchive.IX_CampaignAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 585 | never | 2026-09-05 08:16:21 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingArchive.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 45428 | 585 | 2026-09-15 23:35:44 | 2026-09-05 08:16:20 | USED | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_SalesDetail | 1 | CLUSTERED | Y | 585 | 0 | 0 | 585 | 2026-09-15 17:46:28 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 585 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_LedgerArchive | 1 | CLUSTERED | Y | 180281 | 0 | 0 | 585 | 2026-09-15 23:39:27 | 2026-07-19 18:14:52 | USED | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 585 | never | 2026-07-19 18:14:52 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_QuotaSummary | 1 | CLUSTERED | Y | 4495 | 0 | 0 | 585 | 2026-09-15 20:10:03 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 585 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_AssetDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_SupplierArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_ForecastEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStaging.IX_ReconcileLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastQueue.IX_PayrollStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_SupplierArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStaging.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSnapshot.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_WarehouseResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_CustomerMonthly | 3 | NONCLUSTERED | Y | 6781 | 0 | 0 | 585 | 2026-09-15 20:10:03 | never | USED | keep — in use | ||||
| host-947.dbo.ShiftLine.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 6196 | 585 | 2026-09-15 20:10:03 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_SettlementStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 585 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_CatalogDetail | 3 | NONCLUSTERED | 1247 | 0 | 0 | 623 | 2026-09-15 17:23:04 | 2026-09-11 17:03:16 | USED | keep — in use | |||||
| host-947.dbo.ReconcileSnapshot.IX_QuotaLog | 2 | NONCLUSTERED | 624 | 0 | 0 | 623 | 2026-09-15 17:22:43 | 2026-09-11 17:03:12 | USED | keep — in use | |||||
| host-947.dbo.ReconcileSnapshot.IX_ClaimEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 1560 | 623 | 2026-09-15 17:22:45 | 2026-07-19 18:14:55 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_OrdersStaging | 3 | NONCLUSTERED | 2338 | 0 | 0 | 2242 | 2026-09-15 17:23:04 | 2026-09-14 13:20:02 | USED | keep — in use | |||||
| host-947.dbo.OrdersLine.IX_CustomerAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 2242 | never | 2026-09-14 13:20:01 | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 528 | 2027 | 2242 | 2026-09-15 17:22:45 | 2026-07-19 18:14:55 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 1026 | 0 | 0 | 0 | 2026-09-15 12:25:33 | 2026-03-29 20:46:09 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:09 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHeader.IX_TicketMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 60247 | never | 2026-09-09 12:48:01 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_ClaimEntry | 3 | NONCLUSTERED | 14305 | 0 | 0 | 60247 | 2026-09-15 19:09:47 | 2026-09-09 12:47:12 | USED | keep — in use | |||||
| host-947.dbo.RosterHeader.IX_BatchHeader | 2 | NONCLUSTERED | 803 | 0 | 0 | 60247 | 2026-09-15 20:09:51 | 2026-09-09 12:47:10 | USED | keep — in use | |||||
| host-947.dbo.RosterHeader.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 105627 | 0 | 38612 | 60684 | 2026-09-15 20:09:52 | 2026-09-09 12:46:28 | USED | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_SettlementHistory | 6 | NONCLUSTERED | Y | 27068 | 0 | 0 | 60247 | 2026-09-15 19:09:47 | 2026-09-09 12:47:27 | USED | keep — in use | ||||
| host-947.dbo.RosterHeader.IX_AssetHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 60247 | never | 2026-09-09 12:47:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_BookingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 52247 | never | 2026-09-09 13:24:56 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 24770 | 0 | 0 | 52247 | 2026-09-15 19:09:48 | 2026-09-09 13:24:45 | USED | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_OrdersHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 52247 | never | 2026-09-09 13:25:01 | UNUSED | review carefully — unique | ||||
| host-947.dbo.InvoiceHeader.IX_MeterStaging | 1 | CLUSTERED | Y | 10497 | 0 | 0 | 10497 | 2026-09-15 19:09:37 | never | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 10497 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_ForecastDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 10497 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_PayrollAudit | 3 | NONCLUSTERED | Y | 10497 | 0 | 0 | 10497 | 2026-09-15 19:09:37 | never | USED | keep — in use | ||||
| host-947.dbo.OrdersLine.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 10497 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_PolicyEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 10497 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_RosterResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 10497 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 10497 | 0 | 0 | 10497 | 2026-09-15 19:09:37 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_CatalogAudit | 2 | NONCLUSTERED | 253 | 0 | 0 | 9905 | 2026-09-15 16:28:18 | 2026-08-24 13:57:50 | USED | keep — in use | |||||
| host-947.dbo.BatchStaging.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 32602 | 0 | 3490 | 9905 | 2026-09-15 19:33:09 | 2026-08-24 13:57:51 | USED | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_PolicyLog | 3 | NONCLUSTERED | Y | 3490 | 0 | 0 | 9905 | 2026-09-15 19:09:47 | 2026-08-24 13:57:52 | USED | keep — in use | ||||
| host-947.dbo.RosterLine.IX_ContractDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 12424 | never | 2026-08-29 13:35:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_ContractDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 12424 | never | 2026-08-29 13:35:57 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_ReconcileSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 12424 | never | 2026-08-29 13:35:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_AssetSummary | 3 | NONCLUSTERED | 25 | 0 | 0 | 12424 | 2026-09-15 07:56:52 | 2026-08-29 13:35:06 | USED | keep — in use | |||||
| host-947.dbo.RosterLine.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 87699 | 0 | 19662 | 24947 | 2026-09-15 20:10:02 | 2026-08-29 13:35:34 | USED | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_TicketDetail | 2 | NONCLUSTERED | 7 | 0 | 0 | 12424 | 2026-09-14 14:49:49 | 2026-08-29 13:35:35 | USED | keep — in use | |||||
| host-947.dbo.RosterLine.IX_PricingAudit | 9 | NONCLUSTERED | Y | 22416 | 0 | 0 | 12424 | 2026-09-15 20:09:52 | 2026-08-29 13:37:08 | USED | keep — in use | ||||
| host-947.dbo.RosterLine.IX_RouteDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 12424 | never | 2026-08-29 13:35:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_PayrollQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 12424 | never | 2026-08-29 13:35:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.AssetQueue.IX_AssetLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetQueue.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ReconcileStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 6996 | never | 2026-08-20 11:21:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 92569 | 0 | 11925 | 16691 | 2026-09-15 20:09:52 | 2026-08-20 11:21:05 | USED | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ClaimSummary | 3 | NONCLUSTERED | Y | 11925 | 0 | 0 | 6996 | 2026-09-15 20:09:52 | 2026-08-20 11:21:17 | USED | keep — in use | ||||
| host-947.dbo.PolicyAudit.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_BookingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-14 11:17:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_SupplierStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLine.IX_OrdersAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLine.IX_SalesEntry | 1 | CLUSTERED | Y | 262785 | 5522 | 0 | 0 | 2026-09-15 23:39:27 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_ForecastSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_PolicyHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogQueue.IX_StaffingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogQueue.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_PricingStaging | 1 | CLUSTERED | Y | 16750 | 379 | 0 | 4 | 2026-09-15 17:00:37 | 2026-03-29 20:46:40 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastQueue.IX_SalesSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 4 | never | 2026-03-29 20:46:40 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_ReconcileDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_ShipmentDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_ReconcileDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_RouteMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_TicketLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDetail.IX_LedgerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_BillingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_BatchAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_PayrollDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_ContractHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHistory.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSnapshot.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_StaffingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySummary.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_SalesArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastEntry.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryEntry.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_ShipmentEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDetail.IX_TerritoryHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_ReconcileLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_SupplierEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_BillingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_TerritoryAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHistory.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_CampaignHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_InvoiceResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_ClaimEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceMonthly.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_StaffingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_BillingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_TicketLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_RosterHeader | 1 | CLUSTERED | Y | 3604 | 0 | 3636 | 1802 | 2026-09-15 20:10:42 | 2026-09-10 13:25:47 | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_ClaimMonthly | 3 | NONCLUSTERED | 3636 | 0 | 0 | 1802 | 2026-09-15 20:10:02 | 2026-09-10 13:35:24 | USED | keep — in use | |||||
| host-947.dbo.WarehouseStatus.IX_ShiftStaging | 2 | NONCLUSTERED | Y | Y | 0 | 1 | 0 | 1802 | 2026-09-13 14:00:06 | 2026-09-10 13:32:44 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_MeterDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_TicketLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 708 | 0 | 2 | 512 | 2026-09-14 16:01:47 | 2026-08-05 16:15:36 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_PolicyLine | 3 | NONCLUSTERED | 51 | 0 | 0 | 165 | 2026-09-14 16:01:26 | 2026-08-05 16:15:32 | USED | keep — in use | |||||
| host-947.dbo.LedgerSummary.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 2 | 0 | 0 | 165 | 2026-09-14 15:29:49 | 2026-08-05 16:15:32 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_BatchMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStaging.IX_SalesDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_ForecastHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_InvoiceStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_BillingDetail | 3 | NONCLUSTERED | 43 | 0 | 0 | 3187 | 2026-09-15 08:06:47 | 2026-07-19 18:15:16 | USED | keep — in use | |||||
| host-947.dbo.PayrollResult.IX_ClaimQueue | 1 | CLUSTERED | Y | 3444 | 1 | 39 | 4906 | 2026-09-15 08:07:08 | 2026-07-19 18:15:16 | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 36 | 0 | 0 | 3187 | 2026-09-14 16:13:28 | 2026-07-19 18:15:17 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_RouteLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_StaffingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_BookingResult | 1 | CLUSTERED | Y | 30914 | 0 | 0 | 29112 | 2026-09-15 20:10:42 | 2026-09-15 14:37:57 | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerHeader.IX_ClaimDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 29112 | never | 2026-09-15 14:38:02 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerHeader.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 1 | 0 | 29112 | 2026-09-13 14:00:06 | 2026-09-15 14:38:00 | USED | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_CustomerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_LedgerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyMonthly.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerResult.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSnapshot.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_ShipmentDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogQueue.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteEntry.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_CustomerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileQueue.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_PayrollEntry | 3 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-13 14:00:04 | 2026-07-19 18:15:24 | USED | keep — in use | |||||
| host-947.dbo.ForecastHeader.IX_InvoiceStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:15:24 | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHeader.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:15:24 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_PayrollQueue | 3 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-13 14:00:04 | 2026-07-19 18:15:24 | USED | keep — in use | |||||
| host-947.dbo.QuotaQueue.IX_ReconcileArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:15:24 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:15:24 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:48 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_WarehouseDetail | 1 | CLUSTERED | Y | 2098 | 0 | 0 | 0 | 2026-09-15 21:02:48 | 2026-03-29 20:46:48 | USED | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_SettlementStatus | 1 | CLUSTERED | Y | 7 | 0 | 0 | 0 | 2026-09-15 10:00:23 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_ShiftStatus | 1 | CLUSTERED | Y | 61 | 0 | 0 | 1 | 2026-09-15 19:57:35 | 2026-06-06 03:46:44 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_ForecastLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | 2026-06-06 03:46:44 | UNUSED | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_ForecastSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-06-06 03:46:44 | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceAudit.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-31 19:50:12 | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceAudit.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 18174 | 4425 | 0 | 0 | 2026-09-15 22:51:58 | 2026-03-31 19:50:12 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 88112 | 0 | 0 | 2425 | 2026-09-15 23:35:45 | 2026-07-19 18:15:25 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_RouteStaging | 1 | CLUSTERED | Y | 5327 | 0 | 99 | 1074 | 2026-09-15 21:03:09 | 2026-07-19 18:15:25 | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 99 | 0 | 0 | 1074 | 2026-09-15 15:14:38 | 2026-07-19 18:15:25 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_RouteSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_InvoiceMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_TerritoryLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_RosterHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLine.IX_BatchHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 137 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftLine.IX_MeterAudit | 3 | NONCLUSTERED | 137 | 0 | 0 | 137 | 2026-09-15 15:28:33 | never | USED | keep — in use | |||||
| host-947.dbo.ShiftLine.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 2823 | 0 | 137 | 2026-09-15 23:35:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_SettlementMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:49 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:49 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_CatalogAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastResult.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_BillingStaging | 1 | CLUSTERED | Y | 14 | 0 | 0 | 0 | 2026-09-14 09:06:23 | 2026-03-29 20:46:49 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:49 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_TicketHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHistory.IX_QuotaArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_ContractSummary | 1 | CLUSTERED | Y | 500 | 0 | 0 | 32 | 2026-09-15 22:20:15 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyStaging.IX_CampaignQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 32 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_SalesStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 32 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.PolicyQueue.IX_RouteStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 2364 | never | 2026-09-15 08:12:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_BatchQueue | 8 | NONCLUSTERED | 0 | 0 | 0 | 2364 | never | 2026-09-15 08:12:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_TerritoryAudit | 1 | CLUSTERED | 919072 | 509 | 54652 | 13563 | 2026-09-15 23:35:57 | 2026-09-15 08:12:22 | USED | KEEP — table storage | |||||
| host-947.dbo.PolicyQueue.IX_CampaignDaily | 4 | NONCLUSTERED | Y | 3406 | 0 | 0 | 2364 | 2026-09-15 22:46:02 | 2026-09-15 08:12:22 | USED | keep — in use | ||||
| host-947.dbo.PolicyQueue.IX_TicketAudit | 5 | NONCLUSTERED | 8201 | 0 | 0 | 6910 | 2026-09-15 16:05:23 | 2026-09-15 08:12:22 | USED | keep — in use | |||||
| host-947.dbo.PolicyQueue.IX_BillingStaging | 9 | NONCLUSTERED | 353 | 0 | 0 | 6256 | 2026-09-15 23:35:46 | 2026-09-15 08:12:22 | USED | keep — in use | |||||
| host-947.dbo.PolicyQueue.IX_ForecastHistory | 10 | NONCLUSTERED | 100 | 0 | 0 | 6256 | 2026-09-15 23:10:40 | 2026-09-15 08:12:22 | USED | keep — in use | |||||
| host-947.dbo.PolicyQueue.IX_WarehouseArchive | 3 | NONCLUSTERED | Y | 958 | 0 | 0 | 2364 | 2026-09-15 21:02:56 | 2026-09-15 08:12:22 | USED | keep — in use | ||||
| host-947.dbo.PolicyQueue.IX_BatchEntry | 2 | NONCLUSTERED | Y | Y | 33915 | 8 | 0 | 2364 | 2026-09-15 23:35:46 | 2026-09-15 08:12:22 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_SupplierSnapshot | 6 | NONCLUSTERED | Y | 7884 | 0 | 0 | 2364 | 2026-09-15 21:01:10 | 2026-09-15 08:12:22 | USED | keep — in use | ||||
| host-947.dbo.CampaignArchive.IX_CampaignResult | 2 | NONCLUSTERED | 1037 | 0 | 0 | 0 | 2026-09-15 23:35:06 | never | USED | keep — in use | |||||
| host-947.dbo.CampaignArchive.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_PricingDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 7103 | never | 2026-09-10 16:01:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_QuotaLine | 1 | CLUSTERED | Y | 13678 | 0 | 3182 | 7103 | 2026-09-15 23:35:45 | 2026-09-10 16:01:18 | USED | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 3182 | 0 | 0 | 7103 | 2026-09-15 23:35:45 | 2026-09-10 16:01:40 | USED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_TicketLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 7103 | never | 2026-09-10 16:01:20 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_MeterSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 137 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_InvoiceStaging | 1 | CLUSTERED | Y | 2462 | 0 | 0 | 137 | 2026-09-15 21:02:58 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_CampaignSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 137 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 747140 | 0 | 0 | 3250 | 2026-09-15 23:35:43 | 2026-07-19 18:15:30 | USED | keep — in use | ||||
| host-947.dbo.ContractSnapshot.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 1339 | 3250 | 2026-09-15 23:29:02 | 2026-07-19 18:15:30 | USED | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_PricingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_InvoiceEntry | 1 | CLUSTERED | 23817 | 0 | 0 | 0 | 2026-09-15 23:35:45 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ContractResult.IX_BatchAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_PayrollSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_QuotaMonthly | 1 | CLUSTERED | Y | 6566 | 0 | 0 | 137 | 2026-09-15 22:51:58 | never | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 137 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_CatalogQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStatus.IX_TicketDaily | 1 | CLUSTERED | Y | Y | 0 | 47634 | 0 | 0 | 2026-09-15 23:35:45 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_BookingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_PricingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryMonthly.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 23817 | 0 | 0 | 2026-09-15 23:35:45 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_QuotaDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_ContractDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_AssetDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_PricingMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_ForecastSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_InvoiceHeader | 1 | CLUSTERED | Y | 128 | 0 | 0 | 461 | 2026-09-15 19:57:34 | 2026-09-10 13:48:19 | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 461 | never | 2026-09-10 13:48:21 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHeader.IX_SalesSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:53 | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 749 | 0 | 0 | 2026-09-15 23:35:44 | 2026-03-29 20:46:53 | USED | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_AssetMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:53 | COLD | review, then DROP | |||||
| host-947.dbo.BillingLine.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 522 | 0 | 0 | 2026-09-15 23:35:44 | 2026-03-29 20:46:53 | USED | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_BillingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:53 | COLD | review, then DROP | |||||
| host-947.dbo.BookingAudit.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 126 | 0 | 0 | 2026-09-15 23:35:43 | 2026-03-29 20:46:53 | USED | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_WarehouseStatus | 3 | NONCLUSTERED | 4 | 0 | 0 | 208 | 2026-09-13 07:00:02 | 2026-09-15 08:13:40 | USED | keep — in use | |||||
| host-947.dbo.AssetArchive.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 28018 | 0 | 0 | 208 | 2026-09-15 23:27:33 | 2026-09-15 08:13:40 | USED | keep — in use | ||||
| host-947.dbo.AssetArchive.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 26513 | 3376 | 37073 | 2793 | 2026-09-15 23:35:46 | 2026-09-15 08:13:40 | USED | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_SalesLog | 4 | NONCLUSTERED | 9807 | 0 | 0 | 208 | 2026-09-15 21:03:06 | 2026-09-15 08:13:40 | USED | keep — in use | |||||
| host-947.dbo.MeterQueue.IX_AssetArchive | 1 | CLUSTERED | Y | 12767 | 0 | 994 | 2112 | 2026-09-15 23:35:45 | 2026-07-19 18:15:30 | USED | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_RosterStatus | 2 | NONCLUSTERED | Y | Y | 994 | 0 | 0 | 2112 | 2026-09-15 23:35:44 | 2026-07-19 18:15:30 | USED | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_MeterSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 2112 | never | 2026-07-19 18:15:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_BatchHistory | 2 | NONCLUSTERED | 1753 | 0 | 0 | 1140 | 2026-09-15 16:10:34 | 2026-07-19 18:15:31 | USED | keep — in use | |||||
| host-947.dbo.StaffingHeader.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 1731 | 1140 | 2026-09-15 16:10:34 | 2026-07-19 18:15:31 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_SupplierHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:54 | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:54 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_ContractHeader | 1 | CLUSTERED | Y | 1332 | 0 | 358 | 1150 | 2026-09-15 23:35:44 | 2026-07-19 18:15:31 | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 358 | 0 | 0 | 1150 | 2026-09-15 16:10:34 | 2026-07-19 18:15:31 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_SupplierResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStatus.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_TicketHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_MeterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_OrdersDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyAudit.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_PayrollStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_RosterStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_BillingEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_RouteSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_ShipmentStaging | 5 | NONCLUSTERED | Y | 8352 | 0 | 0 | 0 | 2026-09-15 23:35:57 | 2026-03-29 20:46:55 | USED | keep — in use | ||||
| host-947.dbo.StaffingLog.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 8354 | 0 | 8352 | 0 | 2026-09-15 23:35:57 | 2026-03-29 20:46:55 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_CatalogMonthly | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_OrdersAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_WarehouseQueue | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_PayrollStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_CatalogMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseQueue.IX_RouteStatus | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseQueue.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 8352 | 0 | 0 | 0 | 2026-09-15 23:35:57 | 2026-03-29 20:46:55 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_TicketStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDaily.IX_ContractLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDaily.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_SalesAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_ClaimQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_CatalogDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_LedgerArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_ClaimLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_MeterDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 8354 | 0 | 0 | 0 | 2026-09-15 23:35:57 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_SettlementStaging | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDetail.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 110 | 0 | 0 | 0 | 2026-09-15 11:27:07 | 2026-03-29 20:46:55 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_TicketResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceDaily.IX_PolicyEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDaily.IX_SalesStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_CatalogDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHistory.IX_CatalogStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ShipmentDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ShipmentLog | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSummary.IX_CustomerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_SettlementEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSnapshot.IX_BatchDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSnapshot.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSummary.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_BatchDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterDaily.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_ClaimHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHeader.IX_PayrollResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHeader.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_ClaimResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_PolicyStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 178624 | 0 | 0 | 585 | 2026-09-15 23:39:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 585 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentQueue.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_LedgerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySnapshot.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_SalesEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_ReconcileSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_LedgerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_QuotaLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_RouteLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_LedgerAudit | 1 | CLUSTERED | Y | 144 | 0 | 0 | 144 | 2026-09-15 22:45:28 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 144 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_RosterAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingStaging.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_QuotaLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_CatalogQueue | 1 | CLUSTERED | Y | 144 | 0 | 0 | 144 | 2026-09-15 22:45:28 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryLine.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 144 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSummary.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_PricingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStaging.IX_AssetLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_BookingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHeader.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_BookingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_PolicyQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_ContractArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_MeterDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_SettlementDetail | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_ContractSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 8352 | 0 | 0 | 0 | 2026-09-15 23:35:57 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_CatalogQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingMonthly.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:46:55 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_SupplierArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierResult.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_ShipmentArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_AssetArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStatus.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_SettlementLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingQueue.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_PolicyStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterAudit.IX_ForecastStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterAudit.IX_SalesHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterAudit.IX_AssetHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_CatalogAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_InvoiceResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSnapshot.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 26 | 0 | 0 | 2026-09-14 07:38:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_CatalogMonthly | 2 | NONCLUSTERED | 49 | 0 | 0 | 49 | 2026-09-15 10:00:20 | never | USED | keep — in use | |||||
| host-947.dbo.PolicyArchive.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 33 | 0 | 0 | 0 | 2026-09-15 10:58:02 | 2026-03-29 20:46:55 | USED | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_SalesEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 1913 | never | 2026-09-12 19:15:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_SalesQueue | 10 | NONCLUSTERED | 167 | 0 | 0 | 1964 | 2026-09-15 16:04:23 | 2026-09-12 19:15:08 | USED | keep — in use | |||||
| host-947.dbo.ContractAudit.IX_RouteResult | 15 | NONCLUSTERED | 0 | 0 | 0 | 1958 | never | 2026-09-12 19:15:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_SettlementAudit | 4 | NONCLUSTERED | 113 | 0 | 0 | 7445 | 2026-09-12 13:41:15 | 2026-09-12 19:15:08 | USED | keep — in use | |||||
| host-947.dbo.ContractAudit.IX_QuotaArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 6417 | never | 2026-09-12 19:15:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_LedgerDaily | 11 | NONCLUSTERED | 0 | 0 | 0 | 1913 | never | 2026-09-12 19:15:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_BookingStaging | 16 | NONCLUSTERED | 0 | 0 | 0 | 1913 | never | 2026-09-12 19:15:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_LedgerSnapshot | 73 | NONCLUSTERED | 12 | 7 | 0 | 5164 | 2026-09-14 20:05:30 | 2026-09-12 19:15:20 | USED | keep — in use | |||||
| host-947.dbo.ContractAudit.IX_SalesArchive | 8 | NONCLUSTERED | 1171 | 1 | 0 | 1966 | 2026-09-15 16:28:05 | 2026-09-12 19:15:08 | USED | keep — in use | |||||
| host-947.dbo.ContractAudit.IX_QuotaStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 1913 | never | 2026-09-12 19:15:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 14304942 | 2 | 114380 | 22488 | 2026-09-15 23:39:27 | 2026-09-12 19:15:07 | USED | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_OrdersDaily | 17 | NONCLUSTERED | Y | 96440 | 24 | 0 | 1913 | 2026-09-15 23:39:27 | 2026-09-12 19:15:09 | USED | keep — in use | ||||
| host-947.dbo.ContractAudit.IX_ReconcileLog | 14 | NONCLUSTERED | Y | 612 | 0 | 0 | 2793 | 2026-09-15 16:23:20 | 2026-09-12 19:15:09 | USED | keep — in use | ||||
| host-947.dbo.ContractAudit.IX_AssetLog | 9 | NONCLUSTERED | Y | 4009 | 0 | 0 | 1913 | 2026-09-15 23:35:44 | 2026-09-12 19:15:08 | USED | keep — in use | ||||
| host-947.dbo.ContractAudit.IX_ShiftStaging | 13 | NONCLUSTERED | 12249 | 0 | 0 | 1913 | 2026-09-15 23:39:03 | 2026-09-12 19:15:08 | USED | keep — in use | |||||
| host-947.dbo.ContractAudit.IX_SupplierAudit | 3 | NONCLUSTERED | 27 | 0 | 0 | 5217 | 2026-09-15 15:48:31 | 2026-09-12 19:15:07 | USED | keep — in use | |||||
| host-947.dbo.ContractAudit.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | 384 | 0 | 0 | 1966 | 2026-09-15 15:45:57 | 2026-09-12 19:15:07 | USED | keep — in use | ||||
| host-947.dbo.WarehouseEntry.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 41 | 0 | 0 | 0 | 2026-09-14 15:15:19 | 2026-03-29 20:47:00 | USED | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_BillingHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 2064 | never | 2026-07-19 18:15:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_TicketLine | 2 | NONCLUSTERED | Y | 35122 | 0 | 0 | 3024 | 2026-09-15 23:39:03 | 2026-07-19 18:15:40 | USED | keep — in use | ||||
| host-947.dbo.RouteArchive.IX_BatchLog | 1 | CLUSTERED | Y | Y | 960 | 0 | 35122 | 3024 | 2026-09-15 23:39:03 | 2026-07-19 18:15:39 | USED | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_SupplierAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 2064 | never | 2026-07-19 18:15:40 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_ContractMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 2064 | never | 2026-07-19 18:15:40 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierDetail.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDetail.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_SettlementSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_BillingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySnapshot.IX_SettlementAudit | 1 | CLUSTERED | Y | 26402 | 0 | 0 | 0 | 2026-09-15 20:10:03 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_ForecastStatus | 1 | CLUSTERED | Y | 26402 | 0 | 0 | 0 | 2026-09-15 20:10:03 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 125 | 0 | 0 | 0 | 2026-09-15 16:28:18 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_QuotaHistory | 1 | CLUSTERED | Y | 0 | 0 | 125 | 0 | 2026-09-15 16:28:18 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_LedgerHistory | 8 | NONCLUSTERED | 127 | 0 | 0 | 5351 | 2026-09-15 17:43:10 | 2026-08-19 08:06:59 | USED | keep — in use | |||||
| host-947.dbo.SupplierArchive.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 385122 | 0 | 0 | 3287 | 2026-09-15 23:39:27 | 2026-09-08 16:21:37 | USED | keep — in use | ||||
| host-947.dbo.SupplierArchive.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 75449 | 0 | 50860 | 5351 | 2026-09-15 23:39:03 | 2026-09-08 16:21:51 | USED | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_ShipmentLog | 1 | CLUSTERED | Y | 651656 | 0 | 0 | 125 | 2026-09-15 23:38:57 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 125 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_MeterResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 125 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_PolicyEntry | 1 | CLUSTERED | Y | 651634 | 0 | 0 | 125 | 2026-09-15 23:38:57 | 2026-07-19 18:15:38 | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 125 | never | 2026-07-19 18:15:38 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_AssetLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStaging.IX_ClaimMonthly | 1 | CLUSTERED | Y | 26963 | 0 | 0 | 0 | 2026-09-15 20:10:03 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TicketStaging.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_PolicyLine | 1 | CLUSTERED | Y | 690848 | 0 | 15539 | 1586 | 2026-09-15 23:39:27 | 2026-07-19 18:15:39 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 15539 | 0 | 0 | 1586 | 2026-09-15 22:50:24 | 2026-07-19 18:15:39 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 408 | 0 | 0 | 210 | 2026-09-15 22:51:35 | 2026-07-19 18:15:44 | USED | keep — in use | ||||
| host-947.dbo.ReconcileAudit.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 19 | 0 | 283 | 229 | 2026-09-15 22:51:35 | 2026-07-19 18:15:44 | USED | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingEntry.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_ReconcileArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHistory.IX_ClaimResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLog.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_QuotaDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_ShiftHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_MeterArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_ShiftDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_CatalogHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseAudit.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_CustomerArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogQueue.IX_OrdersAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDetail.IX_PolicyHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_ShipmentHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementDetail.IX_TerritoryHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_ReconcileSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogSnapshot.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_CatalogStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_AssetArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_SettlementDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_ShipmentLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStaging.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_StaffingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_SalesAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_WarehouseStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_ShiftSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLine.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_ReconcileMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStatus.IX_ForecastLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStatus.IX_ShiftArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStatus.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHistory.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseQueue.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_ForecastStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSummary.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_ShiftSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingArchive.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingArchive.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_LedgerArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStatus.IX_ShipmentDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStatus.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_SalesSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_BillingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDaily.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_ContractHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_BookingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_SettlementAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHeader.IX_StaffingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLine.IX_PricingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_TicketMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLog.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 118 | 20909 | 0 | 0 | 2026-09-15 16:12:09 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_ReconcileQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHistory.IX_BookingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_RouteAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchArchive.IX_StaffingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_SettlementSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_QuotaSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLog.IX_SupplierStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_RosterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_PayrollEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_ReconcileHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_TicketStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_PolicyHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_ForecastStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastEntry.IX_ForecastQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_CampaignLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_BookingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_AssetStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_MeterEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_BillingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_ClaimArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_RouteStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogEntry.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterEntry.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_CustomerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_ClaimSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceArchive.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_ShipmentAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_SupplierArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_CatalogSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_ContractDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLine.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_ReconcileDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_PayrollSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_BillingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_BookingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_SupplierQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_PolicyDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_SettlementSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_LedgerLog | 1 | CLUSTERED | Y | 1830 | 0 | 0 | 49 | 2026-09-15 17:46:28 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyDetail.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogResult.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_RouteHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_SupplierDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_LedgerSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyStaging.IX_BatchResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStaging.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_ReconcileAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_PolicyAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_TicketHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_SupplierLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_PayrollStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_TerritorySnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_MeterHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_CatalogEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceMonthly.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDaily.IX_ClaimStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDaily.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_SupplierHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStatus.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStatus.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_ShiftSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryResult.IX_MeterLog | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryResult.IX_AssetLine | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_SettlementHistory | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_ForecastEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_StaffingStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_QuotaMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_ForecastAudit | 1 | CLUSTERED | Y | 310 | 0 | 0 | 0 | 2026-09-15 20:40:59 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_ShipmentSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_ClaimStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 118 | 20909 | 0 | 0 | 2026-09-15 16:12:09 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_MeterStaging | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLine.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_MeterDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_PayrollStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_RosterQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteResult.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_SettlementLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_PricingLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_TicketHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_MeterStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_PayrollSnapshot | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_ShipmentStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_OrdersDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_MeterResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_AssetHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_PayrollLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_CustomerStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_ShipmentDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerLine.IX_ClaimStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_PolicyResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierMonthly.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStatus.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileMonthly.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_OrdersSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_CustomerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchArchive.IX_SalesSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchArchive.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_WarehouseDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_WarehouseHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceAudit.IX_CustomerArchive | 3 | NONCLUSTERED | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | keep — in use | |||||
| host-947.dbo.InvoiceAudit.IX_SettlementDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceAudit.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 22 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_SupplierDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_ReconcileStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_CustomerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_ShiftHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_OrdersSnapshot | 5 | NONCLUSTERED | Y | 54 | 0 | 0 | 0 | 2026-09-15 15:01:12 | 2026-03-29 20:47:06 | USED | keep — in use | ||||
| host-947.dbo.ShipmentQueue.IX_RouteArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 54 | 0 | 2026-09-15 15:01:12 | 2026-03-29 20:47:06 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_ForecastEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_BillingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_TicketSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_ShipmentHeader | 1 | CLUSTERED | Y | 155 | 0 | 0 | 0 | 2026-09-15 20:41:00 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_ReconcileHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_LedgerStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_ContractSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_PolicyMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_PolicyDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_CatalogHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteResult.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteResult.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_CampaignDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLine.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_InvoiceArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_WarehouseDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_PricingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_SalesLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_CustomerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_PayrollArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_TerritoryStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_BookingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStaging.IX_OrdersResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStaging.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_RouteLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_LedgerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_SalesDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_SupplierQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_InvoiceArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceResult.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogResult.IX_MeterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_ForecastResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_BatchQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStatus.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_StaffingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLine.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSnapshot.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_TerritoryArchive | 1 | CLUSTERED | Y | 310 | 0 | 0 | 0 | 2026-09-15 20:41:00 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_AssetQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStatus.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_InvoiceSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_AssetQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_SettlementSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingHeader.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_ClaimStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHistory.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_InvoiceLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSummary.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:06 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 500076 | 0 | 0 | 5733 | 2026-09-15 22:51:32 | 2026-09-10 14:37:29 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_ForecastAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_StaffingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogArchive.IX_ForecastQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogArchive.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_OrdersLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_PricingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_RosterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_InvoiceSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_PayrollDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_ShipmentHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_PricingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_LedgerDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterSummary.IX_QuotaDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_InvoiceQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerMonthly.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStatus.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_BatchLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSnapshot.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_RosterQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_SalesAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_BookingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_OrdersHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_MeterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_LedgerStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_CampaignHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_MeterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_LedgerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:08 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftEntry.IX_RouteHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_BookingResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_PolicyArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_ClaimSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketMonthly.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLine.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_CustomerAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_PricingLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PolicyAudit.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:08 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_BookingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_MeterDetail | 3 | NONCLUSTERED | 0 | 1273 | 0 | 0 | 2026-09-15 20:57:06 | 2026-03-29 20:47:08 | USED | keep — in use | |||||
| host-947.dbo.SettlementArchive.IX_PolicyStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:08 | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:47:08 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 0 | 6084 | 0 | 0 | 2026-09-15 21:00:48 | 2026-03-29 20:47:08 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_ContractHeader | 2 | NONCLUSTERED | Y | 6084 | 0 | 0 | 0 | 2026-09-15 21:00:48 | 2026-03-29 20:47:08 | USED | keep — in use | ||||
| host-947.dbo.BillingSnapshot.IX_SupplierAudit | 2 | NONCLUSTERED | 55 | 0 | 0 | 29 | 2026-09-15 17:34:01 | never | USED | keep — in use | |||||
| host-947.dbo.BillingSnapshot.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 29 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_CampaignMonthly | 1 | CLUSTERED | 95238 | 0 | 3326510 | 4990593 | 2026-09-15 17:34:18 | 2026-09-15 17:34:23 | USED | KEEP — table storage | |||||
| host-947.dbo.QuotaDetail.IX_ShipmentEntry | 4 | NONCLUSTERED | 46 | 0 | 0 | 1664083 | 2026-09-15 17:34:31 | 2026-09-15 17:34:00 | USED | keep — in use | |||||
| host-947.dbo.QuotaDetail.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 3325989 | 0 | 0 | 1664083 | 2026-09-15 17:34:18 | 2026-09-15 17:34:28 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_SupplierAudit | 3 | NONCLUSTERED | 521 | 0 | 0 | 4990593 | 2026-09-15 17:34:18 | 2026-09-15 17:34:33 | USED | keep — in use | |||||
| host-947.dbo.ContractHeader.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | Y | 4641548 | 46 | 0 | 284323 | 2026-09-15 17:34:18 | 2026-09-15 17:33:51 | USED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_ClaimLog | 1 | CLUSTERED | 4532825 | 0 | 94240 | 284323 | 2026-09-15 17:34:31 | 2026-09-15 17:33:35 | USED | KEEP — table storage | |||||
| host-947.dbo.ContractLine.IX_ShipmentHistory | 1 | CLUSTERED | 0 | 0 | 0 | 1662976 | never | 2026-08-28 16:22:39 | UNUSED | KEEP — table storage | |||||
| host-947.dbo.ContractLine.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1662976 | never | 2026-08-28 16:23:01 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_WarehouseEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 1662976 | never | 2026-08-28 16:22:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_AssetEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_RouteArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollStatus.IX_ForecastSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_PayrollHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_OrdersResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_ContractStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSummary.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_ContractDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignMonthly.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignMonthly.IX_ReconcileLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_LedgerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_SalesResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_RosterHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_ShiftSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileHeader.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHistory.IX_ReconcileEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHistory.IX_ShiftHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_SettlementHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_CatalogStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_QuotaSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractDetail.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_PricingHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_RosterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseAudit.IX_PricingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_TerritoryDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStatus.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementResult.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_ContractLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSnapshot.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_PayrollStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_ShiftLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_ForecastMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteEntry.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteEntry.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_PayrollSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStatus.IX_PricingLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ForecastStatus.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_RouteArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_SupplierHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_SupplierDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_PolicyQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_RouteMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHeader.IX_RouteSummary | 2 | NONCLUSTERED | Y | 3 | 0 | 0 | 0 | 2026-09-14 13:05:34 | 2026-03-29 20:49:41 | USED | keep — in use | ||||
| host-947.dbo.InvoiceHeader.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 3 | 0 | 2026-09-14 13:05:34 | 2026-03-29 20:49:41 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_ShipmentAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentQueue.IX_ReconcileLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_TicketAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 49 | 0 | 0 | 0 | 2026-09-14 08:22:25 | 2026-03-29 20:49:41 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_PayrollStatus | 2 | NONCLUSTERED | Y | 14 | 0 | 0 | 0 | 2026-09-14 13:15:56 | never | USED | keep — in use | ||||
| host-947.dbo.BatchStaging.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 14 | 0 | 2026-09-14 13:15:56 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:41 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_PolicyLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_TicketMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_TicketArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerEntry.IX_PolicyHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerEntry.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_PolicyLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_BookingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_OrdersStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSummary.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSummary.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSnapshot.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:49:42 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_RouteMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_AssetHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_QuotaStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLine.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 1642874 | 0 | 0 | 87 | 2026-09-16 00:11:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_AssetSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentResult.IX_OrdersArchive | 7 | NONCLUSTERED | 9 | 0 | 0 | 98 | 2026-09-12 16:29:04 | 2026-07-19 18:15:51 | USED | keep — in use | |||||
| host-947.dbo.ShipmentResult.IX_ShiftSummary | 1 | CLUSTERED | Y | 2594 | 0 | 86 | 973 | 2026-09-15 17:34:31 | 2026-07-19 18:15:51 | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 463 | 8 | 0 | 29 | 2026-09-15 17:34:18 | 2026-07-19 18:15:51 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 4 | 26 | 2026-09-14 08:39:39 | 2026-07-19 18:15:51 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_SettlementDaily | 2 | NONCLUSTERED | 4 | 0 | 0 | 26 | 2026-09-14 08:39:39 | 2026-07-19 18:15:51 | USED | keep — in use | |||||
| host-947.dbo.CatalogSnapshot.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSnapshot.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_RouteSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 586 | 0 | 9 | 9 | 2026-09-15 17:33:51 | 2026-03-29 20:49:42 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_SalesStatus | 2 | NONCLUSTERED | Y | 9 | 0 | 0 | 0 | 2026-09-14 18:01:04 | 2026-03-29 20:49:42 | USED | keep — in use | ||||
| host-947.dbo.CatalogAudit.IX_OrdersLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogAudit.IX_ContractDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogAudit.IX_RouteHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 0 | 28472 | 0 | 0 | 2026-09-10 08:44:36 | never | USED | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_AssetHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogHistory.IX_BookingMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogHistory.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_BookingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHistory.IX_OrdersStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 995187 | 0 | 0 | 1 | 2026-09-15 18:14:52 | 2026-05-20 04:18:14 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 18 | 0 | 0 | 0 | 2026-09-15 17:29:24 | 2026-03-29 20:49:42 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 26 | 0 | 0 | 29 | 2026-09-15 17:33:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_SalesLog | 2 | NONCLUSTERED | 29 | 0 | 0 | 29 | 2026-09-15 17:34:31 | never | USED | keep — in use | |||||
| host-947.dbo.ForecastSnapshot.IX_BatchEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 29 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.TicketSummary.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_MeterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_SettlementAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_LedgerHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStaging.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 98 | 0 | 0 | 1 | 2026-09-14 13:23:25 | 2026-05-20 04:18:14 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_ClaimSummary | 7 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-05-20 04:18:14 | UNUSED | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 989258 | 16707992 | 0 | 1 | 2026-09-15 21:01:15 | 2026-05-20 04:18:14 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_MeterHeader | 2 | NONCLUSTERED | 470 | 2 | 0 | 1 | 2026-09-15 16:14:16 | 2026-05-20 04:18:14 | USED | keep — in use | |||||
| host-947.dbo.CampaignSnapshot.IX_InvoiceArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-05-20 04:18:14 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_TerritoryDetail | 44 | NONCLUSTERED | 1308 | 0 | 0 | 265042 | 2026-09-15 16:07:07 | 2026-09-15 08:00:50 | USED | keep — in use | |||||
| host-947.dbo.QuotaHistory.IX_BookingSummary | 4 | NONCLUSTERED | 166 | 0 | 0 | 169253 | 2026-09-15 14:21:04 | 2026-09-15 08:00:22 | USED | keep — in use | |||||
| host-947.dbo.QuotaHistory.IX_CatalogSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 165151 | never | 2026-09-15 08:00:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_ShipmentStaging | 5 | NONCLUSTERED | 4 | 0 | 0 | 165151 | 2026-09-09 15:26:39 | 2026-09-15 08:01:02 | USED | keep — in use | |||||
| host-947.dbo.QuotaHistory.IX_MeterAudit | 10 | NONCLUSTERED | 457 | 0 | 0 | 165151 | 2026-09-15 12:34:22 | 2026-09-15 08:00:28 | USED | keep — in use | |||||
| host-947.dbo.QuotaHistory.IX_RouteArchive | 3 | NONCLUSTERED | 93030 | 0 | 0 | 165284 | 2026-09-15 16:45:26 | 2026-09-15 08:00:52 | USED | keep — in use | |||||
| host-947.dbo.QuotaHistory.IX_TerritoryResult | 9 | NONCLUSTERED | 962 | 0 | 0 | 165284 | 2026-09-12 16:29:06 | 2026-09-15 08:00:26 | USED | keep — in use | |||||
| host-947.dbo.QuotaHistory.IX_ContractEntry | 11 | NONCLUSTERED | Y | 596258 | 0 | 0 | 165151 | 2026-09-15 16:28:36 | 2026-09-15 08:00:15 | USED | keep — in use | ||||
| host-947.dbo.QuotaHistory.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 180469 | 0 | 0 | 165151 | 2026-09-15 17:32:22 | 2026-09-15 08:00:21 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_BillingDaily | 1 | CLUSTERED | Y | 864504 | 0 | 968738 | 265042 | 2026-09-15 17:34:17 | 2026-09-15 08:00:12 | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_RouteEntry | 13 | NONCLUSTERED | 0 | 0 | 0 | 165151 | never | 2026-09-15 08:00:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_SalesEntry | 12 | NONCLUSTERED | 14732 | 0 | 0 | 246680 | 2026-09-15 16:13:50 | 2026-09-15 08:00:16 | USED | keep — in use | |||||
| host-947.dbo.QuotaHistory.IX_BookingHeader | 7 | NONCLUSTERED | 83518 | 0 | 0 | 165151 | 2026-09-15 17:30:53 | 2026-09-15 08:00:38 | USED | keep — in use | |||||
| host-947.dbo.QuotaHistory.IX_WarehouseResult | 8 | NONCLUSTERED | 33 | 0 | 0 | 165151 | 2026-09-14 19:32:24 | 2026-09-15 08:00:20 | USED | keep — in use | |||||
| host-947.dbo.QuotaHistory.IX_ForecastDetail | 43 | NONCLUSTERED | 384 | 0 | 0 | 265042 | 2026-09-15 15:06:55 | 2026-09-15 08:00:45 | USED | keep — in use | |||||
| host-947.dbo.StaffingQueue.IX_ContractQueue | 3 | NONCLUSTERED | Y | 99 | 0 | 0 | 58 | 2026-09-15 17:34:31 | 2026-08-30 05:00:04 | USED | keep — in use | ||||
| host-947.dbo.StaffingQueue.IX_CampaignArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 70 | 58 | 2026-09-15 17:34:31 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_ForecastLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 58 | never | 2026-08-28 17:35:27 | UNUSED | review carefully — unique | ||||
| host-947.dbo.ContractLog.IX_CampaignMonthly | 1 | CLUSTERED | 246831 | 0 | 0 | 355153 | 2026-09-15 17:34:18 | 2026-09-15 17:33:51 | USED | KEEP — table storage | |||||
| host-947.dbo.ContractLog.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 355153 | never | 2026-09-15 17:34:38 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 10738 | 0 | 0 | 354999 | 2026-09-15 17:34:31 | 2026-09-15 16:45:19 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_PolicyQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 354999 | never | 2026-09-15 16:45:20 | UNUSED | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 5846844 | 0 | 0 | 788 | 2026-09-15 17:34:18 | 2026-07-19 20:00:35 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 514 | 0 | 0 | 514 | 2026-09-15 17:34:01 | 2026-09-15 07:29:16 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 9137432 | never | 2026-09-15 17:34:00 | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_MeterLog | 1 | CLUSTERED | Y | 11621284 | 0 | 0 | 9137432 | 2026-09-15 17:34:17 | 2026-09-15 17:33:51 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_BillingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_RosterHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_SupplierDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_AssetLog | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHeader.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 35 | 0 | 0 | 0 | 2026-09-15 08:10:36 | 2026-03-29 20:49:43 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_InvoiceHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileStaging.IX_ReconcileArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerAudit.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerAudit.IX_SettlementAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_BookingAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_BillingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_PricingSnapshot | 1 | CLUSTERED | Y | 80481 | 0 | 0 | 0 | 2026-09-15 17:32:22 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_BillingHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryArchive.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_ReconcileLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_PricingEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketHistory.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_RosterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_SettlementHistory | 2 | NONCLUSTERED | Y | 12 | 0 | 0 | 0 | 2026-09-15 11:09:35 | 2026-03-29 20:49:43 | USED | keep — in use | ||||
| host-947.dbo.TerritoryStaging.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 12 | 0 | 2026-09-15 11:09:35 | 2026-03-29 20:49:43 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 1013701 | 0 | 0 | 2026-09-15 17:33:17 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_WarehouseStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_SupplierArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_RosterLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_ShipmentLog | 50 | NONCLUSTERED | 1152886 | 0 | 0 | 11334661 | 2026-09-15 17:31:37 | 2026-09-15 19:14:16 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_SettlementStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 10979842 | never | 2026-09-15 19:12:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_CampaignLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 10979842 | never | 2026-09-15 19:12:56 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_SettlementHistory | 11 | NONCLUSTERED | 0 | 0 | 0 | 10979842 | never | 2026-09-15 19:13:20 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_SupplierStatus | 1 | CLUSTERED | 14340105 | 0 | 53064659 | 31110240 | 2026-09-15 21:01:15 | 2026-09-15 19:12:48 | USED | KEEP — table storage | |||||
| host-947.dbo.CatalogSummary.IX_ForecastArchive | 9 | NONCLUSTERED | 0 | 0 | 0 | 10979842 | never | 2026-09-15 19:13:14 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_WarehouseArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 20708201 | never | 2026-09-15 19:13:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_ContractSnapshot | 8 | NONCLUSTERED | 16119092 | 0 | 0 | 10979842 | 2026-09-15 21:01:15 | 2026-09-15 19:13:08 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | Y | 18351763 | 0 | 0 | 10979842 | 2026-09-15 17:33:17 | 2026-09-15 19:12:51 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_QuotaMonthly | 12 | NONCLUSTERED | 16614076 | 0 | 0 | 10979842 | 2026-09-15 21:01:15 | 2026-09-15 19:13:22 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_RosterArchive | 3 | NONCLUSTERED | 1208263 | 0 | 0 | 10988697 | 2026-09-15 17:30:53 | 2026-09-15 19:12:53 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_ContractQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 11007518 | never | 2026-09-15 19:13:06 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_AssetLog | 10 | NONCLUSTERED | 0 | 0 | 0 | 10979842 | never | 2026-09-15 19:13:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_MeterResult | 4 | NONCLUSTERED | 15047291 | 0 | 0 | 8564791 | 2026-09-15 21:01:15 | 2026-09-15 19:18:02 | USED | keep — in use | |||||
| host-947.dbo.CustomerAudit.IX_WarehouseHeader | 1 | CLUSTERED | 1906420 | 0 | 18101056 | 10725691 | 2026-09-15 21:01:15 | 2026-09-15 19:17:59 | USED | KEEP — table storage | |||||
| host-947.dbo.CustomerAudit.IX_BookingQueue | 3 | NONCLUSTERED | 927 | 0 | 0 | 10064706 | 2026-09-09 19:18:12 | 2026-09-15 19:18:00 | USED | keep — in use | |||||
| host-947.dbo.CustomerAudit.IX_OrdersHistory | 2 | NONCLUSTERED | Y | Y | 2842496 | 0 | 0 | 8094922 | 2026-09-15 17:33:17 | 2026-09-15 19:17:59 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_CatalogStaging | 13 | NONCLUSTERED | 344774 | 0 | 0 | 10534575 | 2026-09-15 17:33:17 | 2026-09-15 19:18:09 | USED | keep — in use | |||||
| host-947.dbo.TerritoryStatus.IX_ForecastResult | 1 | CLUSTERED | Y | 168830 | 0 | 0 | 168830 | 2026-09-15 17:30:53 | never | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 168830 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_ClaimHeader | 1 | CLUSTERED | 41 | 0 | 0 | 3952 | 2026-09-14 12:49:40 | 2026-08-19 13:55:43 | USED | KEEP — table storage | |||||
| host-947.dbo.ShiftQueue.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 3952 | never | 2026-08-19 13:55:52 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_OrdersHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 3952 | never | 2026-08-19 13:55:44 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftQueue.IX_ForecastLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 3952 | never | 2026-08-19 13:55:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftQueue.IX_SalesSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 3952 | never | 2026-08-19 13:55:43 | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersEntry.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 29 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_ReconcileStatus | 2 | NONCLUSTERED | 29 | 0 | 0 | 29 | 2026-09-15 17:34:31 | never | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_PayrollDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_ReconcileLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_SupplierMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterResult.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 6379 | 0 | 0 | 2026-09-15 17:46:28 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_ForecastAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSummary.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_BookingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStaging.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLog.IX_MeterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 29 | never | never | UNUSED | KEEP — table storage | ||||
| host-947.dbo.ShipmentLog.IX_AssetResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 29 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.ShipmentLog.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 29 | 0 | 0 | 29 | 2026-09-15 17:34:31 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_QuotaLog | 1 | CLUSTERED | Y | 198 | 0 | 0 | 100 | 2026-09-15 17:33:49 | 2026-07-19 18:16:03 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 100 | never | 2026-07-19 18:16:03 | UNUSED | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_SupplierStaging | 3 | NONCLUSTERED | Y | 100 | 0 | 0 | 100 | 2026-09-15 17:33:48 | 2026-07-19 18:16:03 | USED | keep — in use | ||||
| host-947.dbo.InvoiceHistory.IX_ContractStaging | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_LedgerQueue | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_CatalogQueue | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_RosterStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_TerritoryStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_InvoiceAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_ContractResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_WarehouseDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHistory.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_CustomerStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_ClaimLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStaging.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_PricingDetail | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_TerritoryAudit | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ContractQueue | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_BillingResult | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ClaimArchive | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ShiftDaily | 22 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_MeterArchive | 24 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_BookingHistory | 28 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_RouteSummary | 23 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ReconcileResult | 26 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_BillingStatus | 27 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_WarehouseArchive | 21 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_SalesStaging | 20 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_AssetQueue | 19 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_CustomerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ForecastMonthly | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_BillingQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ClaimEntry | 18 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_CatalogHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_WarehouseResult | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ShiftLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ShipmentArchive | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_MeterArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_TerritoryStaging | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_SettlementDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ReconcileMonthly | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_ContractLine | 25 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_BatchHistory | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_BookingStatus | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_InvoiceLog | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_ContractSnapshot | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_BatchMonthly | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_BookingStaging | 22 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_MeterArchive | 24 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_ShiftLog | 28 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_SalesArchive | 23 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_ForecastLog | 26 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_SettlementResult | 27 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_ContractHeader | 21 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_TerritoryResult | 20 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_QuotaHistory | 19 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_ReconcileDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_BatchLine | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_RosterHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_RouteEntry | 18 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_OrdersHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_LedgerHistory | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_TicketLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_BillingHeader | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_BookingStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_RouteSnapshot | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_BatchHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_BookingDaily | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_PolicyDaily | 25 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_LedgerEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_ShipmentSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_TerritoryDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_PayrollSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_RouteDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_CatalogDaily | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_LedgerQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_ContractHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignArchive.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_ContractHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLog.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHeader.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_SalesHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_AssetQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDetail.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLog.IX_QuotaLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLog.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_RouteSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHistory.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_CampaignLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHistory.IX_MeterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_BatchLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_AssetStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSnapshot.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_PolicySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_ShiftDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseEntry.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_InvoiceSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHeader.IX_ReconcileMonthly | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHeader.IX_ReconcileArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHeader.IX_MeterStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHeader.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLine.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_SettlementStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStatus.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_MeterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryQueue.IX_TicketHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_LedgerLine | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_PolicyDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_MeterResult | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_StaffingLog | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_SettlementLine | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_SupplierLine | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_ForecastStaging | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryQueue.IX_TerritoryLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_PricingLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_ClaimQueue | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_WarehouseDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHistory.IX_PayrollAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStaging.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_ContractMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 52 | 523 | 162 | 0 | 2026-09-15 16:23:19 | 2026-03-29 20:50:19 | USED | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 8228 | 0 | 0 | 0 | 2026-09-15 23:01:16 | 2026-03-29 20:50:19 | USED | keep — in use | ||||
| host-947.dbo.SupplierEntry.IX_OrdersDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_PayrollSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_RosterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_ContractSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStatus.IX_CatalogLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStatus.IX_TicketArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStatus.IX_ReconcileHeader | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStatus.IX_OrdersAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStatus.IX_ForecastDaily | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStatus.IX_ReconcileArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_RouteDetail | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStatus.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_TicketSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDetail.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_PolicyMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastEntry.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_CustomerHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_PolicyAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimLog.IX_StaffingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_SettlementResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_TicketQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_ContractSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementSummary.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_ShiftSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDetail.IX_ShipmentStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDetail.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_PayrollHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteEntry.IX_WarehouseHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteEntry.IX_ContractHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteEntry.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyMonthly.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_MeterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDaily.IX_WarehouseStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_PolicyResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryAudit.IX_AssetMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_ContractHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingLog.IX_PayrollLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_LedgerHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_TicketDetail | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_StaffingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_BookingLine | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_ReconcileStaging | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_TerritoryEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_SupplierSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_MeterStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_CatalogHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStaging.IX_TerritorySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_ClaimSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHeader.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_TerritorySnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierQueue.IX_BatchQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_ReconcileResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDaily.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_SalesDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLog.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_BookingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_RosterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_StaffingHistory | 4 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_PolicyAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterEntry.IX_BatchResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterEntry.IX_ForecastLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterEntry.IX_SalesStaging | 4 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_ReconcileLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_OrdersStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSnapshot.IX_LedgerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSnapshot.IX_CampaignAudit | 4 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_PayrollAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLog.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_BatchResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_ForecastHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_BatchMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_ForecastQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_TerritoryStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLine.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStaging.IX_ReconcileLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_StaffingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_CatalogStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySummary.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSummary.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_TerritorySnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_BookingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_SalesStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_CustomerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerAudit.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_BookingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_PolicyStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_ShiftHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_BatchStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaAudit.IX_BookingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_ForecastLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_PolicyHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_PolicySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_SalesLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHistory.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHistory.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_PricingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryArchive.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_PayrollQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_RouteDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_BillingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_ClaimResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLog.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_PayrollSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaEntry.IX_WarehouseDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaEntry.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_RouteLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDetail.IX_ReconcileHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDetail.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_CampaignArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_WarehouseResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSnapshot.IX_StaffingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_LedgerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_MeterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_RosterDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_BillingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_RosterSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_SalesDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingAudit.IX_CampaignAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_OrdersStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_RosterLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingResult.IX_MeterHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingResult.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_QuotaLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLine.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_CatalogResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_OrdersLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStaging.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_TerritoryResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_SupplierMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLog.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLog.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStaging.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_OrdersLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_PolicyLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_InvoiceDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_StaffingDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStatus.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_SupplierArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStaging.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_ContractDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_SettlementDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyArchive.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLog.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_ShiftLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingAudit.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_AssetEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_RouteArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyMonthly.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_ContractDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSummary.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_BookingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_PricingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_RouteStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_BillingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_RosterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_ForecastLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_PayrollDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLine.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_OrdersLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDaily.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_ShipmentSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_PayrollAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_BatchSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHistory.IX_LedgerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_CatalogDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_ReconcileAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseQueue.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_CatalogMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_SettlementEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_CatalogStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_InvoiceAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_BillingStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_BookingDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_CampaignLog | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.ReconcileSnapshot.IX_SettlementArchive | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.SupplierDetail.IX_OrdersSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_BillingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLine.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_CustomerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSummary.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_PricingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceMonthly.IX_PolicyLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_OrdersStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_OrdersStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHeader.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_BillingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_BatchLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_PolicyDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingResult.IX_QuotaSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingResult.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingResult.IX_ContractQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSummary.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSummary.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_CampaignSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_BillingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_AssetDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_ContractEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_RosterSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_TerritoryEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseQueue.IX_OrdersHeader | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_BillingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_ContractStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_ContractMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_CampaignHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentResult.IX_BatchHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_ForecastResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketArchive.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketArchive.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_WarehouseMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_PolicyMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStatus.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_MeterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingResult.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_SettlementDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_BookingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetQueue.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_TerritoryStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftEntry.IX_SettlementLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_SettlementArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 05:19:10 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_ReconcileEntry | 3 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHeader.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaQueue.IX_AssetEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_PricingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_ShipmentLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStatus.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStatus.IX_PayrollEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_TicketLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_PolicyHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_PricingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_LedgerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_SalesDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_WarehouseQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_QuotaLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_RouteMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHeader.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_OrdersDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_ClaimHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftResult.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_MeterHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_PayrollLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDaily.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementMonthly.IX_AssetSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementMonthly.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_BillingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_SalesArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyQueue.IX_OrdersStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_PayrollQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_SettlementLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_InvoiceQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_TerritoryHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_BatchLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_PricingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingQueue.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStatus.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_AssetStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_CustomerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_TicketResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_LedgerSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDaily.IX_ClaimDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDaily.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_StaffingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDaily.IX_ClaimStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHeader.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_InvoiceLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_BillingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:21 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:21 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_ForecastEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSummary.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_QuotaQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_InvoiceLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_ShipmentMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingEntry.IX_MeterEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_SupplierMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_ReconcileAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_LedgerDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SalesStaging.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_CustomerEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimMonthly.IX_CustomerDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimMonthly.IX_ForecastDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_OrdersArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_ReconcileMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_OrdersStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_LedgerDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStatus.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_TerritoryDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_SettlementStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_ShipmentLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignQueue.IX_StaffingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignQueue.IX_SettlementDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignQueue.IX_ShipmentEntry | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignQueue.IX_BillingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_PayrollMonthly | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignQueue.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_ReconcileEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHeader.IX_SupplierMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:16:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerHeader.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 7 | never | 2026-07-19 18:16:03 | UNUSED | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_BatchStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 7 | never | 2026-07-19 18:16:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 05:19:10 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_MeterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLine.IX_SettlementSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLine.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_CampaignHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_SettlementHistory | 2 | NONCLUSTERED | Y | 1494 | 0 | 0 | 0 | 2026-09-15 16:42:04 | never | USED | keep — in use | ||||
| host-947.dbo.TerritoryLine.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_BookingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_ContractHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_PayrollSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_SettlementHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_QuotaSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_CatalogResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_ContractArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_SettlementEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLog.IX_PricingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLog.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_BookingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSnapshot.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_SupplierLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_BillingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerResult.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingQueue.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_ReconcileLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_CatalogSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_OrdersStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_ContractLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_PolicyQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_QuotaSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_ClaimLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_WarehouseResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_PolicyHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterQueue.IX_WarehouseDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_AssetQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_BillingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStatus.IX_ShipmentLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseAudit.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_RouteResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_AssetArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLine.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyArchive.IX_PayrollHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_BillingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDetail.IX_RouteArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStatus.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHistory.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_TerritoryStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSnapshot.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_TerritoryStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHistory.IX_ForecastQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_SalesStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_ReconcileStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStaging.IX_RosterEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteEntry.IX_ReconcileMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteEntry.IX_TicketSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_BillingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingEntry.IX_CustomerHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLine.IX_ShipmentArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_RouteLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDaily.IX_LedgerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDaily.IX_ForecastSummary | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDaily.IX_ShipmentStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_SettlementAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_AssetDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDaily.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftQueue.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_PolicySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_CustomerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_PayrollResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_OrdersHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_AssetArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_CatalogEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_SettlementLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_SalesStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_CampaignHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_PolicyResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_ShipmentQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStaging.IX_OrdersStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDetail.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_CatalogSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSnapshot.IX_QuotaHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSnapshot.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_SupplierResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_MeterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLine.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceResult.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_InvoiceResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyMonthly.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSummary.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_StaffingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLine.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_RosterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftQueue.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_PayrollHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSnapshot.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStatus.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_ContractSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_ReconcileResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStatus.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_AssetSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_PricingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLog.IX_InvoiceArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_OrdersHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_SupplierLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_PayrollHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStatus.IX_CustomerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_RouteSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_PolicySummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_InvoiceResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHistory.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_BookingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStatus.IX_QuotaDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSnapshot.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ShiftDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_MeterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_SettlementArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteResult.IX_CustomerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_BillingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_CatalogAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDaily.IX_TicketHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_SupplierLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastResult.IX_PolicyLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_BookingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLine.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_LedgerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingAudit.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterEntry.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_AssetEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingQueue.IX_ContractArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_LedgerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_QuotaLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementAudit.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStatus.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 481 | 0 | 0 | 0 | 2026-09-15 08:47:23 | 2026-03-29 20:50:22 | USED | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_RosterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:22 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_CampaignLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_LedgerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_WarehouseQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHeader.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastQueue.IX_LedgerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_SupplierHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLine.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_RosterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_RosterHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 0 | 159 | 159 | 0 | 2026-09-15 08:46:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_BatchDaily | 2 | NONCLUSTERED | Y | 170 | 0 | 0 | 0 | 2026-09-15 08:46:33 | never | USED | keep — in use | ||||
| host-947.dbo.BillingAudit.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_TerritoryLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLog.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDetail.IX_PricingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_SalesSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_BatchSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_SalesStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_RouteSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_PricingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterDaily.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_CatalogQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_SalesStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_BillingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_OrdersLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_StaffingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_WarehouseEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_MeterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_PayrollStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_PricingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_QuotaHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSnapshot.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_BookingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStatus.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_CatalogQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_BatchStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_StaffingDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_MeterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_ClaimMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_RouteSnapshot | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_ContractMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_PricingHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_BatchResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteMonthly.IX_RouteArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteMonthly.IX_WarehouseLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingMonthly.IX_BatchStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingMonthly.IX_RouteEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingResult.IX_ClaimDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingResult.IX_ForecastMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_QuotaEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_ShipmentLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceResult.IX_TicketHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_PricingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHistory.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_SupplierLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_ClaimSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_SettlementSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ReconcileResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_PolicyArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ShiftStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_StaffingAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_SalesDaily | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ForecastHistory | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ForecastEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_BatchResult | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ReconcileStatus | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_AssetArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ClaimHeader | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_PolicyDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_BatchStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_CustomerArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_CatalogDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_BatchLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollEntry.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_SettlementLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_CatalogArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_AssetQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStatus.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_CatalogAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollAudit.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_TicketHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_WarehouseResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_TicketMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_RosterEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLine.IX_RosterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignArchive.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollAudit.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_SettlementSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_CampaignResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_BatchDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftEntry.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_AssetSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaMonthly.IX_SalesMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_ShiftStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLine.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_PayrollEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastAudit.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_RosterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHistory.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_SalesMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_StaffingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_BatchEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_ShipmentEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_BookingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDaily.IX_SalesHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesAudit.IX_PayrollSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_RouteMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDetail.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_SupplierDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_PayrollHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLine.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_InvoiceAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_TicketResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSummary.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyAudit.IX_PayrollLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.WarehouseSummary.IX_ShiftArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSummary.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketAudit.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastEntry.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStatus.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLine.IX_SupplierLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLine.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_ShipmentHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_AssetStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_RosterDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_PricingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_PayrollLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_BookingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerArchive.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftEntry.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_LedgerSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_StaffingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_MeterStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_BatchAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_TerritorySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHistory.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_WarehouseQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHistory.IX_ShipmentStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_ContractLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSnapshot.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSnapshot.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_InvoiceStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLog.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLog.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileMonthly.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_PolicySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLine.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_QuotaResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHeader.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_ShiftQueue | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_MeterQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_CampaignEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_PricingSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_ShipmentMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_SalesAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_CustomerQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_BatchHistory | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:24 | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStaging.IX_PricingArchive | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:23 | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_LedgerHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_ForecastResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStatus.IX_RosterDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStatus.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStatus.IX_ReconcileLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_ClaimResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_TicketLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_BillingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_AssetSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryQueue.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryQueue.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_PayrollAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDaily.IX_StaffingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDaily.IX_ContractSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchAudit.IX_CampaignDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchAudit.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_MeterDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.BatchAudit.IX_LedgerQueue | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.RosterResult.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_BookingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterResult.IX_SalesLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterResult.IX_PricingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_RouteArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_InvoiceAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_ContractLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_CampaignLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileAudit.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHeader.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStaging.IX_CatalogDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerAudit.IX_LedgerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDetail.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_BillingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_CatalogAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_SettlementResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_PolicyLog | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_BatchHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_ShiftAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_BookingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_RouteArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDaily.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchMonthly.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_SupplierAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentHeader.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_CatalogStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesMonthly.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_AssetLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_SettlementAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_ContractLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetAudit.IX_SupplierLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_PayrollEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceQueue.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_ShipmentMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStatus.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_ClaimSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLine.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_PolicyLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_PricingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierQueue.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_QuotaSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollEntry.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_InvoiceLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterQueue.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_SettlementLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_ReconcileLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDetail.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_PolicyHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_SupplierDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_BatchLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_ClaimSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_ShiftStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetArchive.IX_ContractLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetArchive.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSnapshot.IX_SupplierEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSnapshot.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSnapshot.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_QuotaArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_SupplierHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_TicketLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_MeterEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_TerritoryHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDaily.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLine.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDaily.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_ShiftSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_BillingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_ReconcileLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_ShiftStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimQueue.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_BatchLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySnapshot.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingMonthly.IX_BatchDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLine.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDaily.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_LedgerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_ForecastDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_SalesStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_SalesEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_PayrollEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_LedgerQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteEntry.IX_TicketArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteEntry.IX_BillingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteEntry.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_PayrollArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_SupplierArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_RouteArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_CampaignHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_PricingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDetail.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_BatchArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_BookingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_TicketAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_TerritoryAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimMonthly.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_LedgerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_ShipmentEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteQueue.IX_PayrollHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteQueue.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_StaffingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_BillingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_TerritoryStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_StaffingStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_PolicyHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDaily.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDaily.IX_ShiftArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_CatalogAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_BatchDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_PolicyHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_TerritoryStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_ShiftSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastEntry.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_QuotaHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollResult.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_PricingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_OrdersDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_LedgerLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLine.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_RosterStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollQueue.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_ShipmentLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollQueue.IX_ClaimLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_ReconcileArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_StaffingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_RosterAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ForecastDetail.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_TicketStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_MeterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_BatchStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_TicketArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_TicketHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_ContractHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_BillingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_TerritoryQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_RouteResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersResult.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersResult.IX_BookingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_TerritoryDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_RouteLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_ContractLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_StaffingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStatus.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_PayrollStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLine.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStaging.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_PolicyArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStaging.IX_ShiftQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_SalesQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_RosterDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_PolicyLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_PolicyDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_QuotaSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDetail.IX_CampaignStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStaging.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStaging.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_RosterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_ClaimResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:25 | COLD | review, then DROP | |||||
| host-947.dbo.BookingArchive.IX_InvoiceLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:25 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingArchive.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:25 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_CustomerQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:25 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSummary.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSummary.IX_CampaignHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStaging.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_CatalogStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_ContractEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_LedgerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_BookingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_ClaimSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLine.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_InvoiceEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_QuotaArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_StaffingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentAudit.IX_RouteStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_LedgerSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ContractDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_StaffingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLine.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_ReconcileLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_TerritoryHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_ForecastSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_ShipmentSummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyStaging.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_ClaimStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierResult.IX_RosterHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_BatchLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_ContractStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_PricingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_ClaimHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersMonthly.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_BatchArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_BatchAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_AssetStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_WarehouseLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_ForecastSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDaily.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_SalesLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterQueue.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_StaffingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterResult.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_RouteResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollEntry.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_ShiftEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterArchive.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_AssetDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteQueue.IX_ForecastSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_QuotaAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_ClaimDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_TicketStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLine.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_PricingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_ClaimStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_OrdersArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_PricingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_TicketSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_StaffingHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_LedgerLine | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_CustomerAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHistory.IX_SupplierLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHistory.IX_TerritoryMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHistory.IX_BillingMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHistory.IX_ForecastMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHistory.IX_ForecastResult | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_LedgerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogResult.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersArchive.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_InvoiceAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_PayrollSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_BatchResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_WarehouseStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:25 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_SupplierLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_ClaimEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_ShipmentEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_AssetArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStatus.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_ClaimHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_ClaimStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryEntry.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_PayrollStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_PricingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_ShiftLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractMonthly.IX_ReconcileHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractMonthly.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_RouteDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLog.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_BatchResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSummary.IX_ShipmentDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_InvoiceHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLog.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_SettlementAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_ShiftArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_RouteHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_ShiftEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLine.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_ContractAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceResult.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_OrdersDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_TerritoryEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimMonthly.IX_StaffingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_CatalogDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLine.IX_PolicyLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimEntry.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_ClaimEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_ShiftEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStaging.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_CustomerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_StaffingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDaily.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_QuotaSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ReconcileArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_TerritoryStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_SalesEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_RosterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHistory.IX_LedgerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_AssetHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_ContractStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_BookingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_ContractSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_BillingStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHistory.IX_LedgerArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHistory.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignMonthly.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_StaffingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_ShipmentEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_LedgerSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHistory.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_SettlementSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractLog.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_TicketLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryArchive.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_RouteLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_CatalogQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStaging.IX_MeterStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDetail.IX_BookingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_StaffingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHeader.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_CatalogEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceAudit.IX_LedgerAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceAudit.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_BillingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_WarehouseHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_MeterHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterAudit.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_SupplierSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStatus.IX_TerritoryLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStatus.IX_WarehouseResult | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStatus.IX_CampaignHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStatus.IX_RosterDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_MeterArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingQueue.IX_SalesResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractResult.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractResult.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_TerritoryDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_InvoiceAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_TerritorySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetQueue.IX_SalesStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_CustomerStatus | 4 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_WarehouseMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_MeterLine | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_ForecastLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingMonthly.IX_OrdersMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSnapshot.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerAudit.IX_BookingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_MeterSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_RosterSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_ReconcileResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingMonthly.IX_BookingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_PayrollSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_BatchEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_AssetLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_QuotaSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignArchive.IX_CustomerMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_ClaimSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_PolicyHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_SupplierLine | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_ShipmentDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStaging.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_CustomerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLine.IX_LedgerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_SupplierSummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_PolicyHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_ReconcileResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_LedgerLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_OrdersArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_PricingStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignMonthly.IX_ReconcileSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_ShiftQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteEntry.IX_ShiftDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_ForecastResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_SupplierQueue | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_CustomerQueue | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_BookingLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_WarehouseDaily | 7 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_TicketEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_PolicyMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_BillingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_BillingArchive | 11 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHeader.IX_TerritoryDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_ShipmentDaily | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_LedgerDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_ClaimMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_TicketHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_TerritorySummary | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_StaffingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_InvoiceMonthly | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_ReconcileEntry | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_PolicyDaily | 14 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_ReconcileDetail | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_LedgerStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_PolicyDetail | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_RouteAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_ShiftStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_SupplierEntry | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_ForecastLine | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_LedgerDetail | 19 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHistory.IX_OrdersHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_PricingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_ForecastStatus | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_WarehouseStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingMonthly.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDaily.IX_ClaimSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSnapshot.IX_PricingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractSnapshot.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_SettlementHistory | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_WarehouseSummary | 20 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_PayrollDaily | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ReconcileStaging | 18 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_InvoiceLog | 19 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ShiftSummary | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_TerritoryDaily | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_SalesHeader | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_PolicyResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ContractStaging | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_RosterLine | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_TicketLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ForecastArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_QuotaStaging | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ClaimHeader | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ClaimStatus | 26 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStaging.IX_ClaimStatus | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ContractLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_AssetDetail | 24 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_RouteDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_StaffingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_BookingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDetail.IX_ReconcileQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_RosterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_OrdersArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStatus.IX_SupplierQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_ShiftQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_BookingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_RosterQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSummary.IX_BookingStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_SupplierSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_SalesMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_TerritoryResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_BookingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_BatchMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSummary.IX_ForecastQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_QuotaAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseEntry.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_MeterSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseEntry.IX_BillingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_ReconcileDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDaily.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_RouteResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_AssetHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLog.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_PricingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStaging.IX_TicketSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStatus.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_LedgerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_SettlementHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_ClaimSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingArchive.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLog.IX_LedgerMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLog.IX_ForecastLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_PricingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryQueue.IX_TicketEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingQueue.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLine.IX_PolicyResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLine.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseQueue.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_CampaignSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_ShipmentLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHeader.IX_SalesHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_InvoiceStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_PricingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_WarehouseArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSummary.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:27 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_CampaignSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_LedgerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_CampaignMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_ShiftStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:27 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:27 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingResult.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_TicketLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteAudit.IX_PolicyResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_QuotaEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:27 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterAudit.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:27 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_RosterLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:27 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:27 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_CustomerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_StaffingEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_LedgerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 14560 | 0 | 0 | 2026-09-15 23:35:56 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_RouteAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_RouteEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_BookingLog | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-09 15:31:50 | 2026-03-29 20:50:27 | USED | keep — in use | ||||
| host-947.dbo.TerritoryLog.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 56 | 1 | 0 | 2026-09-14 08:21:32 | 2026-03-29 20:50:27 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSummary.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_CatalogEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_PricingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_WarehouseQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_ShiftDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_CustomerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_ContractHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierDaily.IX_ShiftResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_PricingHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_SupplierDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierDaily.IX_PayrollHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_TicketMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_ShipmentLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_BookingSummary | 1 | CLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | KEEP — table storage | |||||
| host-947.dbo.RouteLine.IX_SupplierLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_BillingEntry | 5 | NONCLUSTERED | Y | 281 | 0 | 0 | 281 | 2026-09-12 12:45:06 | never | USED | keep — in use | ||||
| host-947.dbo.TerritoryDaily.IX_SupplierResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_PolicyLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaStaging.IX_PayrollArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaStaging.IX_ClaimDaily | 4 | NONCLUSTERED | 281 | 0 | 0 | 281 | 2026-09-12 12:45:06 | never | USED | keep — in use | |||||
| host-947.dbo.QuotaStaging.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_ShiftDaily | 1 | CLUSTERED | 0 | 281 | 0 | 0 | 2026-09-12 12:45:06 | never | USED | KEEP — table storage | |||||
| host-947.dbo.SettlementLog.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_QuotaLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 79957 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 79957 | 0 | 79957 | 2026-09-15 18:01:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_OrdersEntry | 2 | NONCLUSTERED | Y | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.BillingHeader.IX_CampaignHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_ContractDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_SettlementAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_BatchSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_ShipmentAudit | 1 | CLUSTERED | Y | 3 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_SettlementArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_TicketLine | 2 | NONCLUSTERED | 281 | 0 | 0 | 281 | 2026-09-12 12:45:06 | never | USED | keep — in use | |||||
| host-947.dbo.ContractDetail.IX_CustomerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_PayrollLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_RouteLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStaging.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_QuotaAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStaging.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_SalesDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_CatalogEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDetail.IX_QuotaAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_InvoiceStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierMonthly.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_RosterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLog.IX_MeterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_BatchLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_BookingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_LedgerLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractHistory.IX_PayrollMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_TerritoryArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_ClaimDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterHeader.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_PolicyDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogArchive.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_InvoiceHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_OrdersStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDaily.IX_PayrollStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_StaffingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_RouteLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogArchive.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_CampaignSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDetail.IX_RouteStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingDetail.IX_SalesArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_RouteStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollAudit.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_SettlementAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierEntry.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_TicketArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryStatus.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_StaffingQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileDetail.IX_BillingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_PricingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_MeterResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_TerritoryLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CustomerStaging.IX_ShipmentLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_QuotaAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogDetail.IX_SalesStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_CampaignLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CustomerEntry.IX_TerritoryLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_TicketDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_OrdersSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_StaffingLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerStatus.IX_BookingSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerStatus.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_TerritoryDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_BillingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_CustomerSummary | 4 | NONCLUSTERED | 35532 | 0 | 0 | 1019 | 2026-09-15 18:37:29 | 2026-07-19 18:16:06 | USED | keep — in use | |||||
| host-947.dbo.BillingHistory.IX_RouteMonthly | 3 | NONCLUSTERED | 105 | 0 | 0 | 1019 | 2026-09-15 13:48:49 | 2026-07-19 18:16:06 | USED | keep — in use | |||||
| host-947.dbo.BillingHistory.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | 6928 | 0 | 0 | 1019 | 2026-09-15 16:48:38 | 2026-07-19 18:16:07 | USED | keep — in use | ||||
| host-947.dbo.BillingHistory.IX_ShiftAudit | 5 | NONCLUSTERED | Y | 1834 | 0 | 0 | 1019 | 2026-09-15 18:48:54 | 2026-07-19 18:16:08 | USED | keep — in use | ||||
| host-947.dbo.BillingHistory.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 11269 | 43894 | 1019 | 2026-09-16 01:01:34 | 2026-07-19 18:16:05 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_ContractLog | 1 | CLUSTERED | Y | Y | 29943 | 0 | 0 | 0 | 2026-09-15 05:50:10 | 2026-03-29 20:50:34 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_CustomerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-21 17:37:05 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_RouteHeader | 1 | CLUSTERED | Y | 49 | 0 | 0 | 0 | 2026-09-15 05:50:10 | 2026-06-21 17:37:05 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierHistory.IX_WarehouseEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-21 17:37:05 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:37:05 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_SupplierDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-21 17:37:05 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_TerritoryArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:37:05 | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:37:05 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 192773 | 0 | 0 | 0 | 2026-09-15 20:22:44 | 2026-03-29 20:50:34 | USED | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStatus.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_RouteStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:35 | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerResult.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:35 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_PayrollHistory | 1 | CLUSTERED | Y | 36 | 0 | 0 | 0 | 2026-09-14 15:26:56 | 2026-03-29 20:50:36 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:36 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:36 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_SettlementStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:38 | COLD | review, then DROP | |||||
| host-947.dbo.RouteStatus.IX_CustomerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:40 | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:41 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_SettlementDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:42 | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStatus.IX_ClaimDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:42 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_PricingResult | 17 | NONCLUSTERED | 5 | 0 | 0 | 1418 | 2026-09-15 18:48:44 | 2026-07-19 18:16:12 | USED | keep — in use | |||||
| host-947.dbo.OrdersSummary.IX_RosterMonthly | 12 | NONCLUSTERED | 4 | 0 | 0 | 1197 | 2026-09-15 08:55:33 | 2026-07-19 18:16:13 | USED | keep — in use | |||||
| host-947.dbo.OrdersSummary.IX_AssetDetail | 2 | NONCLUSTERED | Y | 279010 | 0 | 0 | 1197 | 2026-09-15 16:48:38 | 2026-07-19 17:39:36 | USED | keep — in use | ||||
| host-947.dbo.OrdersSummary.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 676056 | 11289 | 279019 | 1418 | 2026-09-16 01:01:34 | 2026-07-19 18:16:12 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_ForecastMonthly | 13 | NONCLUSTERED | 0 | 0 | 0 | 1197 | never | 2026-07-19 18:16:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 30 | 0 | 0 | 0 | 2026-09-15 13:40:30 | 2026-03-29 20:50:47 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 45 | 0 | 0 | 0 | 2026-09-15 13:51:51 | 2026-03-29 20:50:47 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:47 | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceEntry.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:47 | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceEntry.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:47 | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:47 | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:48 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 7624 | 0 | 0 | 419 | 2026-09-15 18:00:07 | 2026-07-19 18:16:16 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_SupplierResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 106 | never | 2026-07-19 18:16:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_CustomerResult | 1 | CLUSTERED | 66151 | 3 | 831 | 448 | 2026-09-16 01:01:34 | 2026-07-19 18:16:16 | USED | KEEP — table storage | |||||
| host-947.dbo.ClaimDetail.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 829 | 2 | 0 | 106 | 2026-09-15 13:49:02 | 2026-07-19 18:16:16 | USED | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_QuotaResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_LedgerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_CampaignSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:51 | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_BatchSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftLine.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_BillingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLine.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_RosterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_StaffingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_SalesArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingAudit.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_TicketQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_RosterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteAudit.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_SupplierSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterArchive.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_BillingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_ContractDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_MeterHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_SettlementQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftHeader.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_RouteHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogEntry.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_QuotaSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_PricingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_BookingAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingSnapshot.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_BookingHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignAudit.IX_TerritorySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_QuotaLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_ShiftStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHistory.IX_MeterArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDaily.IX_BillingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDaily.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_PolicyArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHeader.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersMonthly.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_CustomerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_SettlementDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_BillingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStaging.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_ShipmentLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_RouteMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDetail.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_BillingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingQueue.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_QuotaStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_PricingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingArchive.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_QuotaSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaLog.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyResult.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_LedgerStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingStaging.IX_SupplierLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceAudit.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStaging.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_InvoiceEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractLine.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchResult.IX_SalesResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLog.IX_TicketSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLog.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_StaffingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_CatalogResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_ShiftLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHistory.IX_PricingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStaging.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_InvoiceSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ReconcileLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketMonthly.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_PayrollResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHistory.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_PricingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseEntry.IX_CustomerResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseEntry.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_ForecastHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_SupplierLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_LedgerAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_CustomerLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_BillingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_PolicyDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_LedgerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftResult.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_BatchDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSnapshot.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_RouteSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDaily.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_SettlementEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogArchive.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_WarehouseResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterMonthly.IX_InvoiceLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_SettlementStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.OrdersHeader.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_CampaignEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHeader.IX_SupplierEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_RosterSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchDetail.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_BillingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_InvoiceLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_StaffingQueue | 1 | CLUSTERED | Y | 18 | 0 | 0 | 0 | 2026-09-14 12:54:00 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_RouteQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_CustomerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryAudit.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryAudit.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_BookingStaging | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_TicketHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_StaffingSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_CustomerDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_AssetLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_SalesSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_CatalogQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_PayrollAudit | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_BatchResult | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStaging.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_RosterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractEntry.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_ForecastEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_LedgerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_CampaignHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHeader.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_StaffingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractArchive.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_SettlementSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_PricingLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_ClaimEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_SalesHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_SalesHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_SettlementDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDetail.IX_TerritorySummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDetail.IX_BatchDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDetail.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 10 | 0 | 0 | 0 | 2026-09-14 19:49:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_PolicyEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDetail.IX_WarehouseLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLine.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLine.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_OrdersArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLine.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_BillingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSnapshot.IX_CatalogMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSnapshot.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_SupplierStatus | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSnapshot.IX_OrdersStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryResult.IX_RouteAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_ContractDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_BatchSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_ShiftSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_InvoiceArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_ForecastHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_ShipmentLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_CustomerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_CampaignQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_BookingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_BookingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_ForecastEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_ForecastSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaResult.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_ForecastQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceResult.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_MeterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStatus.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_PolicyAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStatus.IX_CatalogLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseHeader.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_CatalogEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHeader.IX_RouteLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_QuotaDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHistory.IX_PayrollMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_CatalogLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_SupplierStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_TerritoryQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_BillingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_PolicyArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_PayrollEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_MeterSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerAudit.IX_PolicyArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_InvoiceAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_BatchStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLine.IX_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_ForecastLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLine.IX_CampaignLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHistory.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_ReconcileHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_BillingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterArchive.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_SalesStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterArchive.IX_LedgerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHeader.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_RosterStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_CampaignHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHeader.IX_CustomerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_OrdersArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementMonthly.IX_CustomerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_MeterLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteQueue.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_BookingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteQueue.IX_BillingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_QuotaStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHeader.IX_WarehouseHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingEntry.IX_BatchResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_RouteHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingEntry.IX_CatalogSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_BillingAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_SettlementLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyArchive.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyArchive.IX_WarehouseLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyArchive.IX_BatchDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierQueue.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_SupplierQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_SalesResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_ForecastResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_BillingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_BillingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_OrdersHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_ForecastDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_SalesStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_PolicyHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimAudit.IX_ContractAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_OrdersQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_OrdersSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLine.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_WarehouseHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_ShiftResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetLine.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_PolicyStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_OrdersStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDetail.IX_BillingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDetail.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_MeterResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_CampaignResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_QuotaQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetResult.IX_ShiftHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_ClaimQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_SalesEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDaily.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_PolicySummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_QuotaStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_ContractDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_SalesLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_ShiftHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_SupplierStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_StaffingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_SalesAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_RouteDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchArchive.IX_OrdersQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchArchive.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_SettlementArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_ContractHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_CampaignQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_CampaignSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHeader.IX_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_ReconcileLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHeader.IX_RosterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_StaffingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_InvoiceQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollMonthly.IX_CustomerQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketAudit.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_SalesSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketAudit.IX_BookingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterAudit.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_PolicySnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_ShiftAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_BillingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStatus.IX_AssetQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_PricingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDetail.IX_QuotaDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_PolicyArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_ShipmentStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_BatchMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_AssetDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDetail.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_MeterStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_PolicyStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_ShipmentDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLine.IX_ReconcileLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignDetail.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_MeterEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_CustomerLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_SalesLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_SalesResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_InvoiceStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_ShiftLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryResult.IX_ShiftStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDaily.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_ReconcileHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDaily.IX_PolicyMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDaily.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_QuotaHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDaily.IX_TicketEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_TerritoryAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementMonthly.IX_TerritoryDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterQueue.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_SalesResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterQueue.IX_OrdersDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_ReconcileHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDaily.IX_RouteQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_QuotaStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_PricingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSnapshot.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_StaffingStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSnapshot.IX_RouteStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStaging.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_ContractStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStaging.IX_CustomerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingQueue.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDaily.IX_QuotaHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceArchive.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementArchive.IX_TerritorySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_SupplierQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_StaffingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_QuotaLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDaily.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHistory.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_SupplierHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_SupplierStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_OrdersSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyResult.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_CustomerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimResult.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_RouteLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_RosterMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_WarehouseDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_TerritoryDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_ShipmentResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_ContractSummary | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingDaily.IX_ClaimHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSnapshot.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_ClaimStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_BillingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_PricingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollMonthly.IX_RouteStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_PricingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_WarehouseArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHistory.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_TerritoryQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDetail.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_CustomerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLog.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_ForecastEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_StaffingLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchEntry.IX_BookingAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchEntry.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_InvoiceSummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLog.IX_LedgerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_ContractHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_PricingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDetail.IX_RosterQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDetail.IX_LedgerHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_ShiftDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollEntry.IX_BookingHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerDaily.IX_LedgerLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDaily.IX_OrdersStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDaily.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_StaffingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_RosterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_PricingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:54 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:50:54 | COLD | review carefully — unique | ||||
| host-947.dbo.RouteQueue.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteQueue.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_PayrollArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLog.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLog.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_WarehouseResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLine.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignMonthly.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_SettlementQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHeader.IX_TerritoryEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_ClaimQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLog.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_BillingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogResult.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_CustomerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_WarehouseResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_SettlementHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_CatalogDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_BatchStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_PricingDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_SupplierAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_WarehouseMonthly | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_ShiftMonthly | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_AssetStatus | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_RosterDetail | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_QuotaEntry | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_BatchQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_SupplierSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_ShiftSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_CustomerSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_TicketSummary | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_BatchDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_PolicyMonthly | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_SupplierQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_ReconcileStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractAudit.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_RosterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_PayrollSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDaily.IX_CampaignEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDaily.IX_SettlementResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_RosterArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStatus.IX_CampaignHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStatus.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_WarehouseDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_StaffingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_CustomerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_LedgerStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_CampaignLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_StaffingMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_CampaignQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_QuotaQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_BillingQueue | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_PolicyAudit | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_BookingResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteHeader.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_BookingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_ShipmentDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_RosterStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingHistory.IX_ClaimEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_WarehouseDaily | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_ClaimDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_ClaimEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_CampaignLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingHistory.IX_ForecastMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_BookingHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_BatchHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerQueue.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_SupplierSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerResult.IX_ForecastSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_RosterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_StaffingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_CampaignSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchQueue.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_CatalogLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteEntry.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_LedgerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_ForecastStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_ReconcileEntry | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_AssetQueue | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_StaffingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_CustomerQueue | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_QuotaResult | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_InvoiceDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_SupplierDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_RosterDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_CatalogSummary | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_ShiftLine | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_TerritoryLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_RosterStatus | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_ForecastSnapshot | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_PolicyHistory | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingMonthly.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSummary.IX_SalesDetail | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_ShiftAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_LedgerHeader | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_CampaignQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_SalesSnapshot | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_RouteEntry | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_BillingHistory | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_ReconcileLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_BookingLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_CatalogStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSummary.IX_ForecastSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_InvoiceArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_RosterHeader | 3 | NONCLUSTERED | 8 | 0 | 0 | 0 | 2026-09-15 14:00:06 | 2026-07-30 13:46:18 | USED | keep — in use | |||||
| host-947.dbo.PricingAudit.IX_BookingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-30 13:46:12 | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_ReconcileEntry | 3 | NONCLUSTERED | 8 | 0 | 0 | 0 | 2026-09-15 14:00:06 | 2026-07-30 13:46:15 | USED | keep — in use | |||||
| host-947.dbo.StaffingEntry.IX_SupplierDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-30 13:46:12 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSnapshot.IX_RouteMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteEntry.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_CatalogResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStaging.IX_ContractHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentAudit.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_ShiftHeader | 3 | NONCLUSTERED | Y | 2980 | 0 | 0 | 0 | 2026-09-15 17:30:03 | never | USED | keep — in use | ||||
| host-947.dbo.SettlementLog.IX_LedgerArchive | 1 | CLUSTERED | 172345 | 0 | 0 | 0 | 2026-09-15 20:29:32 | never | USED | KEEP — table storage | |||||
| host-947.dbo.SettlementLog.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ForecastEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketResult.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_StaffingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_CustomerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLine.IX_PricingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDaily.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_RouteSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceAudit.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_CatalogQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_QuotaResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_ForecastLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_WarehouseResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_CustomerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_RouteStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_WarehouseDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseLine.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_StaffingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_ClaimQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_PricingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_CampaignStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_CustomerSnapshot | 3 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-13 14:00:08 | never | USED | keep — in use | |||||
| host-947.dbo.SupplierStatus.IX_WarehouseResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStatus.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_BillingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_BatchDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_ForecastAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_PolicyDaily | 2 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-13 14:00:08 | never | USED | keep — in use | |||||
| host-947.dbo.StaffingDetail.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_LedgerStatus | 2 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-13 14:00:08 | never | USED | keep — in use | |||||
| host-947.dbo.PricingQueue.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_StaffingHistory | 5 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-13 14:00:08 | never | USED | keep — in use | |||||
| host-947.dbo.BillingStatus.IX_QuotaEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_SalesLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 6 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_PolicyDaily | 2 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-13 14:00:08 | never | USED | keep — in use | |||||
| host-947.dbo.ShiftStaging.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 281 | never | 2026-03-29 20:50:54 | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_ShiftResult | 2 | NONCLUSTERED | 281 | 0 | 0 | 281 | 2026-09-12 12:45:06 | 2026-03-29 20:50:54 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_ForecastQueue | 109 | NONCLUSTERED | 0 | 0 | 0 | 14845 | never | 2026-08-29 18:51:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_TicketLine | 110 | NONCLUSTERED | 0 | 0 | 0 | 8389 | never | 2026-08-29 18:51:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_BatchArchive | 116 | NONCLUSTERED | 81305 | 1 | 0 | 48157 | 2026-09-16 01:00:02 | 2026-08-29 18:51:16 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_TicketDetail | 117 | NONCLUSTERED | 5731 | 0 | 0 | 8389 | 2026-09-15 16:42:05 | 2026-08-29 18:51:17 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_ContractDetail | 12 | NONCLUSTERED | 10494 | 0 | 0 | 22582 | 2026-09-15 17:24:56 | 2026-08-29 18:50:14 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_BatchLine | 8 | NONCLUSTERED | 0 | 0 | 0 | 8389 | never | 2026-08-29 18:50:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_AssetStatus | 90 | NONCLUSTERED | 0 | 0 | 0 | 8487 | never | 2026-08-29 18:51:01 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_PolicyHistory | 13 | NONCLUSTERED | 0 | 0 | 0 | 34528 | never | 2026-08-29 18:50:16 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_BookingLine | 17 | NONCLUSTERED | 0 | 0 | 0 | 8389 | never | 2026-08-29 18:50:18 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_ContractDetail | 89 | NONCLUSTERED | 0 | 0 | 0 | 34699 | never | 2026-08-29 18:51:00 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_CustomerAudit | 7 | NONCLUSTERED | 3838 | 0 | 0 | 14845 | 2026-09-15 20:31:56 | 2026-08-29 18:50:09 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_PayrollStaging | 91 | NONCLUSTERED | 0 | 1 | 0 | 8389 | 2026-09-11 09:13:16 | 2026-08-29 18:51:02 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_ClaimStatus | 2 | NONCLUSTERED | 1685 | 0 | 0 | 17448 | 2026-09-15 07:56:52 | 2026-08-29 18:50:05 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_BatchLine | 10 | NONCLUSTERED | 0 | 0 | 0 | 8403 | never | 2026-08-29 18:50:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_BatchResult | 4 | NONCLUSTERED | Y | 999 | 0 | 0 | 8389 | 2026-09-15 17:24:56 | 2026-08-29 18:50:06 | USED | keep — in use | ||||
| host-947.dbo.CustomerStaging.IX_MeterMonthly | 11 | NONCLUSTERED | 0 | 0 | 0 | 8389 | never | 2026-08-29 18:50:12 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_RosterQueue | 19 | NONCLUSTERED | Y | 147585 | 0 | 0 | 8389 | 2026-09-15 21:06:24 | 2026-08-29 18:50:20 | USED | keep — in use | ||||
| host-947.dbo.CustomerStaging.IX_ReconcileHeader | 16 | NONCLUSTERED | Y | 111740 | 0 | 0 | 34542 | 2026-09-15 21:06:18 | 2026-08-29 18:50:18 | USED | keep — in use | ||||
| host-947.dbo.CustomerStaging.IX_SalesArchive | 14 | NONCLUSTERED | Y | 41581 | 0 | 0 | 8389 | 2026-09-15 17:55:37 | 2026-08-29 18:50:16 | USED | keep — in use | ||||
| host-947.dbo.CustomerStaging.IX_StaffingStaging | 1 | CLUSTERED | Y | 58692220 | 0 | 1007517 | 83774 | 2026-09-15 23:29:54 | 2026-08-29 18:50:04 | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_QuotaResult | 18 | NONCLUSTERED | 4789 | 0 | 0 | 44242 | 2026-09-15 16:11:15 | 2026-08-29 18:50:19 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_BookingArchive | 15 | NONCLUSTERED | Y | 22570 | 0 | 0 | 34528 | 2026-09-15 17:42:43 | 2026-08-29 18:50:17 | USED | keep — in use | ||||
| host-947.dbo.CustomerStaging.IX_CampaignResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 8389 | never | 2026-08-29 18:50:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_ShipmentDetail | 9 | NONCLUSTERED | 2 | 0 | 0 | 8389 | 2026-09-10 08:27:07 | 2026-08-29 18:50:10 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_QuotaHistory | 5 | NONCLUSTERED | 157 | 0 | 0 | 34528 | 2026-09-15 20:29:32 | 2026-08-29 18:50:07 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_BillingDetail | 92 | NONCLUSTERED | 0 | 0 | 0 | 8389 | never | 2026-08-29 18:51:02 | UNUSED | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_RosterLine | 3 | NONCLUSTERED | Y | Y | 711942 | 0 | 0 | 8389 | 2026-09-15 20:26:44 | 2026-08-29 18:50:05 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_CampaignAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 309 | never | 2026-07-19 18:16:31 | UNUSED | review carefully — unique | ||||
| host-947.dbo.SettlementStatus.IX_RosterArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 309 | never | 2026-07-19 18:16:31 | UNUSED | review carefully — unique | ||||
| host-947.dbo.SettlementStatus.IX_BatchArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 309 | never | 2026-07-19 18:16:31 | UNUSED | KEEP — table storage | ||||
| host-947.dbo.SettlementStatus.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 309 | never | 2026-07-19 18:16:31 | UNUSED | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_SalesStaging | 2 | NONCLUSTERED | Y | 309 | 0 | 0 | 309 | 2026-09-15 15:44:04 | never | USED | keep — in use | ||||
| host-947.dbo.PricingStaging.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 21995 | 0 | 309 | 2026-09-15 21:06:18 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_ForecastDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_RosterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_CampaignSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 309 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_CustomerArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 309 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_CatalogMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 309 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 309 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_ForecastHeader | 1 | CLUSTERED | Y | 11770 | 0 | 0 | 309 | 2026-09-15 16:42:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_OrdersDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 309 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_PricingHeader | 1 | CLUSTERED | Y | 309 | 0 | 0 | 0 | 2026-09-15 15:44:04 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 309 | never | 2026-07-19 18:16:31 | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_SettlementArchive | 1 | CLUSTERED | Y | 11770 | 0 | 0 | 309 | 2026-09-15 16:42:06 | 2026-07-19 18:16:31 | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileAudit.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 309 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_QuotaStaging | 1 | CLUSTERED | Y | 309 | 0 | 0 | 309 | 2026-09-15 15:44:04 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_CampaignMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_StaffingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_SupplierDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_BillingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileAudit.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_BookingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSnapshot.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_SalesStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLine.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLine.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_BillingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_QuotaMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_PolicyQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_ShipmentResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_PayrollHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_RouteLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_SupplierLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_ShipmentResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignEntry.IX_ReconcileMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_StaffingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketMonthly.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:16:32 | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_TerritoryHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-08-06 09:45:37 | COLD | review, then DROP | |||||
| host-947.dbo.PricingHeader.IX_BookingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-08-06 09:45:36 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_StaffingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_ForecastLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingEntry.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_RouteSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_CustomerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_CatalogSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_BillingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_ForecastDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSnapshot.IX_BillingArchive | 2 | NONCLUSTERED | Y | 309 | 0 | 0 | 0 | 2026-09-15 15:44:04 | never | USED | keep — in use | ||||
| host-947.dbo.PayrollSnapshot.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 309 | 0 | 2026-09-15 15:44:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_ShipmentStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:16:33 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_CampaignAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:16:33 | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_CustomerHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:16:34 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_RosterAudit | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:16:34 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:16:35 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLog.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_ClaimAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 11503 | 467443 | 281 | 2026-09-15 16:42:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_PricingHeader | 2 | NONCLUSTERED | Y | 467724 | 0 | 0 | 281 | 2026-09-15 16:42:05 | never | USED | keep — in use | ||||
| host-947.dbo.TicketQueue.IX_BillingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketQueue.IX_RosterHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketQueue.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_RosterSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_ShiftArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_MeterEntry | 3 | NONCLUSTERED | 14 | 0 | 0 | 58 | 2026-09-15 14:41:23 | 2026-08-26 13:24:01 | USED | keep — in use | |||||
| host-947.dbo.RosterQueue.IX_AssetAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 58 | never | 2026-08-26 13:23:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterQueue.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 64 | 0 | 58 | 2026-09-15 14:41:07 | 2026-07-19 18:16:36 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_StaffingEntry | 3 | NONCLUSTERED | 32 | 0 | 0 | 12 | 2026-09-15 14:41:23 | 2026-07-19 18:16:36 | USED | keep — in use | |||||
| host-947.dbo.QuotaEntry.IX_WarehouseArchive | 2 | NONCLUSTERED | 12 | 0 | 0 | 12 | 2026-09-15 14:41:06 | 2026-07-19 18:16:36 | USED | keep — in use | |||||
| host-947.dbo.QuotaEntry.IX_CustomerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 30 | 12 | 2026-09-15 14:41:07 | 2026-07-19 18:16:36 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_SettlementStaging | 2 | NONCLUSTERED | 14 | 0 | 0 | 6 | 2026-09-15 14:41:07 | never | USED | keep — in use | |||||
| host-947.dbo.PayrollLine.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 6 | 6 | 6 | 2026-09-15 14:41:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 68 | 0 | 0 | 0 | 2026-09-15 18:51:11 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RouteHistory.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_CustomerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_PricingDetail | 1 | CLUSTERED | Y | Y | 916 | 0 | 0 | 0 | 2026-09-15 11:05:24 | 2026-03-29 20:51:54 | USED | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_SupplierQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:51:54 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterSummary.IX_SupplierLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:51:54 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseHistory.IX_ReconcileHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 39985 | never | 2026-09-12 09:37:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseHistory.IX_ForecastHeader | 2 | NONCLUSTERED | 7807 | 0 | 0 | 39985 | 2026-09-15 17:42:40 | 2026-09-12 09:37:21 | USED | keep — in use | |||||
| host-947.dbo.WarehouseHistory.IX_BatchMonthly | 3 | NONCLUSTERED | Y | Y | 48872 | 0 | 0 | 84619 | 2026-09-15 17:42:40 | 2026-09-12 09:37:22 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_QuotaQueue | 4 | NONCLUSTERED | 68955 | 0 | 0 | 84619 | 2026-09-15 17:42:42 | 2026-09-12 09:37:23 | USED | keep — in use | |||||
| host-947.dbo.WarehouseHistory.IX_RosterLine | 1 | CLUSTERED | Y | 166284 | 0 | 60598 | 84622 | 2026-09-15 17:42:42 | 2026-09-12 09:38:34 | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_ContractDetail | 6 | NONCLUSTERED | 719 | 0 | 0 | 84619 | 2026-09-15 10:37:12 | 2026-09-12 09:37:45 | USED | keep — in use | |||||
| host-947.dbo.ShiftStatus.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 7375 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_BillingStaging | 1 | CLUSTERED | Y | 7375 | 0 | 0 | 7375 | 2026-09-15 16:20:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_ClaimDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 7375 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_PolicyDaily | 1 | CLUSTERED | Y | 7375 | 0 | 0 | 7375 | 2026-09-15 16:20:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.OrdersQueue.IX_ReconcileLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 7375 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_SupplierSummary | 1 | CLUSTERED | Y | 7375 | 0 | 0 | 7375 | 2026-09-15 16:20:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 6839 | 0 | 7477 | 2026-09-15 17:42:40 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 1703 | 0 | 0 | 7477 | 2026-09-15 17:42:43 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_QuotaAudit | 3 | NONCLUSTERED | 6626 | 0 | 0 | 16185 | 2026-09-15 16:19:49 | 2026-08-20 09:33:26 | USED | keep — in use | |||||
| host-947.dbo.WarehouseHeader.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 3 | 0 | 50423 | 16188 | 2026-09-15 17:42:42 | 2026-07-19 18:16:39 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_TerritoryStatus | 2 | NONCLUSTERED | 112068 | 0 | 0 | 16188 | 2026-09-15 17:42:42 | 2026-08-20 09:33:14 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 51837 | 0 | 35211 | 57440 | 2026-09-15 17:42:42 | 2026-09-15 13:18:32 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_RosterAudit | 2 | NONCLUSTERED | Y | 35211 | 0 | 0 | 57440 | 2026-09-15 17:42:40 | 2026-09-15 13:18:35 | USED | keep — in use | ||||
| host-947.dbo.SupplierHeader.IX_TerritoryResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 31090 | never | 2026-09-14 16:01:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_PricingDetail | 8 | NONCLUSTERED | 0 | 0 | 0 | 31090 | never | 2026-09-14 16:02:07 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_SupplierAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 31090 | never | 2026-09-14 16:02:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_PricingEntry | 3 | NONCLUSTERED | 5218 | 0 | 0 | 32465 | 2026-09-15 17:42:40 | 2026-09-14 16:01:27 | USED | keep — in use | |||||
| host-947.dbo.SupplierHeader.IX_RouteArchive | 1 | CLUSTERED | Y | Y | 34763 | 0 | 6059 | 36336 | 2026-09-15 17:42:43 | 2026-09-14 16:02:17 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_ReconcileEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 31090 | never | 2026-09-14 16:02:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_BookingDetail | 9 | NONCLUSTERED | Y | 4670 | 0 | 0 | 31090 | 2026-09-15 17:42:43 | 2026-09-14 16:02:30 | USED | keep — in use | ||||
| host-947.dbo.SupplierHeader.IX_CustomerLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 32465 | never | 2026-09-14 16:01:18 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_SettlementAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 31090 | never | 2026-09-14 16:01:22 | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_PricingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 638 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_OrdersStatus | 3 | NONCLUSTERED | Y | 638 | 0 | 0 | 638 | 2026-09-15 16:20:06 | never | USED | keep — in use | ||||
| host-947.dbo.OrdersAudit.IX_ContractStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 638 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_RosterDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 990 | never | 2026-07-19 18:16:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_SupplierAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 990 | never | 2026-07-19 18:16:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 16140 | 0 | 1788 | 2714 | 2026-09-15 17:42:44 | 2026-07-19 18:16:47 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_AssetQueue | 4 | NONCLUSTERED | Y | 1788 | 0 | 0 | 990 | 2026-09-15 17:42:44 | 2026-07-19 18:16:48 | USED | keep — in use | ||||
| host-947.dbo.QuotaDaily.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 64 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_ForecastMonthly | 1 | CLUSTERED | Y | 64 | 0 | 0 | 64 | 2026-09-15 16:20:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.MeterSummary.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSummary.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_ShiftResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDetail.IX_BatchLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 60 | 11 | 0 | 0 | 2026-09-14 09:19:43 | 2026-06-23 09:41:07 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_MeterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_OrdersMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 9 | 0 | 2026-09-14 12:54:00 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 9 | 0 | 0 | 0 | 2026-09-14 12:54:00 | never | USED | keep — in use | ||||
| host-947.dbo.BillingHeader.IX_SettlementLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_ReconcileStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_CatalogEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_OrdersQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_LedgerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 32200 | 1104643 | 0 | 0 | 2026-09-15 23:38:57 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_TicketQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_InvoiceStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_RouteHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_ReconcileHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_CustomerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_TicketResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStatus.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLog.IX_PayrollHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLog.IX_TerritoryStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_BookingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_ClaimArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseSummary.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_SettlementSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_ForecastSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_RosterQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_PolicyStaging | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_InvoiceStatus | 4 | NONCLUSTERED | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.ClaimResult.IX_PolicyAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_SupplierStaging | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_CampaignQueue | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_WarehouseResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimResult.IX_QuotaResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_SupplierStaging | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteMonthly.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_ForecastAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_ShipmentArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_ReconcileAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_OrdersSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_AssetDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_PolicyResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_BookingQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_SettlementResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_SalesSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_ContractQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_CatalogLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_PricingStaging | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDaily.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_WarehouseAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDaily.IX_PayrollHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSnapshot.IX_CustomerQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_BatchLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_CustomerDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingSnapshot.IX_OrdersSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_LedgerQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLine.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:07 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLine.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:07 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_SupplierStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_ForecastHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_CustomerSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_RouteStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 103 | 0 | 0 | 0 | 2026-09-15 15:16:51 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_OrdersSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_ReconcileStaging | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_AssetStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_LedgerSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesResult.IX_SalesLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogAudit.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:07 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_ClaimMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLine.IX_StaffingAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLine.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_RosterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_SupplierArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHeader.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_ShipmentHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSummary.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_WarehouseDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersResult.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_QuotaHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_PricingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_QuotaHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastResult.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_PolicyLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_MeterMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_CustomerSnapshot | 3 | NONCLUSTERED | 4071 | 0 | 0 | 2022 | 2026-09-15 17:42:40 | never | USED | keep — in use | |||||
| host-947.dbo.CustomerEntry.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 2616 | 4071 | 2022 | 2026-09-15 17:42:40 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_LedgerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 2022 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingMonthly.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_WarehouseLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSummary.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 21 | 0 | 0 | 0 | 2026-09-14 15:53:52 | 2026-03-29 20:52:08 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_ForecastQueue | 124 | NONCLUSTERED | 4774 | 10 | 0 | 1775 | 2026-09-15 20:31:56 | 2026-09-05 19:13:48 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_TicketLine | 125 | NONCLUSTERED | 157 | 2 | 0 | 1775 | 2026-09-15 16:29:54 | 2026-09-05 19:13:48 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_BatchArchive | 126 | NONCLUSTERED | 86 | 307 | 0 | 1775 | 2026-09-15 14:15:51 | 2026-09-05 19:13:49 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_PricingStatus | 131 | NONCLUSTERED | 321230 | 84 | 0 | 1777 | 2026-09-15 21:41:23 | 2026-09-05 19:13:50 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_CampaignMonthly | 132 | NONCLUSTERED | 5731 | 0 | 0 | 1775 | 2026-09-15 16:42:05 | 2026-09-05 19:13:50 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_BillingSummary | 127 | NONCLUSTERED | 12776 | 10815 | 0 | 1788 | 2026-09-15 23:29:54 | 2026-09-05 19:13:49 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_BookingAudit | 8 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-09-05 19:13:25 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_CatalogEntry | 11 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-09-05 19:13:26 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_LedgerDaily | 12 | NONCLUSTERED | 1 | 0 | 0 | 11861 | 2026-09-10 08:45:43 | 2026-09-05 19:13:26 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_ContractSnapshot | 106 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-09-05 19:13:45 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_CatalogArchive | 16 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-09-05 19:13:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_AssetAudit | 9 | NONCLUSTERED | 1 | 0 | 0 | 1775 | 2026-09-09 12:40:34 | 2026-09-05 19:13:25 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_SupplierSummary | 2 | NONCLUSTERED | Y | 39 | 0 | 0 | 1788 | 2026-09-15 16:57:18 | 2026-09-05 19:13:24 | USED | keep — in use | ||||
| host-947.dbo.CatalogSummary.IX_CatalogDaily | 14 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-09-05 19:13:26 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_CampaignStatus | 15 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-09-05 19:13:26 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_BatchQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 11686 | never | 2026-09-05 19:13:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_AssetSnapshot | 13 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-09-05 19:13:26 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_BatchStaging | 3 | NONCLUSTERED | 357 | 0 | 0 | 1775 | 2026-09-15 16:19:20 | 2026-09-05 19:13:24 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_ClaimStatus | 17 | NONCLUSTERED | Y | 52169 | 0 | 0 | 1775 | 2026-09-15 21:06:24 | 2026-09-05 19:13:27 | USED | keep — in use | ||||
| host-947.dbo.CatalogSummary.IX_PricingHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-09-05 19:13:25 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 6148940 | 24 | 400143 | 27858 | 2026-09-16 01:00:02 | 2026-09-05 19:13:24 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_RosterHistory | 7 | NONCLUSTERED | 38 | 0 | 0 | 1775 | 2026-09-15 15:53:40 | 2026-09-05 19:13:25 | USED | keep — in use | |||||
| host-947.dbo.CatalogSummary.IX_SettlementArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-09-05 19:13:25 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_MeterDaily | 4 | NONCLUSTERED | 1499 | 0 | 0 | 11686 | 2026-09-15 10:25:01 | 2026-09-05 19:13:24 | USED | keep — in use | |||||
| host-947.dbo.TerritoryHistory.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 17 | 0 | 0 | 0 | 2026-09-15 07:50:57 | 2026-03-29 20:52:20 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 288 | never | 2026-07-19 18:16:58 | UNUSED | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_TicketSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 288 | never | 2026-07-19 18:16:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_ShiftArchive | 4 | NONCLUSTERED | Y | 281 | 0 | 0 | 288 | 2026-09-12 12:45:06 | 2026-07-19 18:16:58 | USED | keep — in use | ||||
| host-947.dbo.LedgerLog.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 2016 | 0 | 281 | 569 | 2026-09-15 15:44:04 | 2026-07-19 18:16:58 | USED | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_AssetHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-08-01 10:45:48 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 13249 | 0 | 0 | 1775 | 2026-09-15 21:06:24 | 2026-08-01 10:45:51 | USED | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_ShipmentSummary | 1 | CLUSTERED | Y | 141891 | 0 | 13249 | 1775 | 2026-09-15 21:06:24 | 2026-08-01 10:45:35 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteHistory.IX_QuotaDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 1775 | never | 2026-08-01 10:45:36 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimHeader.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 1840 | 0 | 0 | 281 | 2026-09-15 21:06:17 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 281 | 0 | 0 | 0 | 2026-09-12 12:45:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 281 | 0 | 2026-09-12 12:45:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_BatchDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_CustomerStaging | 1 | CLUSTERED | Y | Y | 0 | 473215 | 5731 | 281 | 2026-09-15 16:42:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_StaffingDetail | 2 | NONCLUSTERED | Y | 6012 | 0 | 0 | 281 | 2026-09-15 16:42:06 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentQueue.IX_TicketSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_StaffingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_PricingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_SupplierDaily | 1 | CLUSTERED | Y | 480674 | 0 | 0 | 281 | 2026-09-15 16:42:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_OrdersQueue | 1 | CLUSTERED | Y | 281 | 0 | 0 | 281 | 2026-09-12 12:45:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_WarehouseLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 281 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseHeader.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_AssetSnapshot | 1 | CLUSTERED | Y | 281 | 0 | 0 | 281 | 2026-09-12 12:45:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_StaffingDetail | 1 | CLUSTERED | Y | 480715 | 0 | 0 | 281 | 2026-09-15 16:42:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_SalesAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_CampaignArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_LedgerQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_ReconcileEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_PolicyResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_PricingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDaily.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_SalesDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_MeterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 330 | 0 | 0 | 330 | 2026-09-15 10:00:20 | never | USED | keep — in use | ||||
| host-947.dbo.PolicyAudit.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 330 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_AssetArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimEntry.IX_RosterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStaging.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_PayrollDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingMonthly.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_ShipmentStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_StaffingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_QuotaQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_PayrollEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHistory.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_ReconcileEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyQueue.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_ShiftStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_PayrollAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStatus.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_CampaignSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSummary.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_PolicyQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 15 | 0 | 0 | 2026-09-14 08:55:56 | 2026-03-29 20:52:25 | USED | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_InvoiceQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_RouteDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_ClaimHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_BookingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLine.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 34 | 0 | 0 | 0 | 2026-09-12 10:51:47 | 2026-03-29 20:52:25 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.PK_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.PK_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 12 | 0 | 0 | 2026-09-15 14:00:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.PK_BookingStaging | 1 | CLUSTERED | Y | Y | 31 | 0 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:52:25 | USED | KEEP — primary key | |||
| host-947.dbo.TicketHeader.PK_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_TicketLine | 2 | NONCLUSTERED | Y | 0 | 43 | 0 | 0 | 2026-09-15 14:00:11 | never | USED | keep — in use | ||||
| host-947.dbo.PolicyAudit.PK_InvoiceResult | 1 | CLUSTERED | Y | Y | 31 | 0 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:52:25 | USED | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_PolicyHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetAudit.IX_SalesAudit | 1 | CLUSTERED | Y | 21613 | 0 | 0 | 0 | 2026-09-15 16:46:27 | 2026-03-29 20:52:25 | USED | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.PK_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-15 09:45:41 | 2026-03-29 20:52:25 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyLog.PK_RouteEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_BookingStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceStaging.PK_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_BatchResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStaging.IX_ReconcileLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.PK_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignArchive.IX_PricingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.PK_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.PK_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 13 | 0 | 0 | 2026-09-15 14:00:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterStaging.PK_QuotaDetail | 1 | CLUSTERED | Y | Y | 39 | 0 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:52:26 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollLine.PK_PolicyLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 52 | 0 | 0 | 2026-09-15 14:00:11 | never | USED | keep — in use | ||||
| host-947.dbo.BillingMonthly.PK_TicketArchive | 1 | CLUSTERED | Y | Y | 39 | 0 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:52:26 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_StaffingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDetail.IX_SalesResult | 1 | CLUSTERED | 51 | 0 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:52:26 | USED | KEEP — table storage | |||||
| host-947.dbo.CatalogDaily.IX_QuotaMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_BookingHistory | 1 | CLUSTERED | 51 | 0 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:52:26 | USED | KEEP — table storage | |||||
| host-947.dbo.InvoiceDaily.IX_ShipmentDaily | 3 | NONCLUSTERED | Y | 29892 | 35 | 0 | 0 | 2026-09-15 22:18:20 | 2026-03-29 20:52:26 | USED | keep — in use | ||||
| host-947.dbo.InvoiceDaily.IX_TicketResult | 2 | NONCLUSTERED | 17 | 14 | 0 | 0 | 2026-09-15 15:00:02 | 2026-03-29 20:52:26 | USED | keep — in use | |||||
| host-947.dbo.InvoiceDaily.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 335020 | 31799 | 29938 | 0 | 2026-09-15 23:35:57 | 2026-03-29 20:52:26 | USED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHeader.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.PK_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.PK_TerritoryStatus | 1 | CLUSTERED | Y | Y | 0 | 13 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:52:26 | USED | KEEP — primary key | |||
| host-947.dbo.BatchDetail.PK_CampaignMonthly | 1 | CLUSTERED | Y | Y | 39 | 0 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:52:26 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_RosterEntry | 1 | CLUSTERED | Y | 34 | 0 | 0 | 0 | 2026-09-12 10:51:47 | 2026-03-29 20:52:26 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_CatalogStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_QuotaDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_MeterHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_ContractLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierStatus.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_SalesHistory | 1 | CLUSTERED | Y | 1633 | 0 | 0 | 0 | 2026-09-15 16:07:27 | 2026-03-29 20:52:26 | USED | KEEP — table storage | ||||
| host-947.dbo.RosterLine.PK_RouteSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 52 | 0 | 0 | 2026-09-15 14:00:11 | never | USED | keep — in use | ||||
| host-947.dbo.BatchStaging.PK_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 13 | 0 | 0 | 2026-09-15 14:00:11 | 2026-03-29 20:52:26 | USED | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_BookingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:26 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_LedgerSnapshot | 1 | CLUSTERED | Y | 480 | 0 | 0 | 0 | 2026-09-15 22:24:13 | 2026-03-29 20:52:26 | USED | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_PricingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 17:40:43 | COLD | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_RosterStaging | 3 | NONCLUSTERED | 8 | 0 | 0 | 0 | 2026-09-15 09:45:41 | 2026-03-29 20:52:27 | USED | keep — in use | |||||
| host-947.dbo.BatchEntry.IX_PolicyHistory | 1 | CLUSTERED | 32078 | 0 | 0 | 0 | 2026-09-15 16:46:27 | 2026-03-29 20:52:27 | USED | KEEP — table storage | |||||
| host-947.dbo.ClaimQueue.IX_BillingDetail | 1 | CLUSTERED | Y | 6 | 17 | 0 | 23 | 2026-09-12 10:51:47 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_ContractStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 23 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_BillingEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 23 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_TicketEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 23 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_CampaignHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 23 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 23 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_CustomerHeader | 3 | NONCLUSTERED | 17 | 0 | 0 | 23 | 2026-09-14 07:35:44 | never | USED | keep — in use | |||||
| host-947.dbo.ReconcileLog.IX_SettlementQueue | 1 | CLUSTERED | Y | 17 | 0 | 0 | 0 | 2026-09-12 10:51:47 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_QuotaDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_OrdersEntry | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_TerritorySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_OrdersLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 29414 | 151 | 0 | 0 | 2026-09-15 22:18:20 | 2026-03-29 20:52:27 | USED | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_AssetEntry | 1 | CLUSTERED | Y | 9894 | 20265 | 0 | 0 | 2026-09-15 22:18:20 | 2026-03-29 20:52:27 | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.PK_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 632 | 53 | 0 | 59 | 2026-09-14 07:35:44 | 2026-07-19 18:17:02 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileStatus.IX_BatchAudit | 1 | CLUSTERED | Y | 57759 | 0 | 685 | 59 | 2026-09-15 23:01:00 | 2026-07-19 18:17:02 | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 29 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_ClaimHistory | 1 | CLUSTERED | Y | 34345 | 0 | 0 | 29 | 2026-09-15 22:45:15 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_LedgerStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 12 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_RosterResult | 1 | CLUSTERED | Y | 13 | 0 | 0 | 12 | 2026-09-14 14:00:11 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_PayrollHistory | 1 | CLUSTERED | Y | 173 | 0 | 0 | 0 | 2026-09-15 14:00:12 | never | USED | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_BillingSummary | 3 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-10 16:17:47 | never | USED | keep — in use | |||||
| host-947.dbo.RosterDetail.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_CampaignMonthly | 3 | NONCLUSTERED | Y | 2 | 0 | 0 | 24 | 2026-09-10 16:17:47 | 2026-07-19 18:17:02 | USED | keep — in use | ||||
| host-947.dbo.ShipmentDaily.IX_RouteLog | 1 | CLUSTERED | Y | 623 | 0 | 53 | 65 | 2026-09-15 14:00:12 | 2026-07-19 18:17:02 | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentDaily.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 53 | 0 | 0 | 24 | 2026-09-15 14:00:11 | 2026-07-19 18:17:02 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 5158 | 196867 | 0 | 0 | 2026-09-15 22:18:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_TicketStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDaily.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_ShipmentLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHeader.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_CatalogLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_RosterHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_ClaimResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_StaffingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentAudit.IX_SupplierArchive | 4 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.ShipmentAudit.IX_AssetHistory | 5 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.ShipmentAudit.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentAudit.IX_BatchDetail | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.InvoiceSnapshot.IX_BillingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSnapshot.IX_PolicyDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_MeterResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_SalesSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHeader.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_CatalogQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_PolicyDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_WarehouseStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySnapshot.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStaging.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_QuotaMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftMonthly.IX_BookingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_BookingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLog.IX_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_QuotaMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_BookingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_LedgerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSnapshot.IX_CustomerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_PayrollLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_InvoiceLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_RouteDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-15 15:00:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_RouteAudit | 1 | CLUSTERED | Y | Y | 14093 | 0 | 0 | 0 | 2026-09-15 16:47:04 | 2026-03-29 20:52:27 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_SupplierLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_BillingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceResult.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_InvoiceQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogResult.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 215 | 0 | 0 | 0 | 2026-09-15 16:28:10 | 2026-03-29 20:52:27 | USED | keep — in use | ||||
| host-947.dbo.ShiftDetail.IX_MeterDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftDetail.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 1281 | 215 | 0 | 2026-09-15 16:42:04 | 2026-03-29 20:52:27 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_PricingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_InvoiceArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingEntry.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_RosterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_ShiftDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_RouteDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_InvoiceHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetMonthly.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_CatalogDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_CatalogStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:27 | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 8646 | 46969 | 0 | 0 | 2026-09-15 21:26:52 | 2026-03-29 20:52:27 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 8646 | 0 | 0 | 2026-09-15 21:26:52 | 2026-03-29 20:52:27 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_ShiftResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_ReconcileDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_AssetArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteResult.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_BatchSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStatus.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_SalesSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterSnapshot.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_BillingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_SalesArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierStatus.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_BillingLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollEntry.IX_QuotaEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollEntry.IX_BookingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_CampaignQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_RosterAudit | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_BillingStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_CustomerHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_ReconcileLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHistory.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHistory.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHistory.IX_ClaimDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHistory.IX_BookingStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHistory.IX_ContractAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDetail.IX_OrdersDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_LedgerSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerMonthly.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSnapshot.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStaging.IX_LedgerLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingStaging.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_TicketSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLog.IX_ShiftSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLog.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_BatchStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_OrdersArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteStatus.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_RouteDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_InvoiceAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementSummary.IX_PricingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_PayrollSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_TerritoryArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLine.IX_PricingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_OrdersDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_QuotaAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignStaging.IX_BillingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStaging.IX_MeterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLog.IX_TicketDetail | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_QuotaStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_BillingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLog.IX_TerritoryLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerResult.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_PricingDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ForecastStatus.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_ShiftEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_BillingDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStatus.IX_AssetDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_CampaignMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_ShipmentHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHeader.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_ShiftDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_BatchSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_BookingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_CatalogArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSummary.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterAudit.IX_CustomerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_PayrollSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_AssetStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 20 | 0 | 0 | 0 | 2026-09-15 15:34:49 | 2026-03-29 20:52:28 | USED | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_StaffingSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_TicketMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_BillingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_BookingDetail | 7 | NONCLUSTERED | Y | 39 | 0 | 0 | 0 | 2026-09-15 14:38:33 | 2026-03-29 20:52:28 | USED | keep — in use | ||||
| host-947.dbo.PricingQueue.IX_CampaignAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_BookingDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStaging.IX_ForecastResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_CatalogMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaEntry.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_PayrollLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_SupplierMonthly | 1 | CLUSTERED | 2 | 0 | 0 | 0 | 2026-09-11 08:27:25 | 2026-03-29 20:52:28 | USED | KEEP — table storage | |||||
| host-947.dbo.AssetArchive.IX_MeterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_PricingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetArchive.IX_TicketSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDetail.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_ReconcileLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileLog.IX_PricingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_PayrollHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_ShipmentStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaDaily.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSnapshot.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_PricingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseMonthly.IX_AssetDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_BatchStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyMonthly.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftAudit.IX_ShiftHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_SupplierHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_PricingEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerEntry.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_TicketMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 14 | 0 | 176 | 0 | 2026-09-15 16:27:36 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_AssetEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_WarehouseLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_BatchDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDetail.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | 176 | 0 | 0 | 0 | 2026-09-15 16:27:36 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimDetail.IX_AssetQueue | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimDetail.IX_RosterArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDaily.IX_BatchAudit | 1 | CLUSTERED | Y | Y | 104 | 0 | 0 | 0 | 2026-09-15 16:29:50 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDaily.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSnapshot.IX_WarehouseLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_QuotaStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_SupplierQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterStaging.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_SettlementAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_RouteHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_SalesEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_CatalogStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_PayrollArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_OrdersQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_ShipmentLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_BookingAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_CustomerLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_OrdersDaily | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 32 | 0 | 0 | 0 | 2026-09-15 15:50:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ForecastMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingStatus.IX_LedgerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ForecastHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_SettlementQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_TerritoryLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_SettlementMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_WarehouseStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_PricingAudit | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStaging.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStaging.IX_ForecastDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_BatchDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogDaily.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_LedgerDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_PricingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDaily.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSnapshot.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:02:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHeader.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_PayrollStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_QuotaSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 3 | 0 | 0 | 0 | 2026-09-11 15:02:12 | 2026-03-29 20:52:28 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_QuotaQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_OrdersSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | review, then DROP | |||||
| host-947.dbo.SalesLog.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:28 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_SalesHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_PolicyArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLog.IX_ReconcileDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSummary.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_ShiftDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_PricingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDaily.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_BookingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_ReconcileHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollEntry.IX_BillingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_PolicyStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLine.IX_CampaignLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLine.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLog.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_SettlementResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_CatalogArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 1 | 2026-09-11 15:02:11 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_AssetAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_TicketResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDetail.IX_TerritorySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_CatalogHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHistory.IX_PayrollSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_PolicyLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_OrdersQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_StaffingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_OrdersDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSummary.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDetail.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_AssetStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLine.IX_BatchHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_PayrollEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseMonthly.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_CampaignDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerLine.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_ShiftDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogHeader.IX_PricingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHeader.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_RouteLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_RosterLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_CampaignLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 108 | 0 | 0 | 0 | 2026-09-15 15:16:51 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_InvoiceSnapshot | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_AssetHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_SalesStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStatus.IX_StaffingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_SettlementHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteEntry.IX_MeterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_ForecastMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_PolicyLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_SalesAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_TicketAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 34 | 0 | 0 | 0 | 2026-09-15 15:50:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_WarehouseSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_BatchAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementArchive.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerQueue.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentQueue.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_MeterStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_CatalogDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_LedgerLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 101 | 0 | 0 | 0 | 2026-09-15 15:16:51 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_PayrollMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_SupplierArchive | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStaging.IX_ShipmentHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteLog.IX_LedgerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_QuotaEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterEntry.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 78 | 0 | 0 | 0 | 2026-09-15 14:21:44 | 2026-03-29 20:52:29 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_StaffingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_OrdersDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHeader.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLog.IX_OrdersSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHeader.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_BatchSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDaily.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_BookingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastEntry.IX_StaffingArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ForecastEntry.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_ForecastMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_LedgerHeader | 1 | CLUSTERED | Y | 15 | 0 | 0 | 0 | 2026-09-15 14:58:16 | never | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaDetail.IX_BatchSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_ClaimLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentSnapshot.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastAudit.IX_MeterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_OrdersMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_ForecastLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_OrdersLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_ContractDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseQueue.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_AssetDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_LedgerStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLine.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:29 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_AssetAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:29 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingQueue.IX_InvoiceStatus | 3 | NONCLUSTERED | 1 | 0 | 0 | 1 | 2026-09-11 15:18:47 | never | USED | keep — in use | |||||
| host-947.dbo.PricingQueue.IX_ReconcileSummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.PricingQueue.IX_ClaimSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 1 | 2026-09-08 14:24:29 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLog.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_CatalogLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStatus.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_SalesDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_TicketAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDaily.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_TerritoryLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLine.IX_CatalogStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_LedgerDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStaging.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLog.IX_OrdersQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_BookingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_TerritoryHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_BookingDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_CustomerDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStaging.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_ForecastQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_ContractAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_ReconcileResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_RosterLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_CatalogStaging | 3 | NONCLUSTERED | Y | 46 | 0 | 0 | 0 | 2026-09-15 16:41:59 | never | USED | keep — in use | ||||
| host-947.dbo.QuotaHistory.IX_SettlementSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_PolicyQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:29 | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:29 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_ForecastResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaAudit.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_CustomerLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHeader.IX_TicketStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_OrdersStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_InvoiceSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_SupplierLog | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_PolicyArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_OrdersStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_TerritoryDetail | 1 | CLUSTERED | 0 | 0 | 5 | 0 | 2026-09-11 15:58:30 | never | USED | KEEP — table storage | |||||
| host-947.dbo.TerritoryLine.IX_PayrollDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.IX_TicketLog | 5 | NONCLUSTERED | 4 | 0 | 0 | 0 | 2026-09-11 15:58:30 | never | USED | keep — in use | |||||
| host-947.dbo.TerritoryLine.IX_MeterDetail | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_PayrollMonthly | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.IX_InvoiceResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLine.IX_RosterDetail | 4 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-11 08:09:01 | never | USED | keep — in use | |||||
| host-947.dbo.TerritoryLine.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_RouteHistory | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHistory.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 4 | 16 | 244 | 173 | 2026-09-15 15:34:49 | 2026-07-19 18:17:03 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_SalesLog | 2 | NONCLUSTERED | 1332 | 0 | 0 | 17 | 2026-09-15 15:34:49 | 2026-07-19 18:17:03 | USED | keep — in use | |||||
| host-947.dbo.TerritoryAudit.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_MeterDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHistory.IX_RosterQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_PayrollEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSummary.IX_InvoiceHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSummary.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_ContractResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSummary.IX_LedgerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_TicketStatus | 7 | NONCLUSTERED | 287 | 0 | 0 | 9374 | 2026-09-15 15:34:31 | 2026-09-09 16:00:56 | USED | keep — in use | |||||
| host-947.dbo.SalesArchive.IX_ReconcileArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 22169 | never | 2026-09-11 19:40:23 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 53480 | 614 | 0 | 22169 | 2026-09-16 00:58:49 | 2026-09-11 19:40:21 | USED | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_InvoiceStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 8742 | never | 2026-09-11 19:40:18 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentDaily.IX_WarehouseStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDaily.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDaily.IX_AssetLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_RouteMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 487 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 487 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | 487 | 0 | 0 | 487 | 2026-09-15 16:28:18 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimHistory.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_InvoiceStatus | 2 | NONCLUSTERED | 92764 | 0 | 0 | 175374 | 2026-09-15 23:35:45 | 2026-09-09 14:34:32 | USED | keep — in use | |||||
| host-947.dbo.LedgerAudit.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 1232776 | 0 | 140153 | 202649 | 2026-09-15 23:39:03 | 2026-09-09 14:34:41 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_AssetStaging | 3 | NONCLUSTERED | 55801 | 0 | 0 | 81175 | 2026-09-15 23:35:45 | 2026-09-09 14:34:52 | USED | keep — in use | |||||
| host-947.dbo.LedgerAudit.IX_ReconcileEntry | 5 | NONCLUSTERED | 22070 | 0 | 0 | 88022 | 2026-09-15 22:46:02 | 2026-09-09 14:34:40 | USED | keep — in use | |||||
| host-947.dbo.LedgerAudit.IX_BillingLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 81175 | never | 2026-09-09 14:34:34 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_ClaimSummary | 6 | NONCLUSTERED | 2463 | 0 | 0 | 175638 | 2026-09-14 16:41:31 | 2026-09-09 14:34:34 | USED | keep — in use | |||||
| host-947.dbo.LedgerAudit.IX_InvoiceStatus | 13 | NONCLUSTERED | 137269 | 0 | 0 | 202649 | 2026-09-15 23:39:03 | 2026-09-15 14:57:20 | USED | keep — in use | |||||
| host-947.dbo.AssetSnapshot.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_OrdersDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_ShipmentLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_BillingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_CampaignDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDetail.IX_OrdersLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_MeterDetail | 8 | NONCLUSTERED | 34 | 0 | 0 | 282 | 2026-09-15 10:05:11 | 2026-08-20 09:44:08 | USED | keep — in use | |||||
| host-947.dbo.ClaimDaily.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 4 | 326 | 282 | 2026-09-15 15:34:49 | 2026-08-20 09:44:09 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_BookingResult | 2 | NONCLUSTERED | 794 | 0 | 0 | 22 | 2026-09-15 15:34:49 | 2026-08-20 09:44:03 | USED | keep — in use | |||||
| host-947.dbo.PayrollQueue.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 19 | 803 | 7 | 2026-09-15 16:09:05 | 2026-07-19 18:17:11 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_SettlementResult | 2 | NONCLUSTERED | 411 | 0 | 0 | 7 | 2026-09-15 16:09:05 | 2026-07-19 18:17:11 | USED | keep — in use | |||||
| host-947.dbo.PayrollQueue.IX_SalesSnapshot | 3 | NONCLUSTERED | 392 | 0 | 0 | 7 | 2026-09-15 16:09:02 | 2026-07-19 18:17:11 | USED | keep — in use | |||||
| host-947.dbo.RouteSummary.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSummary.IX_CatalogQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 305 | 220 | 0 | 2026-09-15 16:09:02 | 2026-07-19 18:17:11 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_ClaimEntry | 3 | NONCLUSTERED | 220 | 0 | 0 | 0 | 2026-09-15 15:51:49 | 2026-07-19 18:17:11 | USED | keep — in use | |||||
| host-947.dbo.CatalogMonthly.IX_BatchHistory | 2 | NONCLUSTERED | 415 | 0 | 0 | 0 | 2026-09-15 16:09:02 | 2026-07-19 18:17:11 | USED | keep — in use | |||||
| host-947.dbo.RouteHeader.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHeader.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_ReconcileEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftAudit.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 4014 | 0 | 0 | 0 | 2026-09-16 00:58:49 | 2026-03-29 20:52:49 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_BillingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:49 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 7835 | 359 | 101684 | 5249 | 2026-09-15 20:36:58 | 2026-09-15 20:19:19 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_PolicyLine | 3 | NONCLUSTERED | 62633 | 0 | 0 | 4710 | 2026-09-15 20:35:31 | 2026-09-15 20:15:54 | USED | keep — in use | |||||
| host-947.dbo.CatalogAudit.IX_SettlementDaily | 2 | NONCLUSTERED | 62791 | 0 | 0 | 4710 | 2026-09-15 20:36:59 | 2026-09-15 20:15:49 | USED | keep — in use | |||||
| host-947.dbo.WarehouseMonthly.IX_OrdersStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:49 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseMonthly.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:49 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_LedgerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:49 | COLD | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_BillingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_StaffingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_SettlementArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLine.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_SupplierHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_SalesStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_TicketSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSummary.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 8 | 0 | 760 | 0 | 2026-09-15 08:55:32 | 2026-03-29 20:52:49 | USED | KEEP — primary key | |||
| host-947.dbo.BillingSummary.IX_InvoiceHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:49 | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSummary.IX_TicketHistory | 8 | NONCLUSTERED | 760 | 0 | 0 | 0 | 2026-09-15 08:55:32 | 2026-03-29 20:52:50 | USED | keep — in use | |||||
| host-947.dbo.LedgerHeader.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_RosterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.iSV | 1 | CLUSTERED | Y | Y | 61271 | 1853 | 0 | 0 | 2026-09-16 01:01:34 | 2026-03-29 20:52:50 | USED | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_CustomerStaging | 1 | CLUSTERED | Y | Y | 0 | 32 | 0 | 0 | 2026-09-15 09:47:00 | 2026-03-29 20:52:50 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 68 | 0 | 0 | 2026-09-15 14:05:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 902 | 0 | 0 | 2026-09-15 21:00:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_OrdersDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-15 14:33:28 | 2026-03-29 20:52:50 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_BatchAudit | 1 | CLUSTERED | Y | Y | 16902 | 13 | 0 | 4832 | 2026-09-15 21:20:51 | 2026-07-19 18:17:11 | USED | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_RouteEntry | 1 | CLUSTERED | Y | Y | 3861 | 971 | 0 | 1720 | 2026-09-15 21:00:48 | 2026-07-19 18:17:11 | USED | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_ShipmentLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 1720 | never | 2026-09-12 14:33:57 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-15 14:33:28 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_StaffingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-15 14:33:28 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_ContractHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_ContractAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_ClaimSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 3 | 503 | 0 | 0 | 2026-09-14 10:22:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_QuotaStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_RosterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDetail.IX_PayrollHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDetail.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_ClaimAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_StaffingEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastQueue.IX_LedgerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_BookingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStaging.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_ReconcileQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_QuotaArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-14 07:55:40 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_OrdersHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseArchive.IX_SupplierQueue | 1 | CLUSTERED | Y | 5 | 0 | 1 | 0 | 2026-09-14 07:55:39 | never | USED | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-14 07:55:38 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_QuotaHeader | 8 | NONCLUSTERED | 93577 | 0 | 0 | 27284 | 2026-09-15 23:34:36 | 2026-09-15 09:12:16 | USED | keep — in use | |||||
| host-947.dbo.MeterHeader.IX_StaffingStatus | 9 | NONCLUSTERED | 69534 | 0 | 0 | 24998 | 2026-09-15 23:34:39 | 2026-09-15 09:12:21 | USED | keep — in use | |||||
| host-947.dbo.MeterHeader.IX_BillingLine | 1 | CLUSTERED | Y | Y | 189358 | 0 | 163111 | 52254 | 2026-09-15 23:34:39 | 2026-07-19 18:17:12 | USED | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 46733 | 183830 | 0 | 0 | 2026-09-15 23:34:39 | 2026-03-29 20:52:56 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 134993 | 0 | 0 | 2026-09-15 23:34:39 | 2026-03-29 20:52:56 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 46733 | 0 | 0 | 2026-09-15 23:34:36 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_StaffingAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaLog.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_CustomerArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierEntry.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_ShiftLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_QuotaLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractHeader.IX_LedgerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_ShiftSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaAudit.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHistory.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStaging.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStaging.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_SupplierStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_TerritoryLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_CampaignAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLine.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_PricingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_CatalogEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 309 | 0 | 0 | 0 | 2026-09-15 15:44:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_InvoiceHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDaily.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_TicketMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSummary.IX_InvoiceMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSummary.IX_ReconcileStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_WarehouseStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryEntry.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_TicketDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHistory.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_BatchLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_SettlementEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_StaffingStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingMonthly.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingMonthly.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_OrdersQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStatus.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_PayrollLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_SalesHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_ContractAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_RosterArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchEntry.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_SalesQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_SettlementStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_BatchEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_ContractLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseHeader.IX_CampaignStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_PolicyLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_SupplierLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHeader.IX_MeterSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_SalesDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_PolicyDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_WarehouseResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_ShipmentDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLine.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_RosterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_BookingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_CampaignSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDetail.IX_MeterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSummary.IX_RouteStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_PolicyLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_PricingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_StaffingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetEntry.IX_PayrollDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_MeterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_TicketMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingEntry.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_RosterArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_ShipmentAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteAudit.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementHeader.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 8 | 0 | 0 | 8 | 2026-09-13 07:30:22 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 8 | never | never | UNUSED | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_CustomerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_InvoiceAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_PricingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_CustomerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_StaffingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_ShipmentQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_ClaimQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_RouteDaily | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_ReconcileDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_TerritoryAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryAudit.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_BookingEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStatus.IX_BookingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_TicketSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollSummary.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHeader.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDetail.IX_TerritoryLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_PolicyStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHeader.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_LedgerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_TerritoryArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollStatus.IX_InvoiceHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_TicketResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteArchive.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_PayrollHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStatus.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteEntry.IX_OrdersStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_CampaignLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDetail.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_PayrollLine | 2 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_ForecastStaging | 2 | NONCLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHistory.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_PayrollLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_LedgerHistory | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_TicketMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_ShipmentResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_RouteQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogResult.IX_ForecastAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogResult.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_WarehouseStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractLine.IX_RouteSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractLine.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLine.IX_ShiftHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 618 | 0 | 0 | 0 | 2026-09-15 15:44:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_OrdersDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_SettlementArchive | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_ShiftStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_ShiftQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_BookingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_SupplierLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_SalesAudit | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_CustomerResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_BillingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_ForecastSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSnapshot.IX_InvoiceAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_StaffingEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_SalesMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_ShipmentAudit | 2 | NONCLUSTERED | 8 | 0 | 0 | 8 | 2026-09-13 07:30:22 | never | USED | keep — in use | |||||
| host-947.dbo.ReconcileStaging.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 8 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_CatalogQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_ShiftResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_BillingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_InvoiceStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_LedgerHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_RosterQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_TicketStatus | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_CatalogDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollMonthly.IX_TicketResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_BatchMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_BillingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_BookingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_RouteArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_BookingStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_ForecastAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_ClaimStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_ClaimSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceQueue.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_OrdersDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_MeterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_ShipmentLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_AssetAudit | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_CampaignLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_LedgerMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_CustomerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDaily.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDaily.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_SalesLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSummary.IX_BatchArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_StaffingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_TicketResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_CatalogLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_PayrollDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_BookingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_ShipmentResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStatus.IX_ReconcileHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStatus.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_CatalogSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_StaffingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimStaging.IX_CustomerEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSnapshot.IX_SupplierAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_SalesQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchAudit.IX_TicketResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_SettlementArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_RouteMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStatus.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLog.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollDaily.IX_RosterArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_SalesLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_AssetDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_BatchHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_OrdersResult | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_CatalogLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_CustomerMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingSummary.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHistory.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_PolicyAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_OrdersDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractQueue.IX_TicketQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractQueue.IX_PolicySnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractQueue.IX_CatalogDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_ForecastEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHeader.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_LedgerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_PolicyHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 281 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 281 | 0 | 0 | 281 | 2026-09-12 12:45:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLine.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_PayrollMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLog.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_ContractQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLog.IX_AssetStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentArchive.IX_ReconcileEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentArchive.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_TicketArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_CatalogLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_CustomerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStatus.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_PolicyHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryResult.IX_ContractStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_BookingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLog.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_ContractSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_InvoiceSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_ShipmentAudit | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStatus.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:02:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_MeterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_SettlementStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_MeterLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_CustomerArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_WarehouseHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogEntry.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 309 | 0 | 0 | 0 | 2026-09-15 15:44:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_WarehouseHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStatus.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_CustomerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStatus.IX_CustomerHeader | 1 | CLUSTERED | Y | Y | 281 | 0 | 0 | 0 | 2026-09-12 12:45:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_CustomerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStaging.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogAudit.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogAudit.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_ContractSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 618 | 0 | 0 | 0 | 2026-09-15 15:44:04 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDetail.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_RouteResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersEntry.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_PricingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStatus.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_TerritorySummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteAudit.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_MeterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_ForecastQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHistory.IX_MeterSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimHistory.IX_MeterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_CatalogMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceArchive.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceArchive.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterAudit.IX_CatalogLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_ContractLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_QuotaLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentEntry.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 0 | 406 | 0 | 0 | 2026-09-15 16:09:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_ContractDetail | 5 | NONCLUSTERED | 1302 | 3 | 0 | 1815 | 2026-09-15 16:20:54 | 2026-07-19 17:44:07 | USED | keep — in use | |||||
| host-947.dbo.ForecastMonthly.IX_PayrollLine | 2 | NONCLUSTERED | 12 | 0 | 0 | 1117 | 2026-09-15 10:44:06 | 2026-07-19 17:44:07 | USED | keep — in use | |||||
| host-947.dbo.ForecastMonthly.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 1992 | 17 | 2360 | 1815 | 2026-09-15 16:12:02 | 2026-07-19 17:44:06 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_RouteDetail | 3 | NONCLUSTERED | 826 | 0 | 0 | 1117 | 2026-09-15 16:09:05 | 2026-07-19 17:44:08 | USED | keep — in use | |||||
| host-947.dbo.ForecastMonthly.IX_PolicySnapshot | 4 | NONCLUSTERED | 19780 | 0 | 0 | 1508 | 2026-09-15 20:36:04 | 2026-07-19 18:17:13 | USED | keep — in use | |||||
| host-947.dbo.CustomerStaging.IX_RouteDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStaging.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_TicketSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_WarehouseSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 391 | never | 2026-08-28 13:04:04 | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_ShipmentEntry | 1 | CLUSTERED | Y | 983 | 0 | 307 | 806 | 2026-09-15 16:12:02 | 2026-08-28 13:03:57 | USED | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_CustomerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 391 | never | 2026-08-28 13:04:02 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_ShiftSnapshot | 3 | NONCLUSTERED | 770 | 0 | 0 | 391 | 2026-09-15 16:12:02 | 2026-08-28 13:04:08 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_BillingLog | 6 | NONCLUSTERED | 22987 | 0 | 0 | 391 | 2026-09-15 20:36:04 | 2026-07-19 18:17:19 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_CampaignMonthly | 4 | NONCLUSTERED | Y | 397 | 0 | 0 | 1005 | 2026-09-15 16:09:05 | 2026-07-19 18:17:19 | USED | keep — in use | ||||
| host-947.dbo.PayrollStatus.IX_StaffingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 391 | never | 2026-07-19 18:17:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_ContractDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 391 | never | 2026-07-19 18:17:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 2460 | 238 | 20934 | 1005 | 2026-09-16 00:58:49 | 2026-07-19 18:17:19 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_MeterArchive | 7 | NONCLUSTERED | 5400 | 0 | 0 | 1005 | 2026-09-16 00:58:49 | 2026-09-02 03:22:01 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_ForecastDaily | 5 | NONCLUSTERED | 6744 | 0 | 0 | 1005 | 2026-09-15 16:12:02 | 2026-07-19 18:17:20 | USED | keep — in use | |||||
| host-947.dbo.PolicyLog.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDaily.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_BillingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementArchive.IX_BookingStatus | 1 | CLUSTERED | Y | Y | 0 | 699 | 0 | 225 | 2026-09-15 15:34:35 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_ContractStaging | 2 | NONCLUSTERED | Y | 1069 | 0 | 0 | 225 | 2026-09-15 15:34:35 | 2026-09-15 14:38:27 | USED | keep — in use | ||||
| host-947.dbo.PolicyEntry.IX_SupplierHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 17 | never | 2026-07-19 18:17:21 | UNUSED | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 208 | 0 | 0 | 17 | 2026-09-15 15:34:32 | 2026-07-19 18:17:21 | USED | keep — in use | ||||
| host-947.dbo.BillingLog.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 525 | 0 | 0 | 0 | 2026-09-15 16:09:02 | 2026-07-19 18:17:21 | USED | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_InvoiceHistory | 3 | NONCLUSTERED | 415 | 0 | 0 | 0 | 2026-09-15 16:09:02 | 2026-07-19 18:17:21 | USED | keep — in use | |||||
| host-947.dbo.TerritoryDetail.IX_ShiftResult | 7 | NONCLUSTERED | 0 | 0 | 0 | 921 | never | 2026-09-14 08:23:36 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_ClaimDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 1241 | never | 2026-09-14 08:23:29 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_RosterLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 921 | never | 2026-09-14 08:00:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_PolicyArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 921 | never | 2026-09-14 08:23:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 370 | 614 | 614 | 1548 | 2026-09-15 16:12:01 | 2026-09-14 08:39:01 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_BillingMonthly | 5 | NONCLUSTERED | 614 | 0 | 0 | 921 | 2026-09-15 16:12:01 | 2026-09-14 08:23:32 | USED | keep — in use | |||||
| host-947.dbo.TerritoryDetail.IX_SupplierLine | 6 | NONCLUSTERED | 2149 | 0 | 0 | 1241 | 2026-09-15 16:12:02 | 2026-09-14 08:23:34 | USED | keep — in use | |||||
| host-947.dbo.PolicyLine.IX_PolicyHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:06 | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLine.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 2051 | 0 | 0 | 2026-09-16 00:58:49 | 2026-03-29 20:53:06 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_CustomerStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:06 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLine.IX_ShipmentHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:06 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_BatchSnapshot | 3 | NONCLUSTERED | 424 | 0 | 0 | 167450 | 2026-09-15 16:20:54 | 2026-09-09 10:20:18 | USED | keep — in use | |||||
| host-947.dbo.TerritoryHistory.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 167450 | never | 2026-09-09 10:20:15 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_ContractResult | 8 | NONCLUSTERED | 3898 | 0 | 0 | 167450 | 2026-09-16 00:58:49 | 2026-09-09 10:20:19 | USED | keep — in use | |||||
| host-947.dbo.TerritoryHistory.IX_CustomerHeader | 1 | CLUSTERED | 201603 | 0 | 335 | 167450 | 2026-09-15 20:36:58 | 2026-09-09 10:20:13 | USED | KEEP — table storage | |||||
| host-947.dbo.ForecastStaging.IX_InvoiceHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStaging.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_BatchLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignDaily.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 09:49:22 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 4 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.OrdersStatus.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 4 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 618 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_SalesEntry | 3 | NONCLUSTERED | 309 | 0 | 0 | 618 | 2026-09-15 15:44:04 | never | USED | keep — in use | |||||
| host-947.dbo.QuotaSummary.IX_ForecastMonthly | 1 | CLUSTERED | Y | 309 | 0 | 0 | 618 | 2026-09-15 15:44:04 | never | USED | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.PK_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.PK_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceEntry.PK_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.PK_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_ShiftEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:28 | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerSummary.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:28 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_SalesResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:28 | COLD | review, then DROP | |||||
| host-947.dbo.RouteDaily.IX_BillingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_SalesLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_SettlementDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimStatus.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_BillingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHeader.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_ContractHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLine.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLine.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_SupplierResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLog.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_MeterQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierDetail.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 14817 | 0 | 0 | 2026-09-16 01:00:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 1545472 | 6257085 | 74229 | 74229 | 2026-09-16 01:01:44 | 2026-07-19 18:17:24 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_PricingStatus | 2 | NONCLUSTERED | Y | 74229 | 0 | 0 | 0 | 2026-09-16 01:01:25 | 2026-07-19 18:17:24 | USED | keep — in use | ||||
| host-947.dbo.PayrollStaging.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 56672 | 0 | 0 | 2026-09-16 01:00:06 | 2026-03-29 20:53:29 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_BillingLog | 10 | NONCLUSTERED | 45053 | 0 | 0 | 122639 | 2026-09-16 01:01:35 | 2026-09-15 16:33:14 | USED | keep — in use | |||||
| host-947.dbo.CatalogHeader.IX_TicketArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 61333 | never | 2026-09-15 16:32:04 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogHeader.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 494927 | 387 | 0 | 122639 | 2026-09-16 01:01:34 | 2026-07-19 18:17:24 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_InvoiceStatus | 3 | NONCLUSTERED | 61333 | 0 | 0 | 122639 | 2026-09-16 00:05:59 | 2026-09-15 18:20:15 | USED | keep — in use | |||||
| host-947.dbo.AssetStaging.IX_RosterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:24 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStaging.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:36:18 | 2026-07-19 18:17:24 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_ClaimDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDetail.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 407 | 0 | 0 | 0 | 2026-09-15 09:45:45 | 2026-03-29 20:53:29 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_ContractAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_TicketStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 619 | 0 | 0 | 2026-09-15 17:57:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_MeterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_TerritoryDetail | 3 | NONCLUSTERED | 557 | 0 | 0 | 265 | 2026-09-15 16:15:42 | 2026-07-19 17:45:49 | USED | keep — in use | |||||
| host-947.dbo.CustomerLog.IX_BillingStaging | 2 | NONCLUSTERED | Y | 64424 | 0 | 0 | 265 | 2026-09-15 23:36:10 | 2026-07-19 17:45:49 | USED | keep — in use | ||||
| host-947.dbo.CustomerLog.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 64855 | 265 | 2026-09-15 23:36:10 | 2026-07-19 18:17:24 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_SalesLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersEntry.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_OrdersAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLog.IX_ReconcileMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_RouteArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLog.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_CustomerHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingDaily.IX_LedgerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_OrdersEntry | 1 | CLUSTERED | Y | 17553 | 0 | 0 | 0 | 2026-09-15 15:42:15 | 2026-05-06 04:22:06 | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-06 04:22:06 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_MeterSummary | 2 | NONCLUSTERED | Y | 79 | 0 | 0 | 13 | 2026-09-15 10:15:02 | 2026-07-19 18:17:24 | USED | keep — in use | ||||
| host-947.dbo.ForecastDaily.IX_BookingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 13 | never | 2026-07-19 18:17:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 110 | 0 | 79 | 13 | 2026-09-15 15:42:15 | 2026-07-19 18:17:24 | USED | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 773 | 0 | 0 | 81 | 2026-09-15 15:42:15 | 2026-07-19 18:17:24 | USED | keep — in use | ||||
| host-947.dbo.TicketDetail.IX_ShiftResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 81 | never | 2026-07-19 18:17:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketDetail.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 732 | 12 | 773 | 84 | 2026-09-15 15:42:15 | 2026-07-19 18:17:24 | USED | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_PolicyEntry | 4 | NONCLUSTERED | 3 | 0 | 0 | 84 | 2026-09-09 11:48:40 | 2026-07-19 18:17:24 | USED | keep — in use | |||||
| host-947.dbo.BatchSnapshot.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSnapshot.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 2844 | 0 | 0 | 2026-09-16 00:54:40 | 2026-03-29 20:53:29 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 56351 | 0 | 269964 | 56351 | 2026-09-16 01:01:35 | 2026-03-29 20:53:29 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_CatalogDetail | 2 | NONCLUSTERED | Y | 269964 | 0 | 0 | 0 | 2026-09-16 01:01:35 | 2026-03-29 20:53:29 | USED | keep — in use | ||||
| host-947.dbo.ForecastResult.IX_BatchHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_TicketDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_PolicySnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_BatchQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_AssetMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignEntry.IX_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_OrdersSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStatus.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_PayrollStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSnapshot.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_MeterArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStatus.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | 7 | 0 | 0 | 0 | 2026-09-13 14:00:06 | never | USED | keep — in use | ||||
| host-947.dbo.BatchDaily.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 4954 | 0 | 0 | 2026-09-15 22:17:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_PricingSummary | 2 | NONCLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentLine.IX_StaffingEntry | 1 | CLUSTERED | Y | Y | 4956 | 17 | 0 | 0 | 2026-09-15 22:17:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_ForecastResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastResult.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 4954 | 0 | 0 | 2026-09-15 22:17:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | 58 | 0 | 0 | 0 | 2026-09-14 07:36:16 | never | USED | keep — in use | ||||
| host-947.dbo.QuotaAudit.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractMonthly.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractMonthly.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_StaffingLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_ClaimHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_MeterAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_PricingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_BookingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingQueue.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 4271 | 2657 | 0 | 0 | 2026-09-15 20:10:03 | 2026-03-29 20:53:29 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_OrdersMonthly | 2 | NONCLUSTERED | 3658 | 0 | 0 | 1836 | 2026-09-15 20:10:42 | 2026-09-14 11:10:00 | USED | keep — in use | |||||
| host-947.dbo.ShipmentStaging.IX_RouteAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 2747 | 1836 | 2026-09-15 20:10:04 | 2026-07-19 18:17:24 | USED | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_ForecastLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_ReconcileStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyResult.IX_ForecastEntry | 2 | NONCLUSTERED | Y | 9034 | 0 | 0 | 0 | 2026-09-16 01:00:52 | 2026-03-29 20:53:29 | USED | keep — in use | ||||
| host-947.dbo.PolicyResult.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 9034 | 0 | 2026-09-16 01:00:52 | 2026-03-29 20:53:29 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLog.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_QuotaAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 8 | 2026-09-15 10:12:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 8 | 200 | 0 | 8 | 2026-09-15 20:41:13 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_OrdersDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_TicketLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileResult.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 578 | 0 | 0 | 0 | 2026-09-15 16:10:31 | 2026-03-29 20:53:29 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 117 | 0 | 0 | 0 | 2026-09-16 01:00:06 | 2026-03-29 20:53:29 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_BillingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_MeterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_ClaimLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_CampaignAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceArchive.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:29 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-08 09:29:43 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.BookingSummary.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 30 | 0 | 0 | 0 | 2026-09-15 16:10:31 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_AssetHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_OrdersStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDaily.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_ClaimAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_ShipmentSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_RouteAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSnapshot.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_PricingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_LedgerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_CustomerQueue | 2 | NONCLUSTERED | 4748 | 0 | 0 | 0 | 2026-09-15 17:31:08 | never | USED | keep — in use | |||||
| host-947.dbo.QuotaAudit.IX_ContractHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_LedgerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 38 | 0 | 0 | 0 | 2026-09-15 08:23:03 | 2026-03-29 20:53:30 | USED | keep — in use | ||||
| host-947.dbo.TerritoryLog.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 38 | 0 | 2026-09-15 08:23:03 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 27 | 0 | 2026-09-15 15:42:14 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_TicketEntry | 2 | NONCLUSTERED | Y | 27 | 0 | 0 | 0 | 2026-09-15 15:42:14 | 2026-03-29 20:53:30 | USED | keep — in use | ||||
| host-947.dbo.ReconcileSummary.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 30 | 0 | 0 | 15 | 2026-09-15 15:42:14 | 2026-07-19 18:17:24 | USED | keep — in use | ||||
| host-947.dbo.ReconcileSummary.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 80 | 0 | 30 | 15 | 2026-09-15 15:42:14 | 2026-07-19 18:17:24 | USED | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_RouteAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 6033 | 0 | 0 | 2026-09-16 00:55:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_BookingQueue | 2 | NONCLUSTERED | Y | 16 | 0 | 0 | 17 | 2026-09-15 17:00:03 | 2026-07-19 18:17:24 | USED | keep — in use | ||||
| host-947.dbo.BookingLine.IX_ShiftStaging | 1 | CLUSTERED | Y | Y | 0 | 22633 | 0 | 17 | 2026-09-16 01:01:44 | 2026-07-19 18:17:24 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_CustomerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_CustomerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_ForecastResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 118 | 0 | 0 | 2026-09-15 15:29:19 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_PricingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_OrdersHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ForecastHistory.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_PayrollDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStatus.IX_RosterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_CatalogLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_MeterSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_ClaimArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_BookingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerHeader.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_StaffingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLine.IX_WarehouseHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftLine.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_OrdersHistory | 2 | NONCLUSTERED | 106020 | 0 | 0 | 1718 | 2026-09-16 01:01:15 | 2026-09-14 15:02:46 | USED | keep — in use | |||||
| host-947.dbo.StaffingDetail.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 3319895 | 0 | 106020 | 54402 | 2026-09-16 01:01:15 | 2026-09-14 15:02:45 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_StaffingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHistory.IX_BillingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHistory.IX_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 118 | 0 | 0 | 2026-09-15 15:29:19 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHeader.IX_BookingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceHeader.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 118 | 0 | 0 | 0 | 2026-09-15 15:29:19 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 32 | 0 | 0 | 0 | 2026-09-16 01:00:06 | never | USED | keep — in use | ||||
| host-947.dbo.ContractDetail.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 32 | 0 | 2026-09-16 01:00:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_BillingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 4 | 0 | 52434 | 30 | 2026-09-15 23:24:22 | 2026-07-19 18:17:25 | USED | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 52464 | 0 | 0 | 30 | 2026-09-15 23:24:22 | 2026-07-19 18:17:25 | USED | keep — in use | ||||
| host-947.dbo.RouteLine.IX_BillingResult | 1 | CLUSTERED | Y | Y | 35366 | 0 | 97920 | 43760 | 2026-09-15 23:35:59 | 2026-07-19 18:17:25 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_OrdersStaging | 2 | NONCLUSTERED | Y | 106314 | 0 | 0 | 8394 | 2026-09-15 23:35:59 | 2026-09-15 16:06:55 | USED | keep — in use | ||||
| host-947.dbo.BillingAudit.IX_CustomerLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_ClaimAudit | 1 | CLUSTERED | 0 | 0 | 1 | 0 | 2026-09-08 05:20:12 | never | USED | KEEP — table storage | |||||
| host-947.dbo.BillingAudit.IX_CustomerAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-08 05:20:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_LedgerAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_PricingDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterQueue.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_QuotaStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_BillingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLog.IX_ContractResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementLog.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_BatchSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentSummary.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_StaffingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_ShipmentEntry | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.RosterMonthly.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 417 | 0 | 0 | 2026-09-15 17:23:50 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.ForecastLog.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_BookingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignArchive.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 82 | 0 | 2026-09-15 15:29:19 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | 82 | 0 | 0 | 0 | 2026-09-15 15:29:19 | 2026-03-29 20:53:30 | USED | keep — in use | ||||
| host-947.dbo.PricingLog.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_TicketHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 17 | 0 | 0 | 0 | 2026-09-14 07:35:44 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileAudit.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_PolicyLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyMonthly.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 231 | never | 2026-07-19 18:17:25 | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_StaffingLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 231 | never | 2026-07-19 18:17:25 | UNUSED | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 231 | never | 2026-07-19 18:17:25 | UNUSED | review carefully — unique | ||||
| host-947.dbo.PayrollSummary.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 59 | 0 | 0 | 2026-09-14 09:45:41 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSummary.IX_ClaimResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDetail.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_SalesDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_CampaignSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLine.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 305 | 0 | 0 | 2026-09-15 17:26:33 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_RosterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_StaffingEntry | 2 | NONCLUSTERED | Y | 305 | 0 | 0 | 0 | 2026-09-15 17:26:33 | 2026-03-29 20:53:30 | USED | keep — in use | ||||
| host-947.dbo.ClaimHistory.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_AssetArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 610 | 0 | 0 | 2026-09-15 17:26:33 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_CampaignSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_BookingLine | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.SalesEntry.IX_SupplierHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.SalesEntry.IX_AssetAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.SalesEntry.IX_SupplierHistory | 1 | CLUSTERED | Y | 961 | 0 | 154 | 0 | 2026-09-15 17:26:33 | 2026-03-29 20:53:30 | USED | KEEP — table storage | ||||
| host-947.dbo.SalesEntry.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 154 | 0 | 0 | 0 | 2026-09-15 07:58:14 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_ShipmentStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.ContractDetail.IX_RosterResult | 1 | CLUSTERED | Y | 241 | 0 | 0 | 0 | 2026-09-15 08:55:26 | 2026-03-29 20:53:30 | USED | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_InvoiceLog | 2 | NONCLUSTERED | Y | 305 | 0 | 0 | 0 | 2026-09-15 17:26:33 | never | USED | keep — in use | ||||
| host-947.dbo.RosterStaging.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_BookingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | review, then DROP | |||||
| host-947.dbo.RosterResult.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySummary.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_BatchHistory | 2 | NONCLUSTERED | Y | Y | 305 | 0 | 0 | 0 | 2026-09-15 17:26:33 | 2026-03-29 20:53:30 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_RouteQueue | 1 | CLUSTERED | Y | 258 | 0 | 0 | 0 | 2026-09-15 08:55:26 | 2026-03-29 20:53:30 | USED | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | 305 | 0 | 0 | 0 | 2026-09-15 17:26:33 | 2026-03-29 20:53:30 | USED | keep — in use | ||||
| host-947.dbo.AssetHistory.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:30 | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_ForecastAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_MeterStaging | 1 | CLUSTERED | 0 | 0 | 1 | 0 | 2026-09-14 16:15:12 | never | USED | KEEP — table storage | |||||
| host-947.dbo.OrdersSnapshot.IX_PricingStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_LedgerSummary | 2 | NONCLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-14 16:15:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_CustomerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_PolicyDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_BookingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 146 | 0 | 0 | 0 | 2026-09-14 10:56:56 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaLog.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 1036 | 0 | 0 | 0 | 2026-09-15 19:01:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_LedgerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:38:12 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 1222 | 0 | 0 | 0 | 2026-09-15 16:57:01 | 2026-06-21 17:38:12 | USED | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_RosterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimQueue.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 3273 | 0 | 2026-09-15 21:00:19 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_QuotaResult | 2 | NONCLUSTERED | Y | 3273 | 0 | 0 | 0 | 2026-09-15 21:00:19 | never | USED | keep — in use | ||||
| host-947.dbo.SupplierAudit.IX_LedgerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 8 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_SupplierHistory | 2 | NONCLUSTERED | 8 | 0 | 0 | 8 | 2026-09-16 01:00:06 | never | USED | keep — in use | |||||
| host-947.dbo.BillingLine.IX_InvoiceLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_InvoiceHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierEntry.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 9 | 0 | 0 | 2026-09-12 10:51:43 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_ContractAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 9000 | 211143 | 0 | 0 | 2026-09-16 01:01:44 | 2026-03-29 20:53:31 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_RouteDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_CatalogSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 17 | never | 2026-07-19 18:17:25 | UNUSED | review, then DROP | |||||
| host-947.dbo.ReconcileHistory.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 61442 | 27036 | 0 | 17 | 2026-09-16 01:01:04 | 2026-03-29 20:53:31 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_ShiftStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_ReconcileEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_TerritoryDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_ForecastAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_BillingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLog.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_OrdersSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentLog.IX_StaffingAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLog.IX_SettlementHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollAudit.IX_BookingLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollAudit.IX_ReconcileSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_StaffingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_BillingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerEntry.PK_PolicyArchive | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-11 15:33:03 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.PK_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_ReconcileQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingAudit.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_SalesHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_BookingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDaily.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_OrdersLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSnapshot.IX_ContractQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-10 02:58:56 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSnapshot.IX_BatchAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-10 02:58:56 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_OrdersLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDaily.IX_QuotaAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_MeterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_ReconcileAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_TicketSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_OrdersLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_ShiftDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_SettlementHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-10 02:58:56 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-10 02:58:56 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStaging.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-10 02:58:56 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_BillingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDetail.IX_SalesDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDetail.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_TerritoryArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_PayrollSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-04-10 02:58:56 | COLD | review, then DROP | |||||
| host-947.dbo.PricingSnapshot.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-10 02:58:56 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftEntry.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_PayrollHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSummary.IX_BillingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_ClaimHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | review carefully — unique | ||||
| host-947.dbo.RouteArchive.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 16 | 23 | 0 | 8 | 2026-09-15 17:00:03 | 2026-03-29 20:53:31 | USED | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | Y | 105923 | 5889 | 0 | 71960 | 2026-09-16 01:01:44 | 2026-09-15 15:05:14 | USED | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_BatchHeader | 1 | CLUSTERED | Y | 364 | 11256 | 256365 | 132664 | 2026-09-16 01:01:44 | 2026-09-15 15:05:14 | USED | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_ShiftResult | 3 | NONCLUSTERED | 244220 | 0 | 0 | 71960 | 2026-09-16 00:12:32 | 2026-09-15 15:11:50 | USED | keep — in use | |||||
| host-947.dbo.WarehouseLog.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 17234 | 2026-09-15 08:16:33 | 2026-09-15 15:56:04 | USED | keep — in use | ||||
| host-947.dbo.WarehouseLog.IX_PricingStaging | 3 | NONCLUSTERED | Y | Y | 4 | 2254 | 0 | 17234 | 2026-09-16 01:01:03 | 2026-09-15 14:51:05 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_SettlementLog | 1 | CLUSTERED | 243536 | 0 | 6 | 17234 | 2026-09-16 00:12:32 | 2026-09-15 15:56:00 | USED | KEEP — table storage | |||||
| host-947.dbo.ShiftEntry.IX_RouteDetail | 2 | NONCLUSTERED | Y | Y | 376 | 0 | 0 | 188 | 2026-09-16 01:00:06 | 2026-03-29 20:53:31 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_BillingStatus | 1 | CLUSTERED | Y | 14998 | 350 | 376 | 376 | 2026-09-16 01:00:06 | 2026-03-29 20:53:31 | USED | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 42 | 0 | 0 | 0 | 2026-09-16 01:00:06 | 2026-03-29 20:53:31 | USED | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_ShiftDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 564 | never | 2026-07-31 10:00:13 | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_RosterMonthly | 1 | CLUSTERED | 376 | 0 | 0 | 564 | 2026-09-16 01:00:06 | 2026-07-31 10:00:13 | USED | KEEP — table storage | |||||
| host-947.dbo.StaffingEntry.IX_OrdersHeader | 1 | CLUSTERED | Y | 251878 | 4508 | 6192 | 25210 | 2026-09-16 01:01:03 | 2026-09-15 15:11:30 | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingEntry.IX_SupplierDetail | 2 | NONCLUSTERED | Y | Y | 6192 | 0 | 0 | 25210 | 2026-09-15 22:24:18 | 2026-09-15 15:11:35 | USED | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_ForecastHeader | 2 | NONCLUSTERED | Y | 32 | 0 | 0 | 0 | 2026-09-15 09:46:59 | 2026-03-29 20:53:31 | USED | keep — in use | ||||
| host-947.dbo.BatchArchive.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 286534 | 16 | 0 | 2026-09-15 22:10:11 | 2026-03-29 20:53:31 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_RouteResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersDaily.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseQueue.IX_TicketArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseQueue.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_SupplierArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_BookingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_SalesDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_SupplierSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftEntry.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_SupplierLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSummary.IX_ShiftEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_PricingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyMonthly.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyMonthly.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDaily.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDaily.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 7890 | 17 | 0 | 3945 | 2026-09-15 22:51:32 | 2026-03-29 20:53:31 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_ForecastArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStatus.IX_BillingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_RouteHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaAudit.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:31 | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_BillingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_CatalogDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_WarehouseArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_TerritoryLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_WarehouseLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_RouteDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_CampaignSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogArchive.IX_BillingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_ForecastHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogArchive.IX_LedgerHeader | 4 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLog.IX_PayrollDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_ClaimLog | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_ForecastLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimHeader.IX_TerritoryLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_PricingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLog.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 11 | 0 | 0 | 2026-09-15 15:57:29 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_QuotaHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDaily.IX_ShiftMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDaily.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_StaffingLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileSnapshot.IX_ShiftLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_ForecastAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_PricingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_SalesMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchResult.IX_AssetHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchResult.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_ShipmentAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_ShiftStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_CatalogStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_ShipmentQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_SettlementLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_BatchLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDetail.IX_MeterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDetail.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersAudit.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 45010 | 0 | 0 | 2026-09-16 01:00:31 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersAudit.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_MeterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_ForecastDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_LedgerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_ForecastHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingMonthly.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingMonthly.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSnapshot.IX_WarehouseHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 2 | never | 2026-07-19 18:17:25 | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 5491 | 53851 | 0 | 13 | 2026-09-16 01:01:34 | 2026-07-19 18:17:25 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_BatchMonthly | 2 | NONCLUSTERED | Y | 192 | 0 | 0 | 96 | 2026-09-15 09:45:45 | 2026-07-19 18:17:25 | USED | keep — in use | ||||
| host-947.dbo.ClaimHeader.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 48 | 0 | 144 | 96 | 2026-09-15 09:45:45 | 2026-07-19 18:17:25 | USED | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStaging.IX_ShiftStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHeader.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 995 | never | 2026-07-19 18:17:26 | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_CustomerHeader | 2 | NONCLUSTERED | 0 | 8 | 0 | 995 | 2026-09-15 09:45:45 | 2026-07-19 18:17:26 | USED | keep — in use | |||||
| host-947.dbo.BatchDetail.IX_CatalogHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 23215 | never | 2026-08-30 17:19:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_CatalogArchive | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 23215 | never | 2026-08-30 17:19:23 | UNUSED | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_TicketStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 23215 | never | 2026-08-30 17:19:14 | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchDetail.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 58155 | never | 2026-08-30 17:18:58 | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_CustomerSnapshot | 5 | NONCLUSTERED | 3473408 | 0 | 0 | 58155 | 2026-09-16 00:34:44 | 2026-08-30 17:19:19 | USED | keep — in use | |||||
| host-947.dbo.BatchDetail.IX_ShipmentAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 23215 | never | 2026-08-30 17:18:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 32 | 0 | 0 | 2026-09-15 15:50:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_SupplierResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketMonthly.IX_MeterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_BillingEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.PolicyEntry.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLog.IX_SalesDaily | 1 | CLUSTERED | Y | 396 | 0 | 0 | 0 | 2026-09-15 22:51:32 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_PayrollAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_MeterEntry | 2 | NONCLUSTERED | Y | 396 | 0 | 0 | 0 | 2026-09-15 22:51:32 | never | USED | keep — in use | ||||
| host-947.dbo.BillingHistory.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_SettlementStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_CustomerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_PricingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 966 | 0 | 0 | 966 | 2026-09-15 22:51:31 | 2026-09-08 00:19:39 | USED | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_BookingArchive | 1 | CLUSTERED | 188 | 0 | 100 | 966 | 2026-09-16 00:19:27 | 2026-09-08 07:33:36 | USED | KEEP — table storage | |||||
| host-947.dbo.QuotaDaily.IX_QuotaQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDaily.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 6584 | 0 | 0 | 346 | 2026-09-15 22:51:31 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 13329 | 0 | 0 | 2132 | 2026-09-15 22:51:32 | 2026-07-19 18:17:32 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_ShiftSummary | 5 | NONCLUSTERED | 686 | 0 | 0 | 6927 | 2026-09-15 16:54:30 | 2026-09-15 14:49:37 | USED | keep — in use | |||||
| host-947.dbo.SettlementEntry.IX_ClaimHeader | 4 | NONCLUSTERED | 19995 | 0 | 0 | 21364 | 2026-09-16 01:01:28 | 2026-09-15 14:49:36 | USED | keep — in use | |||||
| host-947.dbo.SettlementEntry.IX_MeterAudit | 2 | NONCLUSTERED | 16554 | 0 | 0 | 6990 | 2026-09-16 01:01:28 | 2026-09-15 14:21:30 | USED | keep — in use | |||||
| host-947.dbo.SettlementEntry.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 9014 | 0 | 45613 | 24483 | 2026-09-16 01:01:28 | 2026-09-15 14:47:43 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_WarehouseResult | 6 | NONCLUSTERED | 11255 | 0 | 0 | 6990 | 2026-09-16 01:01:28 | 2026-09-15 14:48:34 | USED | keep — in use | |||||
| host-947.dbo.SettlementEntry.IX_LedgerResult | 7 | NONCLUSTERED | Y | 729 | 0 | 0 | 6927 | 2026-09-15 22:51:27 | 2026-09-15 14:48:34 | USED | keep — in use | ||||
| host-947.dbo.SettlementEntry.IX_PayrollResult | 3 | NONCLUSTERED | 406 | 0 | 0 | 6990 | 2026-09-15 22:48:31 | 2026-09-15 14:48:33 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 1777 | 8 | 0 | 0 | 2026-09-16 00:06:26 | 2026-03-29 20:53:37 | USED | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:37 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 18857 | 0 | 409 | 5537 | 2026-09-16 00:19:27 | 2026-09-10 09:37:43 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_CampaignQueue | 3 | NONCLUSTERED | 355 | 0 | 0 | 693 | 2026-09-15 17:12:37 | 2026-09-10 09:40:43 | USED | keep — in use | |||||
| host-947.dbo.ShiftDaily.IX_InvoiceStatus | 4 | NONCLUSTERED | Y | 4902 | 0 | 0 | 693 | 2026-09-15 22:51:32 | 2026-09-10 09:40:44 | USED | keep — in use | ||||
| host-947.dbo.ShiftDaily.IX_ClaimSummary | 2 | NONCLUSTERED | 763 | 0 | 0 | 693 | 2026-09-15 22:48:31 | 2026-09-10 09:40:40 | USED | keep — in use | |||||
| host-947.dbo.AssetArchive.IX_CustomerQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetArchive.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_SettlementStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_CustomerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_SalesMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSummary.IX_SettlementLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_BillingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_ForecastHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_OrdersAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDaily.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_CampaignHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDaily.IX_BookingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingArchive.IX_RouteAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingArchive.IX_ShipmentHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSummary.IX_RosterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollSummary.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.PK_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.PK_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:52:25 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.PK_SupplierStaging | 1 | CLUSTERED | Y | Y | 31594 | 0 | 0 | 0 | 2026-09-15 23:22:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.PK_ShiftSummary | 1 | CLUSTERED | Y | Y | 9017 | 0 | 0 | 0 | 2026-09-16 01:01:28 | 2026-03-29 20:53:29 | USED | KEEP — primary key | |||
| host-947.dbo.BillingQueue.PK_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.PK_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.UQ_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.PK_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.UQ_StaffingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStatus.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 69 | 17 | 0 | 0 | 2026-09-14 07:35:55 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.PK_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:42 | 2026-03-29 20:53:37 | USED | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:37 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:38 | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_RouteMonthly | 2 | NONCLUSTERED | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:42 | 2026-03-29 20:53:38 | USED | keep — in use | ||||
| host-947.dbo.BatchMonthly.PK_ShipmentHeader | 1 | CLUSTERED | Y | Y | 240 | 0 | 0 | 0 | 2026-09-15 16:26:30 | 2026-03-29 20:53:38 | USED | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_RosterLine | 2 | NONCLUSTERED | Y | 0 | 34 | 0 | 0 | 2026-09-14 07:35:42 | 2026-03-29 20:53:38 | USED | keep — in use | ||||
| host-947.dbo.MeterArchive.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:38 | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_CustomerAudit | 2 | NONCLUSTERED | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:42 | 2026-03-29 20:53:38 | USED | keep — in use | ||||
| host-947.dbo.MeterArchive.IX_ForecastLine | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:38 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingAudit.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_ClaimAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_QuotaHistory | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_InvoiceArchive | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_OrdersArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_BillingEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_AssetStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_CampaignLine | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_ForecastSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_SupplierSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_ShipmentArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHistory.IX_MeterLog | 12 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_SalesEntry | 1 | CLUSTERED | 10955 | 0 | 0 | 0 | 2026-09-15 16:14:16 | never | USED | KEEP — table storage | |||||
| host-947.dbo.RouteHistory.IX_PolicySummary | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 9 | 0 | 0 | 0 | 2026-09-14 12:54:00 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_CustomerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStaging.IX_BatchDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStaging.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_SettlementStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 28 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogResult.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 91 | 0 | 28 | 2026-09-15 16:14:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_PricingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStaging.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSnapshot.IX_MeterSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_TicketQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingSnapshot.IX_StaffingHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_TerritoryQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_SupplierMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_BillingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_PricingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_PricingLine | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_CatalogStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_TicketStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_QuotaMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_WarehouseMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchAudit.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_BatchMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_QuotaDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_WarehouseHistory | 1 | CLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-08 09:50:04 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastAudit.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_CampaignDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_TicketQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_BookingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftQueue.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftQueue.IX_LedgerMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftQueue.IX_ReconcileStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_BookingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_ContractDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_ShiftHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_AssetDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PricingDetail.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_CampaignStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_CampaignLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyAudit.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_PayrollMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_StaffingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_SettlementHistory | 3 | NONCLUSTERED | 14 | 0 | 0 | 0 | 2026-09-15 13:16:09 | never | USED | keep — in use | |||||
| host-947.dbo.ClaimLog.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_WarehouseArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_QuotaLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteHeader.IX_ShipmentHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_PricingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignEntry.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_PayrollSnapshot | 1 | CLUSTERED | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | |||||
| host-947.dbo.SupplierSummary.IX_InvoiceAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:38 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_RouteDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:38 | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHistory.IX_ShiftLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHistory.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLog.IX_TerritoryStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingEntry.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_ForecastHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileAudit.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_SupplierSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_StaffingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_RouteResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDaily.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDaily.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_ReconcileHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_SettlementAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_ShipmentAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHistory.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStaging.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseMonthly.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLog.IX_StaffingSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogArchive.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_CampaignAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterStaging.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStaging.IX_LedgerSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_AssetDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_WarehouseStaging | 1 | CLUSTERED | Y | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_ShipmentResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_ContractDetail | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_SettlementLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDaily.IX_BookingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_SupplierResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStatus.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 8 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_CustomerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_StaffingStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_TerritoryStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_ReconcileDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_CampaignHeader | 1 | CLUSTERED | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | |||||
| host-947.dbo.BatchSummary.IX_OrdersStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_SalesMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_ClaimLine | 1 | CLUSTERED | 6 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ReconcileStaging.IX_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_CustomerEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_ClaimQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStaging.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStaging.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_SalesResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSnapshot.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_ContractLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryLog.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_SalesDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_SalesQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLine.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_InvoiceDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStatus.IX_BillingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStatus.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_SupplierLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollResult.IX_BatchArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_MeterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_SettlementStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_CustomerResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHeader.IX_ClaimArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_WarehouseDetail | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_OrdersEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteSnapshot.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_BookingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_PolicySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_ForecastHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHistory.IX_OrdersDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_SettlementArchive | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingQueue.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_AssetEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStatus.IX_TerritoryStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_BatchAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStatus.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_OrdersHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_CatalogSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHeader.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSnapshot.IX_WarehouseArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_AssetDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSnapshot.IX_ShipmentSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_PolicyStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_TicketResult | 1 | CLUSTERED | Y | 46 | 0 | 0 | 0 | 2026-09-15 13:03:28 | 2026-03-29 20:53:39 | USED | KEEP — table storage | ||||
| host-947.dbo.TerritorySummary.IX_PayrollQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:39 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_BillingResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_BatchHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_SalesResult | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_SalesLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_CampaignHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDaily.IX_ForecastLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignLog.IX_BatchResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 6554 | never | 2026-07-19 18:17:33 | UNUSED | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 6554 | never | 2026-07-19 18:17:34 | UNUSED | review carefully — unique | ||||
| host-947.dbo.BillingDaily.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierMonthly.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_PolicyStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersEntry.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_TerritoryResult | 1 | CLUSTERED | Y | Y | 176401 | 139648 | 0 | 0 | 2026-09-15 23:39:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_LedgerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_ClaimSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_QuotaQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 1 | 2026-09-11 15:18:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_ContractStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_OrdersLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_TicketLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_ReconcileAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_BookingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_BillingHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_ClaimDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDaily.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_SalesQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_SupplierArchive | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_CustomerHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_BatchDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_PricingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterResult.IX_ReconcileStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSnapshot.IX_BatchHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_StaffingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_SupplierStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryMonthly.IX_ShiftResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_ReconcileSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_ClaimResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceArchive.IX_RosterLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceArchive.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceArchive.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 18136 | 132615 | 0 | 0 | 2026-09-15 23:01:18 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_MeterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchMonthly.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLine.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStatus.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesResult.IX_ClaimDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_BatchStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_SupplierStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentMonthly.IX_TicketArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:40 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_PricingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:40 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_RosterAudit | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:47 | 2026-03-29 20:53:40 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_SupplierHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_BillingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_ClaimArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_AssetDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHistory.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_OrdersSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDetail.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_MeterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftMonthly.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_AssetSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_ContractDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceMonthly.IX_BookingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceMonthly.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_CustomerDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_LedgerSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 4 | 0 | 0 | 2026-09-14 12:34:25 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_PolicyHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_BatchLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStaging.IX_LedgerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_StaffingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_LedgerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_QuotaDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_PayrollDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerStatus.IX_ContractLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerStatus.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSnapshot.IX_PricingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_CatalogHeader | 3 | NONCLUSTERED | 31 | 0 | 0 | 0 | 2026-09-15 20:40:55 | 2026-03-29 20:53:40 | USED | keep — in use | |||||
| host-947.dbo.ShiftDetail.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 36190 | 581 | 899521 | 0 | 2026-09-15 23:36:09 | 2026-03-29 20:53:40 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_ClaimArchive | 2 | NONCLUSTERED | Y | 899747 | 0 | 0 | 0 | 2026-09-15 22:46:02 | 2026-03-29 20:53:40 | USED | keep — in use | ||||
| host-947.dbo.RosterSummary.IX_BookingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_CatalogLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_LedgerMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_ShiftLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_InvoiceQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_CampaignHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLine.IX_ClaimMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLine.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_LedgerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_ShiftArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesResult.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollLog.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSnapshot.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftAudit.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 12 | 0 | 0 | 0 | 2026-09-15 15:01:31 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_CustomerQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractDaily.IX_SupplierSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterDaily.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDaily.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_QuotaArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStaging.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_ContractSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftMonthly.IX_QuotaStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftMonthly.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_ReconcileEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_ForecastHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_BookingSummary | 1 | CLUSTERED | Y | Y | 0 | 9 | 0 | 0 | 2026-09-15 15:50:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterAudit.IX_ShiftHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaEntry.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDetail.IX_ContractHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDetail.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingQueue.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_WarehouseStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_BillingLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_TerritoryMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_ForecastLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 23044 | 0 | 0 | 0 | 2026-09-15 16:29:16 | 2026-03-29 20:53:41 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_RosterSnapshot | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryMonthly.IX_OrdersStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_OrdersHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 48 | 0 | 0 | 0 | 2026-09-15 15:55:01 | never | USED | keep — in use | ||||
| host-947.dbo.LedgerDaily.IX_StaffingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_CustomerAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_AssetLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_ForecastStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_LedgerStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierEntry.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_RosterAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSummary.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_ReconcileQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSummary.IX_SettlementSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_PricingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_PolicyDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_SalesDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_ForecastDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_RouteResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_TerritoryStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHeader.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_WarehouseSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_InvoiceHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterQueue.IX_OrdersStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterQueue.IX_BookingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterQueue.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_BookingSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterQueue.IX_CustomerSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetArchive.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetArchive.IX_PayrollStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStatus.IX_TerritoryStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaStatus.IX_SalesDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStatus.IX_LedgerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_SettlementStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_SalesLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_ClaimDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_StaffingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_AssetEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_ShiftEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_RosterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStaging.IX_ContractStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_PolicyHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingQueue.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_ContractHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_TicketArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_PolicyStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_QuotaLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_ShiftDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_BatchSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_SalesMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_OrdersHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_BillingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_RouteSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingEntry.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingEntry.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_SettlementLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_AssetLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStatus.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_WarehouseSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_MeterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_CustomerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_LedgerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_SupplierStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_MeterHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_ShipmentHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_QuotaEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_BatchStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_QuotaResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_BookingResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_WarehouseDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_BatchLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_ReconcileMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteLog.IX_BatchSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHeader.IX_SupplierArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ContractHeader.IX_ShipmentSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_CatalogAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_MeterDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_BookingDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHeader.IX_ShiftEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_ContractHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_QuotaStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHeader.IX_ClaimEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryArchive.IX_CatalogSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryArchive.IX_TicketHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryArchive.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_AssetAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryArchive.IX_AssetDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaStatus.IX_WarehouseDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStatus.IX_RouteArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_BillingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketEntry.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_WarehouseStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_BillingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_CampaignSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesArchive.IX_BillingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_LedgerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_SalesResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHeader.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceAudit.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDaily.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_SettlementAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractArchive.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDetail.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_TicketLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerMonthly.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSummary.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_BatchEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStaging.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_BillingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_PayrollAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryArchive.IX_AssetHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryArchive.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_PolicyLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_TicketDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_ReconcileQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_QuotaDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_CampaignLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStaging.IX_CustomerAudit | 3 | NONCLUSTERED | 1076 | 0 | 0 | 0 | 2026-09-15 20:36:58 | never | USED | keep — in use | |||||
| host-947.dbo.ShiftStaging.IX_QuotaLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_SupplierStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_StaffingLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseHistory.IX_TicketDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseHistory.IX_ClaimHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseHistory.IX_CampaignAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseHistory.IX_SalesLog | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseHistory.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHistory.IX_AssetDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_RosterHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_WarehouseSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_RosterMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierLine.IX_ClaimResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_QuotaSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDaily.IX_CatalogDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_ShiftSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_StaffingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSummary.IX_CampaignLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSummary.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseEntry.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLog.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLog.IX_BookingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_BatchEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_BatchEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_BookingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_RouteHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_StaffingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLog.IX_CustomerQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_BookingResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLog.IX_BillingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_ClaimSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_PolicySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_BillingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_PayrollLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_RouteLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_ForecastAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSummary.IX_ClaimAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_ContractResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.CatalogAudit.IX_ShiftLog | 2 | NONCLUSTERED | Y | 1474 | 0 | 0 | 0 | 2026-09-15 23:35:45 | 2026-03-29 20:53:41 | USED | keep — in use | ||||
| host-947.dbo.CatalogAudit.IX_SettlementDetail | 1 | CLUSTERED | Y | Y | 89942 | 0 | 0 | 0 | 2026-09-15 17:42:38 | 2026-03-29 20:53:41 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_RouteStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_SupplierAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollQueue.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_WarehouseMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_ContractEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_PricingDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_InvoiceHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_CampaignDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_TicketDetail | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSummary.IX_QuotaDetail | 1 | CLUSTERED | Y | Y | 39 | 0 | 0 | 0 | 2026-09-15 11:48:29 | 2026-03-29 20:53:41 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDaily.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_TicketAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_SupplierDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStatus.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStatus.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_ShiftStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSnapshot.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSnapshot.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_SettlementQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_CatalogHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_ClaimStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_BillingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterArchive.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 0 | 1443 | 0 | 0 | 2026-09-15 08:47:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_RosterSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesAudit.IX_ShiftEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesAudit.IX_QuotaHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_StaffingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_PricingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterAudit.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_ContractHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesArchive.IX_ShiftAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_ContractDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_PricingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignArchive.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_StaffingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_RosterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_PricingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_AssetLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_BatchResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastSnapshot.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_QuotaDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractQueue.IX_CatalogDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_RouteLine | 2 | NONCLUSTERED | Y | 10 | 0 | 0 | 10 | 2026-09-15 08:55:33 | never | USED | keep — in use | ||||
| host-947.dbo.ShiftResult.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 10 | 0 | 10 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_RouteSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_BookingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_ForecastQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_InvoiceLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterArchive.IX_CustomerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_MeterStaging | 1 | CLUSTERED | Y | 8617 | 0 | 0 | 0 | 2026-09-15 15:15:45 | never | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_MeterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingArchive.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_SalesResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_ContractQueue | 1 | CLUSTERED | Y | 24 | 0 | 0 | 1 | 2026-09-15 15:03:28 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierStaging.IX_ContractResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierStaging.IX_CustomerStatus | 3 | NONCLUSTERED | Y | 175 | 0 | 0 | 0 | 2026-09-15 16:28:10 | never | USED | keep — in use | ||||
| host-947.dbo.SupplierStaging.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 175 | 0 | 2026-09-15 16:28:10 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_WarehouseStaging | 2 | NONCLUSTERED | Y | 494324 | 0 | 0 | 6 | 2026-09-15 23:35:44 | 2026-07-19 18:17:35 | USED | keep — in use | ||||
| host-947.dbo.ReconcileStaging.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 7606 | 1979 | 6 | 2026-09-15 23:35:44 | 2026-07-19 18:17:35 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStaging.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:41 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_SalesDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLog.IX_OrdersResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 150 | 0 | 0 | 2026-09-15 16:28:10 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 133 | 0 | 0 | 0 | 2026-09-15 14:00:05 | 2026-03-29 20:53:42 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_CustomerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_AssetLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStaging.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_LedgerSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_TicketDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDaily.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_RouteStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftEntry.IX_SalesMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetArchive.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_SalesSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDaily.IX_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_ForecastStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_SettlementDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchArchive.IX_CatalogLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_OrdersSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_LedgerMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_WarehouseStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_StaffingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_QuotaHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_TicketQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_OrdersDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastResult.IX_SupplierArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastResult.IX_ShipmentHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastResult.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_CampaignDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastResult.IX_TicketResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLine.IX_CustomerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLine.IX_InvoiceMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLine.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLine.IX_ClaimAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDaily.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_ClaimLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStatus.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_ShipmentSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDetail.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_RosterStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLine.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLine.IX_CatalogMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_MeterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSummary.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_ForecastResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_TicketHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_BookingStatus | 3 | NONCLUSTERED | 7 | 0 | 0 | 0 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.ContractQueue.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_ClaimHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryMonthly.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_OrdersArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterAudit.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketEntry.IX_ContractHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_RouteEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 1785 | 0 | 0 | 0 | 2026-09-15 20:46:44 | 2026-03-29 20:53:42 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_QuotaAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 671 | never | 2026-07-19 18:17:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentStaging.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 537 | 671 | 2026-09-15 17:35:14 | 2026-07-19 18:17:35 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_AssetArchive | 2 | NONCLUSTERED | 537 | 0 | 0 | 671 | 2026-09-15 17:35:14 | 2026-07-19 18:17:35 | USED | keep — in use | |||||
| host-947.dbo.BatchArchive.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_PolicyDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_BillingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_ClaimLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_PolicyStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_OrdersHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_SettlementEntry | 25 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDetail.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 16 | 0 | 0 | 0 | 2026-09-15 15:01:31 | 2026-03-29 20:53:42 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingDetail.IX_ContractSnapshot | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_BookingResult | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_ContractLog | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_WarehouseLog | 18 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_RosterEntry | 22 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_AssetDaily | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_RosterDaily | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_BillingSnapshot | 20 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_LedgerSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_LedgerMonthly | 21 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_InvoiceDaily | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_ContractAudit | 19 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_ShipmentDetail | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_ShiftArchive | 23 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_MeterHeader | 24 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_CatalogDaily | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_TicketHistory | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_RouteSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDetail.IX_PolicyStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_AssetDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_QuotaSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_RosterMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingResult.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_RouteSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_ShipmentStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketSummary.IX_SalesHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSummary.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ShiftResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterMonthly.IX_BillingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_StaffingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_WarehouseResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_SettlementEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_QuotaLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_RouteAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_ClaimAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSummary.IX_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_ReconcileMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_CampaignAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignArchive.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_TerritoryHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_OrdersLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_SalesLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHistory.IX_PricingDetail | 2 | NONCLUSTERED | Y | 89199 | 0 | 0 | 0 | 2026-09-15 17:42:38 | 2026-03-29 20:53:42 | USED | keep — in use | ||||
| host-947.dbo.ReconcileHistory.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 2154 | 0 | 0 | 0 | 2026-09-15 23:35:45 | 2026-03-29 20:53:42 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_PricingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_ForecastStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 58 | 0 | 0 | 0 | 2026-09-14 08:21:32 | 2026-03-29 20:53:42 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_CampaignLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLog.IX_LedgerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_AssetArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_ShiftHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_ClaimQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_OrdersAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyEntry.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_BatchStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLine.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStaging.IX_TicketSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_RouteHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_ReconcileResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_SalesEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingDetail.IX_TerritoryLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDetail.IX_ClaimSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_ForecastResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_ShipmentQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_PayrollEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_ShiftResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_PayrollLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_BatchArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterSnapshot.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_ContractStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimResult.IX_StaffingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignEntry.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_MeterSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_QuotaDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ShipmentLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_ForecastLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingAudit.IX_QuotaDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_MeterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_PricingDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_InvoiceLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignArchive.IX_LedgerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignArchive.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_RosterEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 5147 | 196878 | 0 | 0 | 2026-09-15 22:18:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_ForecastQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_OrdersHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_SupplierResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLine.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_SupplierEntry | 1 | CLUSTERED | Y | Y | 143723 | 0 | 6192 | 18 | 2026-09-15 23:35:43 | 2026-07-19 18:17:35 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_StaffingStaging | 2 | NONCLUSTERED | Y | 6059 | 0 | 0 | 18 | 2026-09-15 23:35:43 | 2026-07-19 18:17:35 | USED | keep — in use | ||||
| host-947.dbo.CustomerLine.IX_StaffingEntry | 3 | NONCLUSTERED | 191 | 0 | 0 | 18 | 2026-09-15 16:28:10 | 2026-07-19 18:17:35 | USED | keep — in use | |||||
| host-947.dbo.ClaimArchive.IX_ShipmentStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_TerritoryLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_ContractStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_BillingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSnapshot.IX_RouteMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSummary.IX_ShipmentAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_PolicySummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_CatalogAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHeader.IX_CatalogDetail | 1 | CLUSTERED | 36410 | 0 | 0 | 0 | 2026-09-15 23:35:43 | 2026-03-29 20:53:42 | USED | KEEP — table storage | |||||
| host-947.dbo.MeterLine.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLine.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHeader.IX_RouteHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_OrdersQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_PolicyResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_TicketHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 248 | 54 | 0 | 0 | 2026-09-15 16:28:23 | 2026-03-29 20:53:42 | USED | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyQueue.IX_AssetLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:42 | COLD | review, then DROP | |||||
| host-947.dbo.PolicyQueue.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 50 | 0 | 0 | 0 | 2026-09-15 16:28:23 | 2026-03-29 20:53:42 | USED | keep — in use | ||||
| host-947.dbo.PolicyQueue.IX_WarehouseResult | 1 | CLUSTERED | Y | Y | 15280 | 22143 | 50 | 0 | 2026-09-15 23:35:43 | 2026-03-29 20:53:42 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_AssetHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_PolicyLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_ReconcileDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyAudit.IX_QuotaAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_PricingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierArchive.IX_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_QuotaResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingArchive.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_BookingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSnapshot.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_TerritoryAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHistory.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_ShipmentLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_CampaignQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryMonthly.IX_ClaimStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryMonthly.IX_QuotaHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStatus.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_QuotaSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteResult.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_OrdersDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_SalesMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSnapshot.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_AssetDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLog.IX_MeterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLog.IX_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_RosterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_PolicyEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastArchive.IX_TerritoryResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastArchive.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_CampaignLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterEntry.IX_CampaignHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_LedgerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_AssetStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_TerritoryLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_SalesHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_ReconcileLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_BookingLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_BatchStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_LedgerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesHistory.IX_TerritorySummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHistory.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLog.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLog.IX_BookingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_SettlementAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_PolicyEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_CustomerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_PricingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_ForecastStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingMonthly.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingMonthly.IX_CampaignDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_PayrollMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_AssetMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_BookingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStaging.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_PricingDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingArchive.IX_PolicyStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingArchive.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_BillingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_RouteDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_MeterSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetStatus.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetStatus.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_CustomerEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignResult.IX_WarehouseSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignResult.IX_ReconcileDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_ContractLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_RouteArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_RosterQueue | 1 | CLUSTERED | Y | Y | 536 | 0 | 0 | 0 | 2026-09-15 15:50:54 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_TerritoryResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterArchive.IX_MeterResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_RosterEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterArchive.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_BillingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftHeader.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_ShipmentArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingResult.IX_ShipmentEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_StaffingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_SalesArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_CampaignSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_BookingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSummary.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_ForecastDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_BatchQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_QuotaAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_WarehouseMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingQueue.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingQueue.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_ForecastHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDaily.IX_PayrollLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDaily.IX_ShiftResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDaily.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_TicketEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHistory.IX_CatalogHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileHistory.IX_SettlementSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStatus.IX_BookingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimStatus.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimEntry.IX_BatchArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimEntry.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_ContractMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_CatalogAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_PayrollMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_BatchHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementEntry.IX_CampaignStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersEntry.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStaging.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_PayrollHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStaging.IX_ShiftStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySnapshot.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_BookingHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_RouteStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesEntry.IX_StaffingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesEntry.IX_WarehouseHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_RosterDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_ClaimStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_ShiftEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_InvoiceAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_MeterHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_SalesQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_BookingHistory | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStatus.IX_OrdersLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_PolicyHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_OrdersResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_ForecastQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_RosterHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_ClaimDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_BatchLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignAudit.IX_PolicyEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_PayrollDetail | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSummary.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSummary.IX_TerritoryResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSummary.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLog.IX_RosterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogLog.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_InvoiceLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_SupplierResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_BatchQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_StaffingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_PayrollResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_SalesStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaEntry.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaEntry.IX_OrdersHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_ShiftStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_PayrollEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_SalesSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_PayrollHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_RouteStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerEntry.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_InvoiceDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_TicketEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_PolicyResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryQueue.IX_CampaignArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStatus.IX_CampaignAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStatus.IX_SalesArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStatus.IX_ShiftStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_SupplierQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceAudit.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_CustomerAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceAudit.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_QuotaResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceAudit.IX_ReconcileSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStatus.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStatus.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_SettlementResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDaily.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDaily.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_PolicyDaily | 3 | NONCLUSTERED | 8 | 0 | 0 | 0 | 2026-09-15 14:00:06 | never | USED | keep — in use | |||||
| host-947.dbo.PayrollSnapshot.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_LedgerDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketQueue.IX_ContractLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_TicketHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStaging.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementAudit.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_ContractSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_SettlementLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDaily.IX_CustomerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_SupplierStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_SupplierQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLine.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_CampaignArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_MeterAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_BatchLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHistory.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_InvoiceHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_SupplierStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerDaily.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDaily.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHeader.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHeader.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_QuotaStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_RouteAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_PayrollLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceDetail.IX_TerritoryHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_ShiftMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_MeterSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_SettlementEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingResult.IX_PolicySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_CampaignQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_ShipmentStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_CampaignDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_OrdersLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_PayrollStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_TerritoryDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogSummary.IX_StaffingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogSummary.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_OrdersLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSummary.IX_RosterHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_PayrollHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_StaffingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_ContractStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_LedgerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLine.IX_LedgerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_RosterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_ShipmentSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_BookingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentResult.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentResult.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_TicketHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLine.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHeader.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_SettlementQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_ReconcileSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_InvoiceSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentQueue.IX_RosterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentQueue.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_RouteAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileQueue.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_ContractEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetQueue.IX_SupplierAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetQueue.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_StaffingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterEntry.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterEntry.IX_TicketHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_SalesArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHistory.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_ShipmentAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftAudit.IX_MeterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_PayrollDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyResult.IX_BatchResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyResult.IX_ShiftStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyResult.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_BatchEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_OrdersStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_OrdersHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_ShipmentLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_CatalogDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_AssetStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterEntry.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_BookingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_TicketHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_ShipmentDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerLine.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_BillingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_ShipmentStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_AssetSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_WarehouseDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_BatchResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 2237 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 2237 | 0 | 0 | 2237 | 2026-09-15 16:14:16 | never | USED | keep — in use | ||||
| host-947.dbo.ClaimAudit.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimAudit.IX_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_CatalogStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_ClaimQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceEntry.IX_RouteSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceEntry.IX_SettlementLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceEntry.IX_SalesStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_ClaimLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_LedgerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_SupplierQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_ReconcileLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHeader.IX_OrdersResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_BillingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_BillingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_QuotaEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_PayrollDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_RosterDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_MeterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_BillingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceQueue.IX_BillingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStaging.IX_CampaignQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_BatchMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDaily.IX_WarehouseHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDaily.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_CatalogAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDaily.IX_LedgerStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchHistory.IX_ForecastResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHistory.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_ShipmentDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_InvoiceLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHistory.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSummary.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHeader.IX_PricingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHeader.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_TerritoryAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastResult.IX_MeterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastResult.IX_ContractSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_SupplierLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_TerritoryLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyEntry.IX_RouteSummary | 1 | CLUSTERED | Y | Y | 0 | 30 | 0 | 0 | 2026-09-14 07:37:25 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_RosterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_LedgerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHistory.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_BookingEntry | 3 | NONCLUSTERED | 14 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.ReconcileSummary.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 481 | 0 | 3 | 2026-09-15 08:47:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileSummary.IX_OrdersHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 3 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_TerritorySummary | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:44 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_PayrollDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:44 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_SalesSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:44 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_SettlementSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:44 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_WarehouseArchive | 1 | CLUSTERED | Y | Y | 102070 | 0 | 0 | 0 | 2026-09-15 23:35:45 | 2026-03-29 20:53:44 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_RouteArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:44 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_CampaignStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:44 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_PolicyArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:44 | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_ShipmentStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDaily.IX_TerritoryResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterEntry.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterEntry.IX_PricingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_CatalogResult | 4 | NONCLUSTERED | 12940 | 0 | 0 | 534 | 2026-09-15 22:50:24 | 2026-08-28 09:06:09 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_BatchQueue | 12 | NONCLUSTERED | 0 | 0 | 0 | 534 | never | 2026-08-28 09:06:02 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyStaging.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 1900 | 325 | 47381 | 1380 | 2026-09-15 22:50:24 | 2026-08-28 09:06:44 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyStaging.IX_SupplierLog | 7 | NONCLUSTERED | 12691 | 64 | 0 | 534 | 2026-09-15 16:12:02 | 2026-08-28 09:05:51 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_ReconcileSummary | 9 | NONCLUSTERED | 8 | 0 | 0 | 1380 | 2026-09-12 13:10:49 | 2026-08-28 09:05:53 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_StaffingArchive | 8 | NONCLUSTERED | 15731 | 0 | 0 | 1380 | 2026-09-15 20:36:58 | 2026-08-28 09:05:52 | USED | keep — in use | |||||
| host-947.dbo.PolicyStaging.IX_CampaignArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 534 | never | 2026-08-28 09:06:24 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyStaging.IX_ReconcileResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 534 | never | 2026-08-28 09:06:12 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyStaging.IX_CampaignQueue | 10 | NONCLUSTERED | 0 | 0 | 0 | 534 | never | 2026-08-28 09:05:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyStaging.IX_ContractHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 534 | never | 2026-08-28 09:07:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyStaging.IX_SalesHistory | 11 | NONCLUSTERED | 0 | 0 | 0 | 1380 | never | 2026-08-18 13:50:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyStaging.IX_CustomerStatus | 2 | NONCLUSTERED | 23204 | 0 | 0 | 534 | 2026-09-15 20:36:58 | 2026-08-28 09:05:51 | USED | keep — in use | |||||
| host-947.dbo.BookingMonthly.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_InvoiceLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentAudit.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentAudit.IX_ForecastMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentAudit.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHeader.IX_BatchAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_SalesEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_CatalogLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_PayrollEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_SupplierStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 534 | never | 2026-08-28 09:05:51 | UNUSED | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 534 | never | 2026-08-28 09:07:01 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_LedgerQueue | 5 | NONCLUSTERED | 1345 | 0 | 0 | 534 | 2026-09-15 16:08:48 | 2026-08-28 09:05:59 | USED | keep — in use | |||||
| host-947.dbo.PayrollHistory.IX_LedgerEntry | 1 | CLUSTERED | Y | 6924 | 0 | 1345 | 534 | 2026-09-15 20:36:04 | 2026-08-28 09:05:51 | USED | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_SupplierQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 534 | never | 2026-08-28 09:06:55 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_SalesResult | 3 | NONCLUSTERED | 73 | 0 | 0 | 514 | 2026-09-15 15:50:54 | 2026-08-18 19:48:33 | USED | keep — in use | |||||
| host-947.dbo.PolicyHeader.IX_BookingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 18 | 514 | 2026-09-10 13:28:02 | 2026-08-18 19:49:18 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyHeader.IX_BillingAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 514 | never | 2026-08-18 19:48:36 | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_SettlementHistory | 2 | NONCLUSTERED | 2906 | 0 | 0 | 514 | 2026-09-15 20:32:26 | 2026-08-18 19:49:09 | USED | keep — in use | |||||
| host-947.dbo.PolicyHeader.IX_PolicyStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 514 | never | 2026-08-18 19:48:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.RosterSnapshot.IX_StaffingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSnapshot.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_RosterEntry | 1 | CLUSTERED | Y | Y | 336 | 0 | 0 | 0 | 2026-09-15 15:55:01 | 2026-03-29 20:53:45 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_BatchHistory | 1 | CLUSTERED | Y | Y | 0 | 307 | 0 | 0 | 2026-09-15 16:12:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_RosterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerQueue.IX_ShiftStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_PricingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerQueue.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHistory.IX_SettlementLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_BookingHeader | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_RouteHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_LedgerResult | 14 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_ShiftDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_QuotaAudit | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_TicketSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_PricingResult | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_ClaimResult | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_PolicyStatus | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_BookingSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_ContractHeader | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_LedgerArchive | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryHistory.IX_PricingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_WarehouseStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_InvoiceArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_AssetStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_MeterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 534 | never | 2026-08-28 09:06:54 | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_ShipmentAudit | 1 | CLUSTERED | Y | 4754 | 0 | 0 | 5288 | 2026-09-15 20:36:04 | 2026-08-28 09:06:52 | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_RosterStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileResult.IX_RosterSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileResult.IX_RouteStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileResult.IX_RouteDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_InvoiceHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_PolicyStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_SupplierEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_ClaimLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_RosterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_TerritoryStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceStatus.IX_TerritoryQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLog.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingLog.IX_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_PayrollLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_SettlementQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSnapshot.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollMonthly.IX_MeterArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 15706 | never | 2026-09-09 14:37:10 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_BillingMonthly | 8 | NONCLUSTERED | 1167 | 0 | 0 | 15706 | 2026-09-15 20:36:58 | 2026-09-09 14:37:33 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_WarehouseHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 15706 | never | 2026-09-09 14:37:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | Y | 8554 | 0 | 0 | 15706 | 2026-09-15 16:29:18 | 2026-09-09 14:37:10 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_StaffingMonthly | 4 | NONCLUSTERED | 18496 | 0 | 0 | 15706 | 2026-09-15 16:29:18 | 2026-09-09 14:37:34 | USED | keep — in use | |||||
| host-947.dbo.PayrollMonthly.IX_CatalogArchive | 9 | NONCLUSTERED | 0 | 0 | 0 | 15706 | never | 2026-09-09 14:37:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_PayrollSummary | 7 | NONCLUSTERED | 0 | 0 | 0 | 15706 | never | 2026-09-09 14:37:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_CatalogMonthly | 1 | CLUSTERED | 99971 | 0 | 202949 | 15879 | 2026-09-15 23:35:45 | 2026-09-09 14:37:03 | USED | KEEP — table storage | |||||
| host-947.dbo.PayrollMonthly.IX_QuotaMonthly | 3 | NONCLUSTERED | 176595 | 0 | 0 | 15730 | 2026-09-15 21:03:08 | 2026-09-09 14:37:27 | USED | keep — in use | |||||
| host-947.dbo.SalesSnapshot.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 5531 | 11502 | 2026-09-15 16:29:17 | 2026-07-19 18:17:38 | USED | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_LedgerDetail | 2 | NONCLUSTERED | 9693 | 0 | 0 | 11502 | 2026-09-15 20:35:58 | 2026-09-09 14:34:26 | USED | keep — in use | |||||
| host-947.dbo.SalesSnapshot.IX_ShipmentDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 11502 | never | 2026-09-09 14:34:36 | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_RosterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractResult.IX_BookingEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 49 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractResult.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_BatchSummary | 1 | CLUSTERED | Y | 49 | 0 | 0 | 49 | 2026-09-15 10:00:20 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_PolicyArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierQueue.IX_CatalogEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterArchive.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_LedgerLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_ContractStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyMonthly.IX_OrdersStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyMonthly.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 22 | 0 | 0 | 0 | 2026-09-12 07:50:47 | 2026-03-29 20:53:46 | USED | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_ShiftArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLog.IX_CustomerDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_PayrollStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHeader.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaHeader.IX_QuotaDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDaily.IX_BatchMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementMonthly.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_SupplierLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_PolicyAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingQueue.IX_AssetMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHistory.IX_BatchHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHistory.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_BillingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignQueue.IX_SupplierResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignQueue.IX_BatchStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignQueue.IX_AssetArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_WarehouseResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignQueue.IX_WarehouseLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStatus.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_WarehouseLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_SalesHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_CustomerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_ShipmentStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritorySummary.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_CampaignEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_MeterSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesStatus.IX_SettlementSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStatus.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryEntry.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryEntry.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_LedgerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStatus.IX_PricingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_ClaimStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchArchive.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchArchive.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_PolicyQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteMonthly.IX_AssetResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_ContractStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSnapshot.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_WarehouseHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_RouteDetail | 1 | CLUSTERED | 6 | 0 | 0 | 0 | 2026-09-14 12:14:51 | 2026-03-29 20:53:46 | USED | KEEP — table storage | |||||
| host-947.dbo.StaffingSnapshot.IX_RouteQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSnapshot.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_OrdersResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLog.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceSnapshot.IX_ClaimLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_BatchStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_CustomerDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_ForecastSummary | 2 | NONCLUSTERED | Y | 18 | 0 | 0 | 0 | 2026-09-09 16:47:36 | 2026-03-29 20:53:46 | USED | keep — in use | ||||
| host-947.dbo.WarehouseDetail.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 4 | 0 | 0 | 0 | 2026-09-09 11:23:00 | 2026-03-29 20:53:46 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-12 14:43:06 | 2026-03-29 20:53:46 | USED | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDaily.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_WarehouseArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_BookingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_CustomerDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_PricingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaMonthly.IX_BatchMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_RosterLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLog.IX_PolicyAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_StaffingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_ForecastAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStaging.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_BatchSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_SupplierLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_CampaignSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesQueue.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_RosterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_ReconcileHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_AssetQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_MeterLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_AssetHeader | 2 | NONCLUSTERED | Y | Y | 41 | 0 | 0 | 0 | 2026-09-15 16:41:59 | 2026-03-29 20:53:46 | USED | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_RosterQueue | 1 | CLUSTERED | Y | 216371 | 957 | 1 | 0 | 2026-09-15 23:39:27 | 2026-03-29 20:53:46 | USED | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_CustomerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceSnapshot.IX_SalesDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierAudit.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_ForecastLog | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_LedgerDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_TerritorySnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_ShipmentLine | 1 | CLUSTERED | Y | 4 | 0 | 0 | 0 | 2026-09-09 11:23:00 | 2026-03-29 20:53:46 | USED | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_PayrollLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review, then DROP | |||||
| host-947.dbo.ShiftHeader.IX_CampaignEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review, then DROP | |||||
| host-947.dbo.ForecastResult.IX_TicketDaily | 1 | CLUSTERED | Y | Y | 6 | 0 | 0 | 0 | 2026-09-14 12:14:51 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_TerritoryDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerEntry.IX_AssetLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_PolicyHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_QuotaEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 4 | 0 | 0 | 2026-09-09 11:23:00 | 2026-03-29 20:53:46 | USED | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_QuotaDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_BookingStatus | 2 | NONCLUSTERED | Y | 18 | 0 | 0 | 0 | 2026-09-09 16:47:36 | 2026-03-29 20:53:46 | USED | keep — in use | ||||
| host-947.dbo.TicketAudit.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketAudit.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 86 | 0 | 0 | 0 | 2026-09-15 15:03:28 | 2026-03-29 20:53:46 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLine.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetLine.IX_MeterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_QuotaLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLog.IX_SupplierLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingLine.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_ContractDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHeader.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHeader.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLog.IX_PayrollHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLog.IX_ContractQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetHistory.IX_TicketStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_PolicyLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStaging.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_QuotaLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStaging.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_TicketEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_ReconcileHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_ShiftHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_ShipmentStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersEntry.IX_TicketSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_InvoiceDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyLog.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_InvoiceSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingResult.IX_WarehouseEntry | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-09 08:58:21 | 2026-03-29 20:53:46 | USED | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_BillingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_ShiftDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_CatalogLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterSummary.IX_SalesStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_BillingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLog.IX_TicketHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesLog.IX_BatchResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDaily.IX_ReconcileQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_RouteLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_SettlementDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_WarehouseQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_AssetLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterMonthly.IX_QuotaArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_SupplierLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHistory.IX_ReconcileAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review, then DROP | |||||
| host-947.dbo.TicketHistory.IX_PayrollStaging | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHistory.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 24 | 0 | 0 | 0 | 2026-09-14 12:14:51 | 2026-03-29 20:53:46 | USED | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_PricingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review, then DROP | |||||
| host-947.dbo.TicketHistory.IX_ShipmentDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:46 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_ContractAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_CustomerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_SalesSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 1066 | never | 2026-07-19 18:17:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_ClaimHistory | 4 | NONCLUSTERED | 1448 | 0 | 0 | 1117 | 2026-09-15 15:26:48 | 2026-07-19 18:17:39 | USED | keep — in use | |||||
| host-947.dbo.QuotaAudit.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 1904 | 15113 | 7925 | 1237 | 2026-09-15 23:01:16 | 2026-07-19 18:17:39 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_CampaignStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 1066 | never | 2026-07-19 18:17:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_ForecastLog | 3 | NONCLUSTERED | 55737 | 0 | 0 | 1117 | 2026-09-15 20:36:59 | 2026-07-19 18:17:39 | USED | keep — in use | |||||
| host-947.dbo.QuotaAudit.IX_PolicyArchive | 8 | NONCLUSTERED | 0 | 0 | 0 | 1066 | never | 2026-07-19 18:17:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_QuotaAudit | 9 | NONCLUSTERED | 0 | 0 | 0 | 1066 | never | 2026-07-19 18:17:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_LedgerDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 1066 | never | 2026-07-19 18:17:39 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaAudit.IX_PayrollResult | 2 | NONCLUSTERED | 5078 | 0 | 0 | 1066 | 2026-09-15 20:36:04 | 2026-07-19 18:17:39 | USED | keep — in use | |||||
| host-947.dbo.CatalogDaily.IX_BillingQueue | 3 | NONCLUSTERED | 1525 | 0 | 0 | 917 | 2026-09-15 20:36:58 | 2026-07-19 18:17:39 | USED | keep — in use | |||||
| host-947.dbo.CatalogDaily.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 83 | 0 | 0 | 917 | 2026-09-14 12:33:14 | 2026-07-19 18:17:39 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_CustomerSummary | 1 | CLUSTERED | Y | 9877 | 0 | 99 | 919 | 2026-09-15 23:01:16 | 2026-07-19 18:17:39 | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_LedgerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimMonthly.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-08 08:42:54 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_CustomerMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_ShipmentLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignAudit.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_RouteSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingSummary.IX_LedgerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSummary.IX_ClaimSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_RouteResult | 1 | CLUSTERED | Y | Y | 44456 | 0 | 0 | 16337 | 2026-09-15 23:35:45 | 2026-04-30 02:42:43 | USED | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_PricingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSnapshot.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_OrdersAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHistory.IX_CampaignHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDaily.IX_BookingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStatus.IX_ContractSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_ReconcileArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_SupplierEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_BookingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_CatalogHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogResult.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_SupplierArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceHeader.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHistory.IX_QuotaStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaHistory.IX_SettlementStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_ForecastSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_QuotaDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_ContractHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDetail.IX_ShiftQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDetail.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_SupplierMonthly | 1 | CLUSTERED | Y | Y | 0 | 729 | 0 | 0 | 2026-09-15 15:42:15 | 2026-06-21 17:38:25 | USED | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_PricingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-21 17:38:25 | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceMonthly.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:44 | 2026-03-29 20:53:47 | USED | keep — in use | ||||
| host-947.dbo.ReconcileQueue.IX_ReconcileMonthly | 1 | CLUSTERED | Y | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:44 | 2026-03-29 20:53:47 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_MeterResult | 1 | CLUSTERED | Y | Y | 0 | 34 | 0 | 0 | 2026-09-14 07:35:44 | 2026-03-29 20:53:47 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_SupplierQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_TerritoryLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignSummary.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_WarehouseLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierLog.IX_TicketDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_RosterHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterAudit.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileQueue.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHistory.IX_ShiftArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDetail.IX_SettlementStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_PolicyEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_SalesQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketArchive.IX_StaffingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_PricingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_RouteResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStatus.IX_SalesSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLine.IX_StaffingSnapshot | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_PayrollResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetStatus.IX_ReconcileQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_PolicyAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLog.IX_PayrollHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLog.IX_ReconcileHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchQueue.IX_CatalogStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollSnapshot.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_BookingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDaily.IX_TicketHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_TicketEntry | 1 | CLUSTERED | Y | Y | 30 | 0 | 0 | 0 | 2026-09-15 15:03:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_WarehouseLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftAudit.IX_MeterAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_CampaignLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDetail.IX_SupplierDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerAudit.IX_InvoiceStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_SupplierArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogLine.IX_QuotaLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogLine.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_SupplierLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryMonthly.IX_PayrollSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDetail.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchAudit.IX_SupplierStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLine.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_InvoiceQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_AssetResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_BookingArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_PricingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierMonthly.IX_MeterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_WarehouseLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHeader.IX_StaffingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_ReconcileLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_ClaimAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteArchive.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_TerritoryLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLog.IX_TicketStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyResult.IX_PayrollStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_BillingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_ShiftLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementResult.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_LedgerLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_InvoiceDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDetail.IX_CampaignArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_ContractLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHeader.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHeader.IX_RosterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetQueue.IX_ShipmentHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_InvoiceStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierLine.IX_BookingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_ShiftAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_CatalogLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_PolicyEntry | 1 | CLUSTERED | Y | Y | 481 | 0 | 0 | 0 | 2026-09-15 08:47:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_BookingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDaily.IX_CatalogDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLine.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_BillingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_InvoiceAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_PayrollSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractArchive.IX_ContractHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterResult.IX_BillingSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLog.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_CampaignQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStatus.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_WarehouseResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierResult.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_SalesLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSummary.IX_StaffingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerAudit.IX_WarehouseLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_QuotaEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesResult.IX_RouteResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_LedgerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_QuotaQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLine.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_QuotaDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLog.IX_BookingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_InvoiceArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_ContractArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLog.IX_RosterResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_LedgerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_BookingMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesResult.IX_QuotaEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogLog.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_PricingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftMonthly.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 220 | 0 | 0 | 0 | 2026-09-14 16:01:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_AssetDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHistory.IX_PayrollMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHistory.IX_SalesResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLine.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_StaffingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStaging.IX_StaffingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStatus.IX_BillingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftStatus.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStaging.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_ForecastEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerEntry.IX_SupplierDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_TerritoryStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_InvoiceLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_ContractLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseEntry.IX_ShipmentDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_ShipmentResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetEntry.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_AssetStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHistory.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_ClaimStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentResult.IX_SupplierQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingDetail.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_BillingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStaging.IX_SupplierStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStatus.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_PayrollStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_PayrollMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDaily.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_StaffingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStatus.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_ForecastAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_LedgerDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_OrdersDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteArchive.IX_CatalogHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_ShiftAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_RosterDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterQueue.IX_SupplierQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_TerritorySnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_ForecastEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteEntry.IX_CampaignSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteEntry.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_BatchMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_ShiftMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_PayrollHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogEntry.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogEntry.IX_LedgerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignEntry.IX_InvoiceQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_BillingResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingSnapshot.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 478946 | 0 | 0 | 0 | 2026-09-15 16:42:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_MeterSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHistory.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_ShipmentSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_RouteLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierMonthly.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHeader.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_StaffingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDetail.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_ContractResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDetail.IX_CatalogSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDetail.IX_PricingSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_PricingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesMonthly.IX_ContractStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesMonthly.IX_TicketHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_ContractHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_TicketStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterEntry.IX_CustomerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_RosterResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetQueue.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastEntry.IX_BatchHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_PayrollStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_QuotaSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_ReconcileLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollAudit.IX_RouteMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_BatchDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_AssetLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_PolicyDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_PayrollSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyArchive.IX_TicketHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStaging.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_CatalogQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySnapshot.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStatus.IX_ClaimQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStaging.IX_RosterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStaging.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractDetail.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_CampaignMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersResult.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_QuotaResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_BookingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDetail.IX_ContractStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_LedgerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_ContractLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaDaily.IX_ShiftDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_OrdersEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHistory.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHistory.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_BillingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentQueue.IX_LedgerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingSnapshot.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_WarehouseDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHeader.IX_StaffingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSnapshot.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_StaffingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_QuotaArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseQueue.IX_ReconcileQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaQueue.IX_ReconcileArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_RouteResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_StaffingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_InvoiceResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_RosterLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSnapshot.IX_ClaimLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_StaffingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteQueue.IX_MeterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDetail.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_MeterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteMonthly.IX_TicketHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDetail.IX_RouteDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingSnapshot.IX_TicketSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_MeterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_SupplierMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_MeterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_InvoiceDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerQueue.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStaging.IX_SupplierAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerEntry.IX_TicketHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftArchive.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftStaging.IX_WarehouseMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_AssetSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_QuotaAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaResult.IX_CampaignDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingQueue.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_ClaimDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_InvoiceDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyStatus.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_OrdersHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHistory.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_MeterArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_PolicyDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchDaily.IX_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDaily.IX_ForecastResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PayrollStaging.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStaging.IX_SupplierAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterSummary.IX_PayrollAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterSummary.IX_RouteLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterSummary.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_WarehouseQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_CampaignStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_MeterArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_PolicySnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHeader.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_LedgerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHeader.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_ReconcileStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHeader.IX_ClaimDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_WarehouseDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_SalesMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterAudit.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterAudit.IX_QuotaLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 70 | 0 | 2026-09-14 15:17:40 | never | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_AssetQueue | 3 | NONCLUSTERED | Y | 70 | 0 | 0 | 0 | 2026-09-14 15:17:40 | never | USED | keep — in use | ||||
| host-947.dbo.SettlementAudit.IX_PolicySnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_CustomerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_SettlementEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStaging.IX_SalesStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStaging.IX_ForecastAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_RosterLog | 1 | CLUSTERED | Y | Y | 54125 | 0 | 0 | 45154 | 2026-09-15 20:22:46 | 2026-07-19 18:17:39 | USED | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 45154 | never | 2026-07-19 18:17:40 | UNUSED | review carefully — unique | ||||
| host-947.dbo.ForecastDaily.IX_OrdersDetail | 4 | NONCLUSTERED | 7 | 2 | 0 | 13 | 2026-09-08 11:08:41 | 2026-07-19 18:17:42 | USED | keep — in use | |||||
| host-947.dbo.ForecastDaily.IX_BatchStaging | 1 | CLUSTERED | Y | Y | 5 | 5 | 8 | 14 | 2026-09-08 14:43:38 | 2026-07-19 18:17:42 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_AssetLog | 2 | NONCLUSTERED | 20 | 0 | 0 | 13 | 2026-09-08 14:43:38 | 2026-07-19 18:17:42 | USED | keep — in use | |||||
| host-947.dbo.ForecastDaily.IX_OrdersArchive | 3 | NONCLUSTERED | Y | 8 | 0 | 0 | 9 | 2026-09-08 14:43:38 | 2026-07-19 18:17:42 | USED | keep — in use | ||||
| host-947.dbo.TicketResult.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 1899 | 0 | 2026-09-15 16:20:54 | 2026-07-19 18:17:42 | USED | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ClaimHistory | 2 | NONCLUSTERED | 98 | 0 | 0 | 0 | 2026-09-15 15:17:48 | 2026-07-19 18:17:42 | USED | keep — in use | |||||
| host-947.dbo.TicketResult.IX_AssetLog | 5 | NONCLUSTERED | 1940 | 0 | 0 | 0 | 2026-09-15 20:43:55 | 2026-07-19 18:17:42 | USED | keep — in use | |||||
| host-947.dbo.TicketResult.IX_RosterEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:42 | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_AssetDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:42 | COLD | review, then DROP | |||||
| host-947.dbo.RouteMonthly.IX_PricingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 45 | 0 | 0 | 2026-09-14 10:09:52 | 2026-03-29 20:53:53 | USED | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_OrdersAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:53 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_MeterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:53 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_RosterLine | 1 | CLUSTERED | Y | 818 | 0 | 0 | 0 | 2026-09-15 22:38:41 | 2026-03-29 20:53:53 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_BillingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_PolicyAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_PricingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ForecastHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_ForecastHeader | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyEntry.IX_LedgerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_LedgerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_ForecastDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_SalesLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_BookingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHistory.IX_CustomerResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingEntry.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_SupplierHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStatus.IX_RouteQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_TicketStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterStatus.IX_PolicySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterStatus.IX_AssetStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_InvoiceSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShiftArchive.IX_ClaimDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_ReconcileLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_RouteResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_SettlementDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_SettlementLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDaily.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_CampaignStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_CustomerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:42 | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_QuotaSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:42 | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_BookingAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:42 | COLD | review, then DROP | |||||
| host-947.dbo.SalesLine.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:42 | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignMonthly.IX_LedgerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_ClaimHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementQueue.IX_CampaignMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementQueue.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementQueue.IX_MeterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_SalesSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:53 | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 10734 | 468887 | 0 | 0 | 2026-09-15 16:42:06 | 2026-03-29 20:53:53 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_ShipmentArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:53 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseArchive.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_CatalogLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingMonthly.IX_AssetLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_TicketResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_ClaimQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentEntry.IX_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentEntry.IX_QuotaHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingQueue.IX_TicketSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingQueue.IX_ClaimLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_WarehouseHeader | 2 | NONCLUSTERED | 311 | 0 | 0 | 311 | 2026-09-15 21:01:07 | never | USED | keep — in use | |||||
| host-947.dbo.StaffingDaily.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 311 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_PricingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 311 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentEntry.IX_ShipmentDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:53 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_ContractDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:53 | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHistory.IX_OrdersSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:53 | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHistory.IX_ContractAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDetail.IX_LedgerLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDaily.IX_AssetDaily | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-10 14:55:25 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingDaily.IX_CatalogLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDaily.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_ShiftHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignDetail.IX_ContractEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_TicketLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_BillingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_CampaignMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_TicketHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingArchive.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_InvoiceArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_ForecastDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_StaffingSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_QuotaResult | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDaily.IX_RosterAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDaily.IX_RosterDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_OrdersStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_MeterMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLog.IX_SupplierLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingLog.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_ReconcileHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollArchive.IX_LedgerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_CatalogDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignStatus.IX_BookingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_PricingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLog.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ReconcileQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingQueue.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ShiftLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDaily.IX_StaffingStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDaily.IX_ClaimStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDaily.IX_TicketSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDaily.IX_SalesArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_CatalogSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStaging.IX_InvoiceSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStaging.IX_SalesEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_ReconcileQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDaily.IX_InvoiceHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftAudit.IX_ReconcileStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftAudit.IX_CatalogAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_RosterHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_CustomerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_WarehouseLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaSummary.IX_ReconcileHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementStaging.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingArchive.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_PricingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_SalesResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_TicketStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementLine.IX_TicketLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_InvoiceDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDetail.IX_BillingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_TicketLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_SettlementDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSnapshot.IX_RosterSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_PricingMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHeader.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_CustomerDetail | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_PolicyHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_BillingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingHeader.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 52 | 0 | 0 | 0 | 2026-09-15 15:34:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_ReconcileResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_CustomerArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_ClaimLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_PricingStatus | 1 | CLUSTERED | Y | 156 | 0 | 0 | 0 | 2026-09-15 15:34:27 | never | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_AssetArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLine.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_BookingMonthly | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_MeterLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterQueue.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_CampaignLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterQueue.IX_CatalogAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_SettlementDetail | 22 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_SupplierAudit | 23 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_ShipmentArchive | 15 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_PolicyLine | 19 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_CampaignResult | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_TerritoryResult | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_MeterHeader | 20 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_TicketLine | 21 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_TicketSnapshot | 18 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_ClaimAudit | 17 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_CampaignEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_StaffingSnapshot | 14 | NONCLUSTERED | 52 | 0 | 0 | 0 | 2026-09-15 15:34:27 | never | USED | keep — in use | |||||
| host-947.dbo.ShiftArchive.IX_ClaimStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_ShiftSnapshot | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_SalesMonthly | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_SettlementArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_PricingQueue | 12 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_QuotaLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_SalesEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_StaffingSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_BookingHeader | 16 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_AssetHeader | 1 | CLUSTERED | 1498 | 52 | 52 | 0 | 2026-09-15 15:50:58 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ShiftArchive.IX_PricingAudit | 13 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogSummary.IX_ForecastSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogSummary.IX_RosterQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CatalogHistory.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_SupplierLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteArchive.IX_RouteSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteArchive.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_RosterLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileSnapshot.IX_MeterHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TicketLine.IX_ShiftDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceEntry.IX_BatchStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceEntry.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingAudit.IX_CustomerLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHeader.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_ShipmentSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceLine.IX_RosterStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-10 14:55:25 | 2026-03-29 20:53:53 | USED | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_ForecastLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:53 | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceEntry.IX_ForecastLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceEntry.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerMonthly.IX_RouteSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentAudit.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentAudit.IX_SupplierHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_SettlementEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerStatus.IX_WarehouseStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStatus.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_ShipmentAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSnapshot.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_ShiftQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_SupplierDaily | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_CatalogQueue | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_PricingHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_BookingLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSnapshot.IX_TerritoryQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_RouteHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftSnapshot.IX_RouteEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetQueue.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_CustomerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_BillingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_ShipmentStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_LedgerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_TerritoryStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_SupplierSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteLog.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_BillingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_BillingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSummary.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_MeterDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesSummary.IX_WarehouseEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHistory.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_PricingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_AssetStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_BatchMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_SettlementEntry | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_ShiftStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_ReconcileSummary | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_SettlementQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_PolicyDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierArchive.IX_BookingResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLog.IX_PayrollDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_PolicyResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_AssetSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CustomerSnapshot.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_SettlementStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSnapshot.IX_ForecastSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSnapshot.IX_CampaignResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketQueue.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_PolicyAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterEntry.IX_BillingResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_CatalogStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_CampaignStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_MeterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_TicketStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_BookingAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileHistory.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileHistory.IX_ForecastHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_PayrollLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_ContractHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractStatus.IX_ContractQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_QuotaArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_ReconcileDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_MeterDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_CustomerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_BatchSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_PricingSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_AssetHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_CustomerSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHistory.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_SalesHistory | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentHistory.IX_CustomerStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentHistory.IX_TerritoryDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseEntry.IX_OrdersLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_SupplierHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_PayrollArchive | 1 | CLUSTERED | Y | Y | 52 | 0 | 0 | 0 | 2026-09-15 15:34:27 | never | USED | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_ClaimMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogDaily.IX_SalesQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_RouteSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSnapshot.IX_ContractHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_PayrollResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileAudit.IX_BatchDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_ForecastDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileQueue.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_ContractLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDaily.IX_BookingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:54 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDaily.IX_ShipmentResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:53:54 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSnapshot.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_BookingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_RosterHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_ShipmentResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_PricingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_ContractLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_AssetHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaDetail.IX_RosterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_LedgerMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 16406 | 0 | 0 | 2026-09-15 22:18:01 | 2026-07-19 18:17:42 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_PolicyDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_WarehouseLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_ShiftResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftLog.IX_BookingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_OrdersArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSummary.IX_BatchSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileHeader.IX_SalesSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_PolicySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_PricingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDaily.IX_MeterEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignStatus.IX_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceDetail.IX_PolicyStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLog.IX_StaffingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementLog.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_BillingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_BatchEntry | 1 | CLUSTERED | Y | Y | 0 | 35 | 0 | 0 | 2026-09-11 08:26:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHeader.IX_RosterResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_TicketStatus | 2 | NONCLUSTERED | Y | 35 | 0 | 0 | 0 | 2026-09-11 08:26:08 | never | USED | keep — in use | ||||
| host-947.dbo.LedgerQueue.IX_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 35 | 0 | 2026-09-11 08:26:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | 35 | 0 | 0 | 0 | 2026-09-11 08:26:08 | never | USED | keep — in use | ||||
| host-947.dbo.BatchQueue.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 35 | 0 | 2026-09-11 08:26:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileAudit.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileAudit.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHistory.IX_SettlementArchive | 2 | NONCLUSTERED | Y | 35 | 0 | 0 | 0 | 2026-09-11 08:26:08 | never | USED | keep — in use | ||||
| host-947.dbo.BillingHistory.IX_ContractArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 35 | 0 | 2026-09-11 08:26:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyStatus.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | 33536 | 0 | 0 | 0 | 2026-09-15 14:53:49 | never | USED | keep — in use | ||||
| host-947.dbo.PolicyStatus.IX_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 33536 | 0 | 2026-09-15 14:53:49 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_CatalogDaily | 2 | NONCLUSTERED | Y | 600308 | 0 | 0 | 0 | 2026-09-15 16:51:54 | 2026-07-19 18:17:42 | USED | keep — in use | ||||
| host-947.dbo.SupplierResult.IX_QuotaSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 600308 | 0 | 2026-09-15 16:51:54 | 2026-07-19 18:17:42 | USED | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_PolicyDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketStaging.IX_OrdersSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStaging.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_SettlementEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 336 | 0 | 0 | 2026-09-15 17:57:25 | 2026-07-19 18:17:42 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStaging.IX_TicketStatus | 2 | NONCLUSTERED | Y | 1337 | 0 | 0 | 0 | 2026-09-15 17:56:19 | 2026-07-19 18:17:43 | USED | keep — in use | ||||
| host-947.dbo.ShipmentStaging.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 518 | 1005 | 0 | 2026-09-15 17:56:19 | 2026-07-19 18:17:43 | USED | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLog.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | 5047 | 330 | 0 | 9 | 2026-09-15 17:56:06 | 2026-07-19 18:17:43 | USED | keep — in use | ||||
| host-947.dbo.PolicyLog.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 16 | 57 | 4462 | 20 | 2026-09-15 17:56:06 | 2026-07-19 18:17:43 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 804 | 0 | 0 | 0 | 2026-09-15 17:56:22 | 2026-07-19 18:17:43 | USED | keep — in use | ||||
| host-947.dbo.CampaignSummary.IX_SupplierDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 358 | 0 | 2026-09-15 17:56:21 | 2026-07-19 18:17:43 | USED | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_BatchSummary | 2 | NONCLUSTERED | Y | 9246 | 0 | 0 | 0 | 2026-09-15 17:56:23 | 2026-03-29 20:53:54 | USED | keep — in use | ||||
| host-947.dbo.BookingEntry.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 518 | 9240 | 0 | 2026-09-15 17:56:23 | 2026-03-29 20:53:54 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_StaffingQueue | 2 | NONCLUSTERED | Y | 17691 | 328 | 0 | 0 | 2026-09-15 17:56:14 | 2026-07-19 18:17:43 | USED | keep — in use | ||||
| host-947.dbo.CustomerLine.IX_MeterAudit | 1 | CLUSTERED | Y | Y | 0 | 518 | 17245 | 0 | 2026-09-15 17:56:14 | 2026-07-19 18:17:43 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_CustomerArchive | 2 | NONCLUSTERED | Y | 113667 | 0 | 0 | 519 | 2026-09-15 17:57:25 | 2026-07-19 18:17:43 | USED | keep — in use | ||||
| host-947.dbo.PolicyDetail.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 2598 | 72 | 113604 | 2559 | 2026-09-15 17:57:25 | 2026-07-19 18:17:43 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignAudit.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 2086 | 11331 | 0 | 4138 | 2026-09-15 17:57:19 | 2026-07-19 18:17:44 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHistory.IX_CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | 768 | 0 | 0 | 0 | 2026-09-15 17:56:23 | 2026-03-29 20:53:57 | USED | keep — in use | ||||
| host-947.dbo.QuotaLog.IX_ForecastStaging | 1 | CLUSTERED | Y | Y | 0 | 518 | 333 | 0 | 2026-09-15 17:56:23 | 2026-03-29 20:53:57 | USED | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 349 | 0 | 0 | 0 | 2026-09-15 17:15:54 | 2026-07-19 18:17:46 | USED | keep — in use | ||||
| host-947.dbo.BookingSnapshot.IX_LedgerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 1 | 266 | 0 | 2026-09-15 17:15:54 | 2026-07-19 18:17:46 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_ForecastEntry | 2 | NONCLUSTERED | Y | 32 | 0 | 0 | 0 | 2026-09-15 09:47:15 | 2026-03-29 20:53:57 | USED | keep — in use | ||||
| host-947.dbo.RouteLine.IX_CustomerAudit | 1 | CLUSTERED | Y | Y | 0 | 2 | 32 | 0 | 2026-09-15 09:47:15 | 2026-03-29 20:53:57 | USED | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_ReconcileEntry | 1 | CLUSTERED | Y | Y | 135 | 561 | 5849 | 479 | 2026-09-15 17:57:14 | 2026-07-19 18:17:46 | USED | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_OrdersDaily | 2 | NONCLUSTERED | Y | 5849 | 0 | 0 | 370 | 2026-09-15 17:57:14 | 2026-07-19 18:17:46 | USED | keep — in use | ||||
| host-947.dbo.WarehouseHeader.IX_CampaignHeader | 15 | NONCLUSTERED | 573134 | 0 | 0 | 16572 | 2026-09-15 17:56:35 | 2026-09-11 17:47:04 | USED | keep — in use | |||||
| host-947.dbo.WarehouseHeader.IX_ForecastMonthly | 2 | NONCLUSTERED | Y | 1218405 | 0 | 0 | 16493 | 2026-09-15 17:57:25 | 2026-09-11 17:40:05 | USED | keep — in use | ||||
| host-947.dbo.WarehouseHeader.IX_BillingLog | 1 | CLUSTERED | Y | Y | 92 | 0 | 1751425 | 16572 | 2026-09-15 17:57:25 | 2026-09-11 17:47:40 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_QuotaQueue | 16 | NONCLUSTERED | 877570 | 0 | 0 | 16493 | 2026-09-15 17:56:34 | 2026-09-11 17:47:06 | USED | keep — in use | |||||
| host-947.dbo.CustomerSnapshot.IX_ShipmentLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSnapshot.IX_ContractLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerSnapshot.IX_ContractDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_ForecastLog | 9 | NONCLUSTERED | 334955 | 0 | 0 | 3492 | 2026-09-15 17:57:25 | 2026-08-28 14:30:15 | USED | keep — in use | |||||
| host-947.dbo.BookingAudit.IX_ForecastLog | 1 | CLUSTERED | Y | Y | 498 | 5 | 334955 | 19261 | 2026-09-15 17:57:25 | 2026-07-19 18:17:50 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_OrdersSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_SalesMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierEntry.IX_RosterSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 91 | 0 | 0 | 2026-09-12 15:03:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_SupplierResult | 2 | NONCLUSTERED | Y | 347 | 0 | 0 | 0 | 2026-09-15 17:57:25 | 2026-03-29 20:54:05 | USED | keep — in use | ||||
| host-947.dbo.SettlementStaging.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 7 | 344 | 0 | 2026-09-15 17:57:25 | 2026-03-29 20:54:05 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerDetail.IX_RouteDetail | 2 | NONCLUSTERED | Y | 9242 | 0 | 0 | 0 | 2026-09-15 17:56:23 | 2026-03-29 20:54:05 | USED | keep — in use | ||||
| host-947.dbo.LedgerDetail.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 518 | 9237 | 0 | 2026-09-15 17:56:23 | 2026-03-29 20:54:05 | USED | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 2180 | 0 | 0 | 2026-09-15 17:56:47 | 2026-07-19 18:17:52 | USED | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ContractHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDetail.IX_BatchArchive | 2 | NONCLUSTERED | Y | 21637 | 0 | 0 | 0 | 2026-09-15 17:57:25 | 2026-06-02 03:21:17 | USED | keep — in use | ||||
| host-947.dbo.SettlementDetail.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 21637 | 0 | 2026-09-15 17:57:25 | 2026-06-02 03:21:17 | USED | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 183 | 248713 | 0 | 548 | 2026-09-15 17:57:25 | 2026-07-19 18:17:52 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_PayrollArchive | 2 | NONCLUSTERED | Y | 1377 | 328 | 0 | 0 | 2026-09-15 17:57:25 | 2026-06-21 17:38:38 | USED | keep — in use | ||||
| host-947.dbo.CampaignStaging.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 518 | 937 | 0 | 2026-09-15 17:57:25 | 2026-06-21 17:38:38 | USED | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerDaily.IX_CatalogStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerDaily.IX_InvoiceDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_AssetQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterLog.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerStatus.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_RouteSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierLine.IX_ClaimLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_LedgerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimAudit.IX_RouteDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_ShipmentStatus | 1 | CLUSTERED | Y | Y | 55357 | 63219 | 0 | 62048 | 2026-09-15 10:29:54 | 2026-07-19 17:47:03 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_LedgerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-08 08:32:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-08 08:32:59 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_SalesResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSummary.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_BatchDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLog.IX_SettlementResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLog.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSummary.IX_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLine.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:54 | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLine.IX_SupplierDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceLine.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 0 | 2026-09-10 14:16:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterAudit.IX_AssetStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_PricingSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_CatalogSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_MeterArchive | 2 | NONCLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-15 10:27:58 | never | USED | keep — in use | ||||
| host-947.dbo.RouteStaging.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 2 | 0 | 2026-09-15 10:27:58 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:06 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 208 | 0 | 0 | 2026-09-15 16:57:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 289 | 0 | 0 | 2026-09-15 16:57:33 | 2026-03-29 20:54:06 | USED | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_BillingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:06 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_RosterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_TerritoryLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingDetail.IX_ReconcileDetail | 2 | NONCLUSTERED | Y | 38853 | 0 | 0 | 0 | 2026-09-15 23:38:57 | never | USED | keep — in use | ||||
| host-947.dbo.BookingDetail.IX_StaffingMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 38853 | 0 | 2026-09-15 23:38:57 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_CatalogEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementAudit.IX_CatalogDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementAudit.IX_BookingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollQueue.IX_StaffingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollQueue.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:06 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ClaimSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaLine.IX_CustomerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSnapshot.IX_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimQueue.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 65 | 0 | 0 | 2026-09-15 16:57:28 | 2026-03-29 20:54:07 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollResult.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseArchive.IX_BillingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 10562 | 0 | 0 | 2026-09-12 12:49:22 | 2026-05-06 04:22:33 | USED | KEEP — primary key | |||
| host-947.dbo.BookingDetail.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 6735 | 0 | 0 | 2026-09-12 12:49:22 | 2026-04-25 04:23:48 | USED | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_CatalogHeader | 1 | CLUSTERED | Y | Y | 0 | 4 | 0 | 0 | 2026-09-12 12:48:15 | 2026-03-29 20:54:07 | USED | KEEP — primary key | |||
| host-947.dbo.SalesLine.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesLine.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastArchive.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 6387 | 0 | 0 | 2026-09-12 12:41:32 | 2026-04-25 04:23:48 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 1 | 0 | 2026-09-12 14:27:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-12 14:27:08 | never | USED | keep — in use | ||||
| host-947.dbo.ContractEntry.IX_MeterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractEntry.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogAudit.IX_PolicyResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogAudit.IX_TicketLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaDetail.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 83 | 858 | 0 | 52711 | 2026-09-15 15:40:05 | 2026-07-25 15:30:57 | USED | KEEP — primary key | |||
| host-947.dbo.ReconcileQueue.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_CustomerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-04-23 03:06:28 | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-04-23 03:06:28 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignArchive.IX_ClaimEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:08 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:15 | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollMonthly.IX_BatchQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_ShiftArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_CustomerSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHistory.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyHistory.IX_RosterStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHistory.IX_OrdersEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketArchive.IX_RosterStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchDetail.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_ClaimDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftQueue.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_ShipmentLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogDaily.IX_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStaging.IX_BatchMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_ClaimSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentDetail.IX_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_SupplierLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_ContractStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileLog.IX_RouteLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_BookingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollLine.IX_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollLine.IX_PricingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollLine.IX_SalesStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_SalesLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_PayrollHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_PolicyQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseResult.IX_BillingQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHeader.IX_ForecastDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_OrdersEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_BillingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastSummary.IX_ClaimDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_SupplierStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollMonthly.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_TerritoryHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_RosterEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_StaffingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_MeterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogMonthly.IX_PricingHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.LedgerResult.IX_ShipmentDetail | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_ContractResult | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_OrdersLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_ContractLog | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_ShiftDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_SalesStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_SalesSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerResult.IX_BookingSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerResult.IX_SupplierHeader | 7 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_TerritoryDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_CustomerStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_TerritorySummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastMonthly.IX_SupplierStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaStaging.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_PricingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_MeterLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_LedgerStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastQueue.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileArchive.IX_BatchArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_SupplierEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_ForecastHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_CampaignDetail | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_CustomerLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileArchive.IX_ContractStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignHeader.IX_ForecastSummary | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHeader.IX_ReconcileLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_WarehouseResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_PolicyLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_PricingDaily | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_SupplierDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_SalesMonthly | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentQueue.IX_AssetQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_PolicyDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentQueue.IX_ForecastStatus | 3 | NONCLUSTERED | Y | 307 | 0 | 0 | 0 | 2026-09-15 16:12:02 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentQueue.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 411 | 0 | 307 | 0 | 2026-09-15 16:12:02 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_ForecastAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_WarehouseSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_CatalogHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_SettlementAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_ClaimHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_CatalogHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_TerritoryLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_ShiftHistory | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_TerritoryArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_ForecastHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_QuotaResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_PolicySummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_TicketLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDaily.IX_SupplierQueue | 1 | CLUSTERED | 52 | 0 | 0 | 0 | 2026-09-15 15:34:31 | never | USED | KEEP — table storage | |||||
| host-947.dbo.MeterHeader.IX_OrdersAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_PolicyQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHeader.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSnapshot.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyResult.IX_StaffingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHistory.IX_SalesResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHistory.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.PK_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:15 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterAudit.IX_CampaignStaging | 2 | NONCLUSTERED | Y | 0 | 17 | 0 | 0 | 2026-09-14 07:35:42 | 2026-03-29 20:54:15 | USED | keep — in use | ||||
| host-947.dbo.CampaignDetail.IX_SettlementMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_PricingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_AssetLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileLog.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_BillingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_StaffingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerEntry.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_ClaimHistory | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimQueue.IX_ForecastQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimQueue.IX_ShiftSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogMonthly.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_ShiftAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_OrdersMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractSummary.IX_CustomerResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_OrdersResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_CustomerStatus | 2 | NONCLUSTERED | Y | Y | 6102 | 1 | 0 | 0 | 2026-09-15 22:38:03 | 2026-03-29 20:54:15 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_PayrollArchive | 1 | CLUSTERED | Y | 67192 | 0 | 5181 | 0 | 2026-09-15 23:35:46 | 2026-03-29 20:54:15 | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_LedgerArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:15 | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 5116 | 0 | 0 | 2026-09-15 19:01:06 | 2026-03-29 20:54:16 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_ShiftStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLog.IX_CampaignArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSummary.IX_StaffingLog | 1 | CLUSTERED | Y | 11688 | 0 | 9 | 2 | 2026-09-15 19:51:47 | 2026-07-19 18:17:54 | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_ShiftHeader | 2 | NONCLUSTERED | Y | Y | 9 | 0 | 0 | 2 | 2026-09-08 15:24:25 | 2026-07-19 18:17:54 | USED | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_TerritoryDaily | 1 | CLUSTERED | Y | 1908 | 0 | 0 | 5 | 2026-09-15 19:53:08 | 2026-07-19 18:17:54 | USED | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 5 | never | 2026-07-19 18:17:54 | UNUSED | KEEP — primary key | |||
| host-947.dbo.SalesHistory.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesHistory.IX_CatalogArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_RosterSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_SalesHeader | 1 | CLUSTERED | Y | 11 | 0 | 0 | 0 | 2026-09-15 19:01:06 | 2026-03-29 20:54:16 | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryQueue.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_ShipmentDaily | 1 | CLUSTERED | Y | 14507 | 0 | 0 | 0 | 2026-09-15 20:10:03 | 2026-03-29 20:54:16 | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_CustomerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 6 | 0 | 0 | 2026-09-15 19:01:06 | 2026-03-29 20:54:16 | USED | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_SettlementResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_SupplierStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftArchive.IX_TicketSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_BatchStatus | 1 | CLUSTERED | Y | 2118 | 0 | 0 | 0 | 2026-09-15 19:01:06 | 2026-03-29 20:54:16 | USED | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_LedgerArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_SupplierSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_LedgerLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyEntry.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_ForecastEntry | 1 | CLUSTERED | Y | 11 | 0 | 0 | 0 | 2026-09-15 19:01:06 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SalesHeader.IX_LedgerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesHeader.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_RosterEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteQueue.IX_BatchQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteQueue.IX_CampaignArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteQueue.IX_CampaignArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDaily.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_ForecastLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseHeader.IX_PolicyLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_TerritoryLog | 1 | CLUSTERED | Y | 2894 | 0 | 0 | 1870 | 2026-09-15 22:25:08 | 2026-09-15 13:51:38 | USED | KEEP — table storage | ||||
| host-947.dbo.OrdersSummary.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1870 | never | 2026-09-15 07:33:48 | UNUSED | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_PolicyResult | 1 | CLUSTERED | Y | Y | 0 | 28 | 0 | 0 | 2026-09-14 07:37:51 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_BillingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerHistory.IX_ClaimSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHistory.IX_CatalogQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketStaging.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStaging.IX_RosterStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastEntry.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_SalesResult | 1 | CLUSTERED | Y | 10263 | 0 | 0 | 0 | 2026-09-15 23:35:56 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastEntry.IX_RouteQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingEntry.IX_ReconcileResult | 2 | NONCLUSTERED | Y | Y | 0 | 3 | 0 | 0 | 2026-09-09 09:11:10 | 2026-03-29 20:54:16 | USED | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_ClaimStaging | 1 | CLUSTERED | Y | 61 | 7 | 0 | 0 | 2026-09-14 14:38:32 | 2026-03-29 20:54:16 | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryEntry.IX_OrdersHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:54 | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryEntry.IX_QuotaAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:17:54 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryEntry.IX_AssetHeader | 1 | CLUSTERED | Y | 69943 | 0 | 0 | 0 | 2026-09-15 23:00:38 | 2026-07-19 18:17:54 | USED | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_RosterLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 1220495 | 9034 | 127464 | 44 | 2026-09-16 01:01:45 | 2026-07-19 18:17:54 | USED | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_PolicyEntry | 4 | NONCLUSTERED | 60780 | 6389 | 0 | 36 | 2026-09-16 01:00:31 | 2026-07-19 18:17:54 | USED | keep — in use | |||||
| host-947.dbo.PolicyDetail.IX_ShiftDaily | 2 | NONCLUSTERED | 64738 | 5149 | 0 | 36 | 2026-09-16 00:06:00 | 2026-07-19 18:17:54 | USED | keep — in use | |||||
| host-947.dbo.PolicyDetail.IX_OrdersSummary | 3 | NONCLUSTERED | 51030 | 0 | 0 | 36 | 2026-09-16 00:34:44 | 2026-07-19 18:17:54 | USED | keep — in use | |||||
| host-947.dbo.BatchLine.IX_PolicySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchLine.IX_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_SettlementStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLine.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_ReconcileHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_LedgerHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_ShipmentAudit | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 1 | 2026-09-11 15:02:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_RouteStatus | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_ShiftStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.WarehouseSnapshot.IX_InvoiceQueue | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.WarehouseSnapshot.IX_PolicyQueue | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | ||||
| host-947.dbo.RosterQueue.IX_CustomerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_ContractArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_OrdersDetail | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_SettlementSummary | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimResult.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_ShiftQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_LedgerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_StaffingSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimResult.IX_StaffingResult | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_PolicyEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_MeterSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review, then DROP | |||||
| host-947.dbo.OrdersAudit.IX_OrdersHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerLog.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_ClaimSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_InvoiceStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_ShipmentHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingAudit.IX_OrdersDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSnapshot.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_ShiftArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStaging.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogStaging.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileResult.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileResult.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_SettlementResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_PricingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_CustomerResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_CampaignArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_InvoiceStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDetail.IX_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_ContractMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetDetail.IX_CampaignMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileStaging.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStaging.IX_BookingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStatus.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_RosterDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_ShipmentHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_RosterEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_PolicyResult | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 1 | 2026-09-11 15:18:47 | never | USED | keep — in use | ||||
| host-947.dbo.MeterHeader.IX_ShipmentHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 850 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 850 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.MeterHeader.IX_ForecastQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 850 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_QuotaSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 850 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.MeterHeader.IX_PayrollLog | 2 | NONCLUSTERED | 850 | 0 | 0 | 850 | 2026-09-15 16:06:42 | never | USED | keep — in use | |||||
| host-947.dbo.MeterHeader.IX_CampaignDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 850 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_RosterStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyDetail.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 1584 | 0 | 0 | 0 | 2026-09-15 16:23:22 | 2026-03-29 20:54:16 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerEntry.IX_RosterLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerEntry.IX_StaffingResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerEntry.IX_PayrollDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLine.IX_InvoiceSummary | 4 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-12 12:55:02 | never | USED | keep — in use | |||||
| host-947.dbo.PolicyLine.IX_TerritoryDaily | 1 | CLUSTERED | Y | Y | 11 | 0 | 1 | 0 | 2026-09-12 12:55:05 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_WarehouseMonthly | 3 | NONCLUSTERED | Y | 4 | 0 | 0 | 0 | 2026-09-12 12:55:05 | never | USED | keep — in use | ||||
| host-947.dbo.PolicyLine.IX_ShipmentQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_AssetResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftArchive.IX_BillingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_SalesHeader | 2 | NONCLUSTERED | 1 | 0 | 0 | 1 | 2026-09-11 15:18:47 | never | USED | keep — in use | |||||
| host-947.dbo.ShipmentStaging.IX_CampaignArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_ClaimHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_ReconcileLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterEntry.IX_CampaignLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_RouteArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_ReconcileMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_TerritoryLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_PayrollDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_TicketResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_CatalogEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimSnapshot.IX_ForecastResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimSnapshot.IX_CustomerHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSnapshot.IX_ShiftResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_BillingLog | 1 | CLUSTERED | Y | 103 | 0 | 0 | 0 | 2026-09-15 16:29:50 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_BatchLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_ReconcileDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_OrdersSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 653 | 0 | 0 | 1 | 2026-09-15 16:26:30 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_SalesDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.ContractAudit.IX_QuotaHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 21 | never | 2026-07-19 18:17:54 | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_WarehouseMonthly | 1 | CLUSTERED | Y | 26029 | 0 | 0 | 21 | 2026-09-15 23:35:44 | 2026-07-19 18:17:54 | USED | KEEP — table storage | ||||
| host-947.dbo.PolicyLine.IX_CatalogStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 51 | 0 | 0 | 0 | 2026-09-15 07:25:09 | 2026-03-29 20:54:16 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_WarehouseStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_SettlementLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_ShipmentDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftEntry.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignResult.IX_PolicyEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_InvoiceMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSnapshot.IX_SalesMonthly | 1 | CLUSTERED | Y | Y | 22 | 0 | 0 | 22 | 2026-09-15 15:13:01 | never | USED | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_ForecastMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_RouteDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 0 | 375 | 0 | 0 | 2026-09-14 15:56:05 | 2026-07-19 18:17:55 | USED | KEEP — primary key | |||
| host-947.dbo.BookingStatus.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.BookingStatus.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDetail.IX_CampaignDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_StaffingResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseDetail.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 85 | 0 | 0 | 0 | 2026-09-15 10:51:16 | 2026-03-29 20:54:16 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerQueue.IX_BatchLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_RouteDetail | 1 | CLUSTERED | Y | Y | 99 | 0 | 0 | 0 | 2026-09-15 10:47:20 | 2026-03-29 20:54:16 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersDetail.IX_MeterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketLog.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_QuotaStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_BillingQueue | 1 | CLUSTERED | Y | Y | 65 | 0 | 0 | 0 | 2026-09-15 15:57:03 | 2026-03-29 20:54:16 | USED | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:16 | COLD | review carefully — unique | ||||
| host-947.dbo.PricingAudit.IX_OrdersSummary | 1 | CLUSTERED | Y | Y | 0 | 128776 | 284 | 0 | 2026-09-15 23:02:22 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_ShiftArchive | 2 | NONCLUSTERED | Y | 284 | 0 | 0 | 0 | 2026-09-15 10:39:55 | never | USED | keep — in use | ||||
| host-947.dbo.StaffingDaily.IX_AssetEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ForecastStaging | 3 | NONCLUSTERED | 3 | 0 | 0 | 0 | 2026-09-14 14:01:39 | never | USED | keep — in use | |||||
| host-947.dbo.ForecastHistory.IX_TerritoryAudit | 1 | CLUSTERED | 0 | 0 | 3 | 0 | 2026-09-14 14:01:39 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ForecastHistory.IX_ReconcileHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_AssetMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_ShipmentLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ReconcileResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_WarehouseSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SettlementStaging.IX_SettlementDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_ClaimAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_MeterSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_ShipmentMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaSummary.IX_ShiftDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_BillingStaging | 2 | NONCLUSTERED | Y | 3976 | 0 | 0 | 0 | 2026-09-15 16:23:21 | never | USED | keep — in use | ||||
| host-947.dbo.ShipmentResult.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_SupplierHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSnapshot.IX_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteSnapshot.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_SettlementQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileHeader.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 21502 | 762112 | 0 | 0 | 2026-09-15 23:38:57 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesQueue.IX_TerritoryDaily | 2 | NONCLUSTERED | 8 | 0 | 0 | 22 | 2026-09-14 14:13:18 | 2026-07-19 18:17:55 | USED | keep — in use | |||||
| host-947.dbo.SalesQueue.IX_LedgerSnapshot | 1 | CLUSTERED | Y | Y | 0 | 15 | 8 | 22 | 2026-09-15 14:58:54 | 2026-07-19 18:17:55 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_TicketResult | 2 | NONCLUSTERED | 4 | 0 | 0 | 4 | 2026-09-15 14:58:35 | never | USED | keep — in use | |||||
| host-947.dbo.SettlementDetail.IX_BatchResult | 1 | CLUSTERED | Y | Y | 0 | 4 | 4 | 4 | 2026-09-15 14:58:54 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_SettlementLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLog.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingLog.IX_PricingSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLog.IX_PricingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingLog.IX_OrdersSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_PricingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_OrdersHistory | 1 | CLUSTERED | 2086 | 0 | 0 | 0 | 2026-09-15 20:36:04 | never | USED | KEEP — table storage | |||||
| host-947.dbo.SupplierHeader.IX_SettlementHistory | 13 | NONCLUSTERED | 0 | 0 | 0 | 6927 | never | 2026-09-13 21:39:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_InvoiceDetail | 2 | NONCLUSTERED | 188248 | 0 | 0 | 10280 | 2026-09-15 23:39:27 | 2026-09-13 21:40:12 | USED | keep — in use | |||||
| host-947.dbo.SupplierHeader.IX_MeterDaily | 11 | NONCLUSTERED | 6312 | 0 | 0 | 7457 | 2026-09-15 16:09:06 | 2026-09-13 21:39:47 | USED | keep — in use | |||||
| host-947.dbo.SupplierHeader.IX_ReconcileDaily | 12 | NONCLUSTERED | 0 | 0 | 0 | 6927 | never | 2026-09-13 21:39:54 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierHeader.IX_PricingHistory | 4 | NONCLUSTERED | 222355 | 0 | 0 | 6927 | 2026-09-15 23:39:27 | 2026-09-13 21:40:17 | USED | keep — in use | |||||
| host-947.dbo.SupplierHeader.IX_StaffingSummary | 10 | NONCLUSTERED | 14764 | 0 | 0 | 10280 | 2026-09-15 17:00:37 | 2026-09-13 21:42:22 | USED | keep — in use | |||||
| host-947.dbo.SupplierHeader.IX_OrdersDaily | 41 | NONCLUSTERED | 51041 | 0 | 0 | 10803 | 2026-09-15 22:50:53 | 2026-09-13 21:40:23 | USED | keep — in use | |||||
| host-947.dbo.SupplierHeader.IX_SalesLog | 40 | NONCLUSTERED | 349 | 0 | 0 | 7450 | 2026-09-15 16:09:01 | 2026-09-13 21:39:57 | USED | keep — in use | |||||
| host-947.dbo.SupplierHeader.IX_CustomerArchive | 1 | CLUSTERED | Y | 82008 | 1 | 475663 | 25693 | 2026-09-15 23:39:27 | 2026-09-13 21:40:58 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierHeader.IX_PricingHistory | 6 | NONCLUSTERED | Y | 30141 | 0 | 0 | 7428 | 2026-09-15 16:12:52 | 2026-09-14 08:04:34 | USED | keep — in use | ||||
| host-947.dbo.SupplierHeader.IX_QuotaArchive | 3 | NONCLUSTERED | Y | Y | 40970 | 0 | 0 | 10280 | 2026-09-15 22:51:55 | 2026-09-13 21:40:52 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierHeader.IX_ClaimStaging | 5 | NONCLUSTERED | 0 | 0 | 0 | 6927 | never | 2026-09-13 21:42:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 850 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShipmentHeader.IX_BatchHeader | 1 | CLUSTERED | Y | 850 | 0 | 0 | 850 | 2026-09-15 16:06:42 | never | USED | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_SalesLog | 2 | NONCLUSTERED | Y | 903 | 0 | 0 | 897 | 2026-09-15 16:07:07 | 2026-09-15 09:46:44 | USED | keep — in use | ||||
| host-947.dbo.AssetResult.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 897 | never | 2026-07-19 18:18:03 | UNUSED | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_RouteEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 801 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_WarehouseDaily | 1 | CLUSTERED | Y | 801 | 0 | 0 | 801 | 2026-09-15 16:06:42 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastArchive.IX_ShipmentQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 7382 | never | 2026-08-30 14:29:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastArchive.IX_PricingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 6336 | never | 2026-08-30 14:28:55 | UNUSED | review carefully — unique | ||||
| host-947.dbo.ForecastArchive.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 36741 | 0 | 0 | 7382 | 2026-09-15 16:23:21 | 2026-08-30 14:28:51 | USED | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_RosterLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 801 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_ForecastDetail | 1 | CLUSTERED | Y | 801 | 0 | 0 | 801 | 2026-09-15 16:06:42 | never | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingHistory.IX_TicketHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 850 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_RosterEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 850 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingHistory.IX_AssetSummary | 1 | CLUSTERED | Y | Y | 0 | 3872 | 12011 | 2057 | 2026-09-15 16:23:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_ReconcileSummary | 2 | NONCLUSTERED | Y | 13022 | 0 | 0 | 850 | 2026-09-15 16:23:21 | never | USED | keep — in use | ||||
| host-947.dbo.TicketArchive.IX_ReconcileArchive | 4 | NONCLUSTERED | 0 | 0 | 0 | 850 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketArchive.IX_RouteLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 850 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketArchive.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 850 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_BatchStatus | 1 | CLUSTERED | Y | 7857 | 0 | 0 | 850 | 2026-09-15 16:23:19 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_SalesLine | 1 | CLUSTERED | Y | Y | 0 | 622 | 0 | 412 | 2026-09-15 17:00:37 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_MeterAudit | 2 | NONCLUSTERED | 205 | 0 | 0 | 412 | 2026-09-15 16:04:08 | never | USED | keep — in use | |||||
| host-947.dbo.RouteDetail.IX_ContractAudit | 4 | NONCLUSTERED | 47651 | 0 | 0 | 13700 | 2026-09-15 19:58:59 | 2026-08-26 14:26:21 | USED | keep — in use | |||||
| host-947.dbo.RouteDetail.IX_InvoiceSummary | 3 | NONCLUSTERED | 2279 | 0 | 0 | 14063 | 2026-09-15 16:23:19 | 2026-08-26 14:24:08 | USED | keep — in use | |||||
| host-947.dbo.RouteDetail.IX_StaffingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 13700 | never | 2026-08-26 14:26:25 | UNUSED | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_TerritoryDaily | 1 | CLUSTERED | 59901 | 0 | 46253 | 15103 | 2026-09-15 19:58:59 | 2026-08-26 14:13:34 | USED | KEEP — table storage | |||||
| host-947.dbo.RouteDetail.IX_AssetDetail | 5 | NONCLUSTERED | 920 | 0 | 0 | 13700 | 2026-09-15 16:06:42 | 2026-08-26 14:26:20 | USED | keep — in use | |||||
| host-947.dbo.RouteDaily.IX_RouteQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDaily.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDaily.IX_ReconcileSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteDaily.IX_BillingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_BillingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 1870 | never | 2026-09-14 09:35:34 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_PricingResult | 4 | NONCLUSTERED | 1277 | 0 | 0 | 1850 | 2026-09-15 16:28:18 | 2026-09-14 09:35:54 | USED | keep — in use | |||||
| host-947.dbo.TerritoryDetail.IX_AssetDaily | 1 | CLUSTERED | Y | 629 | 0 | 34136 | 2674 | 2026-09-15 19:09:47 | 2026-09-14 09:35:35 | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryDetail.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | Y | 48253 | 0 | 0 | 2674 | 2026-09-15 19:09:47 | 2026-09-14 09:35:33 | USED | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_SalesLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 593 | never | 2026-07-19 18:18:07 | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingEntry.IX_SalesHeader | 11 | NONCLUSTERED | 0 | 0 | 0 | 544 | never | 2026-07-19 18:18:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingEntry.IX_StaffingHistory | 3 | NONCLUSTERED | 8655 | 0 | 0 | 918 | 2026-09-15 16:23:20 | 2026-07-19 18:18:08 | USED | keep — in use | |||||
| host-947.dbo.BillingEntry.IX_OrdersDaily | 10 | NONCLUSTERED | 14057 | 0 | 0 | 984 | 2026-09-15 22:51:55 | 2026-07-19 18:18:08 | USED | keep — in use | |||||
| host-947.dbo.BillingEntry.IX_BatchResult | 2 | NONCLUSTERED | 58791 | 0 | 0 | 556 | 2026-09-15 23:39:27 | 2026-07-19 18:18:08 | USED | keep — in use | |||||
| host-947.dbo.BillingEntry.IX_SalesResult | 1 | CLUSTERED | Y | 13217 | 4 | 548449 | 2878 | 2026-09-15 23:39:27 | 2026-07-19 18:18:07 | USED | KEEP — table storage | ||||
| host-947.dbo.BillingEntry.IX_PricingLog | 5 | NONCLUSTERED | Y | 507 | 0 | 0 | 544 | 2026-09-15 16:14:40 | 2026-07-19 18:18:08 | USED | keep — in use | ||||
| host-947.dbo.BillingEntry.IX_LedgerAudit | 9 | NONCLUSTERED | Y | 3024 | 0 | 0 | 544 | 2026-09-15 16:09:01 | 2026-07-19 18:18:08 | USED | keep — in use | ||||
| host-947.dbo.BillingEntry.IX_PricingHeader | 12 | NONCLUSTERED | 935 | 0 | 0 | 544 | 2026-09-15 16:23:19 | 2026-07-19 18:18:08 | USED | keep — in use | |||||
| host-947.dbo.BillingEntry.IX_TicketLog | 4 | NONCLUSTERED | Y | Y | 474364 | 0 | 0 | 906 | 2026-09-15 23:39:27 | 2026-07-19 17:48:19 | USED | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_TerritoryStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 544 | never | 2026-07-19 18:18:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_OrdersResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_AssetSummary | 1 | CLUSTERED | Y | 49 | 0 | 0 | 49 | 2026-09-15 10:00:20 | never | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | Y | 1421 | 0 | 0 | 544 | 2026-09-15 16:08:41 | 2026-07-19 18:18:10 | USED | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_ContractArchive | 1 | CLUSTERED | Y | 5498 | 0 | 1421 | 1501 | 2026-09-15 16:23:21 | 2026-07-19 18:18:10 | USED | KEEP — table storage | ||||
| host-947.dbo.StaffingAudit.IX_ContractStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 49 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingAudit.IX_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_CatalogArchive | 3 | NONCLUSTERED | Y | 49 | 0 | 0 | 49 | 2026-09-15 10:00:20 | never | USED | keep — in use | ||||
| host-947.dbo.ShiftSummary.IX_TerritoryLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_WarehouseHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 49 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftSummary.IX_InvoiceDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 49 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.ShiftSummary.IX_MeterMonthly | 2 | NONCLUSTERED | Y | 49 | 0 | 0 | 49 | 2026-09-15 10:00:20 | never | USED | keep — in use | ||||
| host-947.dbo.InvoiceDaily.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 49 | 0 | 49 | 2026-09-15 10:00:20 | never | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_PricingAudit | 1 | CLUSTERED | Y | 98 | 0 | 0 | 49 | 2026-09-15 10:00:20 | never | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_BookingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 49 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_LedgerEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 807 | 0 | 0 | 49 | 2026-09-15 16:08:41 | never | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceMonthly.IX_ShipmentLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 49 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_CustomerSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 49 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_MeterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 49 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.InvoiceMonthly.IX_TicketArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 49 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_ContractEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 49 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.InvoiceMonthly.IX_PolicyEntry | 1 | CLUSTERED | Y | 62 | 0 | 0 | 49 | 2026-09-15 16:04:25 | never | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerHistory.IX_BookingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerHistory.IX_PricingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingLine.IX_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 1630 | 0 | 10 | 2026-09-15 14:06:54 | never | USED | KEEP — primary key | |||
| host-947.dbo.PricingLine.IX_SettlementHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 10 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingLine.IX_InvoiceHistory | 2 | NONCLUSTERED | 572 | 0 | 0 | 10 | 2026-09-15 15:13:01 | never | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_BatchHeader | 14 | NONCLUSTERED | 1 | 0 | 0 | 1488 | 2026-09-14 08:28:25 | 2026-09-08 08:41:10 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_SalesDaily | 8 | NONCLUSTERED | 0 | 0 | 0 | 1488 | never | 2026-09-08 08:41:10 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_BillingArchive | 13 | NONCLUSTERED | 24 | 0 | 0 | 1488 | 2026-09-15 10:11:42 | 2026-09-08 08:41:10 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_TicketSnapshot | 4 | NONCLUSTERED | 239 | 0 | 0 | 1488 | 2026-09-15 16:24:39 | 2026-09-08 08:41:09 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_ShiftResult | 16 | NONCLUSTERED | 37613 | 0 | 0 | 1488 | 2026-09-15 20:36:04 | 2026-09-08 08:41:10 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_PolicyResult | 5 | NONCLUSTERED | 105167 | 0 | 0 | 1488 | 2026-09-15 16:08:48 | 2026-09-08 08:41:10 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_SettlementQueue | 15 | NONCLUSTERED | 1760 | 0 | 0 | 1488 | 2026-09-15 16:29:06 | 2026-09-08 08:41:10 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_PolicyHeader | 7 | NONCLUSTERED | 606 | 0 | 0 | 1488 | 2026-09-15 17:03:20 | 2026-09-08 08:41:10 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_PolicySummary | 3 | NONCLUSTERED | 16025 | 0 | 0 | 1488 | 2026-09-15 16:14:39 | 2026-09-08 08:41:09 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_ContractSnapshot | 1 | CLUSTERED | Y | Y | 477 | 45 | 172533 | 1488 | 2026-09-15 20:36:04 | 2026-09-08 08:41:09 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollStatus.IX_StaffingResult | 11 | NONCLUSTERED | 12039 | 0 | 0 | 1488 | 2026-09-15 16:12:01 | 2026-09-08 08:41:10 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_AssetMonthly | 10 | NONCLUSTERED | 415 | 0 | 0 | 1488 | 2026-09-15 16:09:01 | 2026-09-08 08:41:10 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_TerritoryQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 1488 | never | 2026-09-08 08:41:10 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_CustomerMonthly | 12 | NONCLUSTERED | 0 | 0 | 0 | 1488 | never | 2026-09-08 08:41:10 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollStatus.IX_ForecastMonthly | 2 | NONCLUSTERED | 35 | 0 | 0 | 1488 | 2026-09-15 13:52:44 | 2026-09-08 08:41:09 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_TicketMonthly | 9 | NONCLUSTERED | 0 | 0 | 0 | 1488 | never | 2026-09-08 08:41:10 | UNUSED | review, then DROP | |||||
| host-947.dbo.PayrollAudit.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_InvoiceDaily | 2 | NONCLUSTERED | Y | Y | 415 | 0 | 0 | 1488 | 2026-09-15 16:09:01 | 2026-09-03 13:10:38 | USED | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_CatalogHeader | 1 | CLUSTERED | Y | 1153 | 0 | 415 | 1488 | 2026-09-15 16:14:39 | 2026-09-03 13:10:37 | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_AssetDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerLine.IX_AssetEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersHistory.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHistory.IX_ContractAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersHistory.IX_PolicyDaily | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_SupplierDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimMonthly.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_RosterHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLine.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_StaffingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterArchive.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterArchive.IX_ShipmentLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaSummary.IX_PricingAudit | 2 | NONCLUSTERED | Y | Y | 415 | 0 | 0 | 423 | 2026-09-15 16:09:01 | 2026-07-19 17:48:20 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaSummary.IX_PayrollDaily | 1 | CLUSTERED | Y | 0 | 0 | 415 | 423 | 2026-09-15 16:09:01 | 2026-07-19 18:18:14 | USED | KEEP — table storage | ||||
| host-947.dbo.InvoiceResult.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceResult.IX_BillingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_ReconcileLog | 2 | NONCLUSTERED | Y | 850 | 0 | 0 | 850 | 2026-09-15 16:06:42 | never | USED | keep — in use | ||||
| host-947.dbo.BookingMonthly.IX_BillingMonthly | 1 | CLUSTERED | Y | Y | 0 | 4185 | 0 | 850 | 2026-09-15 16:23:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_AssetDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 826 | never | 2026-07-19 18:18:14 | UNUSED | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_BillingMonthly | 2 | NONCLUSTERED | 6020 | 0 | 0 | 826 | 2026-09-15 17:00:37 | 2026-07-19 18:18:14 | USED | keep — in use | |||||
| host-947.dbo.BillingStaging.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 442 | 0 | 5764 | 1164 | 2026-09-15 16:08:48 | 2026-07-19 18:18:14 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_CustomerMonthly | 1 | CLUSTERED | Y | 2080 | 0 | 39550 | 20020 | 2026-09-15 17:00:37 | 2026-08-30 15:14:30 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 52004 | 0 | 0 | 16833 | 2026-09-15 19:09:37 | 2026-08-30 14:29:22 | USED | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_InvoiceLog | 3 | NONCLUSTERED | 33580 | 0 | 0 | 6355 | 2026-09-15 19:20:57 | 2026-08-19 14:45:05 | USED | keep — in use | |||||
| host-947.dbo.RosterMonthly.IX_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 33984 | 6355 | 2026-09-15 16:23:19 | 2026-08-19 14:45:19 | USED | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_LedgerQueue | 2 | NONCLUSTERED | Y | 7598 | 0 | 0 | 6355 | 2026-09-15 16:09:01 | 2026-08-19 14:45:07 | USED | keep — in use | ||||
| host-947.dbo.MeterDaily.IX_TerritoryArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHistory.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHistory.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_MeterHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 1781 | never | 2026-07-19 18:18:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.ContractLog.IX_ShipmentDetail | 2 | NONCLUSTERED | 142588 | 0 | 0 | 1781 | 2026-09-15 23:39:27 | 2026-07-19 18:18:19 | USED | keep — in use | |||||
| host-947.dbo.ContractLog.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 431 | 1781 | 2026-09-15 16:14:39 | 2026-07-19 18:18:18 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerQueue.IX_ContractResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_PayrollMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_WarehouseLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHistory.IX_BatchHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_InvoiceLine | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_QuotaDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_TicketStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_QuotaLine | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 10 | 0 | 0 | 2026-09-14 11:51:07 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_MeterSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimEntry.IX_ShipmentQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:59 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimEntry.IX_TerritoryMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:54:59 | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimEntry.IX_ReconcileLog | 1 | CLUSTERED | Y | Y | 10 | 0 | 0 | 0 | 2026-09-14 11:51:07 | 2026-03-29 20:54:59 | USED | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_CampaignHistory | 6 | NONCLUSTERED | 0 | 0 | 0 | 10665 | never | 2026-08-29 18:25:46 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_AssetAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 10665 | never | 2026-08-29 18:25:45 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_ShiftAudit | 2 | NONCLUSTERED | 84646 | 0 | 0 | 10665 | 2026-09-15 20:35:31 | 2026-08-29 18:25:44 | USED | keep — in use | |||||
| host-947.dbo.PricingArchive.IX_BillingMonthly | 4 | NONCLUSTERED | 6 | 1 | 0 | 10665 | 2026-09-15 08:55:33 | 2026-08-29 18:25:45 | USED | keep — in use | |||||
| host-947.dbo.PricingArchive.IX_PayrollHeader | 12 | NONCLUSTERED | 0 | 0 | 0 | 10665 | never | 2026-08-29 18:25:50 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_RouteStaging | 13 | NONCLUSTERED | 66 | 0 | 0 | 10665 | 2026-09-15 10:43:55 | 2026-08-29 18:25:50 | USED | keep — in use | |||||
| host-947.dbo.PricingArchive.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 19307 | 3 | 266312 | 11048 | 2026-09-15 20:35:31 | 2026-08-29 18:25:43 | USED | KEEP — primary key | |||
| host-947.dbo.PricingArchive.IX_RouteQueue | 8 | NONCLUSTERED | 30080 | 0 | 0 | 10665 | 2026-09-15 16:09:05 | 2026-08-29 18:25:47 | USED | keep — in use | |||||
| host-947.dbo.PricingArchive.IX_InvoiceQueue | 7 | NONCLUSTERED | 0 | 0 | 0 | 10665 | never | 2026-08-29 18:25:47 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_TerritoryDetail | 9 | NONCLUSTERED | 0 | 0 | 0 | 10665 | never | 2026-08-29 18:25:48 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingArchive.IX_ShipmentStatus | 3 | NONCLUSTERED | 4521933 | 0 | 0 | 10723 | 2026-09-15 23:39:27 | 2026-08-29 18:25:44 | USED | keep — in use | |||||
| host-947.dbo.ShipmentStatus.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 1422 | 0 | 4111 | 2026-09-15 14:26:09 | 2026-07-19 18:18:28 | USED | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDetail.IX_BillingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketDetail.IX_ContractSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerEntry.IX_PricingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_RosterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimSummary.IX_WarehouseDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:27 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_SettlementDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_WarehouseResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignEntry.IX_ForecastDaily | 2 | NONCLUSTERED | 7368 | 0 | 0 | 0 | 2026-09-16 01:00:52 | never | USED | keep — in use | |||||
| host-947.dbo.CampaignEntry.IX_PolicySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignEntry.IX_ClaimSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_OrdersEntry | 1 | CLUSTERED | Y | Y | 7368 | 0 | 0 | 0 | 2026-09-16 01:00:52 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignDetail.IX_ContractLog | 2 | NONCLUSTERED | Y | 0 | 7368 | 0 | 0 | 2026-09-16 01:00:52 | never | USED | keep — in use | ||||
| host-947.dbo.ContractLog.IX_SupplierResult | 3 | NONCLUSTERED | 3 | 0 | 0 | 4 | 2026-09-15 08:55:33 | never | USED | keep — in use | |||||
| host-947.dbo.ContractLog.IX_StaffingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 4 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ContractLog.IX_CustomerSnapshot | 1 | CLUSTERED | Y | 3404 | 0 | 0 | 4 | 2026-09-15 23:35:44 | never | USED | KEEP — table storage | ||||
| host-947.dbo.PricingMonthly.IX_PricingAudit | 1 | CLUSTERED | Y | Y | 38 | 0 | 0 | 0 | 2026-09-15 09:47:42 | 2026-03-29 20:55:23 | USED | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_BookingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_SupplierAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSummary.IX_RouteMonthly | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSummary.IX_CampaignStatus | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSummary.IX_ContractLog | 1 | CLUSTERED | Y | Y | 48 | 0 | 0 | 0 | 2026-09-15 20:51:15 | 2026-03-29 20:55:23 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_BatchResult | 6 | NONCLUSTERED | 11 | 0 | 0 | 0 | 2026-09-15 20:51:15 | 2026-03-29 20:55:23 | USED | keep — in use | |||||
| host-947.dbo.WarehouseSummary.IX_ContractSnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseSummary.IX_BookingDetail | 9 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSummary.IX_SupplierMonthly | 4 | NONCLUSTERED | 20 | 0 | 0 | 0 | 2026-09-15 20:51:15 | 2026-03-29 20:55:23 | USED | keep — in use | |||||
| host-947.dbo.WarehouseSummary.IX_ClaimLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_CampaignDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_CatalogArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterDetail.IX_RouteLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_RouteResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_ClaimDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterResult.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_ShipmentSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerArchive.IX_BatchMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerArchive.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 462 | 0 | 0 | 2026-09-15 16:29:50 | 2026-03-29 20:55:23 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerArchive.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_TerritoryLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSummary.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_TerritoryDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLog.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLog.IX_BookingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_TerritoryAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSummary.IX_PricingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStatus.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryStatus.IX_InvoiceArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketSummary.IX_ReconcileHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketSummary.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftMonthly.IX_PricingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftMonthly.IX_LedgerStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_ForecastStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_StaffingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHeader.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingHeader.IX_StaffingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_SalesLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_AssetMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:23 | COLD | KEEP — primary key | |||
| host-947.dbo.AssetArchive.IX_SupplierHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractQueue.IX_SettlementStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingEntry.IX_RosterSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingEntry.IX_BookingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDetail.IX_SalesLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentDetail.IX_ContractHeader | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyEntry.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyEntry.IX_CustomerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_PolicyHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersEntry.IX_CampaignSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_CustomerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_ContractMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimDaily.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_ReconcileMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_AssetStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchResult.IX_ShiftDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHistory.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHistory.IX_TerritoryAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceHistory.IX_QuotaSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHistory.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimDaily.IX_CampaignMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_SettlementDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaMonthly.IX_ShiftAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaMonthly.IX_ReconcileSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.QuotaMonthly.IX_ForecastEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_ShiftLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchSnapshot.IX_ForecastDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BatchSnapshot.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLine.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLine.IX_MeterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHistory.IX_ShipmentEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHistory.IX_ReconcileLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.TerritoryHistory.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_WarehouseArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_ReconcileLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ReconcileLog.IX_TicketHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketEntry.IX_InvoiceDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketEntry.IX_PricingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_CampaignDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentMonthly.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_BookingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingDaily.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_PolicyQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileSnapshot.IX_InvoiceResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_SalesMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLine.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_BookingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryStaging.IX_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDetail.IX_MeterStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStaging.IX_ShiftLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollStaging.IX_PayrollHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_PolicyLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_AssetSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimQueue.IX_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_RouteArchive | 31 | NONCLUSTERED | 237 | 0 | 0 | 2691 | 2026-09-15 14:54:41 | 2026-09-14 15:37:41 | USED | keep — in use | |||||
| host-947.dbo.BookingHeader.IX_InvoiceEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 2673 | never | 2026-09-14 15:37:40 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_ForecastMonthly | 3 | NONCLUSTERED | 5948665 | 0 | 0 | 2673 | 2026-09-15 23:34:17 | 2026-09-14 15:37:25 | USED | keep — in use | |||||
| host-947.dbo.BookingHeader.IX_TerritoryArchive | 2 | NONCLUSTERED | 33487728 | 0 | 0 | 2673 | 2026-09-15 21:01:18 | 2026-09-14 15:37:20 | USED | keep — in use | |||||
| host-947.dbo.BookingHeader.IX_BillingDetail | 1 | CLUSTERED | Y | Y | 10688 | 135 | 39436961 | 2691 | 2026-09-15 23:34:17 | 2026-09-14 15:38:44 | USED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_BatchArchive | 6 | NONCLUSTERED | Y | 190 | 0 | 0 | 2673 | 2026-09-15 19:00:44 | 2026-09-14 15:37:39 | USED | keep — in use | ||||
| host-947.dbo.BookingHeader.IX_WarehouseHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 2673 | never | 2026-09-14 15:37:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_TicketDetail | 5 | NONCLUSTERED | 227 | 0 | 0 | 2673 | 2026-09-14 15:18:04 | 2026-09-14 15:37:35 | USED | keep — in use | |||||
| host-947.dbo.OrdersArchive.IX_AssetResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 2657 | never | 2026-07-19 18:18:33 | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersArchive.IX_SupplierHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 2657 | never | 2026-07-19 18:18:33 | UNUSED | KEEP — table storage | ||||
| host-947.dbo.ReconcileMonthly.IX_ShiftArchive | 4 | NONCLUSTERED | Y | 38 | 0 | 0 | 2914 | 2026-09-14 15:17:40 | 2026-09-14 15:02:15 | USED | keep — in use | ||||
| host-947.dbo.ReconcileMonthly.IX_SupplierStaging | 2 | NONCLUSTERED | 65149 | 0 | 0 | 2914 | 2026-09-15 23:39:27 | 2026-09-14 15:02:07 | USED | keep — in use | |||||
| host-947.dbo.ReconcileMonthly.IX_SupplierStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 2914 | never | 2026-09-14 15:02:12 | UNUSED | review, then DROP | |||||
| host-947.dbo.ReconcileMonthly.IX_LedgerStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 4109 | 2914 | 2026-09-15 19:20:57 | 2026-07-19 18:18:33 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_SalesSummary | 2 | NONCLUSTERED | 29394538 | 0 | 0 | 12426 | 2026-09-15 21:01:18 | 2026-09-10 15:36:16 | USED | keep — in use | |||||
| host-947.dbo.SettlementStaging.IX_PolicyLine | 7 | NONCLUSTERED | 29658601 | 0 | 0 | 12426 | 2026-09-15 21:01:18 | 2026-09-10 15:36:41 | USED | keep — in use | |||||
| host-947.dbo.SettlementStaging.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 57891 | 1 | 32405034 | 18906 | 2026-09-15 21:01:18 | 2026-09-10 15:37:27 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_TerritoryQueue | 4 | NONCLUSTERED | Y | 50482 | 0 | 0 | 12426 | 2026-09-15 19:09:48 | 2026-09-10 15:36:38 | USED | keep — in use | ||||
| host-947.dbo.SettlementStaging.IX_StaffingLine | 3 | NONCLUSTERED | 4217529 | 0 | 0 | 12551 | 2026-09-15 23:39:27 | 2026-09-10 15:36:28 | USED | keep — in use | |||||
| host-947.dbo.SettlementStaging.IX_TicketSummary | 6 | NONCLUSTERED | 7397 | 0 | 0 | 12426 | 2026-09-12 14:34:25 | 2026-09-10 15:36:33 | USED | keep — in use | |||||
| host-947.dbo.SettlementStaging.IX_RosterEntry | 5 | NONCLUSTERED | 34153 | 0 | 0 | 18906 | 2026-09-15 19:58:59 | 2026-09-10 15:36:43 | USED | keep — in use | |||||
| host-947.dbo.SettlementStaging.IX_CampaignQueue | 29 | NONCLUSTERED | 2912390 | 0 | 0 | 12551 | 2026-09-15 17:12:52 | 2026-09-10 15:36:38 | USED | keep — in use | |||||
| host-947.dbo.WarehouseLog.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 382 | 125 | 2026-09-14 15:17:40 | 2026-07-19 18:18:43 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_BatchQueue | 2 | NONCLUSTERED | Y | 382 | 0 | 0 | 125 | 2026-09-14 15:17:40 | 2026-07-19 18:18:43 | USED | keep — in use | ||||
| host-947.dbo.MeterMonthly.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterMonthly.IX_ContractAudit | 1 | CLUSTERED | Y | 8495 | 0 | 0 | 0 | 2026-09-15 19:58:59 | never | USED | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_SupplierQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 12426 | never | 2026-07-19 18:18:42 | UNUSED | KEEP — primary key | |||
| host-947.dbo.LedgerHeader.IX_CatalogResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 12426 | never | 2026-07-19 18:18:41 | UNUSED | KEEP — table storage | ||||
| host-947.dbo.PolicySnapshot.IX_RosterLog | 4 | NONCLUSTERED | 7397 | 0 | 0 | 2708 | 2026-09-12 14:34:25 | 2026-09-12 14:35:06 | USED | keep — in use | |||||
| host-947.dbo.PolicySnapshot.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | 28495 | 0 | 0 | 2708 | 2026-09-15 19:09:48 | 2026-09-12 14:34:27 | USED | keep — in use | ||||
| host-947.dbo.PolicySnapshot.IX_CatalogHeader | 3 | NONCLUSTERED | 2877 | 0 | 0 | 2708 | 2026-09-15 19:09:48 | 2026-09-12 14:34:29 | USED | keep — in use | |||||
| host-947.dbo.PolicySnapshot.IX_PolicyHistory | 1 | CLUSTERED | Y | Y | 312 | 0 | 27070 | 2708 | 2026-09-15 19:09:48 | 2026-09-12 14:35:23 | USED | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_ContractLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:52 | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_TerritoryQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:52 | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_RosterEntry | 1 | CLUSTERED | Y | Y | 691 | 0 | 0 | 0 | 2026-09-16 00:03:47 | 2026-03-29 20:55:52 | USED | KEEP — primary key | |||
| host-947.dbo.BatchQueue.IX_RosterResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:52 | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_SalesEntry | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:52 | COLD | review carefully — unique | ||||
| host-947.dbo.BatchQueue.IX_OrdersDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:52 | COLD | review, then DROP | |||||
| host-947.dbo.BatchQueue.IX_BookingEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:52 | COLD | review, then DROP | |||||
| host-947.dbo.CampaignStaging.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_CatalogMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 1528 | 0 | 0 | 0 | 2026-09-15 20:35:58 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_BillingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseArchive.IX_InvoiceMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_CustomerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementArchive.IX_ClaimLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLine.IX_WarehouseStatus | 1 | CLUSTERED | Y | Y | 17 | 0 | 0 | 0 | 2026-09-15 15:01:12 | never | USED | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_ContractSummary | 1 | CLUSTERED | Y | Y | 22 | 0 | 0 | 0 | 2026-09-15 19:53:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_BatchDetail | 1 | CLUSTERED | Y | Y | 1528 | 0 | 0 | 0 | 2026-09-15 20:35:58 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_OrdersQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_PricingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketStatus.IX_ClaimSnapshot | 1 | CLUSTERED | Y | Y | 27 | 0 | 0 | 0 | 2026-09-15 11:04:46 | never | USED | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_AssetDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:52 | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_InvoiceEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:52 | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_BookingHistory | 2 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-09 14:34:59 | 2026-03-29 20:55:52 | USED | keep — in use | |||||
| host-947.dbo.BillingStatus.IX_SalesDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:55:52 | COLD | review, then DROP | |||||
| host-947.dbo.BillingStatus.IX_InvoiceResult | 1 | CLUSTERED | Y | Y | 40 | 0 | 0 | 0 | 2026-09-15 08:07:54 | 2026-03-29 20:55:52 | USED | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerDaily.IX_TerritoryEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerDaily.IX_MeterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileEntry.IX_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_TicketHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterEntry.IX_ShiftLog | 1 | CLUSTERED | Y | Y | 18874 | 0 | 0 | 0 | 2026-09-15 23:39:03 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_LedgerSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingLine.IX_TicketMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLine.IX_LedgerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileQueue.IX_LedgerStatus | 1 | CLUSTERED | Y | 4128 | 0 | 0 | 0 | 2026-09-15 23:39:03 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileQueue.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_CustomerMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceAudit.IX_ContractSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceAudit.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_CampaignStatus | 1 | CLUSTERED | Y | Y | 0 | 3 | 1 | 0 | 2026-09-12 12:55:05 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_WarehouseHistory | 3 | NONCLUSTERED | Y | 8 | 0 | 0 | 0 | 2026-09-11 09:45:05 | never | USED | keep — in use | ||||
| host-947.dbo.SupplierDetail.IX_LedgerEntry | 2 | NONCLUSTERED | 1 | 0 | 0 | 0 | 2026-09-08 14:25:03 | never | USED | keep — in use | |||||
| host-947.dbo.WarehouseDaily.IX_InvoiceHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_PricingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_BookingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-05-14 04:35:14 | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersResult.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-05-14 04:35:15 | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_CampaignDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSnapshot.IX_AssetLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_ForecastDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractSummary.IX_OrdersDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_RouteLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDaily.IX_WarehouseEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterDaily.IX_ForecastStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_ShipmentLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_CatalogDaily | 1 | CLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-12 12:55:03 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BookingResult.IX_AssetHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingResult.IX_BatchLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_SettlementAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_LedgerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceDetail.IX_ClaimLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_CatalogHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_PayrollQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchMonthly.IX_PayrollAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchMonthly.IX_CustomerAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierAudit.IX_StaffingAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_PayrollStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastSummary.IX_WarehouseLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_MeterStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingSnapshot.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_ReconcileHistory | 8 | NONCLUSTERED | 0 | 0 | 0 | 3160 | never | 2026-09-09 13:16:13 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingAudit.IX_CampaignHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 3160 | never | 2026-09-09 13:16:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingAudit.IX_RosterStaging | 3 | NONCLUSTERED | 65834 | 0 | 0 | 3160 | 2026-09-15 23:39:27 | 2026-09-09 13:15:55 | USED | keep — in use | |||||
| host-947.dbo.StaffingAudit.IX_LedgerHeader | 4 | NONCLUSTERED | 22284 | 0 | 0 | 3160 | 2026-09-14 16:36:17 | 2026-09-09 13:15:59 | USED | keep — in use | |||||
| host-947.dbo.StaffingAudit.IX_InvoiceLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 3160 | never | 2026-09-09 13:16:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingAudit.IX_InvoiceSnapshot | 6 | NONCLUSTERED | 64 | 0 | 0 | 3160 | 2026-09-15 17:43:10 | 2026-09-09 13:15:57 | USED | keep — in use | |||||
| host-947.dbo.StaffingAudit.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 1996 | 0 | 88175 | 3160 | 2026-09-15 23:39:27 | 2026-09-09 13:16:44 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingAudit.IX_RosterLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 3160 | never | 2026-09-09 13:15:50 | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersHeader.IX_CatalogDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_ForecastArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftArchive.IX_BillingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_ShipmentStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_PolicyStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_ClaimSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDaily.IX_ContractResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDaily.IX_MeterAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_CatalogDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_ContractSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_TerritoryHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingAudit.IX_StaffingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingAudit.IX_TerritoryAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchResult.IX_StaffingStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:48 | COLD | review, then DROP | |||||
| host-947.dbo.BatchResult.IX_ForecastMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:48 | COLD | review, then DROP | |||||
| host-947.dbo.BatchResult.IX_ForecastResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:48 | COLD | review, then DROP | |||||
| host-947.dbo.BatchResult.IX_SalesResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:48 | COLD | KEEP — primary key | |||
| host-947.dbo.ContractAudit.IX_AssetSnapshot | 2 | NONCLUSTERED | 61040 | 0 | 0 | 0 | 2026-09-15 23:39:27 | 2026-07-19 18:18:48 | USED | keep — in use | |||||
| host-947.dbo.ContractAudit.IX_ShipmentStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:48 | COLD | review, then DROP | |||||
| host-947.dbo.ContractAudit.IX_SettlementQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:48 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_RouteStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:48 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_ContractHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:48 | COLD | review, then DROP | |||||
| host-947.dbo.SupplierQueue.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_RosterAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.PolicySummary.IX_MeterResult | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.PolicySummary.IX_ContractArchive | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_SalesDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_ClaimStatus | 1 | CLUSTERED | Y | Y | 14 | 16 | 0 | 0 | 2026-09-11 15:34:49 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicySummary.IX_TicketHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicySummary.IX_MeterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_LedgerSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_CampaignLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStaging.IX_PayrollStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStaging.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_BillingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStaging.IX_PolicySummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogEntry.IX_PolicyHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLog.IX_CustomerLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastLog.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimStaging.IX_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_InvoiceLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileDetail.IX_TerritoryHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDetail.IX_CampaignEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileDetail.IX_ReconcileHistory | 1 | CLUSTERED | Y | Y | 0 | 14 | 0 | 0 | 2026-09-11 15:34:49 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_SalesLog | 2 | NONCLUSTERED | Y | 14 | 0 | 0 | 0 | 2026-09-11 15:34:49 | never | USED | keep — in use | ||||
| host-947.dbo.QuotaArchive.IX_RosterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_SettlementDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingArchive.IX_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_WarehouseEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_SupplierLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_OrdersSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_ClaimLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSummary.IX_TerritoryMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:01 | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSummary.IX_SupplierLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:01 | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerSummary.IX_LedgerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:01 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_PricingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_CatalogHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryLog.IX_TerritoryMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryLog.IX_WarehouseHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_AssetDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:01 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:01 | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_OrdersHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:01 | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_SettlementHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryQueue.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingResult.IX_BillingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_SalesQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_BookingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_LedgerArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_SalesLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDaily.IX_CatalogHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDaily.IX_CustomerSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDaily.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_PricingStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierQueue.IX_LedgerQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierQueue.IX_WarehouseQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_OrdersLine | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 0 | 2026-09-12 12:55:02 | never | USED | keep — in use | ||||
| host-947.dbo.PricingEntry.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_AssetStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_SettlementEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_InvoiceLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingAudit.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_QuotaArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerLine.IX_RosterEntry | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerLine.IX_PricingDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetQueue.IX_TerritoryResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetQueue.IX_QuotaHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_LedgerQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_RouteHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastLine.IX_SalesQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaArchive.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_TerritoryStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_BatchHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_MeterLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_SalesStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_TicketAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterResult.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_CampaignStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_AssetDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastEntry.IX_ClaimSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastEntry.IX_PolicyHeader | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastEntry.IX_RosterAudit | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastEntry.IX_BookingSnapshot | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastEntry.IX_CampaignHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastEntry.IX_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_SalesResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastEntry.IX_StaffingHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_SupplierStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_ShipmentLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersResult.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 6167 | 0 | 0 | 0 | 2026-09-15 20:10:03 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_CustomerStatus | 27 | NONCLUSTERED | 0 | 0 | 0 | 8500 | never | 2026-09-14 12:13:31 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_TerritoryLine | 11 | NONCLUSTERED | 42 | 0 | 0 | 8500 | 2026-09-12 12:30:02 | 2026-09-14 12:12:51 | USED | keep — in use | |||||
| host-947.dbo.QuotaQueue.IX_PricingQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 8500 | never | 2026-09-14 12:16:41 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_MeterDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 8500 | never | 2026-09-14 12:12:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_ForecastSummary | 7 | NONCLUSTERED | 1905 | 0 | 0 | 11704 | 2026-09-14 08:48:17 | 2026-09-11 19:14:43 | USED | keep — in use | |||||
| host-947.dbo.QuotaQueue.IX_BatchLine | 10 | NONCLUSTERED | 548 | 0 | 0 | 8500 | 2026-09-15 20:33:33 | 2026-09-14 12:12:46 | USED | keep — in use | |||||
| host-947.dbo.QuotaQueue.IX_ShipmentHeader | 8 | NONCLUSTERED | 10 | 0 | 0 | 8555 | 2026-09-15 15:02:09 | 2026-09-14 12:14:46 | USED | keep — in use | |||||
| host-947.dbo.QuotaQueue.IX_SettlementDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 8500 | never | 2026-09-14 12:12:31 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_QuotaMonthly | 2 | NONCLUSTERED | Y | Y | 5642 | 0 | 0 | 8500 | 2026-09-15 20:36:04 | 2026-09-14 12:12:29 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaQueue.IX_MeterMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 11649 | never | 2026-09-14 12:12:36 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_PolicyLog | 9 | NONCLUSTERED | 0 | 0 | 0 | 8500 | never | 2026-09-14 12:12:41 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_ReconcileSummary | 1 | CLUSTERED | 33144 | 0 | 5709 | 11704 | 2026-09-15 21:00:26 | 2026-09-14 12:12:26 | USED | KEEP — table storage | |||||
| host-947.dbo.QuotaQueue.IX_ClaimLine | 12 | NONCLUSTERED | 0 | 0 | 0 | 8500 | never | 2026-09-14 12:12:56 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_TerritoryQueue | 26 | NONCLUSTERED | 0 | 0 | 0 | 8500 | never | 2026-09-14 12:13:11 | UNUSED | review, then DROP | |||||
| host-947.dbo.QuotaQueue.IX_CatalogDetail | 25 | NONCLUSTERED | 0 | 0 | 0 | 8500 | never | 2026-09-14 12:13:01 | UNUSED | review, then DROP | |||||
| host-947.dbo.PricingStaging.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStaging.IX_SalesEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_ForecastStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingStaging.IX_BookingAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStaging.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_BillingLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryArchive.IX_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_ReconcileSnapshot | 7 | NONCLUSTERED | 2 | 0 | 0 | 0 | 2026-09-11 15:18:48 | never | USED | keep — in use | |||||
| host-947.dbo.TerritoryArchive.IX_CatalogQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryArchive.IX_AssetLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryArchive.IX_LedgerLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryArchive.IX_BookingSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteStatus.IX_ShipmentAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_SalesMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_TicketMonthly | 2 | NONCLUSTERED | Y | 1 | 0 | 0 | 1 | 2026-09-11 15:18:47 | never | USED | keep — in use | ||||
| host-947.dbo.ForecastStatus.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 505054 | 1 | 15186 | 53 | 2026-09-15 23:39:27 | 2026-07-23 18:31:03 | USED | KEEP — primary key | |||
| host-947.dbo.ForecastStatus.IX_BillingAudit | 10 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | 2026-07-23 18:31:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_PolicyArchive | 11 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | 2026-07-23 18:31:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_SettlementArchive | 6 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | 2026-07-23 18:31:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_SettlementQueue | 8 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | 2026-07-23 18:31:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_SupplierStaging | 2 | NONCLUSTERED | Y | 12679 | 569 | 0 | 22 | 2026-09-15 23:11:39 | 2026-07-23 18:31:03 | USED | keep — in use | ||||
| host-947.dbo.ForecastStatus.IX_PricingStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | 2026-07-23 18:31:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_SalesSummary | 12 | NONCLUSTERED | Y | 2554 | 0 | 0 | 22 | 2026-09-15 20:41:00 | 2026-07-23 18:31:03 | USED | keep — in use | ||||
| host-947.dbo.ForecastStatus.IX_PolicySnapshot | 5 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | 2026-07-23 18:31:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_BillingDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | 2026-07-23 18:31:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.ForecastStatus.IX_SettlementMonthly | 9 | NONCLUSTERED | 31465 | 0 | 0 | 22 | 2026-09-15 23:31:15 | 2026-07-23 18:31:03 | USED | keep — in use | |||||
| host-947.dbo.ForecastStatus.IX_CampaignDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 22 | never | 2026-07-23 18:31:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_StaffingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 1253 | 1 | 2026-09-15 23:02:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | 3017 | 0 | 0 | 1 | 2026-09-15 23:02:08 | never | USED | keep — in use | ||||
| host-947.dbo.ForecastLine.IX_CustomerStaging | 1 | CLUSTERED | Y | 5 | 0 | 0 | 0 | 2026-09-14 12:35:47 | 2026-03-29 20:56:08 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastLine.IX_WarehouseLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:08 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_BillingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignSnapshot.IX_SettlementHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_AssetHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_SupplierQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_CampaignSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerHeader.IX_CampaignLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.LedgerHeader.IX_BatchQueue | 1 | CLUSTERED | Y | Y | 12937 | 0 | 0 | 1 | 2026-09-15 16:08:48 | never | USED | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_ShiftQueue | 6 | NONCLUSTERED | 5 | 0 | 0 | 4754 | 2026-09-14 13:58:04 | 2026-08-29 10:02:47 | USED | keep — in use | |||||
| host-947.dbo.LedgerLog.IX_ShiftResult | 1 | CLUSTERED | 7587 | 0 | 43641 | 11107 | 2026-09-15 21:00:26 | 2026-08-29 10:02:49 | USED | KEEP — table storage | |||||
| host-947.dbo.LedgerLog.IX_SettlementMonthly | 9 | NONCLUSTERED | 0 | 0 | 0 | 4754 | never | 2026-08-29 10:02:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_QuotaLog | 13 | NONCLUSTERED | 106 | 0 | 0 | 8593 | 2026-09-15 16:04:09 | 2026-09-10 14:03:34 | USED | keep — in use | |||||
| host-947.dbo.LedgerLog.IX_WarehouseSnapshot | 12 | NONCLUSTERED | 0 | 0 | 0 | 4754 | never | 2026-08-29 10:02:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_TerritoryLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 4754 | never | 2026-08-29 10:02:26 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_TicketSummary | 5 | NONCLUSTERED | 22 | 0 | 0 | 4754 | 2026-09-15 20:51:16 | 2026-08-29 10:02:46 | USED | keep — in use | |||||
| host-947.dbo.LedgerLog.IX_RosterLine | 14 | NONCLUSTERED | 0 | 0 | 0 | 11107 | never | 2026-08-29 10:02:35 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_CatalogStatus | 8 | NONCLUSTERED | 0 | 0 | 0 | 4754 | never | 2026-08-29 10:02:27 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 66022 | 24 | 0 | 4754 | 2026-09-15 20:36:04 | 2026-08-29 10:02:42 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerLog.IX_CatalogHeader | 7 | NONCLUSTERED | 0 | 0 | 0 | 4754 | never | 2026-08-29 10:02:52 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_CatalogArchive | 10 | NONCLUSTERED | 147 | 0 | 0 | 4754 | 2026-09-15 10:38:45 | 2026-08-29 10:02:59 | USED | keep — in use | |||||
| host-947.dbo.LedgerLog.IX_TerritoryHeader | 11 | NONCLUSTERED | 0 | 0 | 0 | 4754 | never | 2026-08-29 10:02:28 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerLog.IX_AssetAudit | 4 | NONCLUSTERED | 7569 | 0 | 0 | 4754 | 2026-09-15 20:36:04 | 2026-08-29 10:02:45 | USED | keep — in use | |||||
| host-947.dbo.CampaignStaging.IX_SettlementEntry | 1 | CLUSTERED | Y | Y | 61387 | 0 | 0 | 0 | 2026-09-15 23:01:16 | 2026-08-04 15:20:05 | USED | KEEP — primary key | |||
| host-947.dbo.CampaignStaging.IX_ForecastStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-08-04 15:20:05 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_BookingArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_SalesHeader | 1 | CLUSTERED | 2171 | 0 | 33651 | 13470 | 2026-09-15 21:00:26 | 2026-09-15 14:31:07 | USED | KEEP — table storage | |||||
| host-947.dbo.AssetSnapshot.IX_BatchDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 6367 | never | 2026-09-15 20:11:14 | UNUSED | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_RosterMonthly | 6 | NONCLUSTERED | 0 | 0 | 0 | 6367 | never | 2026-09-15 20:11:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_SettlementMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 6367 | never | 2026-09-15 20:10:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.AssetSnapshot.IX_ShipmentDetail | 2 | NONCLUSTERED | Y | Y | 26698 | 0 | 0 | 6367 | 2026-09-15 20:36:04 | 2026-09-15 20:10:59 | USED | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_RouteMonthly | 3 | NONCLUSTERED | 6959 | 0 | 0 | 6367 | 2026-09-15 20:36:04 | 2026-09-15 14:40:57 | USED | keep — in use | |||||
| host-947.dbo.CustomerResult.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_ForecastEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHistory.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_RouteArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollHeader.IX_ShipmentHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerQueue.IX_PolicyStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_LedgerAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerQueue.IX_ForecastSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerQueue.IX_PricingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_ContractAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryResult.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_SalesHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketHistory.IX_BookingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_CatalogLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:13 | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHistory.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:13 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_CustomerResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerResult.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_ForecastMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerArchive.IX_PolicyEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyQueue.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyQueue.IX_TicketMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:13 | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStaging.IX_BillingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:13 | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_AssetDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_OrdersAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogHeader.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHeader.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_MeterAudit | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | |||
| host-947.dbo.CampaignLine.IX_RosterHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLine.IX_InvoiceLog | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-11 15:18:47 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_CustomerAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.InvoiceQueue.IX_ShipmentEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastStaging.IX_ShiftStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteResult.IX_PricingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:54 | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteResult.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:54 | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSnapshot.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerSnapshot.IX_CampaignResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_ClaimHeader | 1 | CLUSTERED | Y | Y | 67695 | 0 | 0 | 0 | 2026-09-15 22:53:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.SalesHeader.IX_BookingLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingStaging.IX_ContractStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_SupplierStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_BillingHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_ReconcileSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogMonthly.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesLog.IX_AssetSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_PayrollStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | ||||
| host-947.dbo.StaffingStatus.IX_TerritoryResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 510 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.StaffingStatus.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 510 | 0 | 510 | 2026-09-15 09:19:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.ForecastHeader.IX_ClaimStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHeader.IX_StaffingHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerAudit.IX_LedgerHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_TicketSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogMonthly.IX_RosterQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_StaffingHistory | 1 | CLUSTERED | Y | Y | 812 | 0 | 0 | 3 | 2026-09-15 08:55:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.ContractDetail.IX_QuotaSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 3 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.MeterSnapshot.IX_PayrollEntry | 1 | CLUSTERED | Y | Y | 1 | 0 | 0 | 1 | 2026-09-12 12:55:05 | never | USED | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_PolicyStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_ReconcileEntry | 1 | CLUSTERED | Y | Y | 171 | 0 | 0 | 171 | 2026-09-15 09:19:14 | never | USED | KEEP — primary key | |||
| host-947.dbo.BatchArchive.IX_CampaignEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 171 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_ClaimDetail | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_ClaimEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryStatus.IX_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 171 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersLog.IX_TerritoryDetail | 2 | NONCLUSTERED | 171 | 0 | 0 | 171 | 2026-09-15 09:19:14 | never | USED | keep — in use | |||||
| host-947.dbo.OrdersLog.IX_ClaimArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 171 | never | never | UNUSED | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_ClaimStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingMonthly.IX_CustomerLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseEntry.IX_OrdersAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseEntry.IX_SettlementArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_CampaignDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimArchive.IX_OrdersMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLog.IX_SalesHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierMonthly.IX_InvoiceEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierMonthly.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSummary.IX_BatchDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_RouteAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterHeader.IX_LedgerLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersHeader.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSummary.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_LedgerStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterQueue.IX_LedgerStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_QuotaEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHeader.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_TerritoryHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierDetail.IX_ReconcileMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierDetail.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingMonthly.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ContractDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastLog.IX_BillingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDaily.IX_MeterQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDaily.IX_ShipmentLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteSnapshot.IX_SettlementResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHistory.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_ReconcileQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastDetail.IX_PricingHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryResult.IX_PolicyStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyHeader.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingHistory.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_CampaignSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_PolicyHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollEntry.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHistory.IX_CustomerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_InvoiceStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyMonthly.IX_QuotaStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_LedgerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSummary.IX_BillingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementSummary.IX_ForecastStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicySummary.IX_SupplierAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_LedgerSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftEntry.IX_ClaimStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimResult.IX_SalesSnapshot | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_PolicyDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSnapshot.IX_WarehouseMonthly | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingLog.IX_LedgerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimEntry.IX_ShiftResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_BatchEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_TicketLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchDetail.IX_StaffingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_SettlementArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_PricingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStaging.IX_ShiftQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLine.IX_PricingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStaging.IX_ShiftAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStaging.IX_CustomerStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchStaging.IX_MeterEntry | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollStatus.IX_ContractStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceAudit.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHeader.IX_CatalogStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignHeader.IX_PayrollHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersAudit.IX_SalesStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDaily.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSnapshot.IX_WarehouseArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingQueue.IX_TerritoryDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_InvoiceAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetQueue.IX_BatchArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractArchive.IX_TicketResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementSummary.IX_PricingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSummary.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_QuotaAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersHistory.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterMonthly.IX_PayrollStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_BillingResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.WarehouseDetail.IX_TicketLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignHeader.IX_MeterMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLog.IX_AssetDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_TicketLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_AssetLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHeader.IX_CampaignLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogEntry.IX_RosterMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 318 | 0 | 0 | 0 | 2026-09-15 08:46:33 | never | USED | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_SettlementAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceEntry.IX_AssetSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStaging.IX_ForecastLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastStatus.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractQueue.IX_ShipmentHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractQueue.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceMonthly.IX_CustomerDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementMonthly.IX_ContractEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 1 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_SettlementHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterDetail.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSnapshot.IX_ReconcileAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_ReconcileDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementHeader.IX_SettlementSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDaily.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_MeterHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_OrdersStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDetail.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketDaily.IX_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_OrdersMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignResult.IX_OrdersLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterStaging.IX_ShiftMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLine.IX_WarehouseArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterMonthly.IX_InvoiceEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollHeader.IX_TerritoryQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftStatus.IX_ClaimLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerHistory.IX_AssetSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStaging.IX_RosterHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesLog.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierQueue.IX_ForecastEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingSnapshot.IX_OrdersStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_PolicyArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_RosterMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerAudit.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_ContractStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyHeader.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_SettlementStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetSummary.IX_CustomerMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_TicketLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollStaging.IX_BookingResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStaging.IX_BatchDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_CampaignSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CatalogStatus.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLog.IX_ContractSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersLog.IX_TicketStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchSummary.IX_ReconcileSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BatchSummary.IX_TerritoryEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_CampaignHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingQueue.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingQueue.IX_SettlementDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_SalesSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_PayrollLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterLog.IX_ForecastLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSummary.IX_CampaignMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingResult.IX_QuotaLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimLog.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_TerritoryArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersLine.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceAudit.IX_BatchHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_CatalogAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_SupplierSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaResult.IX_AssetResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterAudit.IX_CatalogStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterAudit.IX_ShipmentArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLine.IX_ContractStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogSummary.IX_PolicyMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_BookingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSummary.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierSnapshot.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_WarehouseDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_SalesSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_ReconcileMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDetail.IX_SalesAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_InvoiceLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementDetail.IX_BookingMonthly | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingDaily.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_TicketLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementAudit.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_TicketLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicySnapshot.IX_ReconcileArchive | 1 | CLUSTERED | Y | Y | 481 | 0 | 0 | 0 | 2026-09-15 08:47:23 | never | USED | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_InvoiceLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingQueue.IX_MeterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingQueue.IX_ShiftStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStaging.IX_RosterArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStaging.IX_TerritoryQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_ForecastQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_ShipmentQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_ShipmentStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractMonthly.IX_SalesAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractMonthly.IX_RosterDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_ContractHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastEntry.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_ShipmentHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesSnapshot.IX_TicketArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingEntry.IX_StaffingQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingEntry.IX_RouteDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStatus.IX_BookingSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStatus.IX_SettlementResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractLine.IX_SettlementArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractLine.IX_SupplierMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_WarehouseLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingAudit.IX_ContractResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingAudit.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_RosterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersLine.IX_PayrollArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingLog.IX_PolicyLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingArchive.IX_BookingStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingArchive.IX_ShipmentSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerEntry.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_ContractLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterHistory.IX_RosterLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterHistory.IX_ClaimStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHistory.IX_PolicyQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseAudit.IX_SalesLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryHeader.IX_ShipmentEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementMonthly.IX_CatalogMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_ShiftLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersMonthly.IX_AssetDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastMonthly.IX_CustomerStatus | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterLine.IX_CatalogStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterLine.IX_ShiftHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHeader.IX_ReconcileDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_ShiftArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_BillingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDetail.IX_OrdersSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollDaily.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerStatus.IX_ShiftAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSummary.IX_ContractArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingQueue.IX_QuotaSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollQueue.IX_ClaimSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterArchive.IX_ClaimMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaEntry.IX_LedgerSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSummary.IX_CatalogAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_SalesMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_PolicyLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_BatchAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerDaily.IX_RouteLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileStaging.IX_AssetAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStaging.IX_PayrollAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_WarehouseSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_SalesDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSnapshot.IX_AssetResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterSnapshot.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterSnapshot.IX_WarehouseEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_PricingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentDetail.IX_OrdersDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_PricingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceQueue.IX_StaffingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_TicketStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollDaily.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftSnapshot.IX_RouteHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseResult.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterQueue.IX_RouteEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_RosterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHistory.IX_ShipmentStaging | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentResult.IX_WarehouseStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentResult.IX_CatalogDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentResult.IX_InvoiceQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CustomerDaily.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingHistory.IX_PayrollLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterEntry.IX_TerritoryResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyQueue.IX_ContractLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_BillingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceEntry.IX_RosterQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_WarehouseResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierDetail.IX_PayrollLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_PolicyLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_CampaignSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_PolicyDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceLog.IX_TerritoryAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.InvoiceLog.IX_BookingEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementStaging.IX_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterLog.IX_BatchEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_CampaignStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterLog.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryAudit.IX_ContractLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHeader.IX_CustomerAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteHeader.IX_OrdersArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterAudit.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStatus.IX_QuotaSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDetail.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_CatalogStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_BookingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSnapshot.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_AssetArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftQueue.IX_TicketSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStatus.IX_OrdersDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_BookingStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingMonthly.IX_StaffingMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingMonthly.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_InvoiceAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_ReconcileQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentMonthly.IX_ReconcileStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDaily.IX_RouteEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyLog.IX_QuotaHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_StaffingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchStatus.IX_ContractDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDaily.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchSnapshot.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_ClaimEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHeader.IX_CustomerLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_PolicyHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_ForecastDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_ForecastQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLine.IX_CampaignLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogArchive.IX_SettlementMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_MeterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_CatalogHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftSummary.IX_ReconcileResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_ContractStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_RouteLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryQueue.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryQueue.IX_QuotaArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketAudit.IX_CustomerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_PayrollEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftMonthly.IX_LedgerEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftMonthly.IX_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_PayrollAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteArchive.IX_LedgerStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingArchive.IX_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_LedgerSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingArchive.IX_OrdersStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogStaging.IX_PricingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteArchive.IX_CampaignSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketQueue.IX_ClaimAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketEntry.IX_LedgerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_StaffingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyEntry.IX_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_MeterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogResult.IX_TerritoryLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogResult.IX_ContractLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentLog.IX_ForecastStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingResult.IX_ShiftArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingResult.IX_TicketEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLine.IX_ShipmentQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementLine.IX_ClaimMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingDetail.IX_PricingStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingDetail.IX_TicketDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDaily.IX_CatalogSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingDaily.IX_RouteSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingDaily.IX_CampaignDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHistory.IX_ContractLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHistory.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDaily.IX_CampaignLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDaily.IX_BookingMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_PolicyQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_WarehouseHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierEntry.IX_WarehouseAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_SupplierHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryDetail.IX_SalesAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileMonthly.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimDaily.IX_StaffingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_QuotaSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimMonthly.IX_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimMonthly.IX_AssetLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimMonthly.IX_RosterSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastDetail.IX_SalesResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileArchive.IX_SettlementLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileArchive.IX_StaffingMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentSummary.IX_RouteStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_SalesDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentSummary.IX_SupplierDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterLine.IX_RosterArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLine.IX_QuotaAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_StaffingStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_PolicyResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHistory.IX_CatalogDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLog.IX_BillingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftDetail.IX_BillingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDetail.IX_BookingEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentAudit.IX_ForecastEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryAudit.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_StaffingHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceStatus.IX_BookingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:16 | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceStatus.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:16 | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLine.IX_ShiftQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterHeader.IX_CatalogLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_AssetEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementResult.IX_ShiftStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_SettlementQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchArchive.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerLine.IX_SalesAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractMonthly.IX_CustomerLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierHistory.IX_RouteHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_PricingLog | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.SupplierHistory.IX_SupplierSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLog.IX_ForecastDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseLog.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_CatalogLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterEntry.IX_BookingSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteStaging.IX_InvoiceLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_PolicyLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHeader.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_TicketHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_BillingLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_RouteAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractStatus.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_LedgerResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierQueue.IX_PayrollMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastStatus.IX_PayrollLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDetail.IX_TerritorySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_ClaimMonthly | 1 | CLUSTERED | Y | Y | 1657 | 0 | 0 | 0 | 2026-09-15 08:07:08 | never | USED | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_AssetEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaQueue.IX_LedgerDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterHistory.IX_BatchStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RosterHistory.IX_InvoiceSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_AssetMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetMonthly.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetHistory.IX_WarehouseResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetHistory.IX_SupplierDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.AssetHistory.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_CampaignDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_SupplierSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetEntry.IX_RosterAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetEntry.IX_ShipmentLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesAudit.IX_OrdersAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesAudit.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLine.IX_SettlementDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryStatus.IX_ForecastQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSnapshot.IX_CustomerHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteDetail.IX_ShiftAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_TicketQueue | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesEntry.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerEntry.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryHeader.IX_StaffingHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryHeader.IX_ContractQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentArchive.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentArchive.IX_BatchStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_RosterLine | 1 | CLUSTERED | Y | 480 | 1 | 0 | 0 | 2026-09-15 08:47:23 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ContractStaging.IX_BillingHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentMonthly.IX_ClaimStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDetail.IX_ClaimEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLine.IX_BatchEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStaging.IX_ContractEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_SalesHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_CatalogEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_SupplierHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLog.IX_BatchSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLine.IX_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftLine.IX_OrdersDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLog.IX_AssetSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_RosterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDaily.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesAudit.IX_CampaignMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_InvoiceStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollQueue.IX_RouteDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritorySnapshot.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingDaily.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimLog.IX_CatalogSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStatus.IX_CustomerStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceHeader.IX_ShiftEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_SalesSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteDetail.IX_SupplierDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerEntry.IX_BatchArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftDaily.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_WarehouseDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_RouteHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_BatchDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetHeader.IX_TerritoryResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHeader.IX_PricingEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentHeader.IX_CampaignResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.ShipmentHeader.IX_InvoiceStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_BookingHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_ContractStaging | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_SettlementLine | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentHeader.IX_ShipmentAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLine.IX_ContractLine | 7 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerQueue.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_ContractArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogHistory.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritorySummary.IX_ClaimEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStaging.IX_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_QuotaStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterStatus.IX_TicketQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileSnapshot.IX_SettlementStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryLog.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteHistory.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLog.IX_BookingStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastEntry.IX_CampaignHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignDetail.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerResult.IX_PolicyArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingStatus.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStatus.IX_CampaignResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterMonthly.IX_ContractEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_ReconcileSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_RosterStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.StaffingDaily.IX_PolicySnapshot | 10 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_LedgerResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingAudit.IX_SupplierHistory | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingAudit.IX_CustomerSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.MeterStatus.IX_PolicyArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketSnapshot.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryResult.IX_ClaimDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementDaily.IX_OrdersSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingEntry.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDaily.IX_WarehouseStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_TicketQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterArchive.IX_CustomerStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesQueue.IX_BillingStaging | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetAudit.IX_PayrollStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStatus.IX_PolicyMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteDetail.IX_ForecastStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHistory.IX_WarehouseSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileStaging.IX_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLog.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_PolicyAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementAudit.IX_TicketDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStaging.IX_ForecastDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStaging.IX_SalesStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentLine.IX_PricingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesAudit.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSnapshot.IX_SettlementDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingSnapshot.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_CustomerHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyResult.IX_PolicyLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDetail.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseHeader.IX_PricingHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_PolicySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStatus.IX_BatchStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerDaily.IX_ForecastMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_WarehouseAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStatus.IX_TicketQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetArchive.IX_TicketStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_RouteLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftSnapshot.IX_AssetQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSnapshot.IX_InvoiceHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentSummary.IX_SupplierSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLine.IX_RouteSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersSnapshot.IX_AssetLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_ShipmentMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerStatus.IX_RosterSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractHistory.IX_RosterArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHistory.IX_BookingDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesResult.IX_PayrollMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_BatchResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementQueue.IX_BatchSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerArchive.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileStaging.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceEntry.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDaily.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDaily.IX_RosterResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketArchive.IX_ShipmentArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_SalesArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollHeader.IX_BatchArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingMonthly.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingResult.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollHeader.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseArchive.IX_ReconcileSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_PricingLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketStatus.IX_RouteHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollMonthly.IX_CampaignMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_RosterDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_AssetStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_ContractQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentArchive.IX_BillingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftQueue.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignDaily.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketHistory.IX_QuotaEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketHistory.IX_ShiftStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollSnapshot.IX_CatalogResult | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSnapshot.IX_LedgerLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollSnapshot.IX_PayrollStatus | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSnapshot.IX_WarehouseHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHeader.IX_BatchLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_ShiftResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_ClaimAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PolicyDetail.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDetail.IX_TerritoryMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchDetail.IX_CatalogDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShiftStaging.IX_RouteSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteHeader.IX_TerritorySnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceAudit.IX_StaffingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollQueue.IX_StaffingLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_RosterSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentResult.IX_RouteLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentResult.IX_LedgerMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_BookingDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_AssetLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_TerritoryResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerMonthly.IX_TerritoryLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseSnapshot.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentResult.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterQueue.IX_PolicyArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingArchive.IX_QuotaResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollSnapshot.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_RouteResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseDaily.IX_SupplierAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteHistory.IX_SettlementDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketMonthly.IX_ContractLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_RouteHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_ReconcileSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingSummary.IX_AssetQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollStatus.IX_SettlementEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryAudit.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHistory.IX_SettlementHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignAudit.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.InvoiceSummary.IX_CampaignStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterEntry.IX_LedgerAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaArchive.IX_PolicyStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_CatalogStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteSummary.IX_SettlementLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_SettlementAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryResult.IX_RouteStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerArchive.IX_TerritoryHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingAudit.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDetail.IX_StaffingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_SettlementQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStatus.IX_QuotaArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyLine.IX_QuotaAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingHistory.IX_CatalogStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_RosterMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterQueue.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_MeterAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastHeader.IX_SettlementStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingEntry.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchHeader.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_InvoiceSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TicketArchive.IX_WarehouseDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_TerritoryAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastQueue.IX_StaffingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentDetail.IX_InvoiceStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchAudit.IX_SettlementMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingArchive.IX_ShiftSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingHistory.IX_CustomerDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastSummary.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierQueue.IX_ReconcileLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesArchive.IX_OrdersStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerEntry.IX_ClaimSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_ContractMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierDetail.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentHistory.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementArchive.IX_PricingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingSnapshot.IX_TerritoryLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHistory.IX_RouteHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketHistory.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStaging.IX_ClaimMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ClaimHeader.IX_SalesSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHeader.IX_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseLog.IX_AssetHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseLog.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_LedgerHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.AssetQueue.IX_SettlementDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetQueue.IX_AssetSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentMonthly.IX_ContractSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogSummary.IX_OrdersStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketQueue.IX_ShiftLine | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketQueue.IX_TicketMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketQueue.IX_TicketSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseStaging.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseStaging.IX_CustomerLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PayrollSummary.IX_ShipmentStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_BillingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerResult.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerDaily.IX_ReconcileAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStatus.IX_PayrollSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerLog.IX_AssetArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketDaily.IX_MeterQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogDaily.IX_StaffingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PolicyHeader.IX_PayrollHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimResult.IX_ContractStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_BookingStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_TicketEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetStaging.IX_CampaignArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceStaging.IX_StaffingHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentSummary.IX_TerritoryResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimLog.IX_ShiftEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimLog.IX_ForecastStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHistory.IX_TicketAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementStatus.IX_LedgerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersDaily.IX_OrdersStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersDaily.IX_AssetArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersDaily.IX_PayrollEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSummary.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetSummary.IX_SalesArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketLog.IX_PayrollLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierSummary.IX_RouteStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStatus.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterStatus.IX_SalesHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastMonthly.IX_PricingArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastMonthly.IX_PolicyAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHeader.IX_CustomerAudit | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerStatus.IX_QuotaStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerStatus.IX_ReconcileArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractMonthly.IX_BillingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaDetail.IX_ReconcileHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogArchive.IX_WarehouseArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PolicyDaily.IX_CatalogSummary | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractDaily.IX_OrdersHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingStatus.IX_CampaignQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingStatus.IX_StaffingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_WarehouseEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritorySummary.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyDaily.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_ClaimHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingDaily.IX_TerritorySummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHistory.IX_WarehouseAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierLog.IX_InvoiceStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingSnapshot.IX_PolicyDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_TicketLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaHeader.IX_ClaimLine | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSummary.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogStatus.IX_SalesQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStatus.IX_OrdersHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetDaily.IX_MeterQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_SalesLine | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseDetail.IX_TerritoryHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingDaily.IX_AssetEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SalesStatus.IX_RouteMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_SalesSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_PricingLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingHeader.IX_InvoiceDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_TicketLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierEntry.IX_LedgerStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractArchive.IX_TicketHeader | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementSnapshot.IX_BookingEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementSnapshot.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_ClaimDaily | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_ShipmentResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_PolicyLine | 14 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ForecastHistory.IX_ClaimLog | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_CatalogDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_InvoiceStaging | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.InvoiceDetail.IX_PricingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_PolicyStaging | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSnapshot.IX_TicketEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSnapshot.IX_MeterAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_ReconcileResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_ShipmentResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.InvoiceSummary.IX_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingDaily.IX_RosterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingDaily.IX_MeterHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierSummary.IX_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_MeterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentLine.IX_ClaimDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingHistory.IX_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceLog.IX_InvoiceLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PayrollArchive.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollArchive.IX_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_TicketStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_BillingDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_ClaimEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_RosterStaging | 11 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStaging.IX_BillingArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementMonthly.IX_ContractResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementMonthly.IX_InvoiceLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementMonthly.IX_CampaignLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHistory.IX_BatchArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RosterStaging.IX_RouteArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerAudit.IX_CatalogAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersArchive.IX_SupplierLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersArchive.IX_BookingMonthly | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersArchive.IX_BillingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterSummary.IX_OrdersSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PayrollAudit.IX_OrdersStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersResult.IX_BillingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersResult.IX_PayrollHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingQueue.IX_CampaignEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.RouteLog.IX_QuotaResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLog.IX_TicketSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchStatus.IX_StaffingHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_RouteResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_InvoiceDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterArchive.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.StaffingStatus.IX_TicketStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_TicketDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerResult.IX_ContractLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyAudit.IX_CampaignDetail | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingMonthly.IX_OrdersArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingMonthly.IX_SalesAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_TerritoryHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaStaging.IX_CustomerAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SettlementDetail.IX_SupplierSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementDetail.IX_BillingQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_CampaignQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterQueue.IX_ReconcileQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementStaging.IX_ForecastArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterResult.IX_StaffingSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterHeader.IX_ShipmentDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterHeader.IX_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_CampaignSnapshot | 1 | CLUSTERED | Y | Y | 134 | 0 | 0 | 1 | 2026-09-15 18:55:54 | 2026-07-19 18:18:55 | USED | KEEP — primary key | |||
| host-947.dbo.ContractStatus.IX_SupplierQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | 2026-07-19 18:18:55 | UNUSED | review carefully — unique | ||||
| host-947.dbo.WarehouseStatus.IX_PayrollQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:18 | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseStatus.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:18 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_RouteAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_PricingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_ReconcileResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_ContractEntry | 6 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStaging.IX_RouteEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersStaging.IX_WarehouseSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteDetail.IX_QuotaDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RouteDetail.IX_BatchSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingAudit.IX_TicketAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BillingAudit.IX_ContractEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignStatus.IX_SupplierStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesMonthly.IX_TicketHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignSnapshot.IX_PayrollEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignSnapshot.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignSnapshot.IX_BatchSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_CampaignMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingStaging.IX_MeterArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLine.IX_LedgerEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLine.IX_TicketDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BillingLine.IX_InvoiceSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_AssetSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimArchive.IX_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_ClaimStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStaging.IX_BookingQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingStaging.IX_SettlementStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingStaging.IX_CampaignDetail | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchResult.IX_ShipmentQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchResult.IX_CampaignHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingStaging.IX_ShiftEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchAudit.IX_LedgerLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketMonthly.IX_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TicketMonthly.IX_CustomerDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketMonthly.IX_SettlementArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TicketResult.IX_TicketLog | 2 | NONCLUSTERED | 28 | 0 | 0 | 1 | 2026-09-15 15:53:17 | 2026-07-19 18:18:55 | USED | keep — in use | |||||
| host-947.dbo.TicketResult.IX_BillingLine | 1 | CLUSTERED | Y | Y | 49655 | 0 | 15 | 1 | 2026-09-15 22:52:35 | 2026-07-19 18:18:55 | USED | KEEP — primary key | |||
| host-947.dbo.TicketResult.IX_CampaignDaily | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | 2026-07-19 18:18:55 | UNUSED | review carefully — unique | ||||
| host-947.dbo.TicketResult.IX_ReconcileStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-07-19 18:18:55 | UNUSED | review, then DROP | |||||
| host-947.dbo.TerritoryDetail.IX_PayrollResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_ClaimDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignQueue.IX_CustomerHeader | 1 | CLUSTERED | Y | Y | 0 | 38 | 0 | 0 | 2026-09-15 13:50:06 | never | USED | KEEP — primary key | |||
| host-947.dbo.CampaignQueue.IX_ForecastHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingHistory.IX_MeterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingHistory.IX_PricingSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractHeader.IX_WarehouseStatus | 2 | NONCLUSTERED | 181937 | 0 | 0 | 0 | 2026-09-15 20:17:10 | 2026-06-04 03:13:03 | USED | keep — in use | |||||
| host-947.dbo.ContractHeader.IX_RosterHeader | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-04 03:13:03 | COLD | review carefully — unique | ||||
| host-947.dbo.ContractHeader.IX_StaffingAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-04 03:13:03 | COLD | review, then DROP | |||||
| host-947.dbo.ContractHeader.IX_BookingQueue | 1 | CLUSTERED | Y | Y | 69106 | 0 | 156451 | 0 | 2026-09-15 22:54:51 | 2026-06-04 03:13:03 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_QuotaStatus | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-04 03:13:03 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_InvoiceQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-04 03:13:03 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_BillingLine | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-04 03:13:03 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_SupplierEntry | 1 | CLUSTERED | Y | 25486 | 0 | 0 | 0 | 2026-09-15 20:05:59 | 2026-06-04 03:13:03 | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.IX_PolicyAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-04 03:13:03 | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_WarehouseAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-04 03:13:03 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_BillingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-04 03:13:03 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaResult.IX_CampaignEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-04 03:13:03 | COLD | review, then DROP | |||||
| host-947.dbo.BillingSnapshot.IX_CatalogLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDaily.IX_LedgerDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.PricingSummary.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_ContractDaily | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.PricingSummary.IX_ReconcileEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHeader.IX_PayrollDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseHistory.IX_TerritoryResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetSummary.IX_SalesLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.LedgerMonthly.IX_BatchArchive | 1 | CLUSTERED | Y | Y | 24 | 0 | 0 | 0 | 2026-09-15 15:47:25 | 2026-03-29 20:56:18 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerMonthly.IX_ClaimDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:18 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseResult.IX_TicketMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.WarehouseResult.IX_PayrollStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_QuotaDaily | 1 | CLUSTERED | Y | Y | 4575 | 0 | 0 | 0 | 2026-09-15 21:07:06 | 2026-06-03 06:37:44 | USED | KEEP — primary key | |||
| host-947.dbo.SalesDetail.IX_TerritoryMonthly | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_OrdersSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_QuotaMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_AssetDaily | 8 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDetail.IX_CustomerStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_SalesLine | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review, then DROP | |||||
| host-947.dbo.SalesDetail.IX_ReconcileStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_OrdersDaily | 2 | NONCLUSTERED | Y | 19409 | 0 | 0 | 0 | 2026-09-15 21:07:06 | 2026-06-03 06:37:44 | USED | keep — in use | ||||
| host-947.dbo.QuotaHistory.IX_PricingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review, then DROP | |||||
| host-947.dbo.QuotaHistory.IX_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDetail.IX_StaffingDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryDetail.IX_LedgerStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractResult.IX_RouteHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ContractResult.IX_RosterDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_BookingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_BatchAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketDetail.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseDaily.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractSnapshot.IX_RouteAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.InvoiceArchive.IX_ContractArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStatus.IX_PayrollArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStatus.IX_RouteStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_TerritoryLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-03 06:37:44 | COLD | review, then DROP | |||||
| host-947.dbo.ReconcileLog.IX_ShipmentStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ReconcileLog.IX_RosterAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ContractArchive.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ContractArchive.IX_PayrollStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_SettlementSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterDetail.IX_SalesSnapshot | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.MeterDetail.IX_RosterLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterDetail.IX_WarehouseSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_ClaimHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseAudit.IX_AssetArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.WarehouseAudit.IX_QuotaLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHeader.IX_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_PricingAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SettlementHeader.IX_StaffingDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDaily.IX_PricingHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.TerritoryDaily.IX_PayrollMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_RosterSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicySnapshot.IX_ForecastDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_TicketHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CatalogDetail.IX_TicketSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileMonthly.IX_InvoiceSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteAudit.IX_PricingHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteAudit.IX_SupplierResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteAudit.IX_SettlementSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.RouteAudit.IX_ShipmentSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.BookingQueue.IX_ShipmentEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ClaimAudit.IX_BillingHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BatchHistory.IX_PayrollSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftHeader.IX_LedgerQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:18 | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftHeader.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:18 | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierStatus.IX_CampaignEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierStatus.IX_SupplierAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStatus.IX_WarehouseSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStatus.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierResult.IX_ReconcileAudit | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:18 | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierResult.IX_CampaignDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:18 | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_TerritoryQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BookingSnapshot.IX_ContractStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierResult.IX_ForecastStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierResult.IX_QuotaResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileLog.IX_BillingHeader | 1 | CLUSTERED | Y | 14870 | 0 | 0 | 0 | 2026-09-15 17:28:27 | 2026-07-10 17:01:24 | USED | KEEP — table storage | ||||
| host-947.dbo.ReconcileLog.IX_PolicyDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-10 17:01:25 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_PayrollEntry | 1 | CLUSTERED | Y | 108922 | 0 | 0 | 0 | 2026-09-15 20:21:13 | 2026-07-19 18:18:55 | USED | KEEP — table storage | ||||
| host-947.dbo.CampaignLine.IX_CampaignAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-07-19 18:18:55 | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimHeader.IX_ContractDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimHeader.IX_SalesLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_LedgerSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 4 | never | 2026-07-19 18:18:55 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingArchive.IX_SettlementHeader | 2 | NONCLUSTERED | Y | 79 | 0 | 0 | 4 | 2026-09-15 15:07:16 | 2026-07-19 18:18:55 | USED | keep — in use | ||||
| host-947.dbo.StaffingArchive.IX_BatchHistory | 1 | CLUSTERED | Y | Y | 0 | 2 | 79 | 4 | 2026-09-15 15:07:16 | 2026-07-19 18:18:55 | USED | KEEP — primary key | |||
| host-947.dbo.AssetDetail.IX_ShiftResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetDetail.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_ContractMonthly | 1 | CLUSTERED | Y | Y | 42 | 0 | 0 | 0 | 2026-09-15 13:05:30 | 2026-03-29 20:56:19 | USED | KEEP — primary key | |||
| host-947.dbo.ContractEntry.IX_ClaimDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:19 | COLD | review carefully — unique | ||||
| host-947.dbo.SalesDetail.IX_PolicyHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesDetail.IX_OrdersEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShipmentStatus.IX_ContractDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLog.IX_ShipmentLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BatchLog.IX_CampaignEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 2194 | 226 | 2026-09-15 17:23:07 | 2026-07-19 18:18:55 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementResult.IX_SalesHistory | 2 | NONCLUSTERED | 2194 | 0 | 0 | 226 | 2026-09-15 17:23:07 | 2026-08-20 16:30:50 | USED | keep — in use | |||||
| host-947.dbo.SupplierSnapshot.IX_OrdersHistory | 11 | NONCLUSTERED | 0 | 0 | 0 | 335 | never | 2026-08-18 07:41:14 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 7211 | 13122 | 335 | 2026-09-15 22:51:31 | 2026-07-19 18:18:55 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierSnapshot.IX_ShiftHistory | 5 | NONCLUSTERED | 9785 | 0 | 0 | 335 | 2026-09-15 16:54:32 | 2026-08-12 09:27:29 | USED | keep — in use | |||||
| host-947.dbo.SupplierSnapshot.IX_BatchArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 335 | never | 2026-08-12 09:27:30 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierSnapshot.IX_SettlementArchive | 4 | NONCLUSTERED | 1325 | 0 | 0 | 335 | 2026-09-15 10:28:42 | 2026-08-12 09:27:31 | USED | keep — in use | |||||
| host-947.dbo.SupplierSnapshot.IX_ReconcileStaging | 2 | NONCLUSTERED | 2012 | 0 | 0 | 335 | 2026-09-15 22:51:31 | 2026-08-12 09:27:25 | USED | keep — in use | |||||
| host-947.dbo.SupplierStaging.IX_RosterAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierStaging.IX_ShiftSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteStaging.IX_ShipmentLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStaging.IX_TicketLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingLog.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingLog.IX_AssetStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastDaily.IX_BookingSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastDaily.IX_BatchSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_StaffingQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 177 | never | 2026-08-18 15:48:18 | UNUSED | review carefully — unique | ||||
| host-947.dbo.RouteLine.IX_TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 28 | 34 | 177 | 2026-09-15 10:28:30 | 2026-07-19 18:18:55 | USED | KEEP — primary key | |||
| host-947.dbo.RouteLine.IX_PolicyHistory | 2 | NONCLUSTERED | 34 | 0 | 0 | 177 | 2026-09-15 10:28:30 | 2026-08-18 07:43:07 | USED | keep — in use | |||||
| host-947.dbo.BillingStaging.IX_ForecastLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BillingStaging.IX_CampaignHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaLog.IX_CatalogMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.QuotaLog.IX_LedgerQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_CustomerHeader | 2 | NONCLUSTERED | Y | 1957 | 0 | 0 | 275 | 2026-09-15 16:54:32 | 2026-08-18 07:43:08 | USED | keep — in use | ||||
| host-947.dbo.StaffingArchive.IX_InvoiceSnapshot | 1 | CLUSTERED | Y | Y | 7555 | 0 | 1957 | 275 | 2026-09-15 16:54:32 | 2026-08-08 08:40:40 | USED | KEEP — primary key | |||
| host-947.dbo.StaffingLine.IX_PricingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingLine.IX_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PolicyLine.IX_CatalogHistory | 2 | NONCLUSTERED | Y | 1736 | 0 | 0 | 240 | 2026-09-15 10:28:42 | 2026-08-12 09:27:20 | USED | keep — in use | ||||
| host-947.dbo.PolicyLine.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 240 | 0 | 1736 | 240 | 2026-09-15 10:28:42 | 2026-07-19 18:18:56 | USED | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_ClaimLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 117 | never | 2026-08-12 12:48:05 | UNUSED | review, then DROP | |||||
| host-947.dbo.SalesEntry.IX_ClaimSummary | 4 | NONCLUSTERED | 61 | 0 | 0 | 117 | 2026-09-15 10:28:30 | 2026-08-12 12:47:58 | USED | keep — in use | |||||
| host-947.dbo.SalesEntry.IX_AssetAudit | 1 | CLUSTERED | Y | Y | 12398 | 0 | 80730 | 117 | 2026-09-16 00:19:27 | 2026-08-13 07:42:40 | USED | KEEP — primary key | |||
| host-947.dbo.SalesEntry.IX_StaffingResult | 2 | NONCLUSTERED | Y | 80669 | 0 | 0 | 117 | 2026-09-16 00:19:27 | 2026-08-12 12:47:58 | USED | keep — in use | ||||
| host-947.dbo.TicketAudit.IX_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 10437 | 117 | 2026-09-15 10:28:42 | 2026-07-19 18:18:56 | USED | KEEP — primary key | |||
| host-947.dbo.TicketAudit.IX_WarehouseLog | 2 | NONCLUSTERED | 10437 | 0 | 0 | 117 | 2026-09-15 10:28:42 | 2026-08-12 12:48:01 | USED | keep — in use | |||||
| host-947.dbo.TicketAudit.IX_InvoiceEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 117 | never | 2026-08-12 12:48:02 | UNUSED | review, then DROP | |||||
| host-947.dbo.TicketAudit.IX_TerritorySnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 117 | never | 2026-08-12 12:48:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.StaffingEntry.IX_RouteDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingEntry.IX_PolicySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementLine.IX_TerritoryStaging | 1 | CLUSTERED | Y | Y | 0 | 1634 | 0 | 0 | 2026-09-15 10:28:38 | never | USED | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 7367 | 55 | 2026-09-16 00:19:27 | 2026-07-19 18:18:56 | USED | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_BatchDetail | 2 | NONCLUSTERED | 7367 | 0 | 0 | 55 | 2026-09-16 00:19:27 | 2026-08-18 07:43:17 | USED | keep — in use | |||||
| host-947.dbo.CustomerHistory.IX_PolicyMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CustomerHistory.IX_PricingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastLine.IX_BillingQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_AssetStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerHeader.IX_ClaimDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterMonthly.IX_ShiftHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterMonthly.IX_BatchStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_StaffingSummary | 1 | CLUSTERED | Y | Y | 1511 | 0 | 2191 | 55 | 2026-09-15 22:51:31 | 2026-08-18 09:44:22 | USED | KEEP — primary key | |||
| host-947.dbo.PricingSummary.IX_BookingResult | 2 | NONCLUSTERED | 2191 | 0 | 0 | 55 | 2026-09-15 22:51:31 | 2026-08-12 10:36:35 | USED | keep — in use | |||||
| host-947.dbo.PayrollStatus.IX_PricingStatus | 1 | CLUSTERED | Y | Y | 36244 | 0 | 0 | 117 | 2026-09-15 21:59:29 | 2026-08-20 16:30:54 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_CustomerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 379 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.WarehouseStatus.IX_TicketStaging | 1 | CLUSTERED | 376 | 376 | 0 | 755 | 2026-09-16 00:49:28 | never | USED | KEEP — table storage | |||||
| host-947.dbo.WarehouseStatus.IX_TerritoryLine | 3 | NONCLUSTERED | Y | 379 | 0 | 0 | 379 | 2026-09-15 22:48:31 | never | USED | keep — in use | ||||
| host-947.dbo.AssetSummary.IX_StaffingDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetSummary.IX_ReconcileStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetLog.IX_CustomerDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.AssetLog.IX_SalesDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_PricingMonthly | 1 | CLUSTERED | Y | Y | 67 | 0 | 0 | 0 | 2026-09-15 21:59:29 | 2026-03-29 20:56:19 | USED | KEEP — primary key | |||
| host-947.dbo.ClaimSummary.IX_SalesDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:19 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierResult.IX_ClaimHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SupplierResult.IX_CustomerSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_InvoiceEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftResult.IX_CampaignStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ClaimArchive.IX_TicketArchive | 1 | CLUSTERED | Y | 12 | 0 | 0 | 0 | 2026-09-14 09:24:35 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ClaimArchive.IX_StaffingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_SettlementMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BillingEntry.IX_BatchSummary | 1 | CLUSTERED | Y | 2 | 0 | 0 | 0 | 2026-09-15 10:16:09 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ShipmentSummary.IX_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 221 | 93 | 423 | 2026-09-15 17:23:07 | 2026-09-04 13:58:24 | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentSummary.IX_CatalogSummary | 2 | NONCLUSTERED | Y | 472 | 0 | 0 | 423 | 2026-09-15 22:48:31 | 2026-09-04 13:58:19 | USED | keep — in use | ||||
| host-947.dbo.RouteStatus.IX_CampaignQueue | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_OrdersHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileEntry.IX_RosterLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileEntry.IX_BillingDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_BookingSnapshot | 1 | CLUSTERED | Y | Y | 1509 | 5 | 4634 | 55 | 2026-09-16 00:19:27 | 2026-08-05 08:42:35 | USED | KEEP — primary key | |||
| host-947.dbo.BatchStatus.IX_ForecastStaging | 2 | NONCLUSTERED | Y | 2661 | 0 | 0 | 55 | 2026-09-16 00:19:27 | 2026-08-18 07:43:24 | USED | keep — in use | ||||
| host-947.dbo.BatchStatus.IX_BillingSummary | 3 | NONCLUSTERED | 1973 | 0 | 0 | 55 | 2026-09-15 16:54:30 | 2026-08-18 07:43:08 | USED | keep — in use | |||||
| host-947.dbo.ShipmentStatus.IX_StaffingDaily | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.ShipmentStatus.IX_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 61 | 0 | 0 | 2026-09-15 10:28:42 | never | USED | KEEP — primary key | |||
| host-947.dbo.ShipmentStatus.IX_SalesMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_ContractAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShipmentStatus.IX_ReconcileDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_PayrollLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_ForecastHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignMonthly.IX_QuotaHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.CampaignMonthly.IX_RouteMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.MeterLog.IX_QuotaSummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.MeterLog.IX_SupplierSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_ShiftLog | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.LedgerSnapshot.IX_InvoiceHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.LedgerSnapshot.IX_LedgerSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_RouteStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-05-14 04:35:33 | COLD | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_BillingLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-05-14 04:35:33 | COLD | review, then DROP | |||||
| host-947.dbo.SalesArchive.IX_CampaignHistory | 1 | CLUSTERED | Y | Y | 15490 | 0 | 15 | 0 | 2026-09-15 21:59:28 | 2026-05-14 04:35:33 | USED | KEEP — primary key | |||
| host-947.dbo.SalesArchive.IX_TerritoryDetail | 4 | NONCLUSTERED | Y | 15 | 0 | 0 | 0 | 2026-09-09 09:07:37 | 2026-05-14 04:35:33 | USED | keep — in use | ||||
| host-947.dbo.SalesArchive.IX_LedgerLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-05-14 04:35:33 | COLD | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_TerritoryMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 4211 | 110 | 2026-09-15 22:51:31 | 2026-07-19 18:18:56 | USED | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_SettlementHeader | 3 | NONCLUSTERED | 0 | 0 | 0 | 110 | never | 2026-08-18 07:43:08 | UNUSED | review, then DROP | |||||
| host-947.dbo.AssetResult.IX_QuotaStatus | 4 | NONCLUSTERED | 1821 | 0 | 0 | 110 | 2026-09-15 22:51:31 | 2026-08-18 07:43:07 | USED | keep — in use | |||||
| host-947.dbo.AssetResult.IX_InvoiceSnapshot | 2 | NONCLUSTERED | 2390 | 0 | 0 | 110 | 2026-09-15 22:51:31 | 2026-08-18 07:43:07 | USED | keep — in use | |||||
| host-947.dbo.MeterSummary.IX_OrdersLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 2000 | 12130 | 2026-09-15 16:24:10 | 2026-07-19 18:18:56 | USED | KEEP — primary key | |||
| host-947.dbo.MeterSummary.IX_BillingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 12130 | never | 2026-09-14 06:53:04 | UNUSED | review carefully — unique | ||||
| host-947.dbo.MeterSummary.IX_BillingSummary | 3 | NONCLUSTERED | 2000 | 0 | 0 | 12130 | 2026-09-15 16:24:10 | 2026-09-14 06:53:11 | USED | keep — in use | |||||
| host-947.dbo.QuotaResult.IX_AssetHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 2787 | 10709 | 2026-09-15 16:24:10 | 2026-07-19 18:18:57 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_PayrollAudit | 2 | NONCLUSTERED | Y | 2720 | 0 | 0 | 10709 | 2026-09-15 16:24:10 | 2026-09-14 06:53:04 | USED | keep — in use | ||||
| host-947.dbo.QuotaResult.IX_CatalogEntry | 3 | NONCLUSTERED | 67 | 0 | 0 | 10709 | 2026-09-15 16:24:10 | 2026-09-14 06:53:26 | USED | keep — in use | |||||
| host-947.dbo.SupplierLog.IX_StaffingHistory | 3 | NONCLUSTERED | Y | 10673 | 0 | 0 | 347 | 2026-09-16 00:19:27 | 2026-07-19 18:18:57 | USED | keep — in use | ||||
| host-947.dbo.SupplierLog.IX_ContractQueue | 4 | NONCLUSTERED | 0 | 0 | 0 | 347 | never | 2026-07-19 18:18:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_SettlementAudit | 8 | NONCLUSTERED | 561613 | 0 | 0 | 347 | 2026-09-16 00:03:47 | 2026-07-19 18:18:58 | USED | keep — in use | |||||
| host-947.dbo.SupplierLog.IX_StaffingSnapshot | 9 | NONCLUSTERED | Y | 65 | 0 | 0 | 347 | 2026-09-15 16:24:09 | 2026-07-19 18:18:58 | USED | keep — in use | ||||
| host-947.dbo.SupplierLog.IX_ContractStaging | 7 | NONCLUSTERED | 0 | 0 | 0 | 696 | never | 2026-07-19 18:18:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_LedgerHeader | 5 | NONCLUSTERED | 0 | 0 | 0 | 347 | never | 2026-07-19 18:18:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_MeterMonthly | 1 | CLUSTERED | Y | Y | 633 | 76 | 125622 | 696 | 2026-09-16 00:19:27 | 2026-07-19 18:18:57 | USED | KEEP — primary key | |||
| host-947.dbo.SupplierLog.IX_RouteSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 347 | never | 2026-07-19 18:18:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierLog.IX_TicketSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 347 | never | 2026-07-19 18:18:58 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_TicketDetail | 1 | CLUSTERED | Y | Y | 212 | 6 | 449560 | 10709 | 2026-09-15 22:50:44 | 2026-09-14 06:53:16 | USED | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_QuotaDetail | 2 | NONCLUSTERED | Y | 70 | 0 | 0 | 10709 | 2026-09-15 16:24:10 | 2026-09-13 17:16:00 | USED | keep — in use | ||||
| host-947.dbo.LedgerStaging.IX_ShiftDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 10709 | never | 2026-09-13 17:42:49 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_BookingLine | 6 | NONCLUSTERED | 0 | 0 | 0 | 10709 | never | 2026-09-13 17:42:59 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_ForecastAudit | 5 | NONCLUSTERED | 0 | 0 | 0 | 10709 | never | 2026-09-13 17:43:19 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_RosterHeader | 7 | NONCLUSTERED | 0 | 0 | 0 | 10709 | never | 2026-09-13 17:43:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.LedgerStaging.IX_ReconcileMonthly | 8 | NONCLUSTERED | 2620 | 0 | 0 | 10709 | 2026-09-15 20:10:02 | 2026-09-13 17:42:54 | USED | keep — in use | |||||
| host-947.dbo.LedgerStaging.IX_TerritoryDaily | 3 | NONCLUSTERED | 447417 | 0 | 0 | 10709 | 2026-09-15 22:48:31 | 2026-09-13 17:42:44 | USED | keep — in use | |||||
| host-947.dbo.BookingLog.IX_ReconcileEntry | 1 | CLUSTERED | Y | Y | 0 | 6 | 2722 | 6475 | 2026-09-15 20:00:12 | 2026-09-15 07:32:24 | USED | KEEP — primary key | |||
| host-947.dbo.BookingLog.IX_PolicyAudit | 5 | NONCLUSTERED | Y | 1712 | 0 | 0 | 6475 | 2026-09-15 16:24:10 | 2026-09-15 07:32:25 | USED | keep — in use | ||||
| host-947.dbo.BookingLog.IX_BillingQueue | 6 | NONCLUSTERED | 0 | 0 | 0 | 6475 | never | 2026-09-15 07:32:17 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_ContractEntry | 2 | NONCLUSTERED | 1010 | 0 | 0 | 6475 | 2026-09-15 20:00:12 | 2026-09-15 07:32:32 | USED | keep — in use | |||||
| host-947.dbo.BookingLog.IX_QuotaSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 6475 | never | 2026-09-15 07:32:23 | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingLog.IX_MeterEntry | 3 | NONCLUSTERED | 550 | 0 | 0 | 6475 | 2026-09-15 16:53:54 | 2026-09-15 07:32:17 | USED | keep — in use | |||||
| host-947.dbo.BookingStaging.IX_PayrollEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.BookingStaging.IX_SalesStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_BillingStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_BillingDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.PricingHeader.IX_OrdersLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PricingHeader.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesStatus.IX_SettlementResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesStatus.IX_CatalogEntry | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.MeterStaging.IX_ForecastSnapshot | 2 | NONCLUSTERED | Y | 752 | 0 | 0 | 5 | 2026-09-15 22:51:31 | 2026-07-19 18:19:03 | USED | keep — in use | ||||
| host-947.dbo.MeterStaging.IX_ClaimLog | 1 | CLUSTERED | Y | Y | 297 | 0 | 752 | 5 | 2026-09-15 22:51:31 | 2026-07-19 18:19:03 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_RosterHistory | 2 | NONCLUSTERED | Y | 11286 | 0 | 0 | 1 | 2026-09-16 00:19:27 | 2026-07-19 18:19:03 | USED | keep — in use | ||||
| host-947.dbo.PayrollEntry.IX_CustomerArchive | 1 | CLUSTERED | Y | Y | 22 | 4584 | 11286 | 3 | 2026-09-16 00:19:27 | 2026-07-19 18:19:03 | USED | KEEP — primary key | |||
| host-947.dbo.PayrollEntry.IX_BillingStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 1 | never | 2026-07-19 18:19:03 | UNUSED | review, then DROP | |||||
| host-947.dbo.OrdersQueue.IX_MeterSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 1 | never | 2026-07-19 18:19:03 | UNUSED | review carefully — unique | ||||
| host-947.dbo.OrdersQueue.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 0 | 4 | 183 | 1 | 2026-09-15 10:28:42 | 2026-07-19 18:19:03 | USED | KEEP — primary key | |||
| host-947.dbo.OrdersQueue.IX_SalesStaging | 3 | NONCLUSTERED | 183 | 0 | 0 | 1 | 2026-09-15 10:28:42 | 2026-07-19 18:19:03 | USED | keep — in use | |||||
| host-947.dbo.RosterLine.IX_ShiftDetail | 1 | CLUSTERED | Y | Y | 50 | 0 | 0 | 0 | 2026-09-14 10:52:16 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_SupplierStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.SupplierHistory.IX_RosterSummary | 1 | CLUSTERED | Y | Y | 3742 | 0 | 0 | 0 | 2026-09-15 22:51:31 | never | USED | KEEP — primary key | |||
| host-947.dbo.SupplierHistory.IX_InvoiceHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingQueue.IX_ForecastAudit | 2 | NONCLUSTERED | Y | 8 | 0 | 0 | 0 | 2026-09-15 16:04:25 | never | USED | keep — in use | ||||
| host-947.dbo.BookingQueue.IX_QuotaHistory | 1 | CLUSTERED | Y | Y | 37 | 412 | 7 | 0 | 2026-09-15 17:23:07 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_CatalogQueue | 1 | CLUSTERED | Y | Y | 0 | 42696 | 0 | 0 | 2026-09-15 23:35:57 | never | USED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_QuotaStatus | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BookingHeader.IX_ClaimStatus | 2 | NONCLUSTERED | Y | 42809 | 0 | 0 | 0 | 2026-09-15 23:35:57 | never | USED | keep — in use | ||||
| host-947.dbo.ForecastQueue.IX_OrdersHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ForecastQueue.IX_ContractDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SalesSnapshot.IX_ForecastHistory | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SalesSnapshot.IX_ShiftLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDetail.IX_BatchArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ReconcileDetail.IX_CustomerHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_CustomerDetail | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_RosterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersSummary.IX_TicketDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.OrdersSummary.IX_StaffingEntry | 5 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersSummary.IX_StaffingArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftResult.IX_InvoiceResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftResult.IX_ContractMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_LedgerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.QuotaArchive.IX_BatchLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_RouteHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastHistory.IX_BookingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ForecastHistory.IX_BookingMonthly | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TerritoryQueue.IX_ClaimResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.TerritoryQueue.IX_CampaignResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.StaffingStaging.IX_ContractLine | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.StaffingStaging.IX_SettlementAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersResult.IX_BatchMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersResult.IX_BatchQueue | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_CampaignHistory | 3 | NONCLUSTERED | Y | 19080 | 0 | 0 | 775 | 2026-09-16 00:19:27 | 2026-09-09 14:17:11 | USED | keep — in use | ||||
| host-947.dbo.RouteMonthly.IX_ContractHeader | 11 | NONCLUSTERED | 182 | 0 | 0 | 775 | 2026-09-15 17:12:37 | 2026-09-09 14:17:20 | USED | keep — in use | |||||
| host-947.dbo.RouteMonthly.IX_PolicyMonthly | 7 | NONCLUSTERED | 3278 | 0 | 0 | 775 | 2026-09-15 22:51:32 | 2026-09-09 14:17:14 | USED | keep — in use | |||||
| host-947.dbo.RouteMonthly.IX_CustomerLog | 4 | NONCLUSTERED | 206288 | 44 | 0 | 1181 | 2026-09-15 23:35:57 | 2026-09-09 14:17:00 | USED | keep — in use | |||||
| host-947.dbo.RouteMonthly.IX_SalesSummary | 8 | NONCLUSTERED | 0 | 0 | 0 | 775 | never | 2026-09-09 14:17:09 | UNUSED | review, then DROP | |||||
| host-947.dbo.RouteMonthly.IX_CatalogArchive | 9 | NONCLUSTERED | 45 | 0 | 0 | 775 | 2026-09-15 17:12:32 | 2026-09-09 14:17:15 | USED | keep — in use | |||||
| host-947.dbo.RouteMonthly.IX_SalesHistory | 1 | CLUSTERED | Y | Y | 1766 | 6109 | 333551 | 1181 | 2026-09-16 00:19:27 | 2026-09-09 14:50:43 | USED | KEEP — primary key | |||
| host-947.dbo.RouteMonthly.IX_TicketHeader | 6 | NONCLUSTERED | 406 | 0 | 0 | 775 | 2026-09-15 22:48:31 | 2026-09-09 14:17:07 | USED | keep — in use | |||||
| host-947.dbo.RouteMonthly.IX_ShiftEntry | 5 | NONCLUSTERED | 224 | 0 | 0 | 1181 | 2026-09-15 17:12:37 | 2026-09-09 14:17:05 | USED | keep — in use | |||||
| host-947.dbo.RouteMonthly.IX_CampaignLine | 10 | NONCLUSTERED | 102146 | 0 | 0 | 775 | 2026-09-15 23:22:54 | 2026-09-09 14:17:03 | USED | keep — in use | |||||
| host-947.dbo.RouteMonthly.IX_ShiftHistory | 2 | NONCLUSTERED | Y | 2538 | 0 | 0 | 775 | 2026-09-15 22:51:32 | 2026-09-09 14:16:56 | USED | keep — in use | ||||
| host-947.dbo.LedgerMonthly.IX_CustomerStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.LedgerMonthly.IX_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerSummary.IX_AssetHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CustomerSummary.IX_CustomerArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.WarehouseSnapshot.IX_StaffingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:28 | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseSnapshot.IX_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-15 12:13:12 | 2026-03-29 20:56:28 | USED | KEEP — primary key | |||
| host-947.dbo.RosterDaily.IX_PayrollQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:28 | COLD | review carefully — unique | ||||
| host-947.dbo.RosterDaily.IX_ShipmentSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:28 | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementEntry.IX_PolicyStaging | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.SettlementEntry.IX_SettlementSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.AssetResult.IX_QuotaLog | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.AssetResult.IX_SupplierDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_RosterArchive | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:28 | COLD | KEEP — primary key | |||
| host-947.dbo.ReconcileDaily.IX_CatalogDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:28 | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingDaily.IX_OrdersHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:56:28 | COLD | KEEP — primary key | |||
| host-947.dbo.CatalogQueue.IX_QuotaMonthly | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CatalogQueue.IX_QuotaLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_BookingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.BatchLine.IX_SalesSnapshot | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.PayrollResult.IX_TerritoryLog | 1 | CLUSTERED | Y | Y | 136908 | 0 | 0 | 171091 | 2026-09-15 20:18:45 | 2026-07-19 18:19:03 | USED | KEEP — primary key | |||
| host-947.dbo.CatalogSnapshot.IX_ShipmentResult | 1 | CLUSTERED | Y | 598612 | 0 | 0 | 53807 | 2026-09-15 20:21:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.CatalogSnapshot.IX_CatalogDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 53807 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.CatalogSnapshot.IX_SettlementHeader | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 53807 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_CustomerAudit | 1 | CLUSTERED | Y | 598612 | 0 | 0 | 53807 | 2026-09-15 20:21:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BookingHeader.IX_PolicyDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 53807 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.BookingHeader.IX_RouteMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 53807 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.ShiftLine.IX_PricingArchive | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ShiftLine.IX_BatchSnapshot | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-947.dbo.ShiftLine.IX_StaffingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SupplierArchive.IX_ShiftHeader | 1 | CLUSTERED | Y | 598612 | 0 | 0 | 53807 | 2026-09-15 20:21:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierArchive.IX_PricingSummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 53807 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.SupplierArchive.IX_SalesSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 53807 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchHistory.IX_InvoiceSnapshot | 2 | NONCLUSTERED | 2010907 | 0 | 0 | 187961 | 2026-09-15 20:22:44 | 2026-09-11 15:52:12 | USED | keep — in use | |||||
| host-947.dbo.BatchHistory.IX_BillingDaily | 1 | CLUSTERED | Y | Y | 61063 | 0 | 744646 | 187961 | 2026-09-15 20:21:13 | 2026-09-11 15:52:28 | USED | KEEP — primary key | |||
| host-947.dbo.TerritoryArchive.IX_RouteDetail | 1 | CLUSTERED | Y | 1237632 | 0 | 45935 | 171091 | 2026-09-15 20:22:44 | 2026-09-11 14:41:33 | USED | KEEP — table storage | ||||
| host-947.dbo.TerritoryArchive.IX_CatalogStaging | 2 | NONCLUSTERED | Y | Y | 45935 | 0 | 0 | 171091 | 2026-09-15 16:15:45 | 2026-09-11 14:41:43 | USED | KEEP — primary key | |||
| host-947.dbo.BookingHeader.IX_AssetEntry | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.BookingHeader.IX_ContractSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_SalesSummary | 1 | CLUSTERED | Y | 598612 | 0 | 0 | 53807 | 2026-09-15 20:21:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.OrdersEntry.IX_StaffingLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 53807 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.OrdersEntry.IX_BillingDetail | 3 | NONCLUSTERED | 65970 | 0 | 0 | 53807 | 2026-09-15 14:41:04 | never | USED | keep — in use | |||||
| host-947.dbo.RouteStatus.IX_CatalogLine | 1 | CLUSTERED | Y | 1892762 | 0 | 7261 | 195222 | 2026-09-15 20:22:44 | 2026-09-12 10:21:10 | USED | KEEP — table storage | ||||
| host-947.dbo.RouteStatus.IX_SalesStaging | 2 | NONCLUSTERED | Y | Y | 7261 | 0 | 0 | 187961 | 2026-09-15 16:43:22 | 2026-09-11 15:28:42 | USED | KEEP — primary key | |||
| host-947.dbo.RouteStatus.IX_RouteHeader | 3 | NONCLUSTERED | 25020 | 0 | 0 | 195222 | 2026-09-11 08:21:33 | 2026-09-11 15:28:44 | USED | keep — in use | |||||
| host-947.dbo.BillingAudit.IX_PayrollStatus | 1 | CLUSTERED | Y | 602961 | 2916 | 0 | 53807 | 2026-09-15 20:21:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BillingAudit.IX_ShipmentMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 53807 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.BatchEntry.IX_ContractEntry | 1 | CLUSTERED | Y | 598612 | 0 | 0 | 53807 | 2026-09-15 20:21:13 | never | USED | KEEP — table storage | ||||
| host-947.dbo.BatchEntry.IX_WarehouseAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 53807 | never | never | UNUSED | review, then DROP | |||||
| host-947.dbo.BatchEntry.IX_ContractResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 53807 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.CustomerArchive.IX_BatchHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CustomerArchive.IX_SettlementArchive | 1 | CLUSTERED | Y | Y | 324 | 0 | 0 | 0 | 2026-09-15 12:48:21 | never | USED | KEEP — primary key | |||
| host-947.dbo.AssetDaily.IX_TicketStaging | 2 | NONCLUSTERED | Y | 162 | 0 | 0 | 0 | 2026-09-15 12:48:21 | never | USED | keep — in use | ||||
| host-947.dbo.AssetDaily.IX_CustomerDaily | 1 | CLUSTERED | Y | Y | 0 | 957030 | 162 | 0 | 2026-09-15 20:22:44 | never | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_RosterDaily | 19 | NONCLUSTERED | 2159144 | 0 | 0 | 396305 | 2026-09-15 20:22:44 | 2026-09-15 09:51:30 | USED | keep — in use | |||||
| host-947.dbo.WarehouseSummary.IX_TicketEntry | 2 | NONCLUSTERED | Y | Y | 254570 | 0 | 0 | 396305 | 2026-09-15 20:15:44 | 2026-09-15 09:41:36 | USED | KEEP — primary key | |||
| host-947.dbo.WarehouseSummary.IX_TicketArchive | 4 | NONCLUSTERED | 16488 | 0 | 0 | 638350 | 2026-09-15 20:22:45 | 2026-09-15 09:47:45 | USED | keep — in use | |||||
| host-947.dbo.WarehouseSummary.IX_PayrollResult | 3 | NONCLUSTERED | 237552 | 0 | 0 | 396305 | 2026-09-15 20:22:44 | 2026-09-15 09:47:13 | USED | keep — in use | |||||
| host-947.dbo.WarehouseSummary.IX_PricingResult | 1 | CLUSTERED | 12325 | 0 | 2437721 | 638350 | 2026-09-15 20:22:45 | 2026-09-15 09:39:03 | USED | KEEP — table storage | |||||
| host-947.dbo.ContractStaging.IX_PricingEntry | 1 | CLUSTERED | 107927 | 0 | 0 | 107927 | 2026-09-15 20:22:44 | never | USED | KEEP — table storage | |||||
| host-947.dbo.ContractStaging.IX_InvoiceLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 107927 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_RouteResult | 1 | CLUSTERED | 13408 | 0 | 0 | 154492 | 2026-09-15 18:49:46 | never | USED | KEEP — table storage | |||||
| host-947.dbo.LedgerStaging.IX_LedgerAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 127670 | never | never | UNUSED | KEEP — primary key | |||
| host-947.dbo.LedgerStaging.IX_TerritorySummary | 3 | NONCLUSTERED | 141588 | 0 | 0 | 154492 | 2026-09-15 20:22:45 | never | USED | keep — in use | |||||
| host-947.dbo.OrdersLine.IX_WarehouseStatus | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:13 | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersLine.IX_CatalogSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:13 | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignHistory.IX_PolicySummary | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.CampaignHistory.IX_ShiftMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_MeterStaging | 1 | CLUSTERED | Y | Y | 109 | 0 | 0 | 0 | 2026-09-15 16:30:05 | 2026-03-29 20:57:14 | USED | KEEP — primary key | |||
| host-947.dbo.ShiftDaily.IX_InvoiceQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:14 | COLD | review carefully — unique | ||||
| host-947.dbo.SupplierAudit.IX_TerritoryAudit | 1 | CLUSTERED | Y | 36 | 0 | 0 | 0 | 2026-09-15 10:19:58 | 2026-03-29 20:57:14 | USED | KEEP — table storage | ||||
| host-947.dbo.SupplierAudit.IX_ForecastLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:14 | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_ShipmentHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.OrdersStaging.IX_MeterSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_ContractQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.WarehouseMonthly.IX_RouteHistory | 3 | NONCLUSTERED | Y | 501 | 0 | 0 | 169894 | 2026-09-15 16:15:45 | 2026-09-11 14:41:20 | USED | keep — in use | ||||
| host-947.dbo.WarehouseMonthly.IX_MeterResult | 2 | NONCLUSTERED | Y | 1183683 | 0 | 0 | 169915 | 2026-09-15 20:22:44 | 2026-09-08 14:28:22 | USED | keep — in use | ||||
| host-947.dbo.WarehouseMonthly.IX_MeterDetail | 1 | CLUSTERED | Y | Y | 45372 | 0 | 1184163 | 169915 | 2026-09-15 20:22:44 | 2026-09-11 14:41:48 | USED | KEEP — primary key | |||
| host-947.dbo.BillingHeader.IX_TicketMonthly | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_RouteStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.BillingHeader.IX_PayrollHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CustomerHeader.IX_InvoiceMonthly | 1 | CLUSTERED | Y | Y | 2 | 0 | 0 | 0 | 2026-09-09 15:42:58 | never | USED | KEEP — primary key | |||
| host-947.dbo.StaffingArchive.IX_ContractHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.StaffingArchive.IX_SalesDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_AssetAudit | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:32 | COLD | KEEP — primary key | |||
| host-947.dbo.ForecastQueue.IX_ReconcileDaily | 1 | CLUSTERED | Y | 467738 | 0 | 0 | 0 | 2026-09-15 20:22:44 | 2026-03-29 20:57:32 | USED | KEEP — table storage | ||||
| host-947.dbo.ForecastQueue.IX_RosterLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:32 | COLD | review, then DROP | |||||
| host-947.dbo.TicketLine.IX_RosterDetail | 1 | CLUSTERED | Y | Y | 645492 | 1662303 | 58666 | 0 | 2026-09-15 20:22:44 | 2026-03-29 20:57:32 | USED | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_ReconcileSnapshot | 2 | NONCLUSTERED | Y | 72970 | 0 | 0 | 0 | 2026-09-15 20:21:13 | 2026-03-29 20:57:32 | USED | keep — in use | ||||
| host-947.dbo.TerritoryDaily.IX_PayrollDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.TerritoryDaily.IX_ShiftAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.TicketQueue.IX_LedgerArchive | 1 | CLUSTERED | Y | Y | 0 | 2303391 | 14488 | 0 | 2026-09-15 20:22:44 | 2026-03-29 20:57:32 | USED | KEEP — primary key | |||
| host-947.dbo.TicketQueue.IX_BatchDaily | 3 | NONCLUSTERED | 7144 | 0 | 0 | 0 | 2026-09-15 20:21:09 | 2026-03-29 20:57:32 | USED | keep — in use | |||||
| host-947.dbo.TicketQueue.IX_SalesStaging | 2 | NONCLUSTERED | Y | 7344 | 0 | 0 | 0 | 2026-09-15 20:21:09 | 2026-03-29 20:57:32 | USED | keep — in use | ||||
| host-947.dbo.MeterResult.IX_SupplierStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:32 | COLD | review, then DROP | |||||
| host-947.dbo.MeterResult.IX_ShipmentArchive | 1 | CLUSTERED | Y | Y | 0 | 1 | 0 | 0 | 2026-09-08 11:13:53 | 2026-03-29 20:57:32 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_QuotaHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 1197 | never | 2026-07-19 18:19:12 | UNUSED | review carefully — unique | ||||
| host-947.dbo.QuotaAudit.IX_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 55480 | 1197 | 2026-09-15 16:46:51 | 2026-07-19 18:19:12 | USED | KEEP — primary key | |||
| host-947.dbo.QuotaAudit.IX_BatchArchive | 2 | NONCLUSTERED | Y | 55480 | 0 | 0 | 1197 | 2026-09-15 16:46:51 | 2026-07-19 18:19:13 | USED | keep — in use | ||||
| host-947.dbo.MeterEntry.IX_RouteLog | 1 | CLUSTERED | Y | 107969 | 0 | 0 | 0 | 2026-09-15 20:22:44 | 2026-03-29 20:57:35 | USED | KEEP — table storage | ||||
| host-947.dbo.MeterEntry.IX_ShipmentSummary | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:35 | COLD | KEEP — primary key | |||
| host-947.dbo.TicketLine.IX_MeterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.CampaignLine.IX_PolicySummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.CampaignLine.IX_BillingAudit | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-947.dbo.CampaignLine.IX_RosterHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.OrdersStaging.IX_PayrollHeader | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.OrdersStaging.IX_BatchStaging | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_ShiftEntry | 3 | NONCLUSTERED | Y | 8497 | 0 | 0 | 0 | 2026-09-15 23:01:16 | 2026-03-29 20:57:35 | USED | keep — in use | ||||
| host-947.dbo.RosterQueue.IX_TerritoryDetail | 2 | NONCLUSTERED | 144 | 0 | 0 | 0 | 2026-09-15 16:23:19 | 2026-03-29 20:57:35 | USED | keep — in use | |||||
| host-947.dbo.RosterQueue.IX_QuotaLine | 1 | CLUSTERED | Y | Y | 3428877 | 0 | 8641 | 0 | 2026-09-15 23:01:16 | 2026-03-29 20:57:35 | USED | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_OrdersLog | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.SettlementHeader.IX_PayrollDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| host-947.dbo.RosterLog.IX_ContractMonthly | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:35 | COLD | KEEP — primary key | |||
| host-947.dbo.RosterLog.IX_ClaimSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:35 | COLD | review, then DROP | |||||
| host-947.dbo.RosterLog.IX_ReconcileLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 20:57:35 | COLD | KEEP — table storage | |||||
| host-947.dbo.ClaimStaging.IX_TerritoryEntry | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.ClaimStaging.IX_WarehouseSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.RosterDetail.IX_ShipmentResult | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| host-947.dbo.RosterDetail.IX_BookingMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaArchive.IX_CatalogHeader | 1 | CLUSTERED | Y | 0 | 537692 | 0 | 0 | 2026-09-16 01:01:41 | never | USED | KEEP — table storage | ||||
| host-947.dbo.ContractLog.PK_RouteResult | 1 | CLUSTERED | Y | Y | 1075492 | 51 | 0 | 537851 | 2026-09-16 01:01:41 | 2026-07-19 18:01:48 | USED | KEEP — primary key | |||
| host-947.dbo.RosterQueue.IX_OrdersMonthly | 1 | CLUSTERED | Y | 537692 | 51 | 0 | 51 | 2026-09-16 01:01:41 | never | USED | KEEP — table storage | ||||
| host-947.dbo.QuotaResult.PK_SalesHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| host-947.dbo.QuotaResult.IX_BillingLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| host-115.dbo.SupplierLog.IX_SupplierLine | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.SupplierLog.IX_ContractHeader | 4 | NONCLUSTERED | 0 | 1 | 0 | 0 | 2026-09-15 09:49:02 | 2026-09-15 09:49:38 | USED | keep — in use | |||||
| host-115.dbo.ForecastEntry.IX_TicketStatus | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.ForecastEntry.IX_StaffingHistory | 4 | NONCLUSTERED | 0 | 1 | 0 | 0 | 2026-09-15 09:49:06 | 2026-09-15 09:49:38 | USED | keep — in use | |||||
| host-115.dbo.SalesQueue.IX_InvoiceQueue | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.SalesQueue.IX_StaffingHistory | 3 | NONCLUSTERED | 0 | 1 | 0 | 1 | 2026-09-15 09:49:06 | 2026-09-15 09:49:38 | USED | keep — in use | |||||
| host-115.dbo.SalesQueue.IX_MeterSummary | 2 | NONCLUSTERED | 0 | 1 | 0 | 1 | 2026-09-15 09:49:02 | 2026-09-15 09:49:37 | USED | keep — in use | |||||
| host-115.dbo.SalesQueue.IX_TerritoryLog | 4 | NONCLUSTERED | 0 | 1 | 0 | 0 | 2026-09-15 09:49:25 | 2026-09-15 09:49:38 | USED | keep — in use | |||||
| host-115.dbo.AssetSummary.IX_ContractDaily | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.ContractQueue.IX_PolicyHeader | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.ContractQueue.IX_QuotaLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-09-15 09:49:32 | UNUSED | review, then DROP | |||||
| host-115.dbo.InvoiceDaily.IX_WarehouseQueue | 2 | NONCLUSTERED | 0 | 1 | 0 | 0 | 2026-09-15 09:22:05 | 2026-09-15 09:22:05 | USED | keep — in use | |||||
| host-115.dbo.InvoiceDaily.IX_InvoiceHeader | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.TicketHistory.IX_BookingHeader | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.ShipmentArchive.IX_PricingArchive | 2 | NONCLUSTERED | 0 | 5 | 0 | 0 | 2026-09-15 09:22:05 | never | USED | keep — in use | |||||
| host-115.dbo.ShipmentArchive.IX_CampaignSnapshot | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.BookingAudit.IX_BillingStaging | 2 | NONCLUSTERED | 0 | 1 | 0 | 1 | 2026-09-15 09:22:05 | never | USED | keep — in use | |||||
| host-115.dbo.BookingAudit.IX_StaffingResult | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.RouteLog.IX_BillingStaging | 2 | NONCLUSTERED | 0 | 1 | 0 | 1 | 2026-09-15 09:22:05 | never | USED | keep — in use | |||||
| host-115.dbo.RouteLog.IX_SupplierStatus | 3 | NONCLUSTERED | 0 | 1 | 0 | 0 | 2026-09-15 09:22:05 | never | USED | keep — in use | |||||
| host-115.dbo.RouteLog.IX_InvoiceMonthly | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.TerritorySnapshot.IX_BillingStaging | 2 | NONCLUSTERED | 0 | 1 | 0 | 1 | 2026-09-15 09:22:05 | never | USED | keep — in use | |||||
| host-115.dbo.TerritorySnapshot.IX_CatalogLine | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.MeterArchive.IX_BillingStaging | 2 | NONCLUSTERED | 0 | 1 | 0 | 1 | 2026-09-15 09:22:05 | never | USED | keep — in use | |||||
| host-115.dbo.MeterArchive.IX_ShipmentAudit | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.StaffingStatus.IX_BillingStaging | 2 | NONCLUSTERED | 0 | 1 | 0 | 1 | 2026-09-15 09:22:05 | never | USED | keep — in use | |||||
| host-115.dbo.StaffingStatus.IX_ForecastArchive | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| host-115.dbo.ShiftLog.IX_QuotaLog | 2 | NONCLUSTERED | 3 | 0 | 0 | 0 | 2026-09-15 09:22:05 | 2026-09-15 09:22:05 | USED | keep — in use | |||||
| host-115.dbo.ShiftLog.IX_MeterAudit | 1 | CLUSTERED COLUMNSTORE | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.dbo.SettlementQueue.PK_ShiftHistory | 1 | CLUSTERED | Y | Y | 122542 | 0 | 0 | 0 | 2026-09-16 01:01:34 | 2022-12-02 18:55:51 | USED | KEEP — primary key | |||
| TERRITORY.dbo.Configuration.PK_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.dbo.RouteArchive.PK_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.dbo.LedgerSummary.PK_CatalogDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2022-12-02 18:55:54 | COLD | KEEP — primary key | |||
| TERRITORY.dbo.Map.PK_WarehouseMonthly | 1 | CLUSTERED | Y | Y | 245116 | 0 | 0 | 61271 | 2026-09-16 01:01:34 | 2025-05-04 02:06:10 | USED | KEEP — primary key | |||
| TERRITORY.dbo.SalesHistory.PK_InvoiceSummary | 1 | CLUSTERED | Y | Y | 122542 | 0 | 0 | 0 | 2026-09-16 01:01:34 | 2025-05-04 02:06:10 | USED | KEEP — primary key | |||
| TERRITORY.dbo.CampaignMonthly.PK_MeterArchive | 1 | CLUSTERED | Y | Y | 61271 | 0 | 0 | 0 | 2026-09-16 01:01:34 | 2022-12-02 18:55:53 | USED | KEEP — primary key | |||
| TERRITORY.core.ShiftAudit.PK_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-03-14 10:06:54 | COLD | KEEP — primary key | |||
| TERRITORY.core.ReconcileEntry.PK_OrdersStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2022-12-07 18:38:53 | COLD | KEEP — primary key | |||
| TERRITORY.core.ReconcileEntry.UQ_PricingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2022-12-07 18:38:52 | COLD | review carefully — unique | ||||
| TERRITORY.core.PayrollQueue.PK_PayrollLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.WarehouseMonthly.IX_TicketSummary | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.WarehouseMonthly.IX_TerritorySummary | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.WarehouseMonthly.IX_QuotaSummary | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.WarehouseMonthly.IX_SalesEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.StaffingEntry.PK_SupplierSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 02:06:11 | COLD | KEEP — primary key | |||
| TERRITORY.core.StaffingEntry.UQ_PolicyResult | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.core.Archive.PK_ShiftStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.ReconcileSnapshot.AK_WarehouseHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 02:06:11 | COLD | review carefully — unique | ||||
| TERRITORY.core.ReconcileSnapshot.PK_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.ShipmentMonthly.IX_ShipmentLine | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-14 02:05:07 | COLD | review, then DROP | |||||
| TERRITORY.core.InvoiceStaging.CI_ForecastResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.core.PricingDaily.IX_RouteHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:56:04 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.IX_PricingEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:56:04 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.IX_PricingSummary | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:56:04 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.IX_ReconcileMonthly | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:56:04 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.IX_CatalogSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:56:04 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.IX_BookingAudit | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:56:04 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.IX_RosterHistory | 10 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:56:04 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.IX_BatchMonthly | 11 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:56:04 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.IX_ClaimStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 02:27:49 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.IX_RosterResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 02:27:49 | COLD | review, then DROP | |||||
| TERRITORY.core.PricingDaily.PK_PayrollDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 02:27:49 | COLD | KEEP — primary key | |||
| TERRITORY.core.RouteAudit.PK_ShipmentQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.BatchStatus.IX_ShipmentEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.BatchStatus.PK_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.TicketDetail.IX_ForecastSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:57:30 | COLD | review, then DROP | |||||
| TERRITORY.core.TicketDetail.PK_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-07-16 02:57:30 | COLD | KEEP — primary key | |||
| TERRITORY.core.LedgerLine.IX_BookingArchive | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 02:27:49 | COLD | review carefully — unique | ||||
| TERRITORY.core.LedgerLine.PK_QuotaMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 02:27:49 | COLD | KEEP — primary key | |||
| TERRITORY.core.ContractHeader.IX_CampaignQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-04-01 10:35:57 | COLD | review, then DROP | |||||
| TERRITORY.core.ContractHeader.IX_SettlementMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-04-01 10:35:57 | COLD | review, then DROP | |||||
| TERRITORY.core.ContractHeader.IX_PayrollArchive | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-04-01 10:35:57 | COLD | review, then DROP | |||||
| TERRITORY.core.ContractHeader.IX_ShipmentSnapshot | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-04-01 10:35:57 | COLD | review, then DROP | |||||
| TERRITORY.core.ContractHeader.IX_ShiftSnapshot | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-04-01 10:35:57 | COLD | review, then DROP | |||||
| TERRITORY.core.ContractHeader.IX_CampaignDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-04-01 10:35:57 | COLD | review, then DROP | |||||
| TERRITORY.core.ContractHeader.PK_SettlementStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-04-01 10:35:57 | COLD | KEEP — primary key | |||
| TERRITORY.core.ContractHeader.IX_PayrollHistory | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-04-01 10:35:57 | COLD | review carefully — unique | |||
| TERRITORY.core.SalesArchive.IX_BatchDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.SalesArchive.PK_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.BillingHistory.IX_ShiftArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.core.BillingHistory.IX_AssetEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.SettlementHistory.IX_ShiftArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:57:46 | COLD | KEEP — table storage | |||||
| TERRITORY.core.SettlementHistory.IX_AssetEntry | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-16 02:57:46 | COLD | review, then DROP | |||||
| TERRITORY.core.QuotaAudit.IX_SettlementDetail | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-11 09:46:11 | COLD | KEEP — table storage | |||||
| TERRITORY.core.QuotaAudit.IX_ForecastStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-11 09:46:12 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingArchive.IX_WarehouseLog | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2024-01-15 09:56:08 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingArchive.IX_ReconcileDetail | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2024-01-15 09:56:08 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingArchive.IX_ClaimSnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2024-01-15 09:56:08 | COLD | KEEP — table storage | |||||
| TERRITORY.core.BillingArchive.IX_RosterQueue | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2024-01-15 09:56:08 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingArchive.PK_ShipmentDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2024-01-15 09:56:08 | COLD | KEEP — primary key | |||
| TERRITORY.core.PricingArchive.IX_ShipmentDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.ReconcileEntry.IX_ShipmentDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.AssetArchive.PK_WarehouseArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2022-12-07 18:38:53 | COLD | KEEP — primary key | |||
| TERRITORY.core.AssetArchive.UQ_StaffingAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2022-12-07 18:38:52 | COLD | review carefully — unique | ||||
| TERRITORY.core.BillingHistory.IX_ForecastResult | 6 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-11 09:52:06 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingHistory.IX_PricingMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-11 09:54:49 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingHistory.IX_ShipmentDaily | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:11:56 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingHistory.IX_BookingDaily | 9 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:06:56 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingHistory.IX_ClaimQueue | 8 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-11 10:02:15 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingHistory.IX_RosterEntry | 7 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:20:50 | COLD | review, then DROP | |||||
| TERRITORY.core.BillingHistory.PK_TicketHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.BatchAudit.PK_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.ForecastLine.IX_ForecastStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-14 05:33:36 | COLD | review, then DROP | |||||
| TERRITORY.core.ForecastLine.PK_OrdersStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-07-13 06:40:39 | COLD | KEEP — primary key | |||
| TERRITORY.core.SalesEntry.IX_ContractQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2024-11-14 03:57:20 | COLD | review, then DROP | |||||
| TERRITORY.core.SalesEntry.PK_ShipmentDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2024-11-14 03:57:19 | COLD | KEEP — primary key | |||
| TERRITORY.core.RouteHistory.CI_PolicySnapshot | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.core.RouteDaily.IX_LedgerSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | review, then DROP | |||||
| TERRITORY.core.RouteDaily.PK_OrdersDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.core.TerritoryMonthly.CI_BillingAudit | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.core.TerritoryMonthly.IX_SalesQueue | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.InvoiceEntry.IX_ReconcileQueue | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-03 05:01:13 | COLD | review carefully — unique | ||||
| TERRITORY.core.InvoiceEntry.PK_LedgerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-03 05:01:11 | COLD | KEEP — primary key | |||
| TERRITORY.core.InvoiceEntry.UQ_SupplierAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-03 05:01:12 | COLD | review carefully — unique | ||||
| TERRITORY.core.InvoiceSnapshot.IX_ForecastMonthly | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.core.AssetArchive.IX_SalesDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | review, then DROP | |||||
| TERRITORY.core.AssetArchive.PK_RouteQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.core.AssetArchive.IX_SalesHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | review carefully — unique | ||||
| TERRITORY.core.ShiftLog.PK_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.PricingStaging.CI_CatalogSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.core.PricingStaging.IX_MeterSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.PricingStaging.IX_RouteEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.PricingStaging.IX_SalesEntry | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.PricingStaging.IX_RosterStatus | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.RouteStaging.PK_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2024-03-05 02:48:52 | COLD | KEEP — primary key | |||
| TERRITORY.core.BatchAudit.IX_SalesMonthly | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.BatchAudit.PK_PolicyArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.BatchAudit.UQ_SupplierLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.core.OrdersDetail.IX_QuotaDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-02-21 22:17:12 | COLD | review, then DROP | |||||
| TERRITORY.core.OrdersDetail.PK_BookingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-02-21 22:17:12 | COLD | KEEP — primary key | |||
| TERRITORY.core.ShipmentAudit.CI_PricingLine | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.core.ShipmentAudit.IX_QuotaSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.ShipmentAudit.IX_SupplierStaging | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.ShipmentAudit.IX_OrdersAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.Settings.PK_CatalogResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.TicketDetail.PK_ContractAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.core.BatchHeader.PK_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.core.TicketSnapshot.IX_PricingSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.core.TicketSnapshot.IX_BatchStatus | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.core.TicketSnapshot.IX_CustomerHeader | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.core.MeterMonthly.IX_AssetDaily | 1 | CLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | ||||
| TERRITORY.core.TerritoryArchive.PK_PricingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.core.TerritoryArchive.UQ_RosterHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.core.PolicyLine.PK_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.core.PricingResult.PK_SalesLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2022-12-07 18:33:11 | COLD | KEEP — primary key | |||
| TERRITORY.hr.OrdersSnapshot.IX_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ClaimStaging.PK_WarehouseHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.hr.PolicyArchive.IX_ShiftLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.PolicyArchive.PK_TerritoryHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.hr.PricingStatus.IX_SettlementArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.PricingStatus.PK_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.MeterQueue.IX_StaffingArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — table storage | |||||
| TERRITORY.hr.MeterQueue.PK_ContractMonthly | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.hr.RosterEntry.IX_ContractStaging | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — table storage | |||||
| TERRITORY.hr.RosterEntry.IX_TicketSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | review carefully — unique | ||||
| TERRITORY.hr.RosterEntry.PK_BatchStatus | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.hr.RouteHistory.IX_LedgerSnapshot | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | review, then DROP | |||||
| TERRITORY.hr.RouteHistory.PK_SettlementDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.hr.PolicyAudit.IX_BillingLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-28 18:56:10 | COLD | review, then DROP | |||||
| TERRITORY.hr.PolicyAudit.IX_StaffingSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-28 18:56:10 | COLD | review, then DROP | |||||
| TERRITORY.hr.PolicyAudit.IX_ShiftHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-28 18:56:10 | COLD | review carefully — unique | ||||
| TERRITORY.hr.PolicyAudit.PK_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-28 18:56:10 | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketDetail.IX_InvoiceDaily | 4 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.TicketDetail.IX_BookingQueue | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.TicketDetail.IX_SupplierResult | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.hr.SupplierArchive.PK_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.hr.SupplierStatus.PK_RosterDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.WarehouseEntry.IX_RosterDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.WarehouseEntry.PK_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ContractAudit.IX_BillingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | review carefully — unique | ||||
| TERRITORY.hr.ContractAudit.PK_PayrollEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RosterSummary.IX_SalesStatus | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.hr.RosterSummary.PK_TerritoryDaily | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.LedgerAudit.IX_AssetSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.hr.LedgerAudit.PK_ForecastDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ContractDaily.PK_TerritorySummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketDetail.PK_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketDetail.UQ_ShipmentLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.RosterHeader.IX_ContractQueue | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.hr.RosterHeader.PK_ForecastSnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RouteDetail.IX_CustomerSummary | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.hr.OrdersStaging.IX_SalesDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.hr.BillingDaily.PK_CatalogStaging | 2 | NONCLUSTERED | Y | Y | 3439 | 0 | 0 | 0 | 2026-09-16 00:59:49 | never | USED | KEEP — primary key | |||
| TERRITORY.hr.BatchHeader.IX_InvoiceArchive | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2022-12-02 18:55:56 | COLD | review, then DROP | |||||
| TERRITORY.hr.BatchHeader.IX_MeterSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2022-12-02 18:55:56 | COLD | review carefully — unique | ||||
| TERRITORY.hr.BatchHeader.PK_TerritoryDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketResult.PK_SalesDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketResult.IX_OrdersLog | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.TicketResult.IX_TicketHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.PolicyHeader.Name | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.PolicyHeader.PK_ReconcileLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketHeader.IX_BatchSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.TicketHeader.PK_BatchArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:08 | COLD | KEEP — primary key | |||
| TERRITORY.hr.QuotaResult.IX_InvoiceStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2022-12-03 18:56:04 | COLD | review carefully — unique | ||||
| TERRITORY.hr.QuotaResult.IX_ReconcileMonthly | 3 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-15 18:56:02 | 2022-12-03 18:56:04 | USED | keep — in use | |||||
| TERRITORY.hr.QuotaResult.PK_MeterLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2022-12-02 20:39:35 | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketQueue.PK_ClaimStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2022-12-02 18:55:58 | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketQueue.IX_QuotaLine | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2022-12-02 18:55:58 | COLD | review carefully — unique | ||||
| TERRITORY.hr.ContractMonthly.PK_AssetDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TerritoryHistory.PK_ForecastAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RouteQueue.PK_SalesHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketEntry.PK_RosterStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.WarehouseQueue.PK_PayrollHeader | 1 | CLUSTERED | Y | Y | 270249 | 0 | 0 | 0 | 2026-09-16 01:01:43 | 2025-05-04 04:21:08 | USED | KEEP — primary key | |||
| TERRITORY.hr.ReconcileArchive.IX_ShiftSnapshot | 3 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-15 18:56:02 | never | USED | keep — in use | |||||
| TERRITORY.hr.ReconcileArchive.IX_QuotaSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.ReconcileArchive.IX_WarehouseAudit | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.ReconcileArchive.PK_RosterArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.SettlementResult.IX_AssetResult | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-28 18:56:13 | COLD | review, then DROP | |||||
| TERRITORY.hr.SettlementResult.IX_ContractHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-06-28 18:56:13 | COLD | review, then DROP | |||||
| TERRITORY.hr.SettlementResult.IX_ContractArchive | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-06-28 18:56:13 | COLD | review carefully — unique | ||||
| TERRITORY.hr.SettlementResult.PK_SettlementStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-06-29 17:23:06 | COLD | KEEP — primary key | |||
| TERRITORY.hr.QuotaDaily.IX_MeterDetail | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.QuotaDaily.PK_InvoiceAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ClaimHeader.PK_ForecastDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BookingDaily.IX_ForecastDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.BookingDaily.PK_BookingResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.SupplierSnapshot.PK_RouteMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ReconcileHistory.PK_ReconcileLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.InvoiceHistory.IX_SupplierQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.InvoiceHistory.PK_SettlementEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TerritoryQueue.IX_InvoiceHistory | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review, then DROP | |||||
| TERRITORY.hr.TerritoryQueue.PK_OrdersArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — primary key | |||
| TERRITORY.hr.ClaimDaily.PK_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — primary key | |||
| TERRITORY.hr.PolicyLine.IX_AssetResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.PolicyLine.PK_LedgerLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.LedgerAudit.IX_RouteLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.LedgerAudit.PK_MeterDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RosterResult.IX_MeterHeader | 3 | NONCLUSTERED | 8 | 8 | 0 | 8 | 2026-09-15 18:56:02 | never | USED | keep — in use | |||||
| TERRITORY.hr.RosterResult.PK_CustomerLog | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 8 | 2026-09-15 18:56:02 | never | USED | KEEP — primary key | |||
| TERRITORY.hr.RosterResult.UQ_LedgerQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 8 | never | never | UNUSED | review carefully — unique | ||||
| TERRITORY.hr.ShiftDaily.IX_ClaimHistory | 5 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review, then DROP | |||||
| TERRITORY.hr.ShiftDaily.IX_ForecastHeader | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review, then DROP | |||||
| TERRITORY.hr.ShiftDaily.IX_SalesArchive | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — table storage | |||||
| TERRITORY.hr.ShiftDaily.IX_ForecastEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review, then DROP | |||||
| TERRITORY.hr.ShiftDaily.PK_PayrollDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — primary key | |||
| TERRITORY.hr.StaffingSnapshot.IX_CustomerHistory | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review carefully — unique | ||||
| TERRITORY.hr.StaffingSnapshot.IX_TerritoryDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — table storage | |||||
| TERRITORY.hr.StaffingSnapshot.PK_TerritoryLog | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — primary key | |||
| TERRITORY.hr.BillingLine.IX_PolicyHeader | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — table storage | |||||
| TERRITORY.hr.BillingLine.PK_PolicyLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — primary key | |||
| TERRITORY.hr.PayrollMonthly.IX_MeterAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 22:00:17 | COLD | review, then DROP | |||||
| TERRITORY.hr.PayrollMonthly.IX_ClaimHistory | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-29 22:00:17 | COLD | review, then DROP | |||||
| TERRITORY.hr.PayrollMonthly.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 22:00:17 | COLD | review carefully — unique | ||||
| TERRITORY.hr.PayrollMonthly.PK_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2026-03-29 22:00:17 | COLD | KEEP — primary key | |||
| TERRITORY.hr.CampaignHistory.IX_TerritoryStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.CampaignHistory.PK_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2022-12-02 20:37:53 | COLD | KEEP — primary key | |||
| TERRITORY.hr.RouteDetail.IX_ForecastStatus | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.RouteDetail.PK_StaffingDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BatchDetail.IX_BookingResult | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — table storage | |||||
| TERRITORY.hr.BatchDetail.PK_BillingLine | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — primary key | |||
| TERRITORY.hr.QuotaSummary.IX_InvoiceDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — table storage | |||||
| TERRITORY.hr.QuotaSummary.IX_MeterDaily | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review carefully — unique | ||||
| TERRITORY.hr.QuotaSummary.PK_ReconcileMonthly | 3 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — primary key | |||
| TERRITORY.hr.BookingArchive.PK_SupplierLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ContractDetail.IX_CampaignSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review, then DROP | |||||
| TERRITORY.hr.ContractDetail.IX_ShipmentArchive | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review, then DROP | |||||
| TERRITORY.hr.ContractDetail.IX_RouteResult | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review carefully — unique | ||||
| TERRITORY.hr.ContractDetail.PK_StaffingQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — primary key | |||
| TERRITORY.hr.RouteHistory.IX_ShiftDaily | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.RouteHistory.PK_PayrollSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ForecastEntry.IX_StaffingSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.ForecastEntry.PK_CampaignSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BookingDetail.PK_ForecastResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BookingLine.IX_ReconcileAudit | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.BookingLine.PK_PayrollStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.SupplierHeader.IX_OrdersStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.SupplierHeader.IX_ShipmentLine | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.SupplierHeader.IX_CustomerSnapshot | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.SupplierHeader.PK_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ReconcileSummary.IX_SupplierStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.ReconcileSummary.PK_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.Data.PK_StaffingStatus | 1 | CLUSTERED | Y | Y | 0 | 16 | 0 | 8 | 2026-09-15 18:56:02 | 2025-05-04 04:21:09 | USED | KEEP — primary key | |||
| TERRITORY.hr.File.PK_BillingResult | 1 | CLUSTERED | Y | Y | 0 | 32 | 0 | 8 | 2026-09-15 18:56:02 | never | USED | KEEP — primary key | |||
| TERRITORY.hr.Report.PK_ForecastHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RouteDaily.PK_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.InvoiceLine.PK_QuotaArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.QuotaSnapshot.PK_WarehouseAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TerritoryLog.PK_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BillingArchive.PK_RouteDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.InvoiceDaily.PK_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ClaimDetail.PK_LedgerHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketDetail.PK_AssetStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.QuotaDetail.PK_OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BatchAudit.PK_BillingStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RouteStatus.PK_PricingAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.PayrollLine.PK_MeterHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TerritoryStatus.PK_TicketDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ClaimLine.PK_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.SupplierLine.IX_QuotaHistory | 3 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.SupplierLine.IX_ShiftEntry | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.SupplierLine.PK_SalesStatus | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-15 18:56:02 | never | USED | KEEP — primary key | |||
| TERRITORY.hr.ReconcileSummary.PK_ForecastSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.CustomerHeader.IX_BillingStaging | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 8 | never | never | UNUSED | review carefully — unique | ||||
| TERRITORY.hr.CustomerHeader.IX_CustomerResult | 3 | NONCLUSTERED | 8 | 0 | 0 | 8 | 2026-09-15 18:56:02 | never | USED | keep — in use | |||||
| TERRITORY.hr.CustomerHeader.PK_ShiftStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 8 | never | never | UNUSED | KEEP — primary key | |||
| TERRITORY.hr.CustomerSummary.PK_AssetLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.QuotaAudit.PK_OrdersMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ForecastDaily.PK_BatchStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ShipmentDetail.PK_LedgerAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.PayrollLine.PK_CustomerEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TerritoryDaily.PK_BillingStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ShiftMonthly.IX_SupplierResult | 2 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-15 18:56:02 | never | USED | keep — in use | |||||
| TERRITORY.hr.ShiftMonthly.PK_BillingSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.SupplierResult.PK_StaffingLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RosterSnapshot.IX_TerritoryMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.RosterSnapshot.IX_PolicyHistory | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.RosterSnapshot.PK_BatchSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.SalesSnapshot.PK_ContractHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RosterMonthly.PK_OrdersSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ShiftSummary.PK_MeterEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ShiftStaging.PK_TerritoryEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.PolicyResult.PK_ClaimArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.LedgerDaily.IX_ShiftMonthly | 2 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-15 18:56:02 | never | USED | keep — in use | |||||
| TERRITORY.hr.LedgerDaily.PK_PolicyMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BillingLog.PK_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.WarehouseLine.PK_ForecastEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.InvoiceLine.PK_WarehouseResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketStatus.PK_ClaimResult | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.PayrollMonthly.PK_ShipmentStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BatchStaging.PK_CampaignLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.PayrollLine.PK_WarehouseSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.PolicyHistory.PK_SupplierLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ClaimMonthly.PK_AssetQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RosterArchive.PK_SalesAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BookingMonthly.PK_WarehouseSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ForecastDetail.PK_ForecastQueue | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.SalesArchive.PK_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ClaimResult.IX_LedgerSummary | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review carefully — unique | ||||
| TERRITORY.hr.ClaimResult.IX_TerritoryEntry | 4 | NONCLUSTERED | 16 | 0 | 0 | 0 | 2026-09-15 18:56:02 | 2025-05-04 04:21:09 | USED | keep — in use | |||||
| TERRITORY.hr.ClaimResult.IX_TerritoryQueue | 3 | NONCLUSTERED | 8 | 0 | 0 | 8 | 2026-09-15 18:56:02 | 2025-05-04 04:21:09 | USED | keep — in use | |||||
| TERRITORY.hr.ClaimResult.PK_ReconcileHeader | 1 | CLUSTERED | Y | Y | 0 | 16 | 0 | 8 | 2026-09-15 18:56:02 | 2025-05-04 04:21:09 | USED | KEEP — primary key | |||
| TERRITORY.hr.WarehouseHistory.IX_PricingQueue | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | review carefully — unique | ||||
| TERRITORY.hr.WarehouseHistory.PK_PricingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-05-04 04:21:09 | COLD | KEEP — primary key | |||
| TERRITORY.hr.SalesStatus.PK_CustomerLine | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RosterAudit.PK_TicketSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.RouteSummary.PK_TicketStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ShipmentSnapshot.PK_QuotaSummary | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.ShipmentSnapshot.UQ_ClaimLog | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.StaffingSummary.PK_SalesStaging | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2022-12-02 18:54:00 | COLD | KEEP — primary key | |||
| TERRITORY.hr.PolicyQueue.IX_PayrollHeader | 2 | NONCLUSTERED | 8 | 0 | 0 | 0 | 2026-09-15 18:56:02 | never | USED | keep — in use | |||||
| TERRITORY.hr.PolicyQueue.PK_QuotaQueue | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-15 18:56:02 | never | USED | KEEP — primary key | |||
| TERRITORY.hr.WarehouseDaily.PK_RouteResult | 1 | CLUSTERED | Y | Y | 0 | 32 | 0 | 0 | 2026-09-15 18:56:02 | never | USED | KEEP — primary key | |||
| TERRITORY.hr.InvoiceQueue.PK_QuotaStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.TicketQueue.PK_ClaimMonthly | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.CatalogSnapshot.IX_ShipmentHeader | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:49 | COLD | review, then DROP | |||||
| TERRITORY.hr.CatalogSnapshot.PK_QuotaLog | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:49 | COLD | KEEP — primary key | |||
| TERRITORY.hr.BatchDetail.IX_PolicyLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:49 | COLD | review, then DROP | |||||
| TERRITORY.hr.BatchDetail.PK_TerritorySnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:49 | COLD | KEEP — primary key | |||
| TERRITORY.hr.OrdersHistory.IX_RouteDaily | 1 | CLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — table storage | |||||
| TERRITORY.hr.RosterArchive.PK_TicketStatus | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BookingLine.IX_SettlementSummary | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:49 | COLD | review, then DROP | |||||
| TERRITORY.hr.BookingLine.PK_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:49 | COLD | KEEP — primary key | |||
| TERRITORY.hr.CatalogDetail.IX_LedgerResult | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:50 | COLD | review, then DROP | |||||
| TERRITORY.hr.CatalogDetail.IX_SettlementMonthly | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:50 | COLD | review, then DROP | |||||
| TERRITORY.hr.CatalogDetail.IX_CatalogLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:50 | COLD | review, then DROP | |||||
| TERRITORY.hr.CatalogDetail.PK_BookingEntry | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:49 | COLD | KEEP — primary key | |||
| TERRITORY.hr.BillingHeader.PK_TerritoryAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2025-07-03 02:05:50 | COLD | KEEP — primary key | |||
| TERRITORY.hr.CatalogQueue.PK_PricingDetail | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.hr.BatchResult.IX_TerritoryEntry | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.BatchResult.IX_BillingDaily | 4 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.BatchResult.IX_ClaimResult | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| TERRITORY.hr.ReconcileStatus.IX_ShiftSnapshot | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.ReconcileStatus.PK_ShipmentStatus | 1 | CLUSTERED | Y | Y | 0 | 24 | 0 | 0 | 2026-09-15 18:56:02 | never | USED | KEEP — primary key | |||
| TERRITORY.hr.PricingDetail.IX_MeterStatus | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 0 | never | never | COLD | review carefully — unique | ||||
| TERRITORY.hr.PricingDetail.PK_TicketArchive | 1 | CLUSTERED | Y | Y | 0 | 8 | 0 | 0 | 2026-09-15 18:56:02 | never | USED | KEEP — primary key | |||
| TERRITORY.sales.Log.IX_ClaimLine | 4 | NONCLUSTERED | 0 | 0 | 0 | 604 | never | 2026-09-10 18:40:46 | UNUSED | review, then DROP | |||||
| TERRITORY.sales.Log.IX_BatchHistory | 3 | NONCLUSTERED | 32 | 0 | 0 | 416 | 2026-09-15 18:56:02 | 2026-09-12 18:40:50 | USED | keep — in use | |||||
| TERRITORY.sales.Log.IX_OrdersSummary | 2 | NONCLUSTERED | Y | Y | 564 | 0 | 0 | 416 | 2026-09-16 01:00:06 | 2026-09-15 18:40:50 | USED | KEEP — primary key | |||
| TERRITORY.sales.BillingStatus.PK_TerritorySnapshot | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.sales.CatalogDaily.PK_AssetDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.sales.AssetStatus.IX_SalesDaily | 3 | NONCLUSTERED | 0 | 40 | 0 | 416 | 2026-09-15 18:56:02 | 2026-09-15 18:40:50 | USED | keep — in use | |||||
| TERRITORY.sales.AssetStatus.PK_ReconcileStatus | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 416 | never | never | UNUSED | KEEP — primary key | |||
| TERRITORY.sales.PayrollQueue.PK_CustomerStaging | 3 | NONCLUSTERED | Y | Y | 32 | 0 | 0 | 32 | 2026-09-15 18:56:02 | never | USED | KEEP — primary key | |||
| TERRITORY.sales.PayrollQueue.IX_OrdersDetail | 2 | NONCLUSTERED | Y | 0 | 0 | 0 | 32 | never | never | UNUSED | review carefully — unique | ||||
| TERRITORY.sales.BatchMonthly.IX_StaffingEntry | 6 | NONCLUSTERED | 0 | 0 | 0 | 32 | never | never | UNUSED | review, then DROP | |||||
| TERRITORY.sales.BatchMonthly.IX_CustomerEntry | 5 | NONCLUSTERED | 0 | 0 | 0 | 32 | never | never | UNUSED | review, then DROP | |||||
| TERRITORY.sales.BatchMonthly.IX_AssetDaily | 3 | NONCLUSTERED | 0 | 0 | 0 | 32 | never | never | UNUSED | review, then DROP | |||||
| TERRITORY.sales.BatchMonthly.IX_StaffingSnapshot | 4 | NONCLUSTERED | 32 | 16 | 0 | 32 | 2026-09-15 18:56:02 | never | USED | keep — in use | |||||
| TERRITORY.sales.BatchMonthly.PK_AssetSnapshot | 2 | NONCLUSTERED | Y | Y | 32 | 0 | 0 | 32 | 2026-09-15 18:56:02 | never | USED | KEEP — primary key | |||
| TERRITORY.sales.StaffingHeader.PK_CampaignArchive | 2 | NONCLUSTERED | Y | Y | 279505 | 0 | 0 | 0 | 2026-09-16 01:01:43 | 2026-03-29 22:00:17 | USED | KEEP — primary key | |||
| TERRITORY.sales.Task.IX_CustomerHistory | 1 | CLUSTERED | 0 | 0 | 206787 | 32 | 2026-09-16 01:01:43 | 2025-05-04 04:21:10 | USED | KEEP — table storage | |||||
| TERRITORY.sales.Task.IX_PayrollLog | 3 | NONCLUSTERED | 72770 | 32 | 0 | 32 | 2026-09-16 01:01:35 | 2025-05-04 04:21:10 | USED | keep — in use | |||||
| TERRITORY.sales.Task.IX_RosterLine | 6 | NONCLUSTERED | 16 | 0 | 0 | 32 | 2026-09-15 18:56:02 | 2025-05-04 04:21:10 | USED | keep — in use | |||||
| TERRITORY.sales.Task.IX_CampaignLine | 5 | NONCLUSTERED | 279521 | 126361 | 0 | 32 | 2026-09-16 01:01:43 | 2025-05-04 04:21:10 | USED | keep — in use | |||||
| TERRITORY.sales.Task.IX_ShiftMonthly | 4 | NONCLUSTERED | 0 | 0 | 0 | 32 | never | 2025-05-04 04:21:10 | UNUSED | review, then DROP | |||||
| TERRITORY.sales.Task.PK_ShipmentLine | 2 | NONCLUSTERED | Y | Y | 384 | 0 | 0 | 32 | 2026-09-16 01:00:06 | 2025-05-04 04:21:10 | USED | KEEP — primary key | |||
| TERRITORY.sales.QuotaSummary.PK_SupplierDetail | 2 | NONCLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | 2022-12-02 18:55:53 | COLD | KEEP — primary key | |||
| TERRITORY.sales.InvoiceEntry.IX_RosterHistory | 2 | NONCLUSTERED | 8 | 0 | 0 | 40 | 2026-09-15 18:40:51 | never | USED | keep — in use | |||||
| TERRITORY.sales.InvoiceEntry.IX_RosterLog | 1 | CLUSTERED | 134009 | 0 | 0 | 40 | 2026-09-16 01:01:43 | never | USED | KEEP — table storage | |||||
| TERRITORY.sales.PolicyResult.PK_TerritoryMonthly | 2 | NONCLUSTERED | Y | Y | 752 | 0 | 0 | 376 | 2026-09-16 01:00:06 | never | USED | KEEP — primary key | |||
| TERRITORY.sales.SalesLog.IX_LedgerSummary | 2 | NONCLUSTERED | 40 | 0 | 0 | 123014 | 2026-09-15 18:56:02 | never | USED | keep — in use | |||||
| TERRITORY.sales.SalesLog.PK_ClaimQueue | 1 | CLUSTERED | Y | Y | 736071 | 0 | 0 | 341264 | 2026-09-16 01:01:38 | 2025-05-04 04:21:10 | USED | KEEP — primary key | |||
| TERRITORY.sales.InvoiceHeader.PK_ShipmentMonthly | 1 | CLUSTERED | Y | Y | 134009 | 0 | 0 | 0 | 2026-09-16 01:01:43 | 2025-05-04 04:21:10 | USED | KEEP — primary key | |||
| TERRITORY.sales.TicketLine.PK_CatalogArchive | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.sales.LedgerEntry.PK_PayrollSnapshot | 2 | NONCLUSTERED | Y | Y | 72762 | 16 | 0 | 16 | 2026-09-16 01:01:35 | 2025-05-04 04:21:10 | USED | KEEP — primary key | |||
| TERRITORY.dbo.PricingSnapshot.PK_ShiftSnapshot | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| TERRITORY.dbo.__TransactionHistory.PK_dbo.__TransactionHistory | 1 | CLUSTERED | Y | Y | 804930 | 804914 | 0 | 1610048 | 2026-09-16 01:01:43 | never | USED | KEEP — primary key | |||
| CUSTOMER.dbo.DeploymentInstance.PK_dbo.DeploymentInstance | 1 | CLUSTERED | Y | Y | 0 | 751 | 0 | 0 | 2026-09-16 00:58:55 | never | USED | KEEP — primary key | |||
| CUSTOMER.dbo.TerritoryHeader.IX_ForecastLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-15 22:00:01 | COLD | review, then DROP | |||||
| CUSTOMER.dbo.TerritoryHeader.PK_dbo.TerritoryHeader | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| CUSTOMER.dbo.OrchestratorCommand.PK_dbo.OrchestratorCommand | 1 | CLUSTERED | Y | Y | 0 | 44762 | 0 | 0 | 2026-09-16 01:01:30 | never | USED | KEEP — primary key | |||
| CUSTOMER.dbo.CatalogAudit.IX_BatchAudit | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-15 22:00:01 | COLD | review, then DROP | |||||
| CUSTOMER.dbo.CatalogAudit.PK_dbo.CatalogAudit | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| CUSTOMER.dbo.OrdersLog.IX_BatchAudit | 3 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | never | COLD | review, then DROP | |||||
| CUSTOMER.dbo.OrdersLog.IX_ForecastLog | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-15 22:00:01 | COLD | review, then DROP | |||||
| CUSTOMER.dbo.OrdersLog.PK_dbo.OrdersLog | 1 | CLUSTERED | Y | Y | 0 | 22520 | 0 | 0 | 2026-09-16 01:01:30 | 2026-03-15 22:00:01 | USED | KEEP — primary key | |||
| CUSTOMER.dbo.QuotaDaily.IX_TerritoryStaging | 2 | NONCLUSTERED | 0 | 0 | 0 | 0 | never | 2026-03-15 22:00:01 | COLD | review, then DROP | |||||
| CUSTOMER.dbo.QuotaDaily.PK_dbo.QuotaDaily | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key | |||
| CUSTOMER.dbo.__MigrationHistory.PK_dbo.__MigrationHistory | 1 | CLUSTERED | Y | Y | 0 | 0 | 0 | 0 | never | never | COLD | KEEP — primary key |