Skip to content

Commit b53fd31

Browse files
authored
Removing clear procedure_cache
Removing clear procedure_cache
1 parent ff941b9 commit b53fd31

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

samples/features/intelligent-query-processing/IQP Demo - Interleaved Execution.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ GO
122122
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 130;
123123
GO
124124

125-
ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE;
126-
GO
127-
128125
USE [WideWorldImportersDW];
129126
GO
130127

@@ -153,9 +150,6 @@ GO
153150
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 140;
154151
GO
155152

156-
ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE;
157-
GO
158-
159153
USE [WideWorldImportersDW];
160154
GO
161155

0 commit comments

Comments
 (0)