Migrated SQL Server database suddenly in "Restoring" state
Posted
by Pete Montgomery
on Server Fault
See other posts from Server Fault
or by Pete Montgomery
Published on 2010-03-24T19:01:55Z
Indexed on
2010/03/25
22:33 UTC
Read the original article
Hit count: 540
sql-server
|sql-server-2008
Edit: This is still a live prob, less than an hour after trying RESTORE ... WITH RECOVERY.
I backed up a SQL Server 2005 database and restored it to a new SQL 2008 instance. The restore was quick and successful. Everything was fine for an hour or so.
Suddenly, the database is now stuck in "(Restoring...)" state in Management Studio and has a green arrow icon, and my application login is failing!
Any advice? :-)
Edit: This is a live application. If I delete and try again, the hour or so's data will be lost.
© Server Fault or respective owner