Skip to content

Instantly share code, notes, and snippets.

@q42jaap
Created October 17, 2012 14:30
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 q42jaap/3905824 to your computer and use it in GitHub Desktop.
Save q42jaap/3905824 to your computer and use it in GitHub Desktop.
Shrink database
DBCC SHRINKDATABASE (UserDB, 10);
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment