Categories: Windows Server

SOLVED: SQL Database Hung on RESTORING

If you have a SQL database stuck on RESTORING (see screen shot) the answer is likely to run a RESTORE command against the MASTER database.

In my case I had been restoring one database over another (Production database into a Test database) and one of them got stuck… not funny.

After selecting the MASTER database to run the query against, the command is:

RESTORE DATABASE <database name> WITH RECOVERY

As you can see this fixed it in 4 seconds!

In case this does not resolve your issue, I found http://stackoverflow.com/questions/520967/sql-server-database-stuck-in-restoring-state to be helpful.

Published by
Ian Matthews
Tags: sql

This website uses cookies.