在Ubuntu上连接SQL Server主要有以下两种方式:
curl
mssql-tools
unixodbc-dev
sqlcmd -S <服务器地址> -U <用户名> -P <密码>
/etc/odbcinst.ini
/etc/odbc.ini
isql -v <数据源名称>