Hi,
We are planning to deploy a Single Two Node SQL2017 Ent Edition Always On Availability cluster with all/sufficient local SSD storage on both Nodes.
The SQL Always On Availability cluster will be shared between two applications i.e. App1 & App2.
App1 requires to use Two SQL Database while App2 need Three SQL Databases.
Is the below approach correct & workable.
- Create Availability Group named AG1. Add the two SQL Database used by App1 to AG1. Let the Primary Replica be on Node1 & Secondary Replica on Node2
- Create Availability Group named AG2. Add the three SQL Database used by App2 to AG2. Let the Primary Replica be on Node2 & Secondary Replica on Node1.
Thanks.