DBCC FREEPROCCACHE
DBCC DROPCLEANBUFFERS
/************************/
To Verify whether it has done the job..
DBCC PROCCACHE
The values displayed will be in single digits ( if only the current user is connected ).
Please handle with care while do it production servers..
Gen, I use it only when I am doing performance tuning