Hi,
Suppose i have a four nodes ag, and i set up all three secondary replicas readable, and ag also has a listener. If a client connect to my AG with "read-intent" option in the connect string, how sql server 2012 decide to route connection, use round-robin or route to a random secondary replica?
Many thanks!