Which Ip To Use To Remote Connect To Sql Server?
I am trying to remotely connect to a Microsoft SQL Server from Node (using node-mssql). var sql = require('mssql') var config = { server: '**', user: '**', password: '
Solution 1:
If connecting from an application on the same machine, use the local_net_address
.
Post a Comment for "Which Ip To Use To Remote Connect To Sql Server?"