Database is in Recovery
Problem:
My database is in recovery. Other DBA tried to restart the SQL server Services. There was no way to bring it online. Database mirror was set for the database.
Solution:
- Turn off the partner (If you can’t do it on the principle, Do it on the mirrored)
alter database mta_acctfiles set partner off
- Restore the DB with Recovery (Sometime I noticed you don’t even have to do this)