Created
September 26, 2012 16:29
-
-
Save ehlertij/3789021 to your computer and use it in GitHub Desktop.
Shrink Transaction Log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE WSN_Forums | |
GO | |
ALTER DATABASE WSN_Forums SET RECOVERY SIMPLE | |
GO | |
DBCC SHRINKFILE('WSN_Forums_log',1) | |
GO | |
ALTER DATABASE WSN_Forums SET RECOVERY FULL | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment