Search results

  1. A

    Access Microsoft SQL Server on Windows Server

    I am implementing a Blazor Server Application on Linux which access a Micrsoft SQL Server on a Windows Server. I was not sure why it was failing. Thought it could be the SQL connection and wanted to isolate the problem. That was the reason I wanted to see if the issue was a SQL connection...
  2. A

    Access Microsoft SQL Server on Windows Server

    Thanks for your reply. Yes, the server is running and accepting remote connections. Ping works. Just tried the following. tsql -S <server-ip> - U <user> And then typed in the password. That worked. So, suspecting it could be an ODBC issues or something to do with the sqlcmd. Probably...
  3. 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