Created
November 14, 2012 21:49
-
-
Save tecnocrata/4075067 to your computer and use it in GitHub Desktop.
Cerrar conexiones a una Base de Datos y borrarla inmediatamente
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 DBReport set single_user with rollback immediate | |
| DROP Database DBReport |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment