Hello,
I'm planning on deploying a 2 node SQL cluster with a file share witness. I have 3 applications which require SQL and I'm thinking of setting SQL AAGs up as follows:
SQL1 - AAG1, AAG2, AAG3 (3 instances)
SQL2 - AAG1, AAG2, AAG3 (3 instances)
I'll have 3 listeners using separate ports so there isn't a conflict.
Is it possible to use different fail over and commit modes for the different AAGs in this setup? E.g. AAG1 is setup for synchronous commit automatic failover and AAG3 is setup for manual failover.
Thanks