Sometimes you may find a database is stuck in Restoring mode. The easiest way out is to run a command in the query window.
Run restore command:
restore database databasename with recovery
If database has spaces, use double quotes
restore database “My SharePoint Database” with recovery
Recent Comments