Skip to content

Commit ff941b9

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

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

samples/features/intelligent-query-processing/IQP Demo - Batch Mode on Rowstore.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 = 150;
1717
GO
1818

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

@@ -54,4 +51,4 @@ GROUP BY [Tax Rate],
5451
ORDER BY [Tax Rate],
5552
[Lineage Key],
5653
[Salesperson Key]
57-
OPTION (RECOMPILE);
54+
OPTION (RECOMPILE);

0 commit comments

Comments
 (0)