We currently use SQL Server 2012 Standard Edition and we mirror from one SQL Server instance to another for automatic failover purposes.
I want to replicate the database which is mirrored, to another SQL Server instance, for reporting purposes. The replication will need to be as close to real time as possible.
Questions
- Can you have SQL Server replication working alongside mirroring?
- If so, how does it function and does it have constraints / impact on the mirroring?