From 175e3c15917bc027436174f063f4c322a1d5f62e Mon Sep 17 00:00:00 2001 From: pmasl Date: Tue, 11 Jun 2019 23:07:23 -0400 Subject: [PATCH] Revert "Updating QDS demo and IQP enlarging script" This reverts commit d24e97f77f83d8e72a64b12498cf22499669a616. --- .gitignore | 2 +- .../Intelligent QP Demos Enlarging WideWorldImportersDW.sql | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a212675a..6735850e 100644 --- a/.gitignore +++ b/.gitignore @@ -366,7 +366,7 @@ samples/databases/wide-world-importers/sample-scripts/always-encrypted/PopulateA samples/databases/wide-world-importers/sample-scripts/always-encrypted/PopulateAlwaysEncryptedData/bin/Debug/PopulateAlwaysEncryptedData.exe.config samples/databases/wide-world-importers/sample-scripts/always-encrypted/PopulateAlwaysEncryptedData/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs samples/databases/wide-world-importers/workload-drivers/vehicle-location-insert/MultithreadedInMemoryTableInsert/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -#*.exe +*.exe samples/features/in-memory/iot-smart-grid/ConsoleClient/bin/Release/DataGenerator.dll samples/features/in-memory/iot-smart-grid/ConsoleClient/bin/Release/Reports/PowerDashboard.pbix samples/databases/wide-world-importers/wwi-integration-etl/Daily ETL/bin/Development/Daily ETL.ispac diff --git a/samples/features/intelligent-query-processing/Intelligent QP Demos Enlarging WideWorldImportersDW.sql b/samples/features/intelligent-query-processing/Intelligent QP Demos Enlarging WideWorldImportersDW.sql index dbc2066c..842613ba 100644 --- a/samples/features/intelligent-query-processing/Intelligent QP Demos Enlarging WideWorldImportersDW.sql +++ b/samples/features/intelligent-query-processing/Intelligent QP Demos Enlarging WideWorldImportersDW.sql @@ -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 \ No newline at end of file