bestlong / node-red-contrib-mssql-plus

A Node-RED node to read and write to Microsoft MS SQL Databases
MIT License
31 stars 18 forks source link

Failover Partner connections. #44

Closed ghost closed 3 years ago

ghost commented 3 years ago

I've got a clustered database to connect to, using the FailoverPartner attribute in the connection string, detailed here : https://www.connectionstrings.com/sqlconnection/database-mirroring/

Is there a way to do this ?

Thanks Simon

Steve-Mcl commented 3 years ago

Hi. Unfortunately the underlying driver doesn't support this depreciated feature (see this issue

I have successfully connected to a traditional SQL cluster (using the cluster address/hostname).