Hi, im using sql server 2012 and im stuck with a strange problem. i tried to restore a database snapshot to a database. usually it doesnt take much time to restore, but now it took 5 mins and still restoring, so i stopped query execution. it was trying to stop the query execution for more that 5 mins, so i closed SSMS using task manager.
So i tried to kill the restore process using KILL.
Now im able to can connect to that server, but the list of databases is not opening. i mean who ever is connected to this server, they are not able to get the databases. when i checked in sysprocesses, it is showing lastwaittype as LCK_M_S
None of users can see databases. Looks like im kind of messed up. I cannot restart SQL Server as others are connected to the server.
How do i solve this. Please help.