Database Stuck In Restoring Status
Fixing a database that is currently stuck in "Restoring" mode.
SaaS
On-Premises
Databases
Cloud Admin
Munis
SSMS
Restoration of a backed up database has caused the original database to enter a "Restoring" status–causing the database and its associated connections to break.
As a best practice, if possible, please ensure that a backup of each effected database has been taken.
Log onto the database server housing the impacted database.
Open and click SQL Server Management Studio (SSMS).
Review the server name and click Connect.
Click the New Query button. This should automatically open a query window that will be ran on the master database.
Copy and paste the following query into the window, where <DatabaseName> is the database actively in a "Restoring" status.
RESTORE DATABASE <DatabaseName> WITH RECOVERY
Click Execute.
Right click the Databases folder within SSMS and select the Refresh button.
Verify that the database is no longer restoring, has been brought online, and that access to programs associated with the database has been re-instantiated.
SaaS clients will require support assistance to complete this task. Please reach out to our TSM Support division by creating a case within our portal.