From ff941b96f8823a82fd322e603cd90a8c4509d04c Mon Sep 17 00:00:00 2001 From: Joe Sack Date: Mon, 20 Jul 2020 08:49:08 -0500 Subject: [PATCH] Removing clear procedure_cache Removing clear procedure_cache --- .../IQP Demo - Batch Mode on Rowstore.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/samples/features/intelligent-query-processing/IQP Demo - Batch Mode on Rowstore.sql b/samples/features/intelligent-query-processing/IQP Demo - Batch Mode on Rowstore.sql index 1d0eb36e..0b4f636f 100644 --- a/samples/features/intelligent-query-processing/IQP Demo - Batch Mode on Rowstore.sql +++ b/samples/features/intelligent-query-processing/IQP Demo - Batch Mode on Rowstore.sql @@ -16,9 +16,6 @@ GO ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 150; GO -ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE; -GO - USE [WideWorldImportersDW]; GO @@ -54,4 +51,4 @@ GROUP BY [Tax Rate], ORDER BY [Tax Rate], [Lineage Key], [Salesperson Key] -OPTION (RECOMPILE); \ No newline at end of file +OPTION (RECOMPILE);