Skip to content

Instantly share code, notes, and snippets.

@LeandroBarral
Created January 29, 2016 13:15
Show Gist options
  • Save LeandroBarral/063e72341b7efdca1409 to your computer and use it in GitHub Desktop.
Save LeandroBarral/063e72341b7efdca1409 to your computer and use it in GitHub Desktop.
Run SQL query without cache
DBCC FREESYSTEMCACHE('All')
DBCC FREESESSIONCACHE
DBCC FREEPROCCACHE
DBCC DROPCLEANBUFFERS
--select ... from ... join ... where ... order by ...
OPTION (RECOMPILE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment