Curious if anyone is using a SQL cluster for NTP and if you’ve had any issues. Along the same lines, has anyone had any luck connecting to SQL with a connector string as opposed to ,? Seems for clustering, the connection string is preferred.
1 Like
Hi Art - I know we have several customers using a SQL cluster for the NTP database with no issues. I have asked Alexei to reply with further details.
-Tony
3 Likes
We have tested NTP with SQL Cluster, specifically with the Always On Availability Groups configuration. No known issues at this time.
Also in NTP 7.5 we introduced possibility to add custom parameters to the connection string. For example, now you can specify additional connection string parameters in the EM config file like this:
…add key=“ConnectionStringOptions” value=“MultiSubnetFailover=True”…