sql-server

  1. A

    Access Microsoft SQL Server on Windows Server

    Hi, I ran the following command on a new Linux Ubuntu 22.04 Server. It should connect to a SQL Server version 2012 on a Windows Server sqlcmd -S <server-ip> -U <user> -P <password> -d <database> I got the following errors on Linux: Sqlcmd: Error Microsoft ODBC Driver 17 for SQL Server : TCP...
Top