Posted by : Fridrik in (NAV, Technical)
May 1, 2009
Clearing SQL Cache
Tagged Under : Technical SQL Microsoft
In order to get a better view of the runtime weak spots in the client monitor, it is good to clean the SQL cache on the dev/test database periodically:
dbcc freeproccache


