Hi all,
Just trying to figure out how I can make this configuration possible, and what would be the best technologies to make this configuration happen.
Two SQL Servers. SQL1 and SQL2, configured to be part of the same availability group.
On the availability group there would be two databases DB_A, and DB_B. On the Primary cluster member DB_A has RW access, DB_B can only have Read. On the Secondary cluster member DB_A will have R access, and DB_B will have RW Access.
The idea is to ensure that when both cluster members are available, there will never be RW access to DB_A and DB_B on the same cluster member.
Could this be done through two separate availability groups? Would I need a scheduled task/powershell to ensure these requirements?
Nathan Julsrud