Skip to content

Instantly share code, notes, and snippets.

@shaxxx
Created November 10, 2014 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaxxx/dfa2b500744f45bfa76f to your computer and use it in GitHub Desktop.
Save shaxxx/dfa2b500744f45bfa76f to your computer and use it in GitHub Desktop.
Free Cache in MSSQL
dbcc freeproccache
dbcc dropcleanbuffers
DBCC FREESYSTEMCACHE ('ALL')
DBCC FREESESSIONCACHE
DBCC FREEPROCCACHE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment