SQL Server 2008 database mirroring madness
Posted
by Dmitri Nesteruk
on Stack Overflow
See other posts from Stack Overflow
or by Dmitri Nesteruk
Published on 2010-04-19T21:29:46Z
Indexed on
2010/04/19
21:33 UTC
Read the original article
Hit count: 437
I'm trying to get database mirroring to work on SQL Server 2008 between two computers. I checked connectivity, but here's what I end up with: on the principal machine, the server can connect to the mirror but refuses to set up a mirroring partnership due to it being 'unable to connect' (I checked connectivity, everything works).
The weird thing has happened on the mirror. First, the mirror now thinks it's being mirrored. Second, after I delete and recover the mirrored database, it goes into Restoring... mode and just gets stuck there.
Any ideas you might have on this are appreciated. Thanks!
© Stack Overflow or respective owner