Hi guys, I have 3 sql servers A, B, C
A has the principal DBs. B has the mirror DBs. A replicates to C for reporting purposes. Problem is when there is any latency between A and B, replication cant grab the latest data from A. Is there a better way to architect this so as to avoid replication's dependency on transactions from A being committed at B?