Answers for "cannot drop database because it is currently in use"

SQL
0

cannot drop database because it is currently in use

Someone connected to the database. Try to switch to another database and then, to drop it:

Try

SP_WHO to see who connected

and KILL if needed
Posted by: Guest on February-26-2021

Code answers related to "cannot drop database because it is currently in use"

Code answers related to "SQL"

Browse Popular Code Answers by Language