Well, I managed to install the SQL Server 2017 on Ubuntu 18.04 LTS based on the official Microsoft tutorial, step by step. After sqlcmd
tool installation, when I run
sqlcmd -S localhost -U SA
and enter the password correctly, I get these two errors:
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2746.
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Client unable to establish connection.
I appreciate any advice on how to get around these unusual errors....