Hi Folks,
I was running through a scenario which my master database is corrupt and I want to failover to the mirror. I did this by
ALTER DATABASE SET PARTNER FORCE_SERVICE_ALLOW_DATA_LOSS on the mirror
I then rebuilt the master db
start /wait
I then restored the master database.
After bringing the database instance up the databases came back in a mirrored state. When I tried to resume mirroring though I kept getting synchronizing status; which was weird because there was noone using the database. so I broke the mirror and tried to establish and I got
error 1443; severity 16 state 2
Why can't I synchronize?