diff --git a/samples/features/intelligent-query-processing/IQP Demo - TVDC.sql b/samples/features/intelligent-query-processing/IQP Demo - TVDC.sql index 161f4b2f..6a7b422e 100644 --- a/samples/features/intelligent-query-processing/IQP Demo - TVDC.sql +++ b/samples/features/intelligent-query-processing/IQP Demo - TVDC.sql @@ -16,9 +16,6 @@ GO ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 140; GO -ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE; -GO - USE [WideWorldImportersDW]; GO