Hello,
I have a very general question and I'm not sure if this scenario is possible.
Can you have two AlwaysOn Availability Groups on a single instance of SQL Server? So say there will be a Primary replica (call it SQLVM1) and a Secondary replica (SQLVM2) and these two machines participate in an Availability Group called "SQLAG_1". SQLAG_1 has DB1 and DB2 and a Listener called "LISTAG_1".
Now I want to create a second Availability Group - SQLAG_2 containing DB3 and DB4 and a listener called "LISTAG_2" using the same SQLVM1 and SQLVM2.
Is this possible?
Thanks