Skip to content

Commit abd9991

Browse files
authored
Add files via upload
1 parent de2ee3d commit abd9991

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,10 @@ GO
100100

101101
UPDATE Fact.OrderHistoryExtended
102102
SET [WWI Order ID] = [Order Key];
103+
GO
104+
105+
-- Repeat until log shrinks
106+
CHECKPOINT
107+
GO
108+
DBCC SHRINKFILE (N'WWI_Log' , 0, TRUNCATEONLY)
103109
GO

0 commit comments

Comments
 (0)