Clear Buffer and Cache Memory in SQL Server



                      DBCC as Database Console Commands for SQL Server.
FREEPROCCACHE as Clear Cache Without Restarting SQL server or Windows System.
DROPCLEANBUFFERS  command to remove all buffers from the buffer pool.

    DBCC DROPCLEANBUFFERS 
    DBCC FREEPROCCACHE

Run that Mentioned Query in Selected Database Query. Remove All Buffer and Cache Memory.


Comments

Popular posts from this blog

Insecure cookie setting: missing Secure flag

Maximum Stored Procedure Function Trigger or View Nesting Level Exceeded (limit 32) in SQL Server

Display Line Chart Using Chart.js MVC C#