Error trying to connect to a SQL Server using sqlcmd (from Ubuntu command line)?
问题 I am finding some problem trying to connect to a SQL Server instance from an Ubuntu machine using sqlcmd . So I installed sqlcmd as explained here: https://docs.microsoft.com/it-it/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver15#ubuntu The SQL server seems to be reachable because I can successfully connect to the 1433 port of its IP via Telnet. Then I tried to connect to one of my database on this server, in this way: ./sqlcmd -S MY_SERVER_IP\ESB_WSO2_USER_DB Where MY_SERVER_IP