When I remove mirroring from one of my SQL server, it set the database to (Restoring...) where the mirror was. How can I remove this? When I try to "Take Offline" it I get an error:
TITLE: Microsoft.SqlServer.Smo
------------------------------
Set offline failed for Database 'databasename'.
For help, click:
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
ALTER DATABASE is not permitted while a database is in the Restoring state.
ALTER DATABASE statement failed. (Microsoft SQL Server, Error: 5052)
For help, click:
------------------------------
BUTTONS:
OK
------------------------------
The links in the error provide no help.
Thanks
TITLE: Microsoft.SqlServer.Smo
------------------------------
Set offline failed for Database 'databasename'.
For help, click:
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
ALTER DATABASE is not permitted while a database is in the Restoring state.
ALTER DATABASE statement failed. (Microsoft SQL Server, Error: 5052)
For help, click:
------------------------------
BUTTONS:
OK
------------------------------
The links in the error provide no help.
Thanks