I am trying to find some information regarding the following scenario but am struggling..so any help greatly appreciated. If you have two SQL nodes in an active/active cluster. Node A has 256GB RAM and hosts a Database with no memory reservation set in SQL. Node B also has 256GB and is hosting a SQL Database with RAM set to a max of 128GB. If node B fails and the smaller Database needs to fail over to Node A, will this work? Will SQL reallocate memory nicely on node A or will failover be denied?
Cheers