Articles → SQL SERVER → Plan Cache In Execution Plan
Plan Cache In Execution Plan
How To Check Plan Cache In SQL Server
Use Master
Go
select
*
from
syscacheobjects
How To Clear Plan Cache
Use Master
Go
dbcc freeproccache
Posted By - | Karan Gupta |
|
Posted On - | Thursday, April 2, 2015 |