microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
337 stars 59 forks source link

use tcp before np #250

Closed shueybubbles closed 1 year ago

shueybubbles commented 1 year ago

Fixes #247 Also sets the dial timeout appropriately instead of connect timeout based on -l It's possible this isn't a complete fix for high latency networks. I have a changed in the driver as well, but I will wait to see if it's needed.