mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update Intelligent QP Demo Setup - Enlarging WideWorldImportersDW.sql
This commit is contained in:
+6
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user