From 765a3104dc18b4dd72e1fcd7e4772f23848efd8a Mon Sep 17 00:00:00 2001 From: pmasl Date: Mon, 4 Nov 2019 22:21:34 -0800 Subject: [PATCH] Update Intelligent QP Demo Setup - Enlarging WideWorldImportersDW.sql --- ...igent QP Demo Setup - Enlarging WideWorldImportersDW.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/samples/features/intelligent-query-processing/Intelligent QP Demo Setup - Enlarging WideWorldImportersDW.sql b/samples/features/intelligent-query-processing/Intelligent QP Demo Setup - Enlarging WideWorldImportersDW.sql index 7547243d..e3d82c3a 100644 --- a/samples/features/intelligent-query-processing/Intelligent QP Demo Setup - Enlarging WideWorldImportersDW.sql +++ b/samples/features/intelligent-query-processing/Intelligent QP Demo Setup - Enlarging WideWorldImportersDW.sql @@ -41,6 +41,12 @@ INCLUDE([Order Key]) WITH (DATA_COMPRESSION = PAGE); GO +CREATE INDEX IX_OrderHistory_CustomerKey +ON Fact.OrderHistory([Customer Key]) +INCLUDE ([Total Including Tax]) +WITH (DATA_COMPRESSION = PAGE); +GO + /* Reality check... Starting count should be 231,412 */