Index Usage — ACME-203-0-113-170
DBA BrainIndex UsageACME-203-0-113-170snapshot 2026-09-16 01:01:08 +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-203-0-113-170

Host: 203.0.113.170

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

Server dashboard: http://192.0.2.15:8080/report_dba/server-metrics.html?server=ACME-203-0-113-170

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_total759every index on a CatalogHistory table
used674had a seek, scan or lookup
unused37written but never read
cold48never read AND never written since restart
disabled0ALTER INDEX ... DISABLE was run
droppable19nonclustered, not unique, no constraint, never read
fragmented1above the rebuild threshold

By database

DatabaseTotalColdDisabledDroppableRecommend action
host-671191909review the drop candidates above
host-76375907review the drop candidates above
host-8856603review the drop candidates above
host-3338800no action — cold indexes here are constraints or clustered
host-323113200no action — cold indexes here are constraints or clustered
TERRITORY113200no action — cold indexes here are constraints or clustered
TERRITORY113200no action — cold indexes here are constraints or clustered

Drop candidates (19)

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-763.audit.ShipmentStaging.IX_WarehouseEntry159848neverUNUSEDreview, then DROP
host-763.audit.tasks.IX_ShipmentEntry32276neverUNUSEDreview, then DROP
host-763.audit.jobs.IX_MeterStaging221neverUNUSEDreview, then DROP
host-763.audit.SalesDaily.IX_PolicySummary221neverUNUSEDreview, then DROP
host-671.dbo.BookingMonthly.IX_PricingLog0neverCOLDreview, then DROP
host-671.dbo.ShipmentHistory.IX_LedgerStatus0neverCOLDreview, then DROP
host-671.dbo.ShipmentHistory.IX_SalesEntry0neverCOLDreview, then DROP
host-671.dbo.PricingHistory.IX_LedgerHeader0neverCOLDreview, then DROP
host-671.dbo.MeterLog.IX_BatchQueue0neverCOLDreview, then DROP
host-671.dbo.PricingArchive.IX_BillingSnapshot0neverCOLDreview, then DROP
host-671.dbo.BatchHistory.IX_StaffingStaging0neverCOLDreview, then DROP
host-671.dbo.OrdersStatus.IX_PricingResult0neverCOLDreview, then DROP
host-671.dbo.BillingMonthly.IX_SettlementEntry0neverCOLDreview, then DROP
host-885.dbo.OrdersResult.IX_StaffingDetail0neverCOLDreview, then DROP
host-885.dbo.OrdersResult.IX_ContractArchive0neverCOLDreview, then DROP
host-885.dbo.OrdersResult.IX_ClaimArchive0neverCOLDreview, then DROP
host-763.audit.RouteEntry.IX_ClaimSnapshot0neverCOLDreview, then DROP
host-763.audit.ShiftSummary.IX_BookingHeader0neverCOLDreview, then DROP
host-763.audit.PayrollSnapshot.IX_ReconcileHistory0neverCOLDreview, then DROP

Fragmented (1)

Total 8.9 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
host-671\dbo.PricingHistory.PK_PolicyDaily1/1CLUSTERED66.6%1,1338.92025-10-24 14:05:34REBUILD

All indexes (759)

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
host-333.dbo.LedgerLog.PK_OrdersDetail1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-333.dbo.CustomerLog.PK_ForecastSummary1CLUSTEREDYY0000never2025-10-24 13:45:54COLDKEEP — primary key
host-333.dbo.ClaimResult.PK_LedgerResult1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-333.dbo.ShiftDetail.PK_WarehouseMonthly1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-333.dbo.TicketHistory.PK_MeterHeader1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-333.dbo.node.PK_BookingSnapshot1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-333.dbo.ShipmentQueue.PK_LedgerSummary1CLUSTEREDYY0000never2025-10-24 13:45:56COLDKEEP — primary key
host-333.dbo.ClaimArchive.PK_PayrollSnapshot1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-671.dbo.BookingMonthly.IX_PricingLog2NONCLUSTERED0000never2025-10-24 13:45:54COLDreview, then DROP
host-671.dbo.BookingMonthly.PK_CatalogArchive1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-671.dbo.ShipmentHistory.IX_LedgerStatus2NONCLUSTERED0000neverneverCOLDreview, then DROP
host-671.dbo.ShipmentHistory.IX_SalesEntry3NONCLUSTERED0000neverneverCOLDreview, then DROP
host-671.dbo.ShipmentHistory.PK_SalesEntry1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-671.dbo.ClaimMonthly.PK_CatalogAudit1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-671.dbo.PricingHistory.IX_LedgerHeader2NONCLUSTERED0000never2026-03-11 10:53:18COLDreview, then DROP
host-671.dbo.PricingHistory.PK_PolicyDaily1CLUSTEREDYY0000never2025-10-24 14:05:34COLDKEEP — primary key
host-671.dbo.ShiftLog.PK_PolicyStaging1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-671.dbo.MeterLog.IX_BatchQueue2NONCLUSTERED0000neverneverCOLDreview, then DROP
host-671.dbo.MeterLog.PK_SettlementEntry1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-671.dbo.PricingArchive.IX_BillingSnapshot2NONCLUSTERED0000neverneverCOLDreview, then DROP
host-671.dbo.PricingArchive.PK_SettlementDaily1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-671.dbo.BatchHistory.IX_StaffingStaging2NONCLUSTERED0000neverneverCOLDreview, then DROP
host-671.dbo.BatchHistory.PK_TicketStatus1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-671.dbo.OrdersStatus.IX_PricingResult2NONCLUSTERED0000never2025-10-24 13:45:54COLDreview, then DROP
host-671.dbo.OrdersStatus.PK_SupplierSnapshot1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-671.dbo.BillingMonthly.IX_SettlementEntry2NONCLUSTERED0000neverneverCOLDreview, then DROP
host-671.dbo.BillingMonthly.PK_SettlementEntry1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-885.dbo.OrdersResult.IX_QuotaSnapshot5NONCLUSTEREDY0000neverneverCOLDreview carefully — unique
host-885.dbo.OrdersResult.IX_StaffingDetail2NONCLUSTERED0000neverneverCOLDreview, then DROP
host-885.dbo.OrdersResult.IX_ContractArchive3NONCLUSTERED0000neverneverCOLDreview, then DROP
host-885.dbo.OrdersResult.IX_ClaimArchive4NONCLUSTERED0000neverneverCOLDreview, then DROP
host-885.dbo.OrdersResult.PK_StaffingStatus1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-885.dbo.ReconcileLine.PK_ClaimArchive1CLUSTEREDY0000neverneverCOLDKEEP — table storage
host-323.app.RosterDaily.PK_TicketAudit1CLUSTEREDYY2271150322026-09-15 20:52:272026-09-13 01:00:18USEDKEEP — primary key
host-323.app.SalesStaging.PK_TicketLine1CLUSTEREDYY22600322026-09-15 20:52:272026-09-13 01:00:18USEDKEEP — primary key
host-323.app.StaffingLine.PK_TicketLog1CLUSTEREDYY22600322026-09-15 20:52:272026-09-13 01:00:18USEDKEEP — primary key
host-323.app.SalesSummary.PK_OrdersAudit1CLUSTEREDYY0320322026-06-27 01:02:002026-09-13 01:00:18USEDKEEP — primary key
host-323.app.ReconcileDetail.PK_ShiftStaging1CLUSTEREDYY194320322026-09-15 20:52:272026-09-13 01:00:19USEDKEEP — primary key
host-323.app.SettlementEntry.PK_TicketQueue1CLUSTEREDYY0320322026-06-27 01:02:002026-09-13 01:00:19USEDKEEP — primary key
host-323.app.BatchQueue.PK_LedgerResult1CLUSTEREDYY3200322026-06-27 01:02:002026-09-13 01:00:19USEDKEEP — primary key
host-323.dbo.AssetSnapshot.PK_PayrollHistory1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-323.report.ContractSnapshot.PK_ContractResult1CLUSTEREDYY21000322026-09-15 20:51:072026-09-13 01:00:19USEDKEEP — primary key
host-323.report.PolicyHistory.PK_TicketAudit1CLUSTEREDYY32320322026-06-27 01:02:202026-09-13 01:00:19USEDKEEP — primary key
host-323.report.QuotaHeader.PK_RouteResult1CLUSTEREDYY294500322026-09-15 01:30:092026-09-13 01:00:19USEDKEEP — primary key
host-323.report.QuotaArchive.PK_CustomerQueue1CLUSTEREDYY2422210322026-09-15 20:52:272026-09-13 01:00:20USEDKEEP — primary key
host-323.report.AssetLine.PK_ContractDetail1CLUSTEREDYY3200322026-06-27 01:02:082026-09-13 01:00:20USEDKEEP — primary key
host-323.report.TicketAudit.PK_PricingLog1CLUSTEREDYY3200322026-06-27 01:02:13neverUSEDKEEP — primary key
host-323.report.CampaignQueue.PK_InvoiceMonthly1CLUSTEREDYY3200322026-06-27 01:02:132026-09-13 01:00:20USEDKEEP — primary key
host-323.report.QuotaLog.PK_ShiftResult1CLUSTEREDYY231210322026-09-15 01:30:022026-09-13 01:00:20USEDKEEP — primary key
host-323.report.BatchLog.PK_SalesMonthly1CLUSTEREDYY0320322026-06-27 01:02:232026-09-13 01:00:20USEDKEEP — primary key
host-323.report.TicketMonthly.PK_SupplierLine1CLUSTEREDYY3200322026-06-27 01:02:172026-09-13 01:00:20USEDKEEP — primary key
host-323.report.PayrollArchive.PK_PolicyLine1CLUSTEREDYY321110322026-09-15 01:30:002026-09-13 01:00:20USEDKEEP — primary key
host-323.report.CampaignStatus.PK_TerritoryArchive1CLUSTEREDYY1431120322026-09-15 01:30:022026-09-13 01:00:20USEDKEEP — primary key
host-323.report.CampaignAudit.PK_LedgerHeader1CLUSTEREDYY321120322026-09-15 01:30:022026-09-13 01:00:20USEDKEEP — primary key
host-323.report.RouteArchive.PK_BookingMonthly1CLUSTEREDYY152410322026-09-15 01:30:072026-09-13 01:00:21USEDKEEP — primary key
host-323.report.AssetDetail.PK_CatalogStatus1CLUSTEREDYY202350322026-09-15 01:30:072026-09-13 01:00:21USEDKEEP — primary key
host-323.report.WarehouseStatus.PK_MeterResult1CLUSTEREDYY3200322026-06-27 01:02:242026-09-13 01:00:21USEDKEEP — primary key
host-323.report.LedgerSnapshot.PK_SupplierLine1CLUSTEREDYY301140322026-09-15 01:30:072026-09-13 01:00:21USEDKEEP — primary key
host-323.report.CustomerStatus.PK_SalesDetail1CLUSTEREDYY3200322026-06-27 01:02:242026-09-13 01:00:21USEDKEEP — primary key
host-323.report.MeterStatus.PK_OrdersLog1CLUSTEREDYY3200322026-06-27 01:02:25neverUSEDKEEP — primary key
host-323.report.QuotaQueue.PK_BookingQueue1CLUSTEREDYY1320322026-06-27 01:02:25neverUSEDKEEP — primary key
host-323.report.CatalogSummary.PK_AssetLog1CLUSTEREDYY3200322026-06-27 01:02:192026-09-13 01:00:21USEDKEEP — primary key
host-323.report.TicketHeader.PK_PolicyResult1CLUSTEREDYY3200322026-06-27 01:02:232026-09-13 01:00:21USEDKEEP — primary key
host-323.report.RouteHeader.PK_WarehouseSnapshot1CLUSTEREDYY3200322026-06-27 01:02:32neverUSEDKEEP — primary key
host-323.report.PolicyHistory.PK_CampaignQueue1CLUSTEREDYY3200322026-06-27 01:02:29neverUSEDKEEP — primary key
host-323.report.ForecastHistory.PK_SupplierHistory1CLUSTEREDYY3200322026-06-27 01:02:242026-09-13 01:00:21USEDKEEP — primary key
host-323.report.MeterEntry.PK_CampaignSnapshot1CLUSTEREDYY165760322026-09-15 01:30:062026-09-13 01:00:21USEDKEEP — primary key
host-323.report.SalesSummary.PK_BillingMonthly1CLUSTEREDYY5911680322026-09-15 20:52:272026-09-13 01:00:21USEDKEEP — primary key
host-323.report.TicketLine.PK_CustomerEntry1CLUSTEREDYY0310312026-06-26 01:02:512026-09-13 01:00:22USEDKEEP — primary key
host-323.report.AssetSnapshot.PK_SalesAudit1CLUSTEREDYY29620312026-09-15 20:51:482026-09-13 01:00:22USEDKEEP — primary key
host-323.report.MeterAudit.PK_ShiftEntry1CLUSTEREDYY10220322026-06-27 01:02:252026-09-13 01:00:23USEDKEEP — primary key
host-323.report.PolicyEntry.PK_RouteResult1CLUSTEREDYY3200322026-06-27 01:02:242026-09-13 01:00:23USEDKEEP — primary key
host-323.report.SalesEntry.PK_WarehouseMonthly1CLUSTEREDYY3110322026-06-27 01:02:252026-09-13 01:00:23USEDKEEP — primary key
host-323.report.MeterArchive.PK_LedgerStatus1CLUSTEREDYY3200322026-06-27 01:02:132026-09-13 01:00:23USEDKEEP — primary key
host-323.report.StaffingHistory.PK_ShipmentArchive1CLUSTEREDYY14180322026-06-27 01:02:202026-09-13 01:00:23USEDKEEP — primary key
host-323.report.BookingQueue.PK_AssetHeader1CLUSTEREDYY3200322026-06-27 01:02:032026-09-13 01:00:23USEDKEEP — primary key
host-323.report.ShiftDaily.PK_ClaimAudit1CLUSTEREDYY3200322026-06-27 01:02:032026-09-13 01:00:23USEDKEEP — primary key
host-323.report.InvoiceAudit.PK_PolicyDaily1CLUSTEREDYY3200322026-06-27 01:02:082026-09-13 01:00:23USEDKEEP — primary key
host-323.report.PolicyResult.PK_SalesHeader1CLUSTEREDYY281160322026-09-15 01:30:072026-09-13 01:00:23USEDKEEP — primary key
host-323.report.WarehouseLog.PK_ReconcileAudit1CLUSTEREDYY623620322026-09-15 20:52:272026-09-13 01:00:23USEDKEEP — primary key
host-323.report.ReconcileResult.PK_MeterArchive1CLUSTEREDYY321110322026-09-15 01:30:002026-09-13 01:00:23USEDKEEP — primary key
host-323.report.ShiftMonthly.PK_PricingArchive1CLUSTEREDYY3200322026-06-27 01:02:032026-09-13 01:00:23USEDKEEP — primary key
host-323.report.ContractMonthly.PK_CustomerDaily1CLUSTEREDYY3200322026-06-27 01:02:032026-09-13 01:00:23USEDKEEP — primary key
host-323.report.SalesAudit.PK_BatchArchive1CLUSTEREDYY3200322026-06-27 01:02:122026-09-13 01:00:23USEDKEEP — primary key
host-323.report.MeterSnapshot.PK_StaffingQueue1CLUSTEREDYY3200322026-06-27 01:02:032026-09-13 01:00:23USEDKEEP — primary key
host-323.report.BatchStatus.PK_TerritoryLine1CLUSTEREDYY313360322026-09-15 01:30:042026-09-13 01:00:23USEDKEEP — primary key
host-323.report.BookingHeader.PK_CatalogDaily1CLUSTEREDYY312240322026-09-15 01:30:032026-09-13 01:00:23USEDKEEP — primary key
host-323.report.BillingLog.PK_ClaimDaily1CLUSTEREDYY321120322026-09-15 01:30:022026-09-13 01:00:23USEDKEEP — primary key
host-323.report.ReconcileHistory.PK_StaffingDaily1CLUSTEREDYY3200322026-06-27 01:02:092026-09-13 01:00:23USEDKEEP — primary key
host-323.report.ClaimDetail.PK_RosterLog1CLUSTEREDYY2830312026-06-26 01:02:512026-09-13 01:00:24USEDKEEP — primary key
host-323.report.ForecastAudit.PK_WarehouseHistory1CLUSTEREDYY242270312026-09-15 01:33:542026-09-13 01:00:24USEDKEEP — primary key
host-323.report.CatalogHeader.PK_ShiftMonthly1CLUSTEREDYY91320312026-09-15 01:32:102026-09-13 01:00:25USEDKEEP — primary key
host-323.report.InvoiceHistory.PK_StaffingQueue1CLUSTEREDYY3100312026-06-26 01:02:512026-09-13 01:00:25USEDKEEP — primary key
host-323.report.BookingDetail.PK_RosterResult1CLUSTEREDYY3200322026-06-27 01:02:132026-09-13 01:00:25USEDKEEP — primary key
host-323.report.QuotaSummary.PK_RosterStatus1CLUSTEREDYY3200322026-06-27 01:02:132026-09-13 01:00:25USEDKEEP — primary key
host-323.report.WarehouseEntry.PK_ShiftDetail1CLUSTEREDYY6250312026-06-26 01:02:512026-09-13 01:00:25USEDKEEP — primary key
host-323.report.RosterSummary.PK_PricingMonthly1CLUSTEREDYY3200322026-06-27 01:02:042026-09-13 01:00:25USEDKEEP — primary key
host-323.report.ForecastDetail.PK_InvoiceSnapshot1CLUSTEREDYY321100322026-09-15 01:34:112026-09-13 01:00:25USEDKEEP — primary key
host-323.report.CampaignQueue.PK_PayrollEntry1CLUSTEREDYY3100312026-06-26 01:03:022026-09-13 01:00:25USEDKEEP — primary key
host-323.report.ClaimStaging.PK_SupplierHeader1CLUSTEREDYY2380312026-06-26 01:03:002026-09-13 01:00:26USEDKEEP — primary key
host-323.report.PayrollMonthly.PK_MeterSnapshot1CLUSTEREDYY0310312026-06-26 01:03:012026-09-13 01:00:26USEDKEEP — primary key
host-323.report.StaffingQueue.PK_CatalogLine1CLUSTEREDYY3100312026-06-26 01:03:01neverUSEDKEEP — primary key
host-323.report.RosterEntry.PK_BookingStatus1CLUSTEREDYY3200322026-06-27 01:02:132026-09-13 01:00:26USEDKEEP — primary key
host-323.report.AssetStatus.PK_TicketEntry1CLUSTEREDYY3200322026-06-27 01:02:112026-09-13 01:00:26USEDKEEP — primary key
host-323.report.AssetLine.PK_ForecastSummary1CLUSTEREDYY3100312026-06-26 01:02:582026-09-13 01:00:26USEDKEEP — primary key
host-323.report.TicketQueue.PK_CatalogAudit1CLUSTEREDYY3100312026-06-26 01:02:592026-09-13 01:00:26USEDKEEP — primary key
host-323.report.ForecastEntry.PK_RosterAudit1CLUSTEREDYY61350312026-09-15 01:33:542026-09-13 01:00:27USEDKEEP — primary key
host-323.report.CustomerLog.PK_BillingEntry1CLUSTEREDYY37110322026-09-15 20:52:272026-09-13 01:00:27USEDKEEP — primary key
host-323.report.CampaignSummary.PK_RouteDetail1CLUSTEREDYY321940322026-09-15 20:52:272026-09-13 01:00:27USEDKEEP — primary key
host-323.report.LedgerStaging.PK_ForecastEntry1CLUSTEREDYY2480322026-06-27 01:02:232026-09-13 01:00:28USEDKEEP — primary key
host-323.report.ReconcileLine.PK_PolicyDetail1CLUSTEREDYY14400322026-09-15 01:30:022026-09-13 01:00:27USEDKEEP — primary key
host-323.report.SettlementEntry.PK_ShiftLine1CLUSTEREDYY43231101282026-09-15 20:51:092026-09-13 01:00:27USEDKEEP — primary key
host-323.report.BillingDetail.PK_TicketStatus1CLUSTEREDYY365090322026-09-15 20:51:092026-09-13 01:00:28USEDKEEP — primary key
host-323.report.ShiftSnapshot.PK_BillingResult1CLUSTEREDYY1350352026-06-30 01:01:172026-09-13 01:00:28USEDKEEP — primary key
host-323.report.QuotaSnapshot.PK_OrdersLog1CLUSTEREDYY203200342026-09-15 20:52:272026-09-13 01:00:28USEDKEEP — primary key
host-323.report.CustomerStatus.PK_PayrollLog1CLUSTEREDYY3200322026-06-27 01:02:102026-09-13 01:00:28USEDKEEP — primary key
host-323.report.ForecastSummary.PK_BatchQueue1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-323.report.MeterHistory.PK_LedgerQueue1CLUSTEREDYY5263401122026-09-15 20:52:272026-09-13 01:00:28USEDKEEP — primary key
host-323.report.ForecastLine.PK_StaffingAudit1CLUSTEREDYY3117611622026-09-15 20:52:272026-09-13 01:00:29USEDKEEP — primary key
host-323.report.ForecastLine.UX_ShiftQueue2NONCLUSTEREDY4811110622026-09-15 20:52:272026-09-13 01:00:32USEDkeep — in use
host-323.report.SupplierResult.PK_OrdersEntry1CLUSTEREDYY1611001102026-09-15 20:52:272026-09-13 01:00:34USEDKEEP — primary key
host-323.report.ReconcileDaily.PK_OrdersQueue1CLUSTEREDYY311640622026-09-15 01:30:122026-09-13 01:00:35USEDKEEP — primary key
host-323.report.WarehouseEntry.PK_ReconcileSnapshot1CLUSTEREDYY612980622026-09-15 20:51:482026-09-13 01:00:36USEDKEEP — primary key
host-323.report.PricingQueue.PK_RouteSnapshot1CLUSTEREDYY292840622026-09-15 01:35:392026-09-13 01:00:36USEDKEEP — primary key
host-323.report.SettlementHeader.PK_CatalogHistory1CLUSTEREDYY31620622026-06-26 01:06:04neverUSEDKEEP — primary key
host-323.report.ShiftStaging.PK_RosterArchive1CLUSTEREDYY323910622026-09-15 01:34:132026-09-13 01:00:40USEDKEEP — primary key
host-323.report.ForecastHeader.IX_ReconcileDetail2NONCLUSTERED49001112026-09-15 01:30:012026-09-13 01:00:42USEDkeep — in use
host-323.report.ForecastHeader.PK_SupplierSummary1CLUSTEREDYY0174491112026-09-15 01:30:072026-09-13 01:00:41USEDKEEP — primary key
host-323.report.StaffingStatus.PK_ShiftDetail1CLUSTEREDYY1822001102026-09-15 01:35:472026-09-13 01:00:42USEDKEEP — primary key
host-323.report.LedgerResult.PK_AssetDaily1CLUSTEREDYY6217402202026-09-15 20:52:272026-09-13 01:00:44USEDKEEP — primary key
host-323.report.ShipmentLog.PK_PolicyLog1CLUSTEREDYY203225021502026-09-15 01:34:122026-09-13 01:00:44USEDKEEP — primary key
host-323.report.SupplierQueue.PK_SettlementMonthly1CLUSTEREDYY011001102026-09-15 01:35:212026-09-13 01:00:45USEDKEEP — primary key
host-323.report.PayrollResult.PK_TicketAudit1CLUSTEREDYY2122001102026-09-15 01:35:392026-09-13 01:00:46USEDKEEP — primary key
host-323.report.InvoiceHistory.PK_CampaignDetail1CLUSTEREDYY35176502222026-09-15 20:51:072026-09-13 01:00:46USEDKEEP — primary key
host-323.report.BatchStaging.PK_CampaignHeader1CLUSTEREDYY032002026-06-27 01:02:20neverUSEDKEEP — primary key
host-323.report.CustomerDetail.PK_WarehouseDetail1CLUSTEREDYY03208952026-06-27 01:02:232026-09-13 01:00:47USEDKEEP — primary key
host-323.report.PolicyEntry.PK_QuotaMonthly1CLUSTEREDYY032002026-06-27 01:02:24neverUSEDKEEP — primary key
host-323.report.MeterEntry.PK_RosterStatus1CLUSTEREDYY032011002026-06-27 01:02:242026-09-16 01:00:22USEDKEEP — primary key
host-323.report.AssetLine.PK_ForecastHeader1CLUSTEREDYY032002026-06-27 01:02:24neverUSEDKEEP — primary key
host-323.report.SupplierHeader.PK_QuotaHistory1CLUSTEREDYY03101842026-06-26 01:03:022026-09-16 01:00:22USEDKEEP — primary key
host-323.report.SupplierResult.PK_StaffingDaily1CLUSTEREDYY0310187672026-06-26 01:03:002026-09-16 01:00:26USEDKEEP — primary key
host-323.report.BookingResult.PK_ClaimLog1CLUSTEREDYY031002026-06-26 01:03:01neverUSEDKEEP — primary key
host-323.report.InvoiceEntry.PK_ForecastLine1CLUSTEREDYY031002026-06-26 01:03:01neverUSEDKEEP — primary key
host-323.report.ReconcileLog.PK_CampaignQueue1CLUSTEREDYY031002026-06-26 01:02:582026-09-13 01:00:54USEDKEEP — primary key
host-323.report.OrdersArchive.PK_ContractAudit1CLUSTEREDYY031002026-06-26 01:02:592026-09-13 01:00:54USEDKEEP — primary key
host-323.report.ClaimResult.PK_RosterEntry1CLUSTEREDYY064030892026-06-27 01:02:282026-09-16 01:00:27USEDKEEP — primary key
host-707.dbo.PricingEntry.PK_ClaimQueue1CLUSTEREDYY27712403142026-09-16 01:00:392026-09-13 01:00:56USEDKEEP — primary key
host-707.dbo.CatalogEntry.PK_BatchLine1CLUSTEREDYY000398never2026-09-16 01:00:28UNUSEDKEEP — primary key
host-707.dbo.SalesLine.PK_ContractMonthly1CLUSTEREDYY73214032602026-09-16 01:00:152026-09-13 01:00:57USEDKEEP — primary key
host-707.dbo.RosterStaging.PK_ShiftResult1CLUSTEREDYY05072402026-05-27 17:08:462026-09-16 01:00:28USEDKEEP — primary key
host-707.dbo.RosterQueue.PK_TerritoryDaily1CLUSTEREDYY59379028012026-06-30 01:01:222026-09-13 01:00:58USEDKEEP — primary key
host-707.dbo.RosterLog.PK_BatchHistory1CLUSTEREDYY0005602never2026-09-13 01:00:58UNUSEDKEEP — primary key
host-707.dbo.ClaimLog.PK_SalesDetail1CLUSTEREDYY4640464046402026-09-15 20:19:272026-09-13 01:00:58USEDKEEP — primary key
host-707.dbo.PolicyHeader.PK_BillingStatus1CLUSTEREDYY0320046402026-09-15 01:35:382026-09-16 01:00:28USEDKEEP — primary key
host-707.dbo.Source.PK_QuotaDaily1CLUSTEREDYY0122002026-09-16 01:00:062026-09-13 01:00:58USEDKEEP — primary key
host-888.app.ShiftAudit.PK_SettlementResult1CLUSTEREDYY06201122026-06-27 01:02:012026-09-16 01:00:29USEDKEEP — primary key
host-888.app.MeterArchive.PK_BillingStaging1CLUSTEREDYY064012026-06-27 01:02:01neverUSEDKEEP — primary key
host-888.app.Group.PK_BookingEntry1CLUSTEREDYY0640712026-06-27 01:02:002026-09-16 01:00:29USEDKEEP — primary key
host-888.app.PricingLog.PK_AssetResult1CLUSTEREDYY3264072026-06-27 01:02:002026-09-13 01:00:59USEDKEEP — primary key
host-888.app.WarehouseStatus.PK_BatchDaily1CLUSTEREDYY3264022026-06-27 01:02:00neverUSEDKEEP — primary key
host-888.app.ShipmentResult.PK_SettlementSummary1CLUSTEREDYY096052026-06-27 01:02:002026-09-13 01:00:59USEDKEEP — primary key
host-888.app.SalesLine.PK_PricingDetail1CLUSTEREDYY00032never2026-09-13 01:00:59UNUSEDKEEP — primary key
host-888.app.WarehouseArchive.PK_SupplierDetail1CLUSTEREDYY00032never2026-09-13 01:00:59UNUSEDKEEP — primary key
host-888.app.BookingQueue.PK_CampaignStatus1CLUSTEREDYY00032never2026-09-13 01:00:59UNUSEDKEEP — primary key
host-888.app.ShipmentAudit.PK_ReconcileEntry1CLUSTEREDYY00032never2026-09-13 01:00:59UNUSEDKEEP — primary key
host-888.app.PolicyStaging.PK_PricingResult1CLUSTEREDYY00032never2026-09-13 01:00:59UNUSEDKEEP — primary key
host-888.app.CatalogLog.PK_ShipmentHeader1CLUSTEREDYY00032never2026-09-13 01:00:59UNUSEDKEEP — primary key
host-888.app.ShipmentAudit.PK_ShipmentMonthly1CLUSTEREDYY00032never2026-09-13 01:01:00UNUSEDKEEP — primary key
host-888.app.CatalogMonthly.PK_ClaimHeader1CLUSTEREDYY064052026-06-27 01:02:002026-09-16 01:00:29USEDKEEP — primary key
host-888.report.WarehouseMonthly.PK_LedgerStaging1CLUSTEREDYY062002026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.SalesDetail.PK_ShiftEntry1CLUSTEREDYY3162002026-06-27 01:02:20neverUSEDKEEP — primary key
host-888.report.PolicySummary.PK_ContractHistory1CLUSTEREDYY0620152026-06-27 01:02:16neverUSEDKEEP — primary key
host-888.report.BatchDaily.PK_InvoiceEntry1CLUSTEREDYY062012026-06-27 01:02:11neverUSEDKEEP — primary key
host-888.report.ShipmentAudit.PK_QuotaHistory1CLUSTEREDYY062002026-06-27 01:02:08neverUSEDKEEP — primary key
host-888.report.BookingResult.PK_BookingHistory1CLUSTEREDYY062002026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.InvoiceQueue.PK_SettlementHistory1CLUSTEREDYY062002026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.QuotaMonthly.PK_ReconcileDaily1CLUSTEREDYY0620272026-06-27 01:02:19neverUSEDKEEP — primary key
host-888.report.PayrollSummary.PK_StaffingLine1CLUSTEREDYY3162002026-06-27 01:02:23neverUSEDKEEP — primary key
host-888.report.RouteHistory.PK_TicketEntry1CLUSTEREDYY062002026-06-27 01:02:17neverUSEDKEEP — primary key
host-888.report.AssetSummary.PK_QuotaArchive1CLUSTEREDYY062002026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.WarehouseEntry.PK_CampaignStaging1CLUSTEREDYY062002026-06-27 01:02:03neverUSEDKEEP — primary key
host-888.report.TerritoryEntry.PK_SettlementEntry1CLUSTEREDYY062002026-06-27 01:02:07neverUSEDKEEP — primary key
host-888.report.MeterResult.PK_ContractDaily1CLUSTEREDYY0620272026-06-27 01:02:25neverUSEDKEEP — primary key
host-888.report.PayrollHeader.PK_TerritoryQueue1CLUSTEREDYY0620282026-06-27 01:02:25neverUSEDKEEP — primary key
host-888.report.RosterResult.PK_AssetQueue1CLUSTEREDYY062002026-06-27 01:02:24neverUSEDKEEP — primary key
host-888.report.MeterAudit.PK_SettlementQueue1CLUSTEREDYY0620272026-06-27 01:02:24neverUSEDKEEP — primary key
host-888.report.ShiftLine.PK_BatchLog1CLUSTEREDYY062002026-06-27 01:02:24neverUSEDKEEP — primary key
host-888.report.CampaignHeader.PK_MeterSummary1CLUSTEREDYY062002026-06-27 01:02:25neverUSEDKEEP — primary key
host-888.report.MeterStatus.PK_ShiftStaging1CLUSTEREDYY3162002026-06-27 01:02:25neverUSEDKEEP — primary key
host-888.report.ForecastHeader.PK_ShiftLine1CLUSTEREDYY062022026-06-27 01:02:19neverUSEDKEEP — primary key
host-888.report.AssetDaily.PK_ShiftLine1CLUSTEREDYY062002026-06-27 01:02:23neverUSEDKEEP — primary key
host-888.report.StaffingDaily.PK_ContractStatus1CLUSTEREDYY062002026-06-27 01:02:32neverUSEDKEEP — primary key
host-888.report.ClaimResult.PK_OrdersEntry1CLUSTEREDYY062002026-06-27 01:02:29neverUSEDKEEP — primary key
host-888.report.PricingDaily.PK_SettlementLog1CLUSTEREDYY062012026-06-27 01:02:24neverUSEDKEEP — primary key
host-888.report.PolicyLog.PK_BatchQueue1CLUSTEREDYY0620272026-06-27 01:02:20neverUSEDKEEP — primary key
host-888.report.MeterHistory.PK_ShiftHistory1CLUSTEREDYY0620292026-06-27 01:02:28neverUSEDKEEP — primary key
host-888.report.TerritoryLine.PK_ShipmentAudit1CLUSTEREDYY31620362026-06-26 01:02:522026-09-13 01:01:00USEDKEEP — primary key
host-888.report.SettlementQueue.PK_PayrollStaging1CLUSTEREDYY0620332026-06-26 01:02:552026-09-13 01:01:00USEDKEEP — primary key
host-888.report.TicketQueue.PK_CatalogStaging1CLUSTEREDYY0620272026-06-27 01:02:25neverUSEDKEEP — primary key
host-888.report.OrdersEntry.PK_RosterMonthly1CLUSTEREDYY062002026-06-27 01:02:24neverUSEDKEEP — primary key
host-888.report.CampaignHistory.PK_ShipmentStatus1CLUSTEREDYY0620152026-06-27 01:02:25neverUSEDKEEP — primary key
host-888.report.TicketLine.PK_ForecastSnapshot1CLUSTEREDYY062002026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.BatchAudit.PK_BookingDetail1CLUSTEREDYY062033032026-06-26 01:03:412026-09-13 01:01:01USEDKEEP — primary key
host-888.report.PolicyHistory.PK_CampaignStatus1CLUSTEREDYY810807112026-06-26 01:05:532026-09-13 01:01:03USEDKEEP — primary key
host-888.report.BillingEntry.PK_ForecastHeader1CLUSTEREDYY012402962026-06-26 01:05:592026-09-13 01:01:03USEDKEEP — primary key
host-888.report.BillingAudit.PK_SettlementAudit1CLUSTEREDYY012402902026-06-26 01:06:032026-09-13 01:01:03USEDKEEP — primary key
host-888.report.ShipmentStaging.PK_QuotaLine1CLUSTEREDYY0124002026-06-26 01:06:04neverUSEDKEEP — primary key
host-888.report.SalesLine.PK_ReconcileDetail1CLUSTEREDYY3193035032026-06-26 01:05:382026-09-13 01:01:05USEDKEEP — primary key
host-888.report.ReconcileDetail.PK_BillingSummary1CLUSTEREDYY0620272026-06-27 01:02:20neverUSEDKEEP — primary key
host-888.report.PolicyEntry.PK_PayrollEntry1CLUSTEREDYY062002026-06-27 01:02:03neverUSEDKEEP — primary key
host-888.report.ReconcileStaging.PK_ForecastSnapshot1CLUSTEREDYY062002026-06-27 01:02:03neverUSEDKEEP — primary key
host-888.report.ShipmentQueue.PK_ReconcileSnapshot1CLUSTEREDYY062012026-06-27 01:02:08neverUSEDKEEP — primary key
host-888.report.MeterStatus.PK_PricingMonthly1CLUSTEREDYY0620272026-06-27 01:02:29neverUSEDKEEP — primary key
host-888.report.ShiftResult.PK_SalesHistory1CLUSTEREDYY062052026-06-27 01:02:09neverUSEDKEEP — primary key
host-888.report.Level.PK_AssetSnapshot1CLUSTEREDYY062002026-06-27 01:02:10neverUSEDKEEP — primary key
host-888.report.CampaignHeader.PK_CampaignStatus1CLUSTEREDYY062002026-06-27 01:02:03neverUSEDKEEP — primary key
host-888.report.WarehouseHeader.PK_InvoiceDetail1CLUSTEREDYY062002026-06-27 01:02:03neverUSEDKEEP — primary key
host-888.report.QuotaEntry.PK_PolicySnapshot1CLUSTEREDYY062012026-06-27 01:02:12neverUSEDKEEP — primary key
host-888.report.QuotaStatus.PK_StaffingMonthly1CLUSTEREDYY062002026-06-27 01:02:03neverUSEDKEEP — primary key
host-888.report.Position.PK_TerritoryDaily1CLUSTEREDYY062092026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.CampaignQueue.PK_PolicyHistory1CLUSTEREDYY062092026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.RouteQueue.PK_ReconcileStatus1CLUSTEREDYY062002026-06-27 01:02:05neverUSEDKEEP — primary key
host-888.report.RosterQueue.PK_SalesStatus1CLUSTEREDYY062002026-06-27 01:02:09neverUSEDKEEP — primary key
host-888.report.TicketAudit.PK_PricingHeader1CLUSTEREDYY0620212026-06-26 01:02:522026-09-13 01:01:07USEDKEEP — primary key
host-888.report.CustomerLog.PK_LedgerStatus1CLUSTEREDYY0620312026-06-26 01:02:512026-09-13 01:01:07USEDKEEP — primary key
host-888.report.SupplierStaging.PK_PolicySnapshot1CLUSTEREDYY0320312026-06-26 01:02:512026-09-13 01:01:07USEDKEEP — primary key
host-888.report.PolicyLine.PK_StaffingStaging1CLUSTEREDYY0620112026-06-26 01:02:51neverUSEDKEEP — primary key
host-888.report.RouteStaging.PK_AssetDetail1CLUSTEREDYY062002026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.CatalogSnapshot.PK_TicketHeader1CLUSTEREDYY062002026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.BillingDaily.PK_CustomerStatus1CLUSTEREDYY0620312026-06-26 01:02:522026-09-13 01:01:07USEDKEEP — primary key
host-888.report.CampaignAudit.PK_InvoiceSnapshot1CLUSTEREDYY062002026-06-27 01:02:04neverUSEDKEEP — primary key
host-888.report.PricingArchive.PK_ShipmentHistory1CLUSTEREDYY062002026-06-27 01:02:14neverUSEDKEEP — primary key
host-888.report.SalesStatus.PK_BillingLog1CLUSTEREDYY0620112026-06-26 01:03:022026-09-13 01:01:07USEDKEEP — primary key
host-888.report.SettlementQueue.PK_RouteHistory1CLUSTEREDYY0620152026-06-26 01:03:002026-09-13 01:01:07USEDKEEP — primary key
host-888.report.MeterHistory.PK_ForecastLine1CLUSTEREDYY23700152026-06-26 01:03:012026-09-13 01:01:07USEDKEEP — primary key
host-888.report.ShipmentAudit.PK_SalesArchive1CLUSTEREDYY062002026-06-26 01:03:01neverUSEDKEEP — primary key
host-888.report.ForecastAudit.PK_MeterSummary1CLUSTEREDYY062002026-06-27 01:02:13neverUSEDKEEP — primary key
host-888.report.PayrollLine.PK_ForecastResult1CLUSTEREDYY062002026-06-27 01:02:11neverUSEDKEEP — primary key
host-888.report.SupplierArchive.PK_BatchDaily1CLUSTEREDYY062002026-06-26 01:02:58neverUSEDKEEP — primary key
host-888.report.CustomerSnapshot.PK_BatchResult1CLUSTEREDYY062002026-06-26 01:02:59neverUSEDKEEP — primary key
host-888.report.CampaignResult.PK_ShiftEntry1CLUSTEREDYY0620822026-06-26 01:02:582026-09-13 01:01:07USEDKEEP — primary key
host-888.report.BookingStaging.PK_RouteMonthly1CLUSTEREDYY062042026-06-27 01:02:10neverUSEDKEEP — primary key
host-888.report.SupplierResult.PK_OrdersDaily1CLUSTEREDYY062002026-06-27 01:02:14neverUSEDKEEP — primary key
host-888.report.ShiftResult.PK_SupplierSummary1CLUSTEREDYY0620272026-06-27 01:02:23neverUSEDKEEP — primary key
host-888.report.ShiftDaily.PK_SettlementResult1CLUSTEREDYY062002026-06-27 01:02:02neverUSEDKEEP — primary key
host-888.report.PayrollHistory.PK_ClaimArchive1CLUSTEREDYY31620282026-06-27 01:02:34neverUSEDKEEP — primary key
host-888.report.CatalogSummary.PK_RouteHistory1CLUSTEREDYY0620282026-06-27 01:02:30neverUSEDKEEP — primary key
host-888.report.TicketMonthly.PK_RouteEntry1CLUSTEREDYY30680272026-06-30 01:01:172026-09-13 01:01:07USEDKEEP — primary key
host-888.report.BillingQueue.PK_PolicyMonthly1CLUSTEREDYY0650272026-06-27 01:02:25neverUSEDKEEP — primary key
host-888.report.QuotaResult.PK_InvoiceResult1CLUSTEREDYY062012026-06-27 01:02:10neverUSEDKEEP — primary key
host-763.audit.OrdersLog.PK_BookingMonthly1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-763.audit.MeterHistory.PK_TerritoryStatus1CLUSTEREDYY0529002026-09-16 01:00:082026-09-13 01:00:02USEDKEEP — primary key
host-763.audit.TerritorySnapshot.PK_PayrollDaily1CLUSTEREDYY97150002026-09-16 01:00:092026-09-13 01:00:02USEDKEEP — primary key
host-763.audit.ReconcileLine.PK_TicketAudit1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-763.audit.ReconcileLine.IX_SalesArchive2NONCLUSTEREDY0000neverneverCOLDreview carefully — unique
host-763.audit.PricingResult.PK_SupplierAudit1CLUSTEREDYY0000never2026-09-13 01:00:02UNUSEDKEEP — primary key
host-763.audit.PricingResult.IX_MeterSummary2NONCLUSTEREDY607616368002026-09-16 01:00:072026-09-13 01:00:02USEDkeep — in use
host-763.audit.CampaignSnapshot.PK_PricingEntry1CLUSTEREDYY02002026-05-27 23:09:59neverUSEDKEEP — primary key
host-763.audit.CampaignSnapshot.IX_SalesSnapshot2NONCLUSTEREDY20002026-05-27 23:09:59neverUSEDkeep — in use
host-763.audit.LedgerEntry.PK_ShiftAudit1CLUSTEREDYY01002026-05-27 23:09:41neverUSEDKEEP — primary key
host-763.audit.RouteMonthly.PK_SettlementStatus1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
host-763.audit.RouteMonthly.IX_SalesAudit2NONCLUSTEREDY0000neverneverCOLDreview carefully — unique
host-763.audit.RouteMonthly.PK_ForecastHeader1CLUSTEREDYY21002026-05-27 23:09:59neverUSEDKEEP — primary key
host-763.audit.RouteMonthly.IX_SalesLog2NONCLUSTEREDY0000neverneverCOLDreview carefully — unique
host-763.audit.RouteLine.IX_BatchDaily3NONCLUSTERED0112017870932026-09-16 00:00:002026-09-16 01:00:02USEDkeep — in use
host-763.audit.RouteLine.IX_QuotaQueue2NONCLUSTERED1120017870932026-09-16 00:00:002026-09-16 01:00:04USEDkeep — in use
host-763.audit.RouteLine.PK_BatchResult1CLUSTEREDYY0001787093never2026-09-16 01:00:01UNUSEDKEEP — primary key
host-763.audit.RouteEntry.IX_ClaimSnapshot2NONCLUSTERED0000neverneverCOLDreview, then DROP
host-763.audit.StaffingArchive.IX_ShipmentLog2NONCLUSTERED11211209158792026-09-16 00:00:002026-09-16 01:00:13USEDkeep — in use
host-763.audit.StaffingArchive.PK_TicketResult1CLUSTEREDYY1787003009158792026-09-16 01:00:432026-09-16 01:00:09USEDKEEP — primary key
host-763.audit.ShiftSummary.IX_MeterResult2NONCLUSTERED10002026-05-28 09:59:18neverUSEDkeep — in use
host-763.audit.ShiftSummary.IX_BookingHeader3NONCLUSTERED0000neverneverCOLDreview, then DROP
host-763.audit.SupplierLog.IX_CatalogEntry2NONCLUSTERED115001107642026-09-16 00:00:002026-09-16 01:00:15USEDkeep — in use
host-763.audit.SupplierLog.PK_ShiftLine1CLUSTEREDYY0031107642026-05-28 09:58:232026-09-16 01:00:14USEDKEEP — primary key
host-763.audit.PricingAudit.PK_RouteSummary1CLUSTEREDYY110652110654020682026-09-16 01:00:432026-09-13 01:00:10USEDKEEP — primary key
host-763.audit.BatchSnapshot.PK_StaffingSnapshot1CLUSTEREDYY0401122026-05-28 09:58:07neverUSEDKEEP — primary key
host-763.audit.BatchSnapshot.IX_BatchSnapshot2NONCLUSTERED111101122026-09-16 00:00:00neverUSEDkeep — in use
host-763.audit.MeterDaily.PK_ForecastStatus1CLUSTEREDYY011201122026-09-16 00:00:00neverUSEDKEEP — primary key
host-763.audit.StaffingSummary.PK_InvoiceStaging1CLUSTEREDYY061901122026-09-16 01:00:09neverUSEDKEEP — primary key
host-763.audit.CampaignDaily.IX_LedgerMonthly2NONCLUSTERED22680031512026-09-16 01:00:082026-09-16 01:00:16USEDkeep — in use
host-763.audit.CampaignDaily.IX_ClaimQueue3NONCLUSTERED64560031512026-09-16 01:00:082026-09-16 01:00:16USEDkeep — in use
host-763.audit.CampaignDaily.PK_PricingLine1CLUSTEREDYY30381709482172026-09-16 01:00:082026-09-16 01:00:15USEDKEEP — primary key
host-763.audit.WarehouseMonthly.IX_CampaignLine2NONCLUSTERED111101122026-09-16 00:00:00neverUSEDkeep — in use
host-763.audit.WarehouseMonthly.PK_TerritoryStatus1CLUSTEREDYY0101401122026-09-16 01:00:09neverUSEDKEEP — primary key
host-763.audit.executions.PK_TerritoryLog1CLUSTEREDYY11628223806192026-09-16 01:00:452026-09-16 01:00:18USEDKEEP — primary key
host-763.audit.InvoiceLine.PK_PayrollAudit1CLUSTEREDYY011301132026-09-16 00:00:00neverUSEDKEEP — primary key
host-763.audit.SettlementEntry.PK_InvoiceSnapshot1CLUSTEREDYY03148537602026-09-16 01:00:08neverUSEDKEEP — primary key
host-763.audit.SettlementEntry.IX_PricingHistory2NONCLUSTEREDY53760002026-09-16 01:00:08neverUSEDkeep — in use
host-763.audit.AssetSummary.PK_BillingMonthly1CLUSTEREDYY208902026-05-28 10:40:112026-09-13 01:00:13USEDKEEP — primary key
host-763.audit.AssetSummary.IX_SalesLog2NONCLUSTEREDY15642002026-09-16 01:00:082026-09-13 01:00:13USEDkeep — in use
host-763.audit.QuotaLog.PK_ClaimStatus1CLUSTEREDYY22122102212026-09-15 15:35:04neverUSEDKEEP — primary key
host-763.audit.SalesQueue.PK_CustomerStaging1CLUSTEREDYY000221neverneverUNUSEDKEEP — primary key
host-763.audit.jobs.PK_AssetSummary1CLUSTEREDYY044202212026-09-15 15:35:04neverUSEDKEEP — primary key
host-763.audit.jobs.IX_MeterStaging2NONCLUSTERED000221neverneverUNUSEDreview, then DROP
host-763.audit.BillingLine.PK_StaffingStatus1CLUSTEREDYY442002212026-09-15 15:35:04neverUSEDKEEP — primary key
host-763.audit.ContractDetail.PK_ForecastLog1CLUSTEREDYY159848001598482026-09-16 01:00:242026-09-13 01:00:13USEDKEEP — primary key
host-763.audit.AssetSnapshot.PK_CustomerSnapshot1CLUSTEREDYY322003003204242026-09-16 01:00:582026-09-13 01:00:13USEDKEEP — primary key
host-763.audit.RouteAudit.IX_PayrollLog2NONCLUSTERED10141130164812026-09-16 01:00:082026-09-13 01:00:13USEDkeep — in use
host-763.audit.RouteAudit.PK_BatchLine1CLUSTEREDYY025471014164872026-09-16 01:00:082026-09-13 01:00:13USEDKEEP — primary key
host-763.audit.BatchDetail.PK_BillingEntry1CLUSTEREDYY3596935101302026-09-16 01:00:082026-09-13 01:00:14USEDKEEP — primary key
host-763.audit.BatchLog.IX_ShiftLog2NONCLUSTERED155009158802026-09-16 00:00:002026-09-16 01:00:19USEDkeep — in use
host-763.audit.BatchLog.PK_MeterStatus1CLUSTEREDYY9157670429158802026-09-16 01:00:432026-09-16 01:00:18USEDKEEP — primary key
host-763.audit.PayrollSnapshot.IX_ReconcileHistory3NONCLUSTERED0000neverneverCOLDreview, then DROP
host-763.audit.PayrollSnapshot.IX_SettlementAudit2NONCLUSTERED30002026-05-28 10:00:59neverUSEDkeep — in use
host-763.audit.SalesEntry.IX_SupplierQueue2NONCLUSTERED156322306192026-09-16 01:00:452026-09-16 01:00:21USEDkeep — in use
host-763.audit.SalesEntry.PK_SupplierAudit1CLUSTEREDYY01006192026-05-28 11:00:162026-09-16 01:00:21USEDKEEP — primary key
host-763.audit.InvoiceSnapshot.PK_PayrollArchive1CLUSTEREDYY0269176236252026-09-16 01:00:452026-09-16 01:00:21USEDKEEP — primary key
host-763.audit.InvoiceSnapshot.IX_ShipmentLog2NONCLUSTEREDY1762311206252026-09-16 01:00:452026-09-16 01:00:21USEDkeep — in use
host-763.audit.BillingResult.IX_RouteLine2NONCLUSTERED032166013582026-09-16 00:56:262026-09-16 01:00:21USEDkeep — in use
host-763.audit.BillingResult.PK_RosterQueue1CLUSTEREDYY369867716101013112026-09-16 01:00:452026-09-16 01:00:21USEDKEEP — primary key
host-763.audit.BatchLog.IX_LedgerDetail2NONCLUSTERED50823401292026-09-16 01:00:072026-09-13 01:00:17USEDkeep — in use
host-763.audit.BatchLog.PK_SupplierArchive1CLUSTEREDYY0241292026-05-28 10:40:112026-09-13 01:00:17USEDKEEP — primary key
host-763.audit.TicketHeader.PK_ShipmentHistory1CLUSTEREDYY05374002026-09-16 01:00:082026-09-13 01:00:17USEDKEEP — primary key
host-763.audit.TicketHeader.IX_ShiftAudit2NONCLUSTEREDY53740002026-09-16 01:00:082026-09-13 01:00:17USEDkeep — in use
host-763.audit.SettlementAudit.IX_CampaignHistory3NONCLUSTERED1032113062026-09-16 01:00:082026-09-13 01:00:17USEDkeep — in use
host-763.audit.SettlementAudit.PK_CustomerLine1CLUSTEREDYY25856191162026-09-16 01:00:082026-09-13 01:00:17USEDKEEP — primary key
host-763.audit.SettlementAudit.IX_CatalogLine2NONCLUSTEREDY110002026-05-28 10:40:112026-09-13 01:00:17USEDkeep — in use
host-763.audit.tasks.PK_LedgerArchive1CLUSTEREDYY0322760322762026-09-16 00:56:26neverUSEDKEEP — primary key
host-763.audit.tasks.IX_SettlementEntry2NONCLUSTERED04420322762026-09-15 15:35:04neverUSEDkeep — in use
host-763.audit.tasks.IX_ShipmentEntry3NONCLUSTERED00032276neverneverUNUSEDreview, then DROP
host-763.audit.SalesDaily.PK_CatalogHistory1CLUSTEREDYY000221neverneverUNUSEDKEEP — primary key
host-763.audit.SalesDaily.IX_PolicySummary2NONCLUSTERED000221neverneverUNUSEDreview, then DROP
host-763.audit.QuotaLog.PK_RosterResult1CLUSTEREDYY011201122026-09-16 00:00:00neverUSEDKEEP — primary key
host-763.audit.ShipmentStaging.IX_WarehouseEntry2NONCLUSTERED000159848neverneverUNUSEDreview, then DROP
host-763.audit.ReconcileDetail.PK_WarehouseDetail1CLUSTEREDYY47995311101602572026-09-16 01:00:242026-09-13 01:00:17USEDKEEP — primary key
TERRITORY.app.RosterDaily.PK_TicketAudit1CLUSTEREDYY511240202026-09-15 01:30:062026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.app.SalesStaging.PK_TicketLine1CLUSTEREDYY5530192026-09-12 11:19:002026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.app.StaffingLine.PK_TicketLog1CLUSTEREDYY5800192026-09-12 11:19:002026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.app.SalesSummary.PK_OrdersAudit1CLUSTEREDYY0190192026-06-13 05:28:432026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.app.ReconcileDetail.PK_ShiftStaging1CLUSTEREDYY39190192026-09-12 11:19:002026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.app.SettlementEntry.PK_TicketQueue1CLUSTEREDYY0190192026-06-13 05:28:432026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.app.BatchQueue.PK_LedgerResult1CLUSTEREDYY1900192026-06-13 05:28:432026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.dbo.AssetSnapshot.PK_PayrollHistory1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
TERRITORY.report.ContractSnapshot.PK_ContractResult1CLUSTEREDYY5400172026-09-12 11:14:082026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.report.PolicyHistory.PK_TicketAudit1CLUSTEREDYY0170172026-06-13 05:28:592026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.report.QuotaHeader.PK_RouteResult1CLUSTEREDYY234560172026-09-15 01:30:082026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.report.QuotaArchive.PK_CustomerQueue1CLUSTEREDYY602240172026-09-15 01:41:232026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.report.AssetLine.PK_ContractDetail1CLUSTEREDYY1700172026-06-13 05:28:502026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.report.TicketAudit.PK_PricingLog1CLUSTEREDYY1700172026-06-13 05:28:542026-09-13 01:01:50USEDKEEP — primary key
TERRITORY.report.CampaignQueue.PK_InvoiceMonthly1CLUSTEREDYY1700172026-06-13 05:28:502026-09-13 01:01:51USEDKEEP — primary key
TERRITORY.report.QuotaLog.PK_ShiftResult1CLUSTEREDYY101230172026-09-15 01:30:022026-09-13 01:01:51USEDKEEP — primary key
TERRITORY.report.BatchLog.PK_SalesMonthly1CLUSTEREDYY0170172026-06-13 05:29:032026-09-13 01:01:51USEDKEEP — primary key
TERRITORY.report.TicketMonthly.PK_SupplierLine1CLUSTEREDYY1700172026-06-13 05:28:562026-09-13 01:01:51USEDKEEP — primary key
TERRITORY.report.PayrollArchive.PK_PolicyLine1CLUSTEREDYY171130172026-09-15 01:30:002026-09-13 01:01:51USEDKEEP — primary key
TERRITORY.report.CampaignStatus.PK_TerritoryArchive1CLUSTEREDYY1301160172026-09-15 01:30:022026-09-13 01:01:51USEDKEEP — primary key
TERRITORY.report.CampaignAudit.PK_LedgerHeader1CLUSTEREDYY171160172026-09-15 01:30:022026-09-13 01:01:51USEDKEEP — primary key
TERRITORY.report.RouteArchive.PK_BookingMonthly1CLUSTEREDYY152340172026-09-15 01:30:062026-09-13 01:01:51USEDKEEP — primary key
TERRITORY.report.AssetDetail.PK_CatalogStatus1CLUSTEREDYY142310172026-09-15 01:30:062026-09-13 01:01:52USEDKEEP — primary key
TERRITORY.report.WarehouseStatus.PK_MeterResult1CLUSTEREDYY1700172026-06-13 05:29:072026-09-13 01:01:52USEDKEEP — primary key
TERRITORY.report.LedgerSnapshot.PK_SupplierLine1CLUSTEREDYY101230172026-09-15 01:30:062026-09-13 01:01:52USEDKEEP — primary key
TERRITORY.report.CustomerStatus.PK_SalesDetail1CLUSTEREDYY1700172026-06-13 05:29:132026-09-13 01:01:52USEDKEEP — primary key
TERRITORY.report.MeterStatus.PK_OrdersLog1CLUSTEREDYY1700172026-06-13 05:28:592026-09-13 01:01:52USEDKEEP — primary key
TERRITORY.report.QuotaQueue.PK_BookingQueue1CLUSTEREDYY0170172026-06-13 05:28:582026-09-13 01:01:52USEDKEEP — primary key
TERRITORY.report.CatalogSummary.PK_AssetLog1CLUSTEREDYY1700172026-06-13 05:29:122026-09-13 01:01:52USEDKEEP — primary key
TERRITORY.report.TicketHeader.PK_PolicyResult1CLUSTEREDYY1700172026-06-13 05:29:132026-09-13 01:01:52USEDKEEP — primary key
TERRITORY.report.RouteHeader.PK_WarehouseSnapshot1CLUSTEREDYY1700172026-06-13 05:29:122026-09-13 01:01:53USEDKEEP — primary key
TERRITORY.report.PolicyHistory.PK_CampaignQueue1CLUSTEREDYY1700172026-06-13 05:28:592026-09-13 01:01:53USEDKEEP — primary key
TERRITORY.report.ForecastHistory.PK_SupplierHistory1CLUSTEREDYY1610172026-06-13 05:29:082026-09-13 01:01:53USEDKEEP — primary key
TERRITORY.report.MeterEntry.PK_CampaignSnapshot1CLUSTEREDYY105870172026-09-15 01:30:052026-09-13 01:01:54USEDKEEP — primary key
TERRITORY.report.SalesSummary.PK_BillingMonthly1CLUSTEREDYY1349450172026-09-15 01:43:482026-09-13 01:01:54USEDKEEP — primary key
TERRITORY.report.TicketLine.PK_CustomerEntry1CLUSTEREDYY1170172026-06-13 05:30:172026-09-13 01:01:55USEDKEEP — primary key
TERRITORY.report.AssetSnapshot.PK_SalesAudit1CLUSTEREDYY16110172026-09-12 11:17:002026-09-13 01:01:55USEDKEEP — primary key
TERRITORY.report.MeterAudit.PK_ShiftEntry1CLUSTEREDYY1430172026-06-13 05:28:592026-09-13 01:01:56USEDKEEP — primary key
TERRITORY.report.PolicyEntry.PK_RouteResult1CLUSTEREDYY1700172026-06-13 05:29:092026-09-13 01:01:56USEDKEEP — primary key
TERRITORY.report.SalesEntry.PK_WarehouseMonthly1CLUSTEREDYY1700172026-06-13 05:29:082026-09-13 01:01:56USEDKEEP — primary key
TERRITORY.report.MeterArchive.PK_LedgerStatus1CLUSTEREDYY1700172026-06-13 05:28:502026-09-13 01:01:56USEDKEEP — primary key
TERRITORY.report.StaffingHistory.PK_ShipmentArchive1CLUSTEREDYY980172026-06-13 05:29:032026-09-13 01:01:56USEDKEEP — primary key
TERRITORY.report.BookingQueue.PK_AssetHeader1CLUSTEREDYY1700172026-06-13 05:28:472026-09-13 01:01:56USEDKEEP — primary key
TERRITORY.report.ShiftDaily.PK_ClaimAudit1CLUSTEREDYY1700172026-06-13 05:28:472026-09-13 01:01:56USEDKEEP — primary key
TERRITORY.report.InvoiceAudit.PK_PolicyDaily1CLUSTEREDYY1610172026-06-13 05:28:502026-09-13 01:01:56USEDKEEP — primary key
TERRITORY.report.PolicyResult.PK_SalesHeader1CLUSTEREDYY101230172026-09-15 01:30:062026-09-13 01:01:56USEDKEEP — primary key
TERRITORY.report.WarehouseLog.PK_ReconcileAudit1CLUSTEREDYY203420172026-09-15 01:36:452026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.ReconcileResult.PK_MeterArchive1CLUSTEREDYY171130172026-09-15 01:30:002026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.ShiftMonthly.PK_PricingArchive1CLUSTEREDYY1700172026-06-13 05:28:472026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.ContractMonthly.PK_CustomerDaily1CLUSTEREDYY1700172026-06-13 05:28:472026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.SalesAudit.PK_BatchArchive1CLUSTEREDYY1700172026-06-13 05:28:562026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.MeterSnapshot.PK_StaffingQueue1CLUSTEREDYY1700172026-06-13 05:28:472026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.BatchStatus.PK_TerritoryLine1CLUSTEREDYY243380172026-09-15 01:30:032026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.BookingHeader.PK_CatalogDaily1CLUSTEREDYY222240172026-09-15 01:30:032026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.BillingLog.PK_ClaimDaily1CLUSTEREDYY171160172026-09-15 01:30:022026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.ReconcileHistory.PK_StaffingDaily1CLUSTEREDYY1700172026-06-13 05:28:502026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.ClaimDetail.PK_RosterLog1CLUSTEREDYY1700172026-06-13 05:30:182026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.ForecastAudit.PK_WarehouseHistory1CLUSTEREDYY172240172026-09-15 01:41:212026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.CatalogHeader.PK_ShiftMonthly1CLUSTEREDYY171130182026-09-15 01:36:452026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.InvoiceHistory.PK_StaffingQueue1CLUSTEREDYY1700172026-06-13 05:30:182026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.BookingDetail.PK_RosterResult1CLUSTEREDYY1700172026-06-13 05:28:532026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.QuotaSummary.PK_RosterStatus1CLUSTEREDYY1700172026-06-13 05:28:562026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.WarehouseEntry.PK_ShiftDetail1CLUSTEREDYY1700172026-06-13 05:30:182026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.RosterSummary.PK_PricingMonthly1CLUSTEREDYY1700172026-06-13 05:28:472026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.ForecastDetail.PK_InvoiceSnapshot1CLUSTEREDYY171120172026-09-15 01:41:222026-09-13 01:01:57USEDKEEP — primary key
TERRITORY.report.CampaignQueue.PK_PayrollEntry1CLUSTEREDYY1700172026-06-13 05:30:212026-09-13 01:01:58USEDKEEP — primary key
TERRITORY.report.ClaimStaging.PK_SupplierHeader1CLUSTEREDYY1700172026-06-13 05:30:202026-09-13 01:01:59USEDKEEP — primary key
TERRITORY.report.PayrollMonthly.PK_MeterSnapshot1CLUSTEREDYY0170172026-06-13 05:30:212026-09-13 01:01:59USEDKEEP — primary key
TERRITORY.report.StaffingQueue.PK_CatalogLine1CLUSTEREDYY1700172026-06-13 05:30:21neverUSEDKEEP — primary key
TERRITORY.report.RosterEntry.PK_BookingStatus1CLUSTEREDYY1700172026-06-13 05:28:562026-09-13 01:01:59USEDKEEP — primary key
TERRITORY.report.AssetStatus.PK_TicketEntry1CLUSTEREDYY1700172026-06-13 05:28:542026-09-13 01:01:59USEDKEEP — primary key
TERRITORY.report.AssetLine.PK_ForecastSummary1CLUSTEREDYY1700172026-06-13 05:30:212026-09-13 01:02:00USEDKEEP — primary key
TERRITORY.report.TicketQueue.PK_CatalogAudit1CLUSTEREDYY1700172026-06-13 05:30:202026-09-13 01:02:00USEDKEEP — primary key
TERRITORY.report.ForecastEntry.PK_RosterAudit1CLUSTEREDYY171120172026-09-15 01:41:212026-09-13 01:02:01USEDKEEP — primary key
TERRITORY.report.CustomerLog.PK_BillingEntry1CLUSTEREDYY1720172026-09-12 11:19:002026-09-13 01:02:01USEDKEEP — primary key
TERRITORY.report.CampaignSummary.PK_RouteDetail1CLUSTEREDYY17390172026-09-12 11:19:002026-09-13 01:02:01USEDKEEP — primary key
TERRITORY.report.LedgerStaging.PK_ForecastEntry1CLUSTEREDYY1340172026-06-13 05:29:072026-09-13 01:02:04USEDKEEP — primary key
TERRITORY.report.ReconcileLine.PK_PolicyDetail1CLUSTEREDYY13300172026-09-15 01:30:022026-09-13 01:02:01USEDKEEP — primary key
TERRITORY.report.SettlementEntry.PK_ShiftLine1CLUSTEREDYY312860682026-09-15 01:30:082026-09-13 01:02:02USEDKEEP — primary key
TERRITORY.report.BillingDetail.PK_TicketStatus1CLUSTEREDYY403650172026-09-15 01:30:032026-09-13 01:02:02USEDKEEP — primary key
TERRITORY.report.ShiftSnapshot.PK_BillingResult1CLUSTEREDYY1170172026-06-13 05:29:082026-09-13 01:02:03USEDKEEP — primary key
TERRITORY.report.QuotaSnapshot.PK_OrdersLog1CLUSTEREDYY121570172026-09-15 01:30:002026-09-13 01:02:03USEDKEEP — primary key
TERRITORY.report.CustomerStatus.PK_PayrollLog1CLUSTEREDYY1700172026-06-13 05:28:542026-09-13 01:02:03USEDKEEP — primary key
TERRITORY.report.ForecastSummary.PK_BatchQueue1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
TERRITORY.report.MeterHistory.PK_LedgerQueue1CLUSTEREDYY3928901132026-09-15 01:46:052026-09-13 01:02:04USEDKEEP — primary key
TERRITORY.report.ForecastLine.PK_StaffingAudit1CLUSTEREDYY1141452342026-09-15 01:46:052026-09-13 01:02:25USEDKEEP — primary key
TERRITORY.report.ForecastLine.UX_ShiftQueue10NONCLUSTEREDY3581130342026-09-15 01:41:232026-09-13 01:02:40USEDkeep — in use
TERRITORY.report.SupplierResult.PK_OrdersEntry1CLUSTEREDYY211201122026-09-15 01:39:482026-09-13 01:02:43USEDKEEP — primary key
TERRITORY.report.ReconcileDaily.PK_OrdersQueue1CLUSTEREDYY161290322026-09-15 01:30:092026-09-13 01:02:43USEDKEEP — primary key
TERRITORY.report.WarehouseEntry.PK_ReconcileSnapshot1CLUSTEREDYY222540322026-09-15 01:30:372026-09-13 01:02:44USEDKEEP — primary key
TERRITORY.report.PricingQueue.PK_RouteSnapshot1CLUSTEREDYY292430322026-09-15 01:46:052026-09-13 01:02:44USEDKEEP — primary key
TERRITORY.report.SettlementHeader.PK_CatalogHistory1CLUSTEREDYY29190322026-06-12 03:23:022026-09-13 01:02:44USEDKEEP — primary key
TERRITORY.report.ShiftStaging.PK_RosterArchive1CLUSTEREDYY193650362026-09-15 01:41:232026-09-13 01:02:52USEDKEEP — primary key
TERRITORY.report.ForecastHeader.IX_ReconcileDetail2NONCLUSTERED67001122026-09-15 01:30:022026-09-13 01:02:54USEDkeep — in use
TERRITORY.report.ForecastHeader.PK_SupplierSummary1CLUSTEREDYY0161671122026-09-15 01:30:062026-09-13 01:02:54USEDKEEP — primary key
TERRITORY.report.StaffingStatus.PK_ShiftDetail1CLUSTEREDYY022401122026-09-15 01:46:072026-09-13 01:02:55USEDKEEP — primary key
TERRITORY.report.LedgerResult.PK_AssetDaily1CLUSTEREDYY8314302242026-09-15 01:41:222026-09-13 01:02:55USEDKEEP — primary key
TERRITORY.report.ShipmentLog.PK_PolicyLog1CLUSTEREDYY32016013442026-09-15 01:41:232026-09-13 01:02:55USEDKEEP — primary key
TERRITORY.report.SupplierQueue.PK_SettlementMonthly1CLUSTEREDYY011201122026-09-15 01:46:012026-09-13 01:02:55USEDKEEP — primary key
TERRITORY.report.PayrollResult.PK_TicketAudit1CLUSTEREDYY022401122026-09-15 01:46:052026-09-13 01:02:56USEDKEEP — primary key
TERRITORY.report.InvoiceHistory.PK_CampaignDetail1CLUSTEREDYY3878902262026-09-15 01:46:052026-09-13 01:02:56USEDKEEP — primary key
TERRITORY.report.BatchStaging.PK_CampaignHeader1CLUSTEREDYY017002026-06-13 05:28:592026-09-13 01:02:56USEDKEEP — primary key
TERRITORY.report.CustomerDetail.PK_WarehouseDetail1CLUSTEREDYY017002026-06-13 05:29:032026-09-13 01:02:56USEDKEEP — primary key
TERRITORY.report.PolicyEntry.PK_QuotaMonthly1CLUSTEREDYY0170102026-06-13 05:29:072026-09-13 01:02:56USEDKEEP — primary key
TERRITORY.report.MeterEntry.PK_RosterStatus1CLUSTEREDYY0170302026-06-13 05:29:132026-09-13 01:02:56USEDKEEP — primary key
TERRITORY.report.AssetLine.PK_ForecastHeader1CLUSTEREDYY0170112026-06-13 05:29:092026-09-13 01:02:57USEDKEEP — primary key
TERRITORY.report.SupplierHeader.PK_QuotaHistory1CLUSTEREDYY01701512026-06-13 05:30:212026-09-16 01:00:59USEDKEEP — primary key
TERRITORY.report.SupplierResult.PK_StaffingDaily1CLUSTEREDYY017026952026-06-13 05:30:202026-09-16 01:01:04USEDKEEP — primary key
TERRITORY.report.BookingResult.PK_ClaimLog1CLUSTEREDYY017002026-06-13 05:30:21neverUSEDKEEP — primary key
TERRITORY.report.InvoiceEntry.PK_ForecastLine1CLUSTEREDYY017002026-06-13 05:30:21neverUSEDKEEP — primary key
TERRITORY.report.ReconcileLog.PK_CampaignQueue1CLUSTEREDYY017002026-06-13 05:30:212026-09-13 01:03:04USEDKEEP — primary key
TERRITORY.report.OrdersArchive.PK_ContractAudit1CLUSTEREDYY017002026-06-13 05:30:202026-09-13 01:03:06USEDKEEP — primary key
TERRITORY.report.ClaimResult.PK_RosterEntry1CLUSTEREDYY03401115522026-06-13 05:29:332026-09-16 01:01:07USEDKEEP — primary key
CUSTOMER.dbo.PricingEntry.PK_ClaimQueue1CLUSTEREDYY21270412026-06-13 07:23:432026-09-13 01:03:09USEDKEEP — primary key
CUSTOMER.dbo.CatalogEntry.PK_BatchLine1CLUSTEREDYY00043never2026-09-13 01:03:09UNUSEDKEEP — primary key
CUSTOMER.dbo.SalesLine.PK_ContractMonthly1CLUSTEREDYY35722016122026-06-13 05:28:372026-09-13 01:03:09USEDKEEP — primary key
CUSTOMER.dbo.RosterStaging.PK_ShiftResult1CLUSTEREDYY0003224never2026-09-13 01:03:09UNUSEDKEEP — primary key
CUSTOMER.dbo.RosterQueue.PK_TerritoryDaily1CLUSTEREDYY32581015092026-06-13 07:23:412026-09-13 01:03:09USEDKEEP — primary key
CUSTOMER.dbo.RosterLog.PK_BatchHistory1CLUSTEREDYY0003019never2026-09-13 01:03:09UNUSEDKEEP — primary key
CUSTOMER.dbo.ClaimLog.PK_SalesDetail1CLUSTEREDYY1333713340133372026-09-15 23:27:052026-09-13 01:03:09USEDKEEP — primary key
CUSTOMER.dbo.PolicyHeader.PK_BillingStatus1CLUSTEREDYY0100133372026-07-27 11:26:572026-09-16 01:01:08USEDKEEP — primary key
CUSTOMER.dbo.Source.PK_QuotaDaily1CLUSTEREDYY022002026-06-13 03:00:022026-09-13 01:03:10USEDKEEP — primary key
CAMPAIGN.app.ShiftAudit.PK_SettlementResult1CLUSTEREDYY0320362026-06-13 05:28:44neverUSEDKEEP — primary key
CAMPAIGN.app.MeterArchive.PK_BillingStaging1CLUSTEREDYY038032026-06-13 05:28:43neverUSEDKEEP — primary key
CAMPAIGN.app.Group.PK_BookingEntry1CLUSTEREDYY038082026-06-13 05:28:42neverUSEDKEEP — primary key
CAMPAIGN.app.PricingLog.PK_AssetResult1CLUSTEREDYY651062026-06-13 05:28:43neverUSEDKEEP — primary key
CAMPAIGN.app.WarehouseStatus.PK_BatchDaily1CLUSTEREDYY1938062026-06-13 05:28:43neverUSEDKEEP — primary key
CAMPAIGN.app.ShipmentResult.PK_SettlementSummary1CLUSTEREDYY057072026-06-13 05:28:43neverUSEDKEEP — primary key
CAMPAIGN.app.SalesLine.PK_PricingDetail1CLUSTEREDYY00017never2026-09-13 01:03:12UNUSEDKEEP — primary key
CAMPAIGN.app.WarehouseArchive.PK_SupplierDetail1CLUSTEREDYY00019never2026-09-13 01:03:12UNUSEDKEEP — primary key
CAMPAIGN.app.BookingQueue.PK_CampaignStatus1CLUSTEREDYY00019never2026-09-13 01:03:12UNUSEDKEEP — primary key
CAMPAIGN.app.ShipmentAudit.PK_ReconcileEntry1CLUSTEREDYY00019never2026-09-13 01:03:12UNUSEDKEEP — primary key
CAMPAIGN.app.PolicyStaging.PK_PricingResult1CLUSTEREDYY00019never2026-09-13 01:03:12UNUSEDKEEP — primary key
CAMPAIGN.app.CatalogLog.PK_ShipmentHeader1CLUSTEREDYY00019never2026-09-13 01:03:12UNUSEDKEEP — primary key
CAMPAIGN.app.ShipmentAudit.PK_ShipmentMonthly1CLUSTEREDYY00019never2026-09-13 01:03:12UNUSEDKEEP — primary key
CAMPAIGN.app.CatalogMonthly.PK_ClaimHeader1CLUSTEREDYY038012026-06-13 05:28:43neverUSEDKEEP — primary key
CAMPAIGN.report.WarehouseMonthly.PK_LedgerStaging1CLUSTEREDYY032002026-06-13 05:28:50neverUSEDKEEP — primary key
CAMPAIGN.report.SalesDetail.PK_ShiftEntry1CLUSTEREDYY048002026-06-13 05:28:59neverUSEDKEEP — primary key
CAMPAIGN.report.PolicySummary.PK_ContractHistory1CLUSTEREDYY032062026-06-13 05:28:50neverUSEDKEEP — primary key
CAMPAIGN.report.BatchDaily.PK_InvoiceEntry1CLUSTEREDYY032002026-06-13 05:28:54neverUSEDKEEP — primary key
CAMPAIGN.report.ShipmentAudit.PK_QuotaHistory1CLUSTEREDYY032002026-06-13 05:28:50neverUSEDKEEP — primary key
CAMPAIGN.report.BookingResult.PK_BookingHistory1CLUSTEREDYY032002026-06-13 05:28:54neverUSEDKEEP — primary key
CAMPAIGN.report.InvoiceQueue.PK_SettlementHistory1CLUSTEREDYY032002026-06-13 05:28:50neverUSEDKEEP — primary key
CAMPAIGN.report.QuotaMonthly.PK_ReconcileDaily1CLUSTEREDYY0320762026-06-13 05:29:10neverUSEDKEEP — primary key
CAMPAIGN.report.PayrollSummary.PK_StaffingLine1CLUSTEREDYY048002026-06-13 05:29:03neverUSEDKEEP — primary key
CAMPAIGN.report.RouteHistory.PK_TicketEntry1CLUSTEREDYY032002026-06-13 05:28:56neverUSEDKEEP — primary key
CAMPAIGN.report.AssetSummary.PK_QuotaArchive1CLUSTEREDYY032002026-06-13 05:28:52neverUSEDKEEP — primary key
CAMPAIGN.report.WarehouseEntry.PK_CampaignStaging1CLUSTEREDYY032002026-06-13 05:28:47neverUSEDKEEP — primary key
CAMPAIGN.report.TerritoryEntry.PK_SettlementEntry1CLUSTEREDYY032002026-06-13 05:28:47neverUSEDKEEP — primary key
CAMPAIGN.report.MeterResult.PK_ContractDaily1CLUSTEREDYY0320322026-06-13 05:29:09neverUSEDKEEP — primary key
CAMPAIGN.report.PayrollHeader.PK_TerritoryQueue1CLUSTEREDYY0320392026-06-13 05:29:05neverUSEDKEEP — primary key
CAMPAIGN.report.RosterResult.PK_AssetQueue1CLUSTEREDYY032002026-06-13 05:29:07neverUSEDKEEP — primary key
CAMPAIGN.report.MeterAudit.PK_SettlementQueue1CLUSTEREDYY0320192026-06-13 05:29:08neverUSEDKEEP — primary key
CAMPAIGN.report.ShiftLine.PK_BatchLog1CLUSTEREDYY032012026-06-13 05:29:13neverUSEDKEEP — primary key
CAMPAIGN.report.CampaignHeader.PK_MeterSummary1CLUSTEREDYY032002026-06-13 05:28:59neverUSEDKEEP — primary key
CAMPAIGN.report.MeterStatus.PK_ShiftStaging1CLUSTEREDYY048002026-06-13 05:28:58neverUSEDKEEP — primary key
CAMPAIGN.report.ForecastHeader.PK_ShiftLine1CLUSTEREDYY032012026-06-13 05:29:12neverUSEDKEEP — primary key
CAMPAIGN.report.AssetDaily.PK_ShiftLine1CLUSTEREDYY032002026-06-13 05:29:13neverUSEDKEEP — primary key
CAMPAIGN.report.StaffingDaily.PK_ContractStatus1CLUSTEREDYY032002026-06-13 05:29:12neverUSEDKEEP — primary key
CAMPAIGN.report.ClaimResult.PK_OrdersEntry1CLUSTEREDYY032002026-06-13 05:28:59neverUSEDKEEP — primary key
CAMPAIGN.report.PricingDaily.PK_SettlementLog1CLUSTEREDYY032032026-06-13 05:29:08neverUSEDKEEP — primary key
CAMPAIGN.report.PolicyLog.PK_BatchQueue1CLUSTEREDYY0320202026-06-13 05:29:08neverUSEDKEEP — primary key
CAMPAIGN.report.MeterHistory.PK_ShiftHistory1CLUSTEREDYY0320672026-06-13 05:28:59neverUSEDKEEP — primary key
CAMPAIGN.report.TerritoryLine.PK_ShipmentAudit1CLUSTEREDYY16320122026-06-13 05:30:17neverUSEDKEEP — primary key
CAMPAIGN.report.SettlementQueue.PK_PayrollStaging1CLUSTEREDYY0320112026-06-13 05:30:18neverUSEDKEEP — primary key
CAMPAIGN.report.TicketQueue.PK_CatalogStaging1CLUSTEREDYY0320132026-06-13 05:28:59neverUSEDKEEP — primary key
CAMPAIGN.report.OrdersEntry.PK_RosterMonthly1CLUSTEREDYY032012026-06-13 05:29:09neverUSEDKEEP — primary key
CAMPAIGN.report.CampaignHistory.PK_ShipmentStatus1CLUSTEREDYY032032026-06-13 05:29:08neverUSEDKEEP — primary key
CAMPAIGN.report.TicketLine.PK_ForecastSnapshot1CLUSTEREDYY032002026-06-13 05:28:50neverUSEDKEEP — primary key
CAMPAIGN.report.BatchAudit.PK_BookingDetail1CLUSTEREDYY032080632026-06-13 05:41:23neverUSEDKEEP — primary key
CAMPAIGN.report.PolicyHistory.PK_CampaignStatus1CLUSTEREDYY0490162026-06-12 03:21:182026-09-13 01:03:13USEDKEEP — primary key
CAMPAIGN.report.BillingEntry.PK_ForecastHeader1CLUSTEREDYY063033292026-06-12 03:22:232026-09-13 01:03:15USEDKEEP — primary key
CAMPAIGN.report.BillingAudit.PK_SettlementAudit1CLUSTEREDYY0640152026-06-12 03:22:412026-09-13 01:03:16USEDKEEP — primary key
CAMPAIGN.report.ShipmentStaging.PK_QuotaLine1CLUSTEREDYY064002026-06-12 03:23:02neverUSEDKEEP — primary key
CAMPAIGN.report.SalesLine.PK_ReconcileDetail1CLUSTEREDYY17440105822026-06-13 05:44:292026-09-13 01:03:32USEDKEEP — primary key
CAMPAIGN.report.ReconcileDetail.PK_BillingSummary1CLUSTEREDYY0320202026-06-13 05:29:03neverUSEDKEEP — primary key
CAMPAIGN.report.PolicyEntry.PK_PayrollEntry1CLUSTEREDYY032002026-06-13 05:28:47neverUSEDKEEP — primary key
CAMPAIGN.report.ReconcileStaging.PK_ForecastSnapshot1CLUSTEREDYY032002026-06-13 05:28:47neverUSEDKEEP — primary key
CAMPAIGN.report.ShipmentQueue.PK_ReconcileSnapshot1CLUSTEREDYY032052026-06-13 05:28:50neverUSEDKEEP — primary key
CAMPAIGN.report.MeterStatus.PK_PricingMonthly1CLUSTEREDYY0320202026-06-13 05:29:10neverUSEDKEEP — primary key
CAMPAIGN.report.ShiftResult.PK_SalesHistory1CLUSTEREDYY032062026-06-13 05:28:50neverUSEDKEEP — primary key
CAMPAIGN.report.Level.PK_AssetSnapshot1CLUSTEREDYY032002026-06-13 05:28:56neverUSEDKEEP — primary key
CAMPAIGN.report.CampaignHeader.PK_CampaignStatus1CLUSTEREDYY032002026-06-13 05:28:47neverUSEDKEEP — primary key
CAMPAIGN.report.WarehouseHeader.PK_InvoiceDetail1CLUSTEREDYY032002026-06-13 05:28:47neverUSEDKEEP — primary key
CAMPAIGN.report.QuotaEntry.PK_PolicySnapshot1CLUSTEREDYY032002026-06-13 05:28:56neverUSEDKEEP — primary key
CAMPAIGN.report.QuotaStatus.PK_StaffingMonthly1CLUSTEREDYY032002026-06-13 05:28:47neverUSEDKEEP — primary key
CAMPAIGN.report.Position.PK_TerritoryDaily1CLUSTEREDYY032052026-06-13 05:28:55neverUSEDKEEP — primary key
CAMPAIGN.report.CampaignQueue.PK_PolicyHistory1CLUSTEREDYY032052026-06-13 05:28:50neverUSEDKEEP — primary key
CAMPAIGN.report.RouteQueue.PK_ReconcileStatus1CLUSTEREDYY032002026-06-13 05:28:46neverUSEDKEEP — primary key
CAMPAIGN.report.RosterQueue.PK_SalesStatus1CLUSTEREDYY032002026-06-13 05:28:50neverUSEDKEEP — primary key
CAMPAIGN.report.TicketAudit.PK_PricingHeader1CLUSTEREDYY032052026-06-13 05:30:18neverUSEDKEEP — primary key
CAMPAIGN.report.CustomerLog.PK_LedgerStatus1CLUSTEREDYY032002026-06-13 05:30:18neverUSEDKEEP — primary key
CAMPAIGN.report.SupplierStaging.PK_PolicySnapshot1CLUSTEREDYY0160122026-06-13 05:30:18neverUSEDKEEP — primary key
CAMPAIGN.report.PolicyLine.PK_StaffingStaging1CLUSTEREDYY032002026-06-13 05:30:18neverUSEDKEEP — primary key
CAMPAIGN.report.RouteStaging.PK_AssetDetail1CLUSTEREDYY032002026-06-13 05:28:53neverUSEDKEEP — primary key
CAMPAIGN.report.CatalogSnapshot.PK_TicketHeader1CLUSTEREDYY032002026-06-13 05:28:56neverUSEDKEEP — primary key
CAMPAIGN.report.BillingDaily.PK_CustomerStatus1CLUSTEREDYY032062026-06-13 05:30:18neverUSEDKEEP — primary key
CAMPAIGN.report.CampaignAudit.PK_InvoiceSnapshot1CLUSTEREDYY032002026-06-13 05:28:47neverUSEDKEEP — primary key
CAMPAIGN.report.PricingArchive.PK_ShipmentHistory1CLUSTEREDYY032002026-06-13 05:28:57neverUSEDKEEP — primary key
CAMPAIGN.report.SalesStatus.PK_BillingLog1CLUSTEREDYY032042026-06-13 05:30:21neverUSEDKEEP — primary key
CAMPAIGN.report.SettlementQueue.PK_RouteHistory1CLUSTEREDYY032042026-06-13 05:30:20neverUSEDKEEP — primary key
CAMPAIGN.report.MeterHistory.PK_ForecastLine1CLUSTEREDYY1335042026-06-13 05:30:21neverUSEDKEEP — primary key
CAMPAIGN.report.ShipmentAudit.PK_SalesArchive1CLUSTEREDYY032002026-06-13 05:30:21neverUSEDKEEP — primary key
CAMPAIGN.report.ForecastAudit.PK_MeterSummary1CLUSTEREDYY032002026-06-13 05:28:56neverUSEDKEEP — primary key
CAMPAIGN.report.PayrollLine.PK_ForecastResult1CLUSTEREDYY032002026-06-13 05:28:54neverUSEDKEEP — primary key
CAMPAIGN.report.SupplierArchive.PK_BatchDaily1CLUSTEREDYY032002026-06-13 05:30:21neverUSEDKEEP — primary key
CAMPAIGN.report.CustomerSnapshot.PK_BatchResult1CLUSTEREDYY032002026-06-13 05:30:20neverUSEDKEEP — primary key
CAMPAIGN.report.CampaignResult.PK_ShiftEntry1CLUSTEREDYY032042026-06-13 05:30:17neverUSEDKEEP — primary key
CAMPAIGN.report.BookingStaging.PK_RouteMonthly1CLUSTEREDYY032022026-06-13 05:28:54neverUSEDKEEP — primary key
CAMPAIGN.report.SupplierResult.PK_OrdersDaily1CLUSTEREDYY032002026-06-13 05:28:54neverUSEDKEEP — primary key
CAMPAIGN.report.ShiftResult.PK_SupplierSummary1CLUSTEREDYY0320642026-06-13 05:29:12neverUSEDKEEP — primary key
CAMPAIGN.report.ShiftDaily.PK_SettlementResult1CLUSTEREDYY032002026-06-13 05:28:46neverUSEDKEEP — primary key
CAMPAIGN.report.PayrollHistory.PK_ClaimArchive1CLUSTEREDYY16320512026-06-13 05:30:16neverUSEDKEEP — primary key
CAMPAIGN.report.CatalogSummary.PK_RouteHistory1CLUSTEREDYY0320292026-06-13 05:29:05neverUSEDKEEP — primary key
CAMPAIGN.report.TicketMonthly.PK_RouteEntry1CLUSTEREDYY444092026-06-13 05:29:08neverUSEDKEEP — primary key
CAMPAIGN.report.BillingQueue.PK_PolicyMonthly1CLUSTEREDYY0320232026-06-13 05:29:00neverUSEDKEEP — primary key
CAMPAIGN.report.QuotaResult.PK_InvoiceResult1CLUSTEREDYY032032026-06-13 05:28:54neverUSEDKEEP — primary key
TERRITORY.app.RosterDaily.PK_TicketAudit1CLUSTEREDYY317790172026-09-15 10:27:012026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.app.SalesStaging.PK_TicketLine1CLUSTEREDYY3300172026-09-15 10:27:012026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.app.StaffingLine.PK_TicketLog1CLUSTEREDYY3300172026-09-15 10:27:012026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.app.SalesSummary.PK_OrdersAudit1CLUSTEREDYY0170172026-06-13 02:02:392026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.app.ReconcileDetail.PK_ShiftStaging1CLUSTEREDYY16170172026-09-15 10:27:012026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.app.SettlementEntry.PK_TicketQueue1CLUSTEREDYY0170172026-06-13 02:02:392026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.app.BatchQueue.PK_LedgerResult1CLUSTEREDYY1700172026-06-13 02:02:392026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.dbo.AssetSnapshot.PK_PayrollHistory1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
TERRITORY.report.ContractSnapshot.PK_ContractResult1CLUSTEREDYY3100172026-09-15 10:27:012026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.report.PolicyHistory.PK_TicketAudit1CLUSTEREDYY0170172026-06-13 02:02:592026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.report.QuotaHeader.PK_RouteResult1CLUSTEREDYY15708890172026-09-15 02:15:152026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.report.QuotaArchive.PK_CustomerQueue1CLUSTEREDYY352220172026-09-15 10:27:012026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.report.AssetLine.PK_ContractDetail1CLUSTEREDYY1700172026-06-13 02:02:472026-09-13 01:01:09USEDKEEP — primary key
TERRITORY.report.TicketAudit.PK_PricingLog1CLUSTEREDYY1700172026-06-13 02:02:562026-09-13 01:01:10USEDKEEP — primary key
TERRITORY.report.CampaignQueue.PK_InvoiceMonthly1CLUSTEREDYY1700172026-06-13 02:02:522026-09-13 01:01:10USEDKEEP — primary key
TERRITORY.report.QuotaLog.PK_ShiftResult1CLUSTEREDYY157790172026-09-15 02:15:152026-09-13 01:01:10USEDKEEP — primary key
TERRITORY.report.BatchLog.PK_SalesMonthly1CLUSTEREDYY17170172026-06-13 02:02:592026-09-13 01:01:10USEDKEEP — primary key
TERRITORY.report.TicketMonthly.PK_SupplierLine1CLUSTEREDYY1700172026-06-13 02:02:512026-09-13 01:01:10USEDKEEP — primary key
TERRITORY.report.PayrollArchive.PK_PolicyLine1CLUSTEREDYY171110172026-09-15 02:15:012026-09-13 01:01:10USEDKEEP — primary key
TERRITORY.report.CampaignStatus.PK_TerritoryArchive1CLUSTEREDYY1287770172026-09-15 02:15:152026-09-13 01:01:10USEDKEEP — primary key
TERRITORY.report.CampaignAudit.PK_LedgerHeader1CLUSTEREDYY177770172026-09-15 02:15:152026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.RouteArchive.PK_BookingMonthly1CLUSTEREDYY11254460172026-09-15 02:15:152026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.AssetDetail.PK_CatalogStatus1CLUSTEREDYY5703350172026-09-15 02:15:152026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.WarehouseStatus.PK_MeterResult1CLUSTEREDYY1700172026-06-13 02:03:062026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.LedgerSnapshot.PK_SupplierLine1CLUSTEREDYY157790172026-09-15 02:15:152026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.CustomerStatus.PK_SalesDetail1CLUSTEREDYY1700172026-06-13 02:02:592026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.MeterStatus.PK_OrdersLog1CLUSTEREDYY1700172026-06-13 02:03:082026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.QuotaQueue.PK_BookingQueue1CLUSTEREDYY0170172026-06-13 02:03:082026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.CatalogSummary.PK_AssetLog1CLUSTEREDYY1700172026-06-13 02:03:062026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.TicketHeader.PK_PolicyResult1CLUSTEREDYY1700172026-06-13 02:03:022026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.RouteHeader.PK_WarehouseSnapshot1CLUSTEREDYY1700172026-06-13 02:03:032026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.PolicyHistory.PK_CampaignQueue1CLUSTEREDYY1700172026-06-13 02:03:072026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.ForecastHistory.PK_SupplierHistory1CLUSTEREDYY1700172026-06-13 02:03:072026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.MeterEntry.PK_CampaignSnapshot1CLUSTEREDYY1538870172026-09-15 02:15:152026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.SalesSummary.PK_BillingMonthly1CLUSTEREDYY134610190172026-09-15 10:27:012026-09-13 01:01:11USEDKEEP — primary key
TERRITORY.report.TicketLine.PK_CustomerEntry1CLUSTEREDYY0170172026-06-13 02:03:132026-09-13 01:01:12USEDKEEP — primary key
TERRITORY.report.AssetSnapshot.PK_SalesAudit1CLUSTEREDYY17100172026-09-15 08:12:172026-09-13 01:01:13USEDKEEP — primary key
TERRITORY.report.MeterAudit.PK_ShiftEntry1CLUSTEREDYY1700172026-06-13 02:03:112026-09-13 01:01:13USEDKEEP — primary key
TERRITORY.report.PolicyEntry.PK_RouteResult1CLUSTEREDYY1700172026-06-13 02:03:062026-09-13 01:01:13USEDKEEP — primary key
TERRITORY.report.SalesEntry.PK_WarehouseMonthly1CLUSTEREDYY1700172026-06-13 02:03:022026-09-13 01:01:13USEDKEEP — primary key
TERRITORY.report.MeterArchive.PK_LedgerStatus1CLUSTEREDYY1700172026-06-13 02:02:512026-09-13 01:01:13USEDKEEP — primary key
TERRITORY.report.StaffingHistory.PK_ShipmentArchive1CLUSTEREDYY1520172026-06-13 02:03:032026-09-13 01:01:13USEDKEEP — primary key
TERRITORY.report.BookingQueue.PK_AssetHeader1CLUSTEREDYY1700172026-06-13 02:02:452026-09-13 01:01:13USEDKEEP — primary key
TERRITORY.report.ShiftDaily.PK_ClaimAudit1CLUSTEREDYY1700172026-06-13 02:02:422026-09-13 01:01:13USEDKEEP — primary key
TERRITORY.report.InvoiceAudit.PK_PolicyDaily1CLUSTEREDYY1700172026-06-13 02:02:462026-09-13 01:01:13USEDKEEP — primary key
TERRITORY.report.PolicyResult.PK_SalesHeader1CLUSTEREDYY157790172026-09-15 02:15:152026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.WarehouseLog.PK_ReconcileAudit1CLUSTEREDYY223370172026-09-15 08:13:212026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.ReconcileResult.PK_MeterArchive1CLUSTEREDYY171110172026-09-15 02:15:012026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.ShiftMonthly.PK_PricingArchive1CLUSTEREDYY1700172026-06-13 02:02:422026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.ContractMonthly.PK_CustomerDaily1CLUSTEREDYY1700172026-06-13 02:02:432026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.SalesAudit.PK_BatchArchive1CLUSTEREDYY1700172026-06-13 02:02:492026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.MeterSnapshot.PK_StaffingQueue1CLUSTEREDYY1700172026-06-13 02:02:422026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.BatchStatus.PK_TerritoryLine1CLUSTEREDYY35013320172026-09-15 02:15:152026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.BookingHeader.PK_CatalogDaily1CLUSTEREDYY1287770172026-09-15 02:15:152026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.BillingLog.PK_ClaimDaily1CLUSTEREDYY177770172026-09-15 02:15:152026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.ReconcileHistory.PK_StaffingDaily1CLUSTEREDYY1700172026-06-13 02:02:512026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.ClaimDetail.PK_RosterLog1CLUSTEREDYY1700172026-06-13 02:03:132026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.ForecastAudit.PK_WarehouseHistory1CLUSTEREDYY172220172026-09-15 02:17:552026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.CatalogHeader.PK_ShiftMonthly1CLUSTEREDYY171110172026-09-15 02:17:012026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.InvoiceHistory.PK_StaffingQueue1CLUSTEREDYY1700172026-06-13 02:03:132026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.BookingDetail.PK_RosterResult1CLUSTEREDYY1700172026-06-13 02:02:472026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.QuotaSummary.PK_RosterStatus1CLUSTEREDYY1700172026-06-13 02:02:512026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.WarehouseEntry.PK_ShiftDetail1CLUSTEREDYY1700172026-06-13 02:03:132026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.RosterSummary.PK_PricingMonthly1CLUSTEREDYY1700172026-06-13 02:02:432026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.ForecastDetail.PK_InvoiceSnapshot1CLUSTEREDYY171110172026-09-15 02:19:182026-09-13 01:01:14USEDKEEP — primary key
TERRITORY.report.CampaignQueue.PK_PayrollEntry1CLUSTEREDYY1340172026-06-13 02:03:172026-09-13 01:01:15USEDKEEP — primary key
TERRITORY.report.ClaimStaging.PK_SupplierHeader1CLUSTEREDYY1070172026-06-13 02:03:172026-09-13 01:01:18USEDKEEP — primary key
TERRITORY.report.PayrollMonthly.PK_MeterSnapshot1CLUSTEREDYY0170172026-06-13 02:03:172026-09-13 01:01:18USEDKEEP — primary key
TERRITORY.report.StaffingQueue.PK_CatalogLine1CLUSTEREDYY1700172026-06-13 02:03:16neverUSEDKEEP — primary key
TERRITORY.report.RosterEntry.PK_BookingStatus1CLUSTEREDYY1700172026-06-13 02:02:522026-09-13 01:01:18USEDKEEP — primary key
TERRITORY.report.AssetStatus.PK_TicketEntry1CLUSTEREDYY1700172026-06-13 02:02:552026-09-13 01:01:18USEDKEEP — primary key
TERRITORY.report.AssetLine.PK_ForecastSummary1CLUSTEREDYY1700172026-06-13 02:03:162026-09-13 01:01:18USEDKEEP — primary key
TERRITORY.report.TicketQueue.PK_CatalogAudit1CLUSTEREDYY1700172026-06-13 02:03:172026-09-13 01:01:18USEDKEEP — primary key
TERRITORY.report.ForecastEntry.PK_RosterAudit1CLUSTEREDYY171110172026-09-15 02:17:552026-09-13 01:01:19USEDKEEP — primary key
TERRITORY.report.CustomerLog.PK_BillingEntry1CLUSTEREDYY1630172026-09-15 08:13:212026-09-13 01:01:19USEDKEEP — primary key
TERRITORY.report.CampaignSummary.PK_RouteDetail1CLUSTEREDYY17160172026-09-15 10:27:012026-09-13 01:01:19USEDKEEP — primary key
TERRITORY.report.LedgerStaging.PK_ForecastEntry1CLUSTEREDYY1700172026-06-13 02:03:122026-09-13 01:01:22USEDKEEP — primary key
TERRITORY.report.ReconcileLine.PK_PolicyDetail1CLUSTEREDYY79400172026-09-15 02:15:152026-09-13 01:01:20USEDKEEP — primary key
TERRITORY.report.SettlementEntry.PK_ShiftLine1CLUSTEREDYY8181960682026-09-15 10:27:012026-09-13 01:01:20USEDKEEP — primary key
TERRITORY.report.BillingDetail.PK_TicketStatus1CLUSTEREDYY2316730172026-09-15 10:27:012026-09-13 01:01:20USEDKEEP — primary key
TERRITORY.report.ShiftSnapshot.PK_BillingResult1CLUSTEREDYY0170172026-06-13 02:03:112026-09-13 01:01:21USEDKEEP — primary key
TERRITORY.report.QuotaSnapshot.PK_OrdersLog1CLUSTEREDYY171270172026-09-15 10:27:012026-09-13 01:01:21USEDKEEP — primary key
TERRITORY.report.CustomerStatus.PK_PayrollLog1CLUSTEREDYY1700172026-06-13 02:02:512026-09-13 01:01:21USEDKEEP — primary key
TERRITORY.report.ForecastSummary.PK_BatchQueue1CLUSTEREDYY0000neverneverCOLDKEEP — primary key
TERRITORY.report.MeterHistory.PK_LedgerQueue1CLUSTEREDYY55537507772026-09-15 10:27:012026-09-13 01:01:22USEDKEEP — primary key
TERRITORY.report.ForecastLine.PK_StaffingAudit1CLUSTEREDYY171452342026-09-15 08:13:212026-09-13 01:01:22USEDKEEP — primary key
TERRITORY.report.ForecastLine.UX_ShiftQueue8NONCLUSTEREDY4511110342026-09-15 08:13:212026-09-13 01:01:26USEDkeep — in use
TERRITORY.report.SupplierResult.PK_OrdersEntry1CLUSTEREDYY211101112026-09-15 08:13:212026-09-13 01:01:32USEDKEEP — primary key
TERRITORY.report.ReconcileDaily.PK_OrdersQueue1CLUSTEREDYY301320342026-09-15 02:15:162026-09-13 01:01:34USEDKEEP — primary key
TERRITORY.report.WarehouseEntry.PK_ReconcileSnapshot1CLUSTEREDYY232550342026-09-15 08:12:172026-09-13 01:01:34USEDKEEP — primary key
TERRITORY.report.PricingQueue.PK_RouteSnapshot1CLUSTEREDYY342390342026-09-15 02:20:502026-09-13 01:01:34USEDKEEP — primary key
TERRITORY.report.SettlementHeader.PK_CatalogHistory1CLUSTEREDYY15190342026-06-13 02:06:402026-09-13 01:01:35USEDKEEP — primary key
TERRITORY.report.ShiftStaging.PK_RosterArchive1CLUSTEREDYY173660342026-09-15 02:19:202026-09-13 01:01:35USEDKEEP — primary key
TERRITORY.report.ForecastHeader.IX_ReconcileDetail2NONCLUSTERED622001112026-09-15 02:15:152026-09-13 01:01:36USEDkeep — in use
TERRITORY.report.ForecastHeader.PK_SupplierSummary1CLUSTEREDYY02666221112026-09-15 02:15:152026-09-13 01:01:36USEDKEEP — primary key
TERRITORY.report.StaffingStatus.PK_ShiftDetail1CLUSTEREDYY322201112026-09-15 02:20:512026-09-13 01:01:36USEDKEEP — primary key
TERRITORY.report.LedgerResult.PK_AssetDaily1CLUSTEREDYY7914502222026-09-15 08:13:212026-09-13 01:01:36USEDKEEP — primary key
TERRITORY.report.ShipmentLog.PK_PolicyLog1CLUSTEREDYY41998013322026-09-15 02:19:192026-09-13 01:01:37USEDKEEP — primary key
TERRITORY.report.SupplierQueue.PK_SettlementMonthly1CLUSTEREDYY011101112026-09-15 02:20:372026-09-13 01:01:37USEDKEEP — primary key
TERRITORY.report.PayrollResult.PK_TicketAudit1CLUSTEREDYY422201112026-09-15 02:20:502026-09-13 01:01:37USEDKEEP — primary key
TERRITORY.report.InvoiceHistory.PK_CampaignDetail1CLUSTEREDYY14130502222026-09-15 10:27:012026-09-13 01:01:37USEDKEEP — primary key
TERRITORY.report.BatchStaging.PK_CampaignHeader1CLUSTEREDYY017002026-06-13 02:02:592026-09-13 01:01:38USEDKEEP — primary key
TERRITORY.report.CustomerDetail.PK_WarehouseDetail1CLUSTEREDYY017002026-06-13 02:02:592026-09-13 01:01:38USEDKEEP — primary key
TERRITORY.report.PolicyEntry.PK_QuotaMonthly1CLUSTEREDYY0170602026-06-13 02:03:062026-09-13 01:01:38USEDKEEP — primary key
TERRITORY.report.MeterEntry.PK_RosterStatus1CLUSTEREDYY01704752026-06-13 02:02:592026-09-13 01:01:38USEDKEEP — primary key
TERRITORY.report.AssetLine.PK_ForecastHeader1CLUSTEREDYY017002026-06-13 02:03:062026-09-13 01:01:38USEDKEEP — primary key
TERRITORY.report.SupplierHeader.PK_QuotaHistory1CLUSTEREDYY01703342026-06-13 02:03:172026-09-13 01:01:39USEDKEEP — primary key
TERRITORY.report.SupplierResult.PK_StaffingDaily1CLUSTEREDYY0170238032026-06-13 02:03:172026-09-13 01:01:42USEDKEEP — primary key
TERRITORY.report.BookingResult.PK_ClaimLog1CLUSTEREDYY017002026-06-13 02:03:17neverUSEDKEEP — primary key
TERRITORY.report.InvoiceEntry.PK_ForecastLine1CLUSTEREDYY017002026-06-13 02:03:16neverUSEDKEEP — primary key
TERRITORY.report.ReconcileLog.PK_CampaignQueue1CLUSTEREDYY017002026-06-13 02:03:162026-09-13 01:01:42USEDKEEP — primary key
TERRITORY.report.OrdersArchive.PK_ContractAudit1CLUSTEREDYY017002026-06-13 02:03:172026-09-13 01:01:42USEDKEEP — primary key
TERRITORY.report.ClaimResult.PK_RosterEntry1CLUSTEREDYY0340218092026-06-13 02:03:032026-09-13 01:01:43USEDKEEP — primary key
SUPPLIER.dbo.PricingEntry.PK_ClaimQueue1CLUSTEREDYY28260442026-06-13 02:06:442026-09-13 01:01:44USEDKEEP — primary key
SUPPLIER.dbo.CatalogEntry.PK_BatchLine1CLUSTEREDYY00054never2026-09-13 01:01:44UNUSEDKEEP — primary key
SUPPLIER.dbo.SalesLine.PK_ContractMonthly1CLUSTEREDYY36051014882026-06-13 02:02:262026-09-13 01:01:44USEDKEEP — primary key
SUPPLIER.dbo.RosterStaging.PK_ShiftResult1CLUSTEREDYY0003018never2026-09-13 01:01:44UNUSEDKEEP — primary key
SUPPLIER.dbo.RosterQueue.PK_TerritoryDaily1CLUSTEREDYY29920014962026-06-13 02:06:402026-09-13 01:01:44USEDKEEP — primary key
SUPPLIER.dbo.RosterLog.PK_BatchHistory1CLUSTEREDYY0002992never2026-09-13 01:01:44UNUSEDKEEP — primary key
SUPPLIER.dbo.ClaimLog.PK_SalesDetail1CLUSTEREDYY3474034740347402026-09-16 00:59:502026-09-13 01:01:45USEDKEEP — primary key
SUPPLIER.dbo.PolicyHeader.PK_BillingStatus1CLUSTEREDYY06410347402026-08-21 13:03:552026-09-16 01:00:36USEDKEEP — primary key
SUPPLIER.dbo.Source.PK_QuotaDaily1CLUSTEREDYY026002026-06-13 02:00:032026-09-13 01:01:45USEDKEEP — primary key
INVOICE.app.ShiftAudit.PK_SettlementResult1CLUSTEREDYY0380142026-06-13 02:02:41neverUSEDKEEP — primary key
INVOICE.app.MeterArchive.PK_BillingStaging1CLUSTEREDYY034002026-06-13 02:02:40neverUSEDKEEP — primary key
INVOICE.app.Group.PK_BookingEntry1CLUSTEREDYY034032026-06-13 02:02:38neverUSEDKEEP — primary key
INVOICE.app.PricingLog.PK_AssetResult1CLUSTEREDYY150042026-06-13 02:02:39neverUSEDKEEP — primary key
INVOICE.app.WarehouseStatus.PK_BatchDaily1CLUSTEREDYY1734022026-06-13 02:02:39neverUSEDKEEP — primary key
INVOICE.app.ShipmentResult.PK_SettlementSummary1CLUSTEREDYY051042026-06-13 02:02:39neverUSEDKEEP — primary key
INVOICE.app.SalesLine.PK_PricingDetail1CLUSTEREDYY00017never2026-09-13 01:01:46UNUSEDKEEP — primary key
INVOICE.app.WarehouseArchive.PK_SupplierDetail1CLUSTEREDYY00017never2026-09-13 01:01:46UNUSEDKEEP — primary key
INVOICE.app.BookingQueue.PK_CampaignStatus1CLUSTEREDYY00017never2026-09-13 01:01:46UNUSEDKEEP — primary key
INVOICE.app.ShipmentAudit.PK_ReconcileEntry1CLUSTEREDYY00017never2026-09-13 01:01:46UNUSEDKEEP — primary key
INVOICE.app.PolicyStaging.PK_PricingResult1CLUSTEREDYY00017never2026-09-13 01:01:46UNUSEDKEEP — primary key
INVOICE.app.CatalogLog.PK_ShipmentHeader1CLUSTEREDYY00017never2026-09-13 01:01:46UNUSEDKEEP — primary key
INVOICE.app.ShipmentAudit.PK_ShipmentMonthly1CLUSTEREDYY00017never2026-09-13 01:01:46UNUSEDKEEP — primary key
INVOICE.app.CatalogMonthly.PK_ClaimHeader1CLUSTEREDYY034012026-06-13 02:02:39neverUSEDKEEP — primary key
INVOICE.report.WarehouseMonthly.PK_LedgerStaging1CLUSTEREDYY038052026-06-13 02:02:52neverUSEDKEEP — primary key
INVOICE.report.SalesDetail.PK_ShiftEntry1CLUSTEREDYY1738042026-06-13 02:02:59neverUSEDKEEP — primary key
INVOICE.report.PolicySummary.PK_ContractHistory1CLUSTEREDYY0380122026-06-13 02:02:52neverUSEDKEEP — primary key
INVOICE.report.BatchDaily.PK_InvoiceEntry1CLUSTEREDYY038042026-06-13 02:02:47neverUSEDKEEP — primary key
INVOICE.report.ShipmentAudit.PK_QuotaHistory1CLUSTEREDYY038052026-06-13 02:02:47neverUSEDKEEP — primary key
INVOICE.report.BookingResult.PK_BookingHistory1CLUSTEREDYY038042026-06-13 02:02:56neverUSEDKEEP — primary key
INVOICE.report.InvoiceQueue.PK_SettlementHistory1CLUSTEREDYY038042026-06-13 02:02:52neverUSEDKEEP — primary key
INVOICE.report.QuotaMonthly.PK_ReconcileDaily1CLUSTEREDYY0380282026-06-13 02:03:03neverUSEDKEEP — primary key
INVOICE.report.PayrollSummary.PK_StaffingLine1CLUSTEREDYY1738042026-06-13 02:03:00neverUSEDKEEP — primary key
INVOICE.report.RouteHistory.PK_TicketEntry1CLUSTEREDYY038042026-06-13 02:02:51neverUSEDKEEP — primary key
INVOICE.report.AssetSummary.PK_QuotaArchive1CLUSTEREDYY038052026-06-13 02:02:51neverUSEDKEEP — primary key
INVOICE.report.WarehouseEntry.PK_CampaignStaging1CLUSTEREDYY038042026-06-13 02:02:42neverUSEDKEEP — primary key
INVOICE.report.TerritoryEntry.PK_SettlementEntry1CLUSTEREDYY038042026-06-13 02:02:41neverUSEDKEEP — primary key
INVOICE.report.MeterResult.PK_ContractDaily1CLUSTEREDYY0380162026-06-13 02:02:58neverUSEDKEEP — primary key
INVOICE.report.PayrollHeader.PK_TerritoryQueue1CLUSTEREDYY0380182026-06-13 02:03:03neverUSEDKEEP — primary key
INVOICE.report.RosterResult.PK_AssetQueue1CLUSTEREDYY038062026-06-13 02:03:06neverUSEDKEEP — primary key
INVOICE.report.MeterAudit.PK_SettlementQueue1CLUSTEREDYY0380142026-06-13 02:03:12neverUSEDKEEP — primary key
INVOICE.report.ShiftLine.PK_BatchLog1CLUSTEREDYY0380142026-06-13 02:02:59neverUSEDKEEP — primary key
INVOICE.report.CampaignHeader.PK_MeterSummary1CLUSTEREDYY038042026-06-13 02:03:08neverUSEDKEEP — primary key
INVOICE.report.MeterStatus.PK_ShiftStaging1CLUSTEREDYY1738042026-06-13 02:03:08neverUSEDKEEP — primary key
INVOICE.report.ForecastHeader.PK_ShiftLine1CLUSTEREDYY038042026-06-13 02:03:06neverUSEDKEEP — primary key
INVOICE.report.AssetDaily.PK_ShiftLine1CLUSTEREDYY038042026-06-13 02:03:02neverUSEDKEEP — primary key
INVOICE.report.StaffingDaily.PK_ContractStatus1CLUSTEREDYY038042026-06-13 02:03:03neverUSEDKEEP — primary key
INVOICE.report.ClaimResult.PK_OrdersEntry1CLUSTEREDYY038042026-06-13 02:03:07neverUSEDKEEP — primary key
INVOICE.report.PricingDaily.PK_SettlementLog1CLUSTEREDYY038042026-06-13 02:03:07neverUSEDKEEP — primary key
INVOICE.report.PolicyLog.PK_BatchQueue1CLUSTEREDYY0380142026-06-13 02:03:07neverUSEDKEEP — primary key
INVOICE.report.MeterHistory.PK_ShiftHistory1CLUSTEREDYY0380282026-06-13 02:02:59neverUSEDKEEP — primary key
INVOICE.report.TerritoryLine.PK_ShipmentAudit1CLUSTEREDYY17380122026-06-13 02:03:13neverUSEDKEEP — primary key
INVOICE.report.SettlementQueue.PK_PayrollStaging1CLUSTEREDYY0380112026-06-13 02:03:13neverUSEDKEEP — primary key
INVOICE.report.TicketQueue.PK_CatalogStaging1CLUSTEREDYY0380122026-06-13 02:03:11neverUSEDKEEP — primary key
INVOICE.report.OrdersEntry.PK_RosterMonthly1CLUSTEREDYY038042026-06-13 02:03:06neverUSEDKEEP — primary key
INVOICE.report.CampaignHistory.PK_ShipmentStatus1CLUSTEREDYY038082026-06-13 02:03:02neverUSEDKEEP — primary key
INVOICE.report.TicketLine.PK_ForecastSnapshot1CLUSTEREDYY038042026-06-13 02:02:51neverUSEDKEEP — primary key
INVOICE.report.BatchAudit.PK_BookingDetail1CLUSTEREDYY038029382026-06-13 02:04:19neverUSEDKEEP — primary key
INVOICE.report.PolicyHistory.PK_CampaignStatus1CLUSTEREDYY0720272026-06-13 02:06:23neverUSEDKEEP — primary key
INVOICE.report.BillingEntry.PK_ForecastHeader1CLUSTEREDYY07205852026-06-13 02:06:38neverUSEDKEEP — primary key
INVOICE.report.BillingAudit.PK_SettlementAudit1CLUSTEREDYY0720102026-06-13 02:06:40neverUSEDKEEP — primary key
INVOICE.report.ShipmentStaging.PK_QuotaLine1CLUSTEREDYY055042026-06-13 02:06:40neverUSEDKEEP — primary key
INVOICE.report.SalesLine.PK_ReconcileDetail1CLUSTEREDYY1754032272026-06-13 02:06:11neverUSEDKEEP — primary key
INVOICE.report.ReconcileDetail.PK_BillingSummary1CLUSTEREDYY0380142026-06-13 02:03:03neverUSEDKEEP — primary key
INVOICE.report.PolicyEntry.PK_PayrollEntry1CLUSTEREDYY038042026-06-13 02:02:45neverUSEDKEEP — primary key
INVOICE.report.ReconcileStaging.PK_ForecastSnapshot1CLUSTEREDYY038042026-06-13 02:02:42neverUSEDKEEP — primary key
INVOICE.report.ShipmentQueue.PK_ReconcileSnapshot1CLUSTEREDYY038082026-06-13 02:02:46neverUSEDKEEP — primary key
INVOICE.report.MeterStatus.PK_PricingMonthly1CLUSTEREDYY0380142026-06-13 02:03:03neverUSEDKEEP — primary key
INVOICE.report.ShiftResult.PK_SalesHistory1CLUSTEREDYY038082026-06-13 02:02:46neverUSEDKEEP — primary key
INVOICE.report.Level.PK_AssetSnapshot1CLUSTEREDYY038052026-06-13 02:02:51neverUSEDKEEP — primary key
INVOICE.report.CampaignHeader.PK_CampaignStatus1CLUSTEREDYY038042026-06-13 02:02:42neverUSEDKEEP — primary key
INVOICE.report.WarehouseHeader.PK_InvoiceDetail1CLUSTEREDYY038042026-06-13 02:02:43neverUSEDKEEP — primary key
INVOICE.report.QuotaEntry.PK_PolicySnapshot1CLUSTEREDYY038052026-06-13 02:02:50neverUSEDKEEP — primary key
INVOICE.report.QuotaStatus.PK_StaffingMonthly1CLUSTEREDYY038042026-06-13 02:02:42neverUSEDKEEP — primary key
INVOICE.report.Position.PK_TerritoryDaily1CLUSTEREDYY0380102026-06-13 02:02:51neverUSEDKEEP — primary key
INVOICE.report.CampaignQueue.PK_PolicyHistory1CLUSTEREDYY0380102026-06-13 02:02:46neverUSEDKEEP — primary key
INVOICE.report.RouteQueue.PK_ReconcileStatus1CLUSTEREDYY038042026-06-13 02:02:44neverUSEDKEEP — primary key
INVOICE.report.RosterQueue.PK_SalesStatus1CLUSTEREDYY038042026-06-13 02:02:51neverUSEDKEEP — primary key
INVOICE.report.TicketAudit.PK_PricingHeader1CLUSTEREDYY038062026-06-13 02:03:13neverUSEDKEEP — primary key
INVOICE.report.CustomerLog.PK_LedgerStatus1CLUSTEREDYY038082026-06-13 02:03:13neverUSEDKEEP — primary key
INVOICE.report.SupplierStaging.PK_PolicySnapshot1CLUSTEREDYY0210112026-06-13 02:03:13neverUSEDKEEP — primary key
INVOICE.report.PolicyLine.PK_StaffingStaging1CLUSTEREDYY038042026-06-13 02:03:13neverUSEDKEEP — primary key
INVOICE.report.RouteStaging.PK_AssetDetail1CLUSTEREDYY038042026-06-13 02:02:47neverUSEDKEEP — primary key
INVOICE.report.CatalogSnapshot.PK_TicketHeader1CLUSTEREDYY038042026-06-13 02:02:51neverUSEDKEEP — primary key
INVOICE.report.BillingDaily.PK_CustomerStatus1CLUSTEREDYY038062026-06-13 02:03:13neverUSEDKEEP — primary key
INVOICE.report.CampaignAudit.PK_InvoiceSnapshot1CLUSTEREDYY038042026-06-13 02:02:43neverUSEDKEEP — primary key
INVOICE.report.PricingArchive.PK_ShipmentHistory1CLUSTEREDYY038042026-06-13 02:02:56neverUSEDKEEP — primary key
INVOICE.report.SalesStatus.PK_BillingLog1CLUSTEREDYY0380112026-06-13 02:03:17neverUSEDKEEP — primary key
INVOICE.report.SettlementQueue.PK_RouteHistory1CLUSTEREDYY0380182026-06-13 02:03:17neverUSEDKEEP — primary key
INVOICE.report.MeterHistory.PK_ForecastLine1CLUSTEREDYY14410182026-06-13 02:03:17neverUSEDKEEP — primary key
INVOICE.report.ShipmentAudit.PK_SalesArchive1CLUSTEREDYY038042026-06-13 02:03:16neverUSEDKEEP — primary key
INVOICE.report.ForecastAudit.PK_MeterSummary1CLUSTEREDYY038042026-06-13 02:02:52neverUSEDKEEP — primary key
INVOICE.report.PayrollLine.PK_ForecastResult1CLUSTEREDYY038042026-06-13 02:02:55neverUSEDKEEP — primary key
INVOICE.report.SupplierArchive.PK_BatchDaily1CLUSTEREDYY038042026-06-13 02:03:16neverUSEDKEEP — primary key
INVOICE.report.CustomerSnapshot.PK_BatchResult1CLUSTEREDYY038042026-06-13 02:03:17neverUSEDKEEP — primary key
INVOICE.report.CampaignResult.PK_ShiftEntry1CLUSTEREDYY0380122026-06-13 02:03:15neverUSEDKEEP — primary key
INVOICE.report.BookingStaging.PK_RouteMonthly1CLUSTEREDYY038082026-06-13 02:02:55neverUSEDKEEP — primary key
INVOICE.report.SupplierResult.PK_OrdersDaily1CLUSTEREDYY038042026-06-13 02:02:52neverUSEDKEEP — primary key
INVOICE.report.ShiftResult.PK_SupplierSummary1CLUSTEREDYY0380122026-06-13 02:03:12neverUSEDKEEP — primary key
INVOICE.report.ShiftDaily.PK_SettlementResult1CLUSTEREDYY038042026-06-13 02:02:42neverUSEDKEEP — primary key
INVOICE.report.PayrollHistory.PK_ClaimArchive1CLUSTEREDYY1738092026-06-13 02:03:03neverUSEDKEEP — primary key
INVOICE.report.CatalogSummary.PK_RouteHistory1CLUSTEREDYY0380132026-06-13 02:03:09neverUSEDKEEP — primary key
INVOICE.report.TicketMonthly.PK_RouteEntry1CLUSTEREDYY451082026-06-13 02:03:11neverUSEDKEEP — primary key
INVOICE.report.BillingQueue.PK_PolicyMonthly1CLUSTEREDYY0380132026-06-13 02:03:09neverUSEDKEEP — primary key
INVOICE.report.QuotaResult.PK_InvoiceResult1CLUSTEREDYY038072026-06-13 02:02:51neverUSEDKEEP — primary key