Removing clear procedure_cache

Removing clear procedure_cache
This commit is contained in:
Joe Sack
2020-07-20 08:48:44 -05:00
committed by GitHub
parent b155f02923
commit 01deb6143c
@@ -16,9 +16,6 @@ GO
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 140;
GO
ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE;
GO
USE [WideWorldImportersDW];
GO
@@ -43,4 +40,4 @@ GO
-- Execute this query a few times - each time looking at
-- the plan to see impact on spills, memory grant size, and run time
EXEC [FactOrderByLineageKey] 9;
GO
GO