Blog Post

SQL Server – Cleaning Procedure Cache for a particular database

,

HI friends, most of the time we used DBCC FREEPROCCACHE to clear the procedure cache, clears the specific plan from cache by specifying plan handle or SQL handle. DBCC FREEPROCCACHE does not require any parameters. To clear the plan cache we just need to execute below query – DBCC FREEPROCCACHE Whenever we execute this command,… Continue reading SQL Server – Cleaning Procedure Cache for a particular database

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating