Hi Expert
We have 2016 R2 EE Alwayson and some clarification on fail over AG. We have async and sync setup
Q1. When we execute following command does it mean it does graceful failover or not. The reason is let say application submit batch jobs . While running in the DB, we do plan failover step. In this situation the batch job lost of acknowledgement whom to send back to "who submit the job" .
Do we need to setup extra configuration to achieve this or it already satisfied .
Q2 What will happen to connected sessions? will be continued with survival replica or need a "reconnect" again and session id will be new one.
Expert advise is highly appreciate.
:Connect node
ALTER AVAILABILITY GROUP [AG name] FAILOVER;
GO