Thank you for your response. I have already tried your above suggestion and the following error is returned.
Msg 1404, Level 16, State 4, Line 1
The command failed because the database mirror is busy. Reissue the command later.
I just tried again (4 days since the mirror went down) and got the same message.
Has anyone ran into this problem before?
Main Topics
Browse All Topics





by: SteveH_UKPosted on 2008-02-26 at 23:13:00ID: 20991971
You need to use the FORCE SERVICE method. See http://technet.microsoft.c om/en-us/l ibrary/ms1 89270.aspx .
OSS
Extract:
Connect to the mirror server.
Issue the following statement:
ALTER DATABASE <database_name> SET PARTNER
FORCE_SERVICE_ALLOW_DATA_L
where <database_name> is the mirrored database.
The mirror server immediately transitions to principal server, and mirroring is
suspended.
--------
You should remove the mirroring configuration after the database has been recovered.