MS SQL Database Stuck in 'Restoring'

From Hostek.com Wiki
Jump to: navigation, search

MS SQL Database Stuck in 'Restoring'

If you notice in MS SQL Management Studio that a database is stuck in restoring mode, open a new query by clicking on the 'new query' button and enter the following command:


RESTORE DATABASE [databasenamehere] WITH RECOVERY;

Click on 'Execute'. When you refresh MS SQL Management Studio, the database will be in a normal operational state.