I am trying to connect to MS SQL Server using pyodbc from a remote machine running Ubuntu 16.04.
pyodbc
import pyodbc conn = pyodbc.connect(r\'DRIVER
Microsoft's ODBC drivers for SQL Server do not use a PORT= parameter. The port number, if any, is appended to the server name/IP with a comma, e.g.,
PORT=
SERVER=xxxTest-SRV,51333;