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);