SQL Server 2005 SP4
Windows Server 2003 R2 SP2
Backup of a database failed with the attached error message.
On using sp_who2, it appears as though a previous full database backup t-sql process did not finish and still running after days. T-log backs are running fine though. I tried to kill the run away full database backup process. But, the process still shows up on sp_who2. I tried to bring the database to single user mode but this request just hangs. I tried to bring the database to offline mode but the request just hangs. I tried to detach the database but the request just hangs. I might just have to re-start SQL Server service but just wanted to reach out if there is anything else I could do to clear the backup t-sql process/connection that is not letting go of its connection.
Any guidance is valued.