We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff941b9 commit b53fd31Copy full SHA for b53fd31
1 file changed
samples/features/intelligent-query-processing/IQP Demo - Interleaved Execution.sql
@@ -122,9 +122,6 @@ GO
122
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 130;
123
GO
124
125
-ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE;
126
-GO
127
-
128
USE [WideWorldImportersDW];
129
130
@@ -153,9 +150,6 @@ GO
153
150
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 140;
154
151
155
152
156
157
158
159
160
161
0 commit comments