I have a database that is stuck in single-user mode. I kill the process that obtains the ‘lock’ on the db but when I kill it another one spawns automatically, (using the sa account). This happens even with SQL Server agent disabled. Any ideas?
Share
Can you login into the server/database?
If not, try the ADMIN:ServerName and it should open an emergency admin session
Then you can go into the SQL Server to ALTER DATABASE [name] SET MULTI_USER