System Settings MSSQL Tutorial

DBCC FREEPROCCACHE
DBCC DROPCLEANBUFFERS
GO
The DBCC FREEPROCCACHE command removes all elements from procedure cache so that any new query will require recompi
lation.
The DBCC DROPCLEANBUFFERS command removes clean buffers from the buffer pool.