Skip to content

Commit a4e8c6f

Browse files
authored
Update EnlargeOrdersTable.sql
1 parent 1c24b17 commit a4e8c6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Columnstore/EnlargeOrdersTable.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--Credit to Koen Verbeeck for this script
22
--http://www.sqlservercentral.com/blogs/koen-verbeeck/2016/08/12/bigger-fact-table-for-wide-world-importers/
33

4+
USE [WideWorldImportersDW]
5+
46
SELECT
57
[Order Key] = ISNULL(ROW_NUMBER() OVER(ORDER BY (SELECT NULL)),-1)
68
,[City Key]

0 commit comments

Comments
 (0)