DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Setup For Performance Testing: Clear Cache, Buffers (MSSQL)
For Microsoft SQL (MSSQL).
Use this to clear the cache and buffers to ensure comparison are accurate.
dbcc freeproccache go dbcc dropcleanbuffers go





