In case of active / pasive cluster of SQLServer for example, with two nodes.
Node1: has the services of SQLServer running
Node2: Has the services of SQLServer stopped
How can ignore the Node2 stopped trigger if the trigger is running up on the Node1?
Which is the right way in this cases ?
Node1: has the services of SQLServer running
Node2: Has the services of SQLServer stopped
How can ignore the Node2 stopped trigger if the trigger is running up on the Node1?
Which is the right way in this cases ?
Comment