Index Usage — ACME-198-51-100-92
DBA BrainIndex UsageACME-198-51-100-92snapshot 2026-09-16 01:01:09 +07Fleet inventoryServer metricsSLAIndex usage
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-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-15T18:01:09Z

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.

> **Short sample — do not drop anything on the strength of this report.** The counters cover only 0.5 day(s) of the 7 that make a full business week. A weekly report, a month-end close or a quarterly batch has not necessarily run yet, so an index serving one of them still reads as cold. Use this to see the shape of the instance; re-read it after the sample is complete before dropping anything.

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

By database

DatabaseTotalColdDisabledDroppableRecommend action
CRED_23707234017review the drop candidates above
BILLING413904review the drop candidates above
host-26232104review the drop candidates above
POLICY2200no action — cold indexes here are constraints or clustered

Drop candidates (25)

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
host-262.dbo.BillingQueue.IX_SettlementStaging201neverUNUSEDreview, then DROP
CRED_2370.dbo.Batch.IX_InvoiceEntry67neverUNUSEDreview, then DROP
CRED_2370.dbo.ReconcileLog.IX_CustomerLine67neverUNUSEDreview, then DROP
CRED_2370.dbo.BillingQueue.IX_CatalogHeader67neverUNUSEDreview, then DROP
host-262.dbo.LedgerDetail.IX_PolicyAudit67neverUNUSEDreview, then DROP
host-262.dbo.SalesLog.IX_WarehouseStaging67neverUNUSEDreview, then DROP
host-262.dbo.BatchLine.IX_TicketEntry67neverUNUSEDreview, then DROP
CRED_2370.dbo.BookingQueue.IX_CampaignQueue0neverCOLDreview, then DROP
CRED_2370.dbo.BookingQueue.IX_ShipmentAudit0neverCOLDreview, then DROP
CRED_2370.dbo.BookingQueue.IX_WarehouseArchive0neverCOLDreview, then DROP
CRED_2370.dbo.BookingQueue.IX_ClaimStaging0neverCOLDreview, then DROP
CRED_2370.dbo.AssetLine.IX_TicketEntry0neverCOLDreview, then DROP
CRED_2370.dbo.QuotaHeader.IX_ClaimSnapshot0neverCOLDreview, then DROP
CRED_2370.dbo.QuotaHeader.IX_CatalogResult0neverCOLDreview, then DROP
CRED_2370.dbo.ShipmentMonthly.IX_ForecastQueue0neverCOLDreview, then DROP
CRED_2370.dbo.History.IX_ClaimStaging0neverCOLDreview, then DROP
CRED_2370.dbo.ShiftStaging.IX_RouteDetail0neverCOLDreview, then DROP
CRED_2370.dbo.ClaimEntry.IX_ForecastHistory0neverCOLDreview, then DROP
CRED_2370.dbo.ClaimEntry.IX_CampaignDetail0neverCOLDreview, then DROP
CRED_2370.dbo.ClaimEntry.IX_PayrollStatus0neverCOLDreview, then DROP
CRED_2370.dbo.OrdersDetail.IX_SupplierDaily0neverCOLDreview, 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

Fragmented (1)

Total 481.3 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.7%61,602481.32026-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
CRED_2370.dbo.BookingAudit.PK_InvoiceLine1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.Batch.IX_ShiftStatus1CLUSTERED67670672026-09-16 00:53:28neverUSEDKEEP — table storage
CRED_2370.dbo.Batch.IX_InvoiceEntry2NONCLUSTERED00067neverneverUNUSEDreview, then DROP
CRED_2370.dbo.SalesHistory.IX_CampaignArchive1CLUSTEREDY0000neverneverCOLDKEEP — table storage
CRED_2370.dbo.SalesHistory.PK_BatchDetail2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.BookingQueue.IX_PricingArchive1CLUSTEREDY0268406402026-09-16 01:01:03neverUSEDKEEP — table storage
CRED_2370.dbo.BookingQueue.IX_CampaignQueue6NONCLUSTERED0000never2025-01-06 14:05:06COLDreview, then DROP
CRED_2370.dbo.BookingQueue.IX_ShipmentAudit3NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.BookingQueue.IX_WarehouseArchive4NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.BookingQueue.IX_ClaimStaging5NONCLUSTERED0000never2025-01-06 14:04:52COLDreview, then DROP
CRED_2370.dbo.BookingQueue.PK_AssetDetail2NONCLUSTEREDYY40640002026-09-16 01:01:032025-01-06 14:05:08USEDKEEP — primary key
CRED_2370.dbo.MeterDetail.IX_MeterQueue1CLUSTEREDY00067neverneverUNUSEDKEEP — table storage
CRED_2370.dbo.MeterDetail.PK_ContractAudit2NONCLUSTEREDYY0670672026-09-16 00:53:28neverUSEDKEEP — primary key
CRED_2370.dbo.OrdersDaily.IX_SupplierQueue3NONCLUSTERED67670672026-09-16 00:53:28neverUSEDkeep — in use
CRED_2370.dbo.OrdersDaily.PK_CampaignResult1CLUSTEREDYY00067neverneverUNUSEDKEEP — primary key
CRED_2370.dbo.OrdersDaily.IX_RouteDaily2NONCLUSTEREDY00067neverneverUNUSEDreview carefully — unique
CRED_2370.dbo.PolicyLine.IX_TicketSnapshot1CLUSTEREDY30002026-09-15 13:43:242025-01-06 14:04:52USEDKEEP — table storage
CRED_2370.dbo.PolicyLine.PK_SettlementStaging2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.CustomerQueue.PK_BillingLine1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.AssetLine.IX_TicketEntry2NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.AssetLine.IX_StaffingArchive1CLUSTERED0000neverneverCOLDKEEP — table storage
CRED_2370.dbo.AssetLine.PK_ContractEntry3NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.QuotaHeader.IX_ClaimSnapshot2NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.QuotaHeader.IX_CatalogResult3NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.QuotaHeader.PK_BatchEntry1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.Event.IX_RouteStaging2NONCLUSTERED046041102026-09-16 00:58:28neverUSEDkeep — in use
CRED_2370.dbo.Event.IX_ClaimSummary4NONCLUSTERED08128002026-09-16 01:01:03neverUSEDkeep — in use
CRED_2370.dbo.Event.PK_TicketHistory1CLUSTEREDYY41100812841102026-09-16 01:01:03neverUSEDKEEP — primary key
CRED_2370.dbo.ShipmentMonthly.IX_ForecastQueue2NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.ShipmentMonthly.PK_SupplierArchive1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.History.IX_RosterMonthly1CLUSTEREDY0000neverneverCOLDKEEP — table storage
CRED_2370.dbo.History.IX_ClaimStaging3NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.History.PK_CatalogQueue2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.MeterResult.PK_LedgerMonthly1CLUSTEREDYY23002026-09-15 13:43:232025-01-06 14:05:07USEDKEEP — primary key
CRED_2370.dbo.SupplierAudit.IX_PricingQueue1CLUSTEREDY0000neverneverCOLDKEEP — table storage
CRED_2370.dbo.SupplierAudit.PK_BillingEntry2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.PayrollHistory.IX_BillingDaily1CLUSTERED020101342026-09-16 00:53:28neverUSEDKEEP — table storage
CRED_2370.dbo.PayrollHistory.PK_CustomerSummary2NONCLUSTEREDYY000134neverneverUNUSEDKEEP — primary key
CRED_2370.dbo.StaffingMonthly.IX_ForecastAudit1CLUSTERED0000neverneverCOLDKEEP — table storage
CRED_2370.dbo.ShiftStaging.IX_RouteDetail2NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.ShiftStaging.IX_LedgerSummary3NONCLUSTERED046041562026-09-16 00:58:28neverUSEDkeep — in use
CRED_2370.dbo.ShiftStaging.IX_RosterHeader4NONCLUSTERED08128002026-09-16 01:01:03neverUSEDkeep — in use
CRED_2370.dbo.ShiftStaging.PK_CatalogLog1CLUSTEREDYY415646812841562026-09-16 01:01:03neverUSEDKEEP — primary key
CRED_2370.dbo.Policies.PK_CatalogResult1CLUSTEREDYY013401342026-09-16 00:53:282025-01-06 14:15:08USEDKEEP — primary key
CRED_2370.dbo.LedgerEntry.IX_SettlementQueue1CLUSTEREDY000134neverneverUNUSEDKEEP — table storage
CRED_2370.dbo.LedgerEntry.PK_MeterArchive2NONCLUSTEREDYY013401342026-09-16 00:53:28neverUSEDKEEP — primary key
CRED_2370.dbo.ClaimEntry.IX_ForecastHistory2NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.ClaimEntry.IX_CampaignDetail3NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.ClaimEntry.IX_PayrollStatus4NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.PricingQueue.IX_AssetStaging1CLUSTEREDY0000neverneverCOLDKEEP — table storage
CRED_2370.dbo.PricingQueue.PK_PricingAudit2NONCLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.ReconcileLog.IX_CustomerLine2NONCLUSTERED00067neverneverUNUSEDreview, then DROP
CRED_2370.dbo.ReconcileLog.PK_RosterLog1CLUSTEREDYY07440672026-09-16 01:00:28neverUSEDKEEP — primary key
CRED_2370.dbo.Schedule.IX_TerritoryDetail2NONCLUSTEREDY01002026-09-15 13:43:28neverUSEDkeep — in use
CRED_2370.dbo.Schedule.PK_PricingAudit1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.BatchLog.IX_OrdersDaily1CLUSTEREDY4198001342026-09-16 01:01:032025-01-06 14:05:08USEDKEEP — table storage
CRED_2370.dbo.BatchLog.PK_PayrollDaily2NONCLUSTEREDYY000134neverneverUNUSEDKEEP — primary key
CRED_2370.dbo.OrdersStaging.IX_RouteHeader2NONCLUSTEREDY0670672026-09-16 00:53:28neverUSEDkeep — in use
CRED_2370.dbo.OrdersStaging.PK_BatchLine1CLUSTEREDYY00067neverneverUNUSEDKEEP — primary key
CRED_2370.dbo.PolicyStatus.IX_TicketMonthly2NONCLUSTERED6700672026-09-16 00:53:28neverUSEDkeep — in use
CRED_2370.dbo.PolicyStatus.PK_ClaimDaily1CLUSTEREDYY00067neverneverUNUSEDKEEP — primary key
CRED_2370.dbo.PolicyStatus.IX_SupplierDetail3NONCLUSTEREDY0670672026-09-16 00:53:28neverUSEDkeep — in use
CRED_2370.dbo.OrdersDetail.IX_SupplierDaily2NONCLUSTERED0000neverneverCOLDreview, then DROP
CRED_2370.dbo.OrdersDetail.PK_WarehouseLine1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.BillingSnapshot.PK_StaffingArchive1CLUSTEREDYY0678002026-09-16 01:00:28neverUSEDKEEP — primary key
CRED_2370.dbo.BillingQueue.IX_CatalogHeader2NONCLUSTERED00067neverneverUNUSEDreview, then DROP
CRED_2370.dbo.BillingQueue.PK_RosterLine1CLUSTEREDYY0670672026-09-16 00:53:28neverUSEDKEEP — primary key
CRED_2370.dbo.ReconcileHistory.PK_WarehouseLog1CLUSTEREDYY01002026-09-15 13:43:28neverUSEDKEEP — primary key
CRED_2370.dbo.CustomerMonthly.PK_TerritoryStaging1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
CRED_2370.dbo.ShipmentQueue.PK_ClaimStatus1CLUSTEREDYY01002026-09-15 13:43:282025-01-06 14:04:53USEDKEEP — primary key
CRED_2370.dbo.CRED_1060.IX_InvoiceQueue1CLUSTEREDY0000never2025-01-06 14:04:52COLDKEEP — table storage
CRED_2370.dbo.CRED_1060.PK_BatchSnapshot2NONCLUSTEREDYY47410002026-09-16 01:01:032025-01-06 14:05:08USEDKEEP — primary key
host-262.dbo.MeterDetail.IX_MeterQueue1CLUSTEREDY00067neverneverUNUSEDKEEP — table storage
host-262.dbo.MeterDetail.PK_ContractAudit2NONCLUSTEREDYY0670672026-09-16 00:53:28neverUSEDKEEP — primary key
host-262.dbo.OrdersDaily.IX_SupplierQueue3NONCLUSTERED6700672026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.OrdersDaily.PK_CampaignResult1CLUSTEREDYY00067neverneverUNUSEDKEEP — primary key
host-262.dbo.OrdersDaily.IX_RouteDaily2NONCLUSTEREDY0670672026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.CustomerQueue.PK_BillingLine1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-262.dbo.InvoiceSummary.IX_TerritoryDaily5NONCLUSTERED06701342026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.InvoiceSummary.IX_RosterArchive1CLUSTEREDY67001342026-09-16 00:53:28neverUSEDKEEP — table storage
host-262.dbo.InvoiceSummary.IX_ClaimStaging3NONCLUSTERED67001342026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.InvoiceSummary.PK_ContractHeader2NONCLUSTEREDYY000134neverneverUNUSEDKEEP — primary key
host-262.dbo.CatalogAudit.PK_StaffingEntry1CLUSTEREDYY0670672026-09-16 00:53:28neverUSEDKEEP — primary key
host-262.dbo.OrdersStaging.IX_RouteHeader2NONCLUSTEREDY0670672026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.OrdersStaging.PK_BatchLine1CLUSTEREDYY00067neverneverUNUSEDKEEP — primary key
host-262.dbo.PolicyStatus.IX_TicketMonthly2NONCLUSTERED13400672026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.PolicyStatus.PK_ClaimDaily1CLUSTEREDYY00067neverneverUNUSEDKEEP — primary key
host-262.dbo.PolicyStatus.IX_SupplierDetail3NONCLUSTEREDY0670672026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.LedgerDetail.IX_AssetSummary1CLUSTEREDY6700672026-09-16 00:53:28neverUSEDKEEP — table storage
host-262.dbo.LedgerDetail.IX_ShiftSnapshot4NONCLUSTERED6700672026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.LedgerDetail.IX_OrdersResult2NONCLUSTERED6700672026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.LedgerDetail.IX_PolicyAudit3NONCLUSTERED00067neverneverUNUSEDreview, then DROP
host-262.dbo.TerritoryLine.IX_StaffingHeader1CLUSTEREDY67670672026-09-16 00:53:28neverUSEDKEEP — table storage
host-262.dbo.BillingQueue.IX_SettlementStaging3NONCLUSTERED000201neverneverUNUSEDreview, then DROP
host-262.dbo.BillingQueue.IX_CatalogHeader2NONCLUSTERED67002012026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.BillingQueue.IX_WarehouseStatus1CLUSTERED013402012026-09-16 00:53:28neverUSEDKEEP — table storage
host-262.dbo.SalesLog.IX_WarehouseStaging3NONCLUSTERED00067neverneverUNUSEDreview, then DROP
host-262.dbo.SalesLog.PK_ContractQueue1CLUSTEREDYY0670672026-09-16 00:53:28neverUSEDKEEP — primary key
host-262.dbo.SalesLog.IX_SettlementLog2NONCLUSTEREDY0670672026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.BatchLine.IX_TicketEntry2NONCLUSTERED00067neverneverUNUSEDreview, then DROP
host-262.dbo.BatchLine.IX_PolicyQueue1CLUSTERED6700672026-09-16 00:53:28neverUSEDKEEP — table storage
host-262.dbo.BatchLine.PK_SettlementAudit3NONCLUSTEREDYY0670672026-09-16 00:53:28neverUSEDKEEP — primary key
host-262.dbo.TicketResult.IX_ClaimSnapshot2NONCLUSTERED67670672026-09-16 00:53:28neverUSEDkeep — in use
host-262.dbo.TicketResult.PK_BatchEntry1CLUSTEREDYY00067neverneverUNUSEDKEEP — primary key
METER.dbo.RosterHeader.PK_BatchResult1CLUSTEREDYY0008never2025-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_BatchQueue1CLUSTEREDYY0000never2025-01-06 14:33:42COLDKEEP — primary key
BILLING.dbo.CatalogSummary.PK_MeterHeader1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.OrdersStaging.IX_TicketArchive1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
BILLING.dbo.AssetArchive.IX_SupplierDaily1CLUSTEREDYY60002026-09-16 00:36:082026-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_AssetDaily1CLUSTEREDYY0000neverneverCOLDKEEP — 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_MeterDaily1CLUSTEREDYY0000never2025-01-06 14:34:12COLDKEEP — primary key
BILLING.dbo.BillingDetail.IX_ClaimHistory1CLUSTEREDYY0000never2025-01-06 14:34:12COLDKEEP — primary key
BILLING.dbo.InvoiceDaily.IX_RouteHistory1CLUSTEREDYY0000never2025-01-06 14:34:12COLDKEEP — 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_CustomerResult1CLUSTEREDYY0000never2025-01-06 14:34:16COLDKEEP — primary key
BILLING.dbo.PolicyHistory.PK_RosterDetail1CLUSTEREDYY0000never2025-01-06 14:34:19COLDKEEP — 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_AssetAudit1CLUSTEREDYY0000never2025-01-06 14:34:19COLDKEEP — primary key
BILLING.dbo.BillingSnapshot.IX_CustomerMonthly2NONCLUSTEREDY0000never2025-01-06 14:34:19COLDreview carefully — unique
BILLING.dbo.PolicyDetail.IX_BillingLog2NONCLUSTEREDY06002026-09-16 00:36:082026-08-14 07:30:00USEDkeep — in use
BILLING.dbo.PolicyDetail.IX_InvoiceSnapshot1CLUSTEREDYY0000never2026-08-13 08:01:38COLDKEEP — primary key
BILLING.dbo.ReconcileQueue.IX_ShiftDaily1CLUSTEREDYY0000never2025-01-06 14:34:23COLDKEEP — 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