Skip to content

Instantly share code, notes, and snippets.

@tecnocrata
Created November 14, 2012 21:49
Show Gist options
  • Select an option

  • Save tecnocrata/4075067 to your computer and use it in GitHub Desktop.

Select an option

Save tecnocrata/4075067 to your computer and use it in GitHub Desktop.
Cerrar conexiones a una Base de Datos y borrarla inmediatamente
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