.. kolejny blog w sieci (głównie na własne potrzeby)
Zastąpienie bazy danych w stanie "Restoring"
środa, marca 04 2015
RESTORE DATABASE MyDatabase
FROM DISK = 'MyDatabase.bak'
WITH REPLACE,RECOVERY
Źródło: http://stackoverflow.com/questions/520967/sql-server-database-stuck-in-restoring-state