Skip to content

Commit 765a310

Browse files
author
pmasl
committed
Update Intelligent QP Demo Setup - Enlarging WideWorldImportersDW.sql
1 parent 7d1fe1d commit 765a310

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

samples/features/intelligent-query-processing/Intelligent QP Demo Setup - Enlarging WideWorldImportersDW.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ INCLUDE([Order Key])
4141
WITH (DATA_COMPRESSION = PAGE);
4242
GO
4343

44+
CREATE INDEX IX_OrderHistory_CustomerKey
45+
ON Fact.OrderHistory([Customer Key])
46+
INCLUDE ([Total Including Tax])
47+
WITH (DATA_COMPRESSION = PAGE);
48+
GO
49+
4450
/*
4551
Reality check... Starting count should be 231,412
4652
*/

0 commit comments

Comments
 (0)