41373/error-cannot-connect-server-ubuntu-installing-mssql-linux
Itried installing MSSQL Server on Linux but I got the following error:
Cannot connect to the SQL Server on Ubuntu from SSMS
Hey @Rajni,
Verify if the server is running on the Ubuntu machine by running the command:
sudo systemctl status mssql-server
Start the service using the following command:
sudo systemctl start mssql-server
You can try out something like this: SELECT ...READ MORE
Check for these things before you start ...READ MORE
Hey @Kiran, DB2 Server is available for ...READ MORE
Hey it would be helpful if you ...READ MORE
These would be the hardware requirements to ...READ MORE
Hey @Rajni, to install MSSQL Server on ...READ MORE
Hey Rajni, Execute the following commands: sudo apt-get ...READ MORE
Execute the following two commands: sudo systemctl stop ...READ MORE
The option is to reset the system ...READ MORE
SQL server on Linux is pretty new ...READ MORE
OR
Already have an account? Sign in.