Coldfusion 2011 / 2018 Datasource to MSSQL AG Failover DB
Hi.
We have set up a SQL 2017 failover cluster (active/passive).
We have created the datasource in ColdFusion to the IP of the AG database and it's all OK.
If i switch the SQL servers all old request from coldfusion remain suspended (new request go to the active server).
I found in MS documentation how to set JDBC driver in HA:
But it seems that it cannot be done with the native coldfusion JDBS driver for MSSQL.
I've to use the MS JDBC Driver (acctual version 7.4.1.0)?
It's supported?
Or there's a way to use the multiSubnetFailover in the coldfusion native driver?
