Add files via upload

This commit is contained in:
Pedro Lopes
2019-06-11 23:12:55 -04:00
committed by GitHub
parent de2ee3deaa
commit abd99916fe
@@ -100,4 +100,10 @@ GO
UPDATE Fact.OrderHistoryExtended
SET [WWI Order ID] = [Order Key];
GO
-- Repeat until log shrinks
CHECKPOINT
GO
DBCC SHRINKFILE (N'WWI_Log' , 0, TRUNCATEONLY)
GO