From b53fd31c3cddb99c15925bcd633c20858e743b01 Mon Sep 17 00:00:00 2001 From: Joe Sack Date: Mon, 20 Jul 2020 08:49:40 -0500 Subject: [PATCH] Removing clear procedure_cache Removing clear procedure_cache --- .../IQP Demo - Interleaved Execution.sql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/samples/features/intelligent-query-processing/IQP Demo - Interleaved Execution.sql b/samples/features/intelligent-query-processing/IQP Demo - Interleaved Execution.sql index 5f58af7f..3da3fd82 100644 --- a/samples/features/intelligent-query-processing/IQP Demo - Interleaved Execution.sql +++ b/samples/features/intelligent-query-processing/IQP Demo - Interleaved Execution.sql @@ -122,9 +122,6 @@ GO ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 130; GO -ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE; -GO - USE [WideWorldImportersDW]; GO @@ -153,9 +150,6 @@ GO ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 140; GO -ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE; -GO - USE [WideWorldImportersDW]; GO