diff --git a/samples/features/intelligent-query-processing/IQP Demo - Scalar UDF Inlining.sql b/samples/features/intelligent-query-processing/IQP Demo - Scalar UDF Inlining.sql index 43974234..e67d6522 100644 --- a/samples/features/intelligent-query-processing/IQP Demo - Scalar UDF Inlining.sql +++ b/samples/features/intelligent-query-processing/IQP Demo - Scalar UDF Inlining.sql @@ -15,9 +15,6 @@ GO ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 150; GO -ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE; -GO - USE [WideWorldImportersDW]; GO