I was wondering if there are any issues with having two SQL Server instances running on two servers using databsae mirroring in an active-active setup?
For instance -
Server1 | Server2 |
Instance - SQL1 | Instance - SQL2 |
Database1 | Databsae3 |
Database2 | Database4 |
Instance - SQL2 | Instance - SQL1 |
Databse3 - DR | Database1 - DR |
Databse4 - DR | Database2 - DR |
Does the above make sense? And is it possible? | |
Thanks Mark | |