Hello
Anyone know if you can place a SQL2005 Mirrored principle database in single user mode without breaking the mirror?
E.g.
I can put database in single user mode after breaking mirror (ALTER DATABASE mydb set PARTNER off) but can't do it when I suspend mirroring (ALTER DATABASE mydb set PARTNER suspend).
Thanks
John