Update Intelligent QP Demo Setup - Enlarging WideWorldImportersDW.sql

This commit is contained in:
pmasl
2019-11-04 22:21:34 -08:00
parent 7d1fe1da35
commit 765a3104dc
@@ -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
*/