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
Post a Comment
Thank You for your Comment