mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Removing clear procedure_cache
Removing clear procedure_cache
This commit is contained in:
+1
-4
@@ -16,9 +16,6 @@ GO
|
|||||||
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 140;
|
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 140;
|
||||||
GO
|
GO
|
||||||
|
|
||||||
ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE;
|
|
||||||
GO
|
|
||||||
|
|
||||||
USE [WideWorldImportersDW];
|
USE [WideWorldImportersDW];
|
||||||
GO
|
GO
|
||||||
|
|
||||||
@@ -53,4 +50,4 @@ FROM [Fact].[Order] AS [fo]
|
|||||||
INNER JOIN [Dimension].[Stock Item] AS [si]
|
INNER JOIN [Dimension].[Stock Item] AS [si]
|
||||||
ON [fo].[Stock Item Key] = [si].[Stock Item Key]
|
ON [fo].[Stock Item Key] = [si].[Stock Item Key]
|
||||||
WHERE [fo].[Quantity] = 361;
|
WHERE [fo].[Quantity] = 361;
|
||||||
GO
|
GO
|
||||||
|
|||||||
Reference in New Issue
Block a user