Hi
I researched about SQL 2016 Cluster Active-Active and I read High availability options on https://msdn.microsoft.com/en-us/library/ms190202.aspx but cannot see SQL Cluster with Active/Active nodes. Our business requirements are:
- SQL Cluster 2016
- Two node members of cluster
- SQL Cluster contain one SQL instance with one DB1
- Our requirement is that both nodes are active simultaneously DB1.
My question is, if is possible configure SQL Cluster to have active DB1 on both nodes at the same time(Active/Active)?
Thanks.