I\'m trying to connect to SQL-Azure from Ubuntu 12.04.
I\'ve compiled freeTds-0.91 with openssl and libiconf
tsql -H XXXXXXXX.database.windows.net -U
in freetds.conf [servername] host = ipAddress port = 1433 tds version = 8.0 for checking freetds connection =============================== $tsql -S servername -U username password