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