I tried restoring a .bak database in sql server 2014 using the GUI. It did not complete and hung indefintely.
No matter what I try, I can't get rid of this database so I can start anew.
I have tried several things like:
killing the process under activity manager
using some drop commands which fail due to locks.
I found a similar post on this site to list the locks for my database id, problem is I don't even see the database using
EXEC sp_databases
Can someone comment on what I can do to get rid of this. I haven't restarted the bloody server yet but I suspect
that won't help either.
Thanks!