Created
May 10, 2017 15:32
-
-
Save nordineb/db8dcc258a24c27e24ff75df001f576a to your computer and use it in GitHub Desktop.
REMINDER: SHRINK DATABASE
This file contains hidden or 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
ALTER DATABASE MYDB SET RECOVERY SIMPLE | |
USE MYDB | |
DBCC SHRINKFILE ('MYDB_LOG', 1) | |
DBCC SHRINKFILE ('MYDB', 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment