Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server

23,456

we have same problem,

and i have fixed that, just replace localhost with 127.0.0.1

sqlcmd -S 127.0.0.1 -U SA

Share:
23,456

Related videos on Youtube

Raakh
Author by

Raakh

Updated on September 18, 2022

Comments

  • Raakh
    Raakh over 1 year

    I am not able to run sqlcmd command
    My OS (18.04) is

    $ uname -a Linux Linux 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

    $ sqlcmd -S localhost -U SA -P 'password'
    Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login timeout expired.
    Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2749.
    Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..