Sql-server – SQL Server ReadOnly Routing Connection String

availability-groupshigh-availabilitysql serversql-server-2016

Can we route read-only connection to readable secondary replica without setting connection string (ApplicationIntent = ReadOnly)?

Best Answer

You would be required to set the Secondary Replica Copy as Readable, different from Read-Intent, and point the connection string to the actual instance where the replica resides.

This is not advisable, as it negates the HA usability of any Read-Intent replicas during failover.