Mega Code Archive

 
Categories / MSSQL Tutorial / System Settings
 

Clearing Out Memory

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.