Skip to content

Commit b155f02

Browse files
authored
Removing clear procedure_cache
Removing clear procedure_cache
1 parent 6a63be9 commit b155f02

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

samples/features/intelligent-query-processing/IQP Demo - Batch Mode Adaptive Join.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

@@ -53,4 +50,4 @@ FROM [Fact].[Order] AS [fo]
5350
INNER JOIN [Dimension].[Stock Item] AS [si]
5451
ON [fo].[Stock Item Key] = [si].[Stock Item Key]
5552
WHERE [fo].[Quantity] = 361;
56-
GO
53+
GO

0 commit comments

Comments
 (0)