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

Port and Instance Name #30

Closed ameennihad closed 4 years ago

ameennihad commented 4 years ago

Hi,

How can specify port number and instance name in the connection node? I see there was a port field in previous version, some one asked to make it optional, but it's no longer available in the latest version!

note that I connect to database using this server name ([server-ip][instance name],[port number]) but that format not supported in this node!

Thank You

Ameen

ameennihad commented 4 years ago

I'm not sure what happened, but after restarting my server the Port field and some other check boxes appeared in the SQL connection node, I just configured the right port and ignored instance name, from that point everything worked fine.