Index Usage — ACME-198-51-100-92
DBA BrainIndex UsageACME-198-51-100-92snapshot 2026-09-12 01:01:15 +07Fleet inventoryServer metricsSLA
Index reportsACME-203-0-113-170ACME-198-51-100-45ACME-192-0-2-15-MSSQL25-1433ACME-198-51-100-66ACME-198-51-100-210ACME-198-51-100-125ACME-198-51-100-60ACME-192-0-2-243ACME-203-0-113-99ACME-198-51-100-92ACME-203-0-113-69ACME-192-0-2-97ACME-192-0-2-242ACME-203-0-113-155

Index Usage Report — ACME-198-51-100-92

Host: 198.51.100.92

Collected: 2026-09-11T18:01:15Z

Server dashboard: http://192.0.2.15:8080/report_dba/server-metrics.html?server=ACME-198-51-100-92

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.

MetricCountMeaning
indexes_total148every index on a CatalogHistory table
used66had a seek, scan or lookup
unused20written but never read
cold62never read AND never written since restart
disabled0ALTER INDEX ... DISABLE was run
droppable23nonclustered, not unique, no constraint, never read
fragmented1above the rebuild threshold

By database

DatabaseTotalColdDisabledDroppableRecommend action
STAFFING7230015review the drop candidates above
BILLING412904review the drop candidates above
ROUTE32104review the drop candidates above
POLICY2200no action — cold indexes here are constraints or clustered

Drop candidates (23)

Nonclustered, not unique, not enforcing a constraint, never read. Highest write cost first — that is what the index is charging for.

Indexuser_updateslast_readStateRecommend action
ROUTE.dbo.BillingQueue.IX_SettlementStaging4985neverUNUSEDreview, then DROP
STAFFING.dbo.BillingQueue.IX_CatalogHeader1670neverUNUSEDreview, then DROP
ROUTE.dbo.LedgerDetail.IX_PolicyAudit1659neverUNUSEDreview, then DROP
STAFFING.dbo.Batch.IX_InvoiceEntry1659neverUNUSEDreview, then DROP
STAFFING.dbo.ReconcileLog.IX_CustomerLine1659neverUNUSEDreview, then DROP
ROUTE.dbo.SalesLog.IX_WarehouseStaging1656neverUNUSEDreview, then DROP
ROUTE.dbo.BatchLine.IX_TicketEntry1656neverUNUSEDreview, then DROP
BILLING.dbo.PolicyEntry.IX_SettlementAudit0neverCOLDreview, then DROP
BILLING.dbo.PolicyEntry.IX_ShiftStatus0neverCOLDreview, then DROP
BILLING.dbo.PolicyEntry.IX_ShipmentDetail0neverCOLDreview, then DROP
BILLING.dbo.PolicyEntry.IX_WarehouseMonthly0neverCOLDreview, then DROP
STAFFING.dbo.BookingQueue.IX_CampaignQueue0neverCOLDreview, then DROP
STAFFING.dbo.BookingQueue.IX_ShipmentAudit0neverCOLDreview, then DROP
STAFFING.dbo.BookingQueue.IX_WarehouseArchive0neverCOLDreview, then DROP
STAFFING.dbo.BookingQueue.IX_ClaimStaging0neverCOLDreview, then DROP
STAFFING.dbo.AssetLine.IX_TicketEntry0neverCOLDreview, then DROP
STAFFING.dbo.QuotaHeader.IX_ClaimSnapshot0neverCOLDreview, then DROP
STAFFING.dbo.QuotaHeader.IX_CatalogResult0neverCOLDreview, then DROP
STAFFING.dbo.History.IX_ClaimStaging0neverCOLDreview, then DROP
STAFFING.dbo.ShiftStaging.IX_RouteDetail0neverCOLDreview, then DROP
STAFFING.dbo.ClaimEntry.IX_ForecastHistory0neverCOLDreview, then DROP
STAFFING.dbo.ClaimEntry.IX_CampaignDetail0neverCOLDreview, then DROP
STAFFING.dbo.ClaimEntry.IX_PayrollStatus0neverCOLDreview, then DROP

Fragmented (1)

Total 479.8 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.

IndexPartTypeFragPagesSize MBStats updatedAction
BILLING\dbo.AssetArchive.IX_SupplierDaily1/1CLUSTERED68.6%61,415479.82026-06-10 08:01:09REBUILD

All indexes (148)

Every index on the instance, including the healthy ones — the answer to "is THIS index used?" has to be here, not only the problems.

IndexidTypeUniqPKConstrFiltDisabledseeksscanslookupsupdateslast_readlast_stats_updateStateRecommend action
STAFFING.dbo.BookingAudit.PK_InvoiceLine1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.Batch.IX_ShiftStatus1CLUSTERED16591659016592026-09-12 00:59:32neverUSEDKEEP — table storage
STAFFING.dbo.Batch.IX_InvoiceEntry2NONCLUSTERED0001659neverneverUNUSEDreview, then DROP
STAFFING.dbo.SalesHistory.IX_CampaignArchive1CLUSTEREDY0000neverneverCOLDKEEP — table storage
STAFFING.dbo.SalesHistory.PK_BatchDetail2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.BookingQueue.IX_PricingArchive1CLUSTEREDY066369934602026-09-12 01:01:13neverUSEDKEEP — table storage
STAFFING.dbo.BookingQueue.IX_CampaignQueue6NONCLUSTERED0000never2025-01-06 14:05:06COLDreview, then DROP
STAFFING.dbo.BookingQueue.IX_ShipmentAudit3NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.BookingQueue.IX_WarehouseArchive4NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.BookingQueue.IX_ClaimStaging5NONCLUSTERED0000never2025-01-06 14:04:52COLDreview, then DROP
STAFFING.dbo.BookingQueue.PK_AssetDetail2NONCLUSTEREDYY993460002026-09-12 01:01:132025-01-06 14:05:08USEDKEEP — primary key
STAFFING.dbo.MeterDetail.IX_MeterQueue1CLUSTEREDY011016702026-09-11 01:59:59neverUSEDKEEP — table storage
STAFFING.dbo.MeterDetail.PK_ContractAudit2NONCLUSTEREDYY01659016702026-09-12 00:59:32neverUSEDKEEP — primary key
STAFFING.dbo.OrdersDaily.IX_SupplierQueue3NONCLUSTERED16811670016702026-09-12 00:59:32neverUSEDkeep — in use
STAFFING.dbo.OrdersDaily.PK_CampaignResult1CLUSTEREDYY0001670neverneverUNUSEDKEEP — primary key
STAFFING.dbo.OrdersDaily.IX_RouteDaily2NONCLUSTEREDY011016702026-09-11 01:59:59neverUSEDkeep — in use
STAFFING.dbo.PolicyLine.IX_TicketSnapshot1CLUSTEREDY710002026-09-12 00:29:322025-01-06 14:04:52USEDKEEP — table storage
STAFFING.dbo.PolicyLine.PK_SettlementStaging2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.CustomerQueue.PK_BillingLine1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.AssetLine.IX_TicketEntry2NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.AssetLine.IX_StaffingArchive1CLUSTERED0000neverneverCOLDKEEP — table storage
STAFFING.dbo.AssetLine.PK_ContractEntry3NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.QuotaHeader.IX_ClaimSnapshot2NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.QuotaHeader.IX_CatalogResult3NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.QuotaHeader.PK_BatchEntry1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.Event.IX_RouteStaging2NONCLUSTERED0112801004742026-09-12 00:59:32neverUSEDkeep — in use
STAFFING.dbo.Event.IX_ClaimSummary4NONCLUSTERED0198692002026-09-12 01:01:13neverUSEDkeep — in use
STAFFING.dbo.Event.PK_TicketHistory1CLUSTEREDYY10047401986921004742026-09-12 01:01:13neverUSEDKEEP — primary key
STAFFING.dbo.ShipmentMonthly.IX_ForecastQueue2NONCLUSTERED0110112026-09-11 01:59:59neverUSEDkeep — in use
STAFFING.dbo.ShipmentMonthly.PK_SupplierArchive1CLUSTEREDYY00011neverneverUNUSEDKEEP — primary key
STAFFING.dbo.History.IX_RosterMonthly1CLUSTEREDY0000neverneverCOLDKEEP — table storage
STAFFING.dbo.History.IX_ClaimStaging3NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.History.PK_CatalogQueue2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.MeterResult.PK_LedgerMonthly1CLUSTEREDYY4872002026-09-12 00:29:322025-01-06 14:05:07USEDKEEP — primary key
STAFFING.dbo.SupplierAudit.IX_PricingQueue1CLUSTEREDY0000neverneverCOLDKEEP — table storage
STAFFING.dbo.SupplierAudit.PK_BillingEntry2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.PayrollHistory.IX_BillingDaily1CLUSTERED04977033182026-09-12 00:59:32neverUSEDKEEP — table storage
STAFFING.dbo.PayrollHistory.PK_CustomerSummary2NONCLUSTEREDYY0003318neverneverUNUSEDKEEP — primary key
STAFFING.dbo.StaffingMonthly.IX_ForecastAudit1CLUSTERED0000neverneverCOLDKEEP — table storage
STAFFING.dbo.ShiftStaging.IX_RouteDetail2NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.ShiftStaging.IX_LedgerSummary3NONCLUSTERED0112801016022026-09-12 00:59:32neverUSEDkeep — in use
STAFFING.dbo.ShiftStaging.IX_RosterHeader4NONCLUSTERED0198692002026-09-12 01:01:13neverUSEDkeep — in use
STAFFING.dbo.ShiftStaging.PK_CatalogLog1CLUSTEREDYY10160211281986921016022026-09-12 01:01:13neverUSEDKEEP — primary key
STAFFING.dbo.Policies.PK_CatalogResult1CLUSTEREDYY03318033182026-09-12 00:59:322025-01-06 14:15:08USEDKEEP — primary key
STAFFING.dbo.LedgerEntry.IX_SettlementQueue1CLUSTEREDY0003318neverneverUNUSEDKEEP — table storage
STAFFING.dbo.LedgerEntry.PK_MeterArchive2NONCLUSTEREDYY03318033182026-09-12 00:59:32neverUSEDKEEP — primary key
STAFFING.dbo.ClaimEntry.IX_ForecastHistory2NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.ClaimEntry.IX_CampaignDetail3NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.ClaimEntry.IX_PayrollStatus4NONCLUSTERED0000neverneverCOLDreview, then DROP
STAFFING.dbo.PricingQueue.IX_AssetStaging1CLUSTEREDY0000neverneverCOLDKEEP — table storage
STAFFING.dbo.PricingQueue.PK_PricingAudit2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.ReconcileLog.IX_CustomerLine2NONCLUSTERED0001659neverneverUNUSEDreview, then DROP
STAFFING.dbo.ReconcileLog.PK_RosterLog1CLUSTEREDYY018232016592026-09-12 01:00:32neverUSEDKEEP — primary key
STAFFING.dbo.Schedule.IX_TerritoryDetail2NONCLUSTEREDY024002026-09-12 00:29:32neverUSEDkeep — in use
STAFFING.dbo.Schedule.PK_PricingAudit1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.BatchLog.IX_OrdersDaily1CLUSTEREDY1026640033182026-09-12 01:01:132025-01-06 14:05:08USEDKEEP — table storage
STAFFING.dbo.BatchLog.PK_PayrollDaily2NONCLUSTEREDYY0003318neverneverUNUSEDKEEP — primary key
STAFFING.dbo.OrdersStaging.IX_RouteHeader2NONCLUSTEREDY01681016702026-09-12 00:59:32neverUSEDkeep — in use
STAFFING.dbo.OrdersStaging.PK_BatchLine1CLUSTEREDYY0001670neverneverUNUSEDKEEP — primary key
STAFFING.dbo.PolicyStatus.IX_TicketMonthly2NONCLUSTERED16810016702026-09-12 00:59:32neverUSEDkeep — in use
STAFFING.dbo.PolicyStatus.PK_ClaimDaily1CLUSTEREDYY0001670neverneverUNUSEDKEEP — primary key
STAFFING.dbo.PolicyStatus.IX_SupplierDetail3NONCLUSTEREDY01681016702026-09-12 00:59:32neverUSEDkeep — in use
STAFFING.dbo.OrdersDetail.IX_SupplierDaily2NONCLUSTERED1100112026-09-11 01:59:59neverUSEDkeep — in use
STAFFING.dbo.OrdersDetail.PK_WarehouseLine1CLUSTEREDYY1100112026-09-11 01:59:59neverUSEDKEEP — primary key
STAFFING.dbo.BillingSnapshot.PK_StaffingArchive1CLUSTEREDYY016599002026-09-12 01:00:32neverUSEDKEEP — primary key
STAFFING.dbo.BillingQueue.IX_CatalogHeader2NONCLUSTERED0001670neverneverUNUSEDreview, then DROP
STAFFING.dbo.BillingQueue.PK_RosterLine1CLUSTEREDYY221681016702026-09-12 00:59:32neverUSEDKEEP — primary key
STAFFING.dbo.ReconcileHistory.PK_WarehouseLog1CLUSTEREDYY024002026-09-12 00:29:32neverUSEDKEEP — primary key
STAFFING.dbo.CustomerMonthly.PK_TerritoryStaging1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
STAFFING.dbo.ShipmentQueue.PK_ClaimStatus1CLUSTEREDYY024002026-09-12 00:29:322025-01-06 14:04:53USEDKEEP — primary key
STAFFING.dbo.InvoiceHeader.IX_InvoiceQueue1CLUSTEREDY0000never2025-01-06 14:04:52COLDKEEP — table storage
STAFFING.dbo.InvoiceHeader.PK_BatchSnapshot2NONCLUSTEREDYY1159190002026-09-12 01:01:132025-01-06 14:05:08USEDKEEP — primary key
ROUTE.dbo.MeterDetail.IX_MeterQueue1CLUSTEREDY011016702026-09-11 01:59:59neverUSEDKEEP — table storage
ROUTE.dbo.MeterDetail.PK_ContractAudit2NONCLUSTEREDYY01659016702026-09-12 00:59:32neverUSEDKEEP — primary key
ROUTE.dbo.OrdersDaily.IX_SupplierQueue3NONCLUSTERED168111016702026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.OrdersDaily.PK_CampaignResult1CLUSTEREDYY0001670neverneverUNUSEDKEEP — primary key
ROUTE.dbo.OrdersDaily.IX_RouteDaily2NONCLUSTEREDY01670016702026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.CustomerQueue.PK_BillingLine1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
ROUTE.dbo.InvoiceSummary.IX_TerritoryDaily5NONCLUSTERED01656033152026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.InvoiceSummary.IX_RosterArchive1CLUSTEREDY16590033152026-09-12 00:59:32neverUSEDKEEP — table storage
ROUTE.dbo.InvoiceSummary.IX_ClaimStaging3NONCLUSTERED16590033152026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.InvoiceSummary.PK_ContractHeader2NONCLUSTEREDYY0003315neverneverUNUSEDKEEP — primary key
ROUTE.dbo.CatalogAudit.PK_StaffingEntry1CLUSTEREDYY01659016592026-09-12 00:59:32neverUSEDKEEP — primary key
ROUTE.dbo.OrdersStaging.IX_RouteHeader2NONCLUSTEREDY01681016702026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.OrdersStaging.PK_BatchLine1CLUSTEREDYY0001670neverneverUNUSEDKEEP — primary key
ROUTE.dbo.PolicyStatus.IX_TicketMonthly2NONCLUSTERED33510016702026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.PolicyStatus.PK_ClaimDaily1CLUSTEREDYY011016702026-09-11 01:59:59neverUSEDKEEP — primary key
ROUTE.dbo.PolicyStatus.IX_SupplierDetail3NONCLUSTEREDY01670016702026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.LedgerDetail.IX_AssetSummary1CLUSTEREDY16590016592026-09-12 00:59:32neverUSEDKEEP — table storage
ROUTE.dbo.LedgerDetail.IX_ShiftSnapshot4NONCLUSTERED16560016592026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.LedgerDetail.IX_OrdersResult2NONCLUSTERED16590016592026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.LedgerDetail.IX_PolicyAudit3NONCLUSTERED0001659neverneverUNUSEDreview, then DROP
ROUTE.dbo.TerritoryLine.IX_StaffingHeader1CLUSTEREDY16591659016592026-09-12 00:59:32neverUSEDKEEP — table storage
ROUTE.dbo.BillingQueue.IX_SettlementStaging3NONCLUSTERED0004985neverneverUNUSEDreview, then DROP
ROUTE.dbo.BillingQueue.IX_CatalogHeader2NONCLUSTERED16590049852026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.BillingQueue.IX_WarehouseStatus1CLUSTERED223337049852026-09-12 00:59:32neverUSEDKEEP — table storage
ROUTE.dbo.SalesLog.IX_WarehouseStaging3NONCLUSTERED0001656neverneverUNUSEDreview, then DROP
ROUTE.dbo.SalesLog.PK_ContractQueue1CLUSTEREDYY01656016562026-09-12 00:59:32neverUSEDKEEP — primary key
ROUTE.dbo.SalesLog.IX_SettlementLog2NONCLUSTEREDY01656016562026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.BatchLine.IX_TicketEntry2NONCLUSTERED0001656neverneverUNUSEDreview, then DROP
ROUTE.dbo.BatchLine.IX_PolicyQueue1CLUSTERED16560016562026-09-12 00:59:32neverUSEDKEEP — table storage
ROUTE.dbo.BatchLine.PK_SettlementAudit3NONCLUSTEREDYY01656016562026-09-12 00:59:32neverUSEDKEEP — primary key
ROUTE.dbo.TicketResult.IX_ClaimSnapshot2NONCLUSTERED16561656016562026-09-12 00:59:32neverUSEDkeep — in use
ROUTE.dbo.TicketResult.PK_BatchEntry1CLUSTEREDYY0001656neverneverUNUSEDKEEP — primary key
METER.dbo.RosterHeader.PK_BatchResult1CLUSTEREDYY00087never2025-03-03 15:05:21UNUSEDKEEP — primary key
POLICY.dbo.ContractMonthly.PK_CampaignSnapshot1CLUSTEREDYY0000never2025-09-30 15:33:07COLDKEEP — primary key
POLICY.dbo.BatchArchive.PK_CustomerMonthly1CLUSTEREDYY0000never2025-04-07 09:00:09COLDKEEP — primary key
BILLING.dbo.SalesAudit.PK_BillingDetail1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.TicketLog.PK_SupplierSummary1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.TerritoryStaging.PK_OrdersQueue1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.SalesSnapshot.IX_BookingDetail1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.BillingSnapshot.PK_AssetLog1CLUSTEREDYY0000never2025-01-06 14:33:42COLDKEEP — primary key
BILLING.dbo.BillingSummary.PK_BatchQueue1CLUSTEREDYY44002026-09-11 17:39:522025-01-06 14:33:42USEDKEEP — primary key
BILLING.dbo.CatalogSummary.PK_MeterHeader1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.OrdersStaging.IX_TicketArchive1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.AssetArchive.IX_SupplierDaily1CLUSTEREDYY487418001269962026-09-12 00:35:432026-06-10 08:01:09USEDKEEP — primary key
BILLING.dbo.SettlementMonthly.IX_InvoiceLine1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.RosterQueue.IX_ForecastHeader2NONCLUSTEREDY0000neverneverCOLDreview carefully — unique
BILLING.dbo.PolicyEntry.IX_SettlementAudit3NONCLUSTERED0000neverneverCOLDreview, then DROP
BILLING.dbo.PolicyEntry.PK_AssetDaily1CLUSTEREDYY213002026-09-11 17:39:51neverUSEDKEEP — primary key
BILLING.dbo.PolicyEntry.IX_ShiftStatus4NONCLUSTERED0000neverneverCOLDreview, then DROP
BILLING.dbo.PolicyEntry.IX_ShipmentDetail2NONCLUSTERED0000neverneverCOLDreview, then DROP
BILLING.dbo.PolicyEntry.IX_WarehouseMonthly5NONCLUSTERED0000neverneverCOLDreview, then DROP
BILLING.dbo.PayrollDaily.IX_InvoiceStaging1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.PayrollDaily.IX_CatalogDetail2NONCLUSTEREDY0000neverneverCOLDreview carefully — unique
BILLING.dbo.CustomerAudit.PK_BatchArchive1CLUSTEREDYY0000never2025-01-06 14:34:12COLDKEEP — primary key
BILLING.dbo.CustomerHistory.PK_MeterDaily1CLUSTEREDYY185082026-09-11 17:40:272025-01-06 14:34:12USEDKEEP — primary key
BILLING.dbo.BillingDetail.IX_ClaimHistory1CLUSTEREDYY0000never2025-01-06 14:34:12COLDKEEP — primary key
BILLING.dbo.InvoiceDaily.IX_RouteHistory1CLUSTEREDYY02002026-09-11 17:39:512025-01-06 14:34:12USEDKEEP — primary key
BILLING.dbo.ForecastQueue.PK_CatalogAudit1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.CustomerStatus.IX_BatchArchive1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.PayrollHistory.IX_PricingStatus1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.ShiftDaily.PK_CustomerResult1CLUSTEREDYY02002026-09-11 17:39:512025-01-06 14:34:16USEDKEEP — primary key
BILLING.dbo.PolicyHistory.PK_RosterDetail1CLUSTEREDYY00014never2025-01-06 14:34:19UNUSEDKEEP — primary key
BILLING.dbo.TerritoryLog.PK_BookingHistory1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.QuotaHeader.PK_RosterMonthly1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.QuotaHeader.IX_TerritoryHeader2NONCLUSTEREDY0000neverneverCOLDreview carefully — unique
BILLING.dbo.BillingSnapshot.IX_AssetAudit1CLUSTEREDYY032602026-09-11 14:56:042025-01-06 14:34:19USEDKEEP — primary key
BILLING.dbo.BillingSnapshot.IX_CustomerMonthly2NONCLUSTEREDY026002026-09-11 14:56:042025-01-06 14:34:19USEDkeep — in use
BILLING.dbo.PolicyDetail.IX_BillingLog2NONCLUSTEREDY05898370742026-09-12 00:35:432026-08-14 07:30:00USEDkeep — in use
BILLING.dbo.PolicyDetail.IX_InvoiceSnapshot1CLUSTEREDYY222930742026-09-11 17:39:522026-08-13 08:01:38USEDKEEP — primary key
BILLING.dbo.ReconcileQueue.IX_ShiftDaily1CLUSTEREDYY01002026-09-11 14:54:222025-01-06 14:34:23USEDKEEP — primary key
BILLING.dbo.MeterQueue.IX_ReconcileStatus1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.BillingAudit.IX_SettlementHistory1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.CustomerSummary.IX_OrdersQueue1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.RosterHeader.PK_RosterSnapshot1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.ClaimArchive.PK_BatchQueue1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.ShiftDetail.IX_ShipmentLog1CLUSTEREDYY0000neverneverCOLDKEEP — primary key