Hello Fellas,
I have setup Always-ON AG on my SQL 2012 RTM instance and I have 2 databases as part of my AG.
DB1 and DB2 for instance.
These are setup on Primary Replica as Read-Write and Secondary Replica as Readonly.
I have a Listener [ VNN ] setup and my primary application points to my Listener to connect to the AG.
Now, I have another reporting application which points to the same VNN with Applicationintent=Readonly in the connectionstring and so is re-directed to my Secondary Replica since the DBs are readonly.
If for instance, my secondary replica becomes unavailable, will my application be re-directed to Primary replica for read calls or will my read calls fail ?
Please suggest.
Thanks
Kishore