R
Rohit Malhotra
Guest
Microsoft SQL Server JDBC Driver has MultiSubnetFailover option. When SQL server AlwaysOn is used, in JDBC connection string, you provide virtual hostname which is tied to multiple IP addresses. The driver should try all the IPs, whichever responds is the one that is used. This is all based on the MultiSubnetFailover=true argument. The DataDirect SQL Server JDBC driver does not behave in this fashion.
Continue reading...
Continue reading...