Skip to content

Commit 01deb61

Browse files
authored
Removing clear procedure_cache
Removing clear procedure_cache
1 parent b155f02 commit 01deb61

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

samples/features/intelligent-query-processing/IQP Demo - Batch Mode MGF.sql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ GO
1616
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 140;
1717
GO
1818

19-
ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE;
20-
GO
21-
2219
USE [WideWorldImportersDW];
2320
GO
2421

@@ -43,4 +40,4 @@ GO
4340
-- Execute this query a few times - each time looking at
4441
-- the plan to see impact on spills, memory grant size, and run time
4542
EXEC [FactOrderByLineageKey] 9;
46-
GO
43+
GO

0 commit comments

Comments
 (0)