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:
+1
-1
@@ -25,7 +25,7 @@ IF OBJECT_ID('Fact.OrderHistory') IS NULL BEGIN
|
||||
END;
|
||||
|
||||
ALTER TABLE Fact.OrderHistory
|
||||
ADD CONSTRAINT PK_Fact_OrderHistory PRIMARY KEY NONCLUSTERED([Order Key] ASC, [Order Date Key] ASC)WITH(DATA_COMPRESSION=PAGE);
|
||||
ADD CONSTRAINT PK_Fact_OrderHistory PRIMARY KEY NONCLUSTERED([Order Key] ASC, [Order Date Key] ASC) WITH (DATA_COMPRESSION = PAGE);
|
||||
GO
|
||||
|
||||
CREATE INDEX IX_Stock_Item_Key
|
||||
|
||||
Reference in New Issue
Block a user