Created
May 31, 2013 15:28
-
-
Save yuxhuang/5685761 to your computer and use it in GitHub Desktop.
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
-- set your current connection to use master otherwise you might get an error | |
use master | |
ALTER DATABASE YourDatabase SET SINGLE_USER WITH ROLLBACK IMMEDIATE | |
--do you stuff here | |
ALTER DATABASE YourDatabase SET MULTI_USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment