Difference between revisions of "MS SQL Database Stuck in 'Restoring'"

From Hostek.com Wiki
Jump to: navigation, search
(Created page with "==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'...")
(No difference)

Revision as of 21:20, 21 April 2013

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.