diff --git a/samples/features/intelligent-query-processing/IQP Demo - Batch Mode Adaptive Join.sql b/samples/features/intelligent-query-processing/IQP Demo - Batch Mode Adaptive Join.sql index a30ee923..7e685f81 100644 --- a/samples/features/intelligent-query-processing/IQP Demo - Batch Mode Adaptive Join.sql +++ b/samples/features/intelligent-query-processing/IQP Demo - Batch Mode Adaptive Join.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 @@ -53,4 +50,4 @@ FROM [Fact].[Order] AS [fo] INNER JOIN [Dimension].[Stock Item] AS [si] ON [fo].[Stock Item Key] = [si].[Stock Item Key] WHERE [fo].[Quantity] = 361; -GO \ No newline at end of file +GO