Removing clear procedure_cache

Removing clear procedure_cache
This commit is contained in:
Joe Sack
2020-07-20 08:49:08 -05:00
committed by GitHub
parent 01deb6143c
commit ff941b96f8
@@ -16,9 +16,6 @@ GO
ALTER DATABASE [WideWorldImportersDW] SET COMPATIBILITY_LEVEL = 150;
GO
ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE;
GO
USE [WideWorldImportersDW];
GO
@@ -54,4 +51,4 @@ GROUP BY [Tax Rate],
ORDER BY [Tax Rate],
[Lineage Key],
[Salesperson Key]
OPTION (RECOMPILE);
OPTION (RECOMPILE);