Revert "Updating QDS demo and IQP enlarging script"

This reverts commit d24e97f77f.
This commit is contained in:
pmasl
2019-06-11 23:07:23 -04:00
parent d24e97f77f
commit 175e3c1591
2 changed files with 1 additions and 6 deletions
@@ -100,9 +100,4 @@ GO
UPDATE Fact.OrderHistoryExtended
SET [WWI Order ID] = [Order Key];
GO
CHECKPOINT
GO
DBCC SHRINKFILE (N'WWI_Log' , 0, TRUNCATEONLY)
GO