Skip to content

Instantly share code, notes, and snippets.

@JohnLBevan
Created October 1, 2014 16:34
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 JohnLBevan/60e26b6ee808746b5865 to your computer and use it in GitHub Desktop.
Save JohnLBevan/60e26b6ee808746b5865 to your computer and use it in GitHub Desktop.
shrink db
use [ax-support1-uatb]
go
DBCC SHRINKFILE (N'EnergyLive' , 0, TRUNCATEONLY)
--(get file name from db's properties)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment