Replication and Mirroring

  • 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?

  • What's the type of mirroring between A & B ?

    --

    SQLBuddy

  • If I got you trace flag T1448 can help you (to isolate replication from mirror)- check this:

    http://support.microsoft.com/kb/937041

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply