We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a63be9 commit b155f02Copy full SHA for b155f02
1 file changed
samples/features/intelligent-query-processing/IQP Demo - Batch Mode Adaptive Join.sql
@@ -16,9 +16,6 @@ GO
16
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 140;
17
GO
18
19
-ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE;
20
-GO
21
-
22
USE [WideWorldImportersDW];
23
24
@@ -53,4 +50,4 @@ FROM [Fact].[Order] AS [fo]
53
50
INNER JOIN [Dimension].[Stock Item] AS [si]
54
51
ON [fo].[Stock Item Key] = [si].[Stock Item Key]
55
52
WHERE [fo].[Quantity] = 361;
56
+GO
0 commit comments