The previous chapter is tell us how to install sqlerver on linuix
Today, we will see how to make it work.
Firstly, we need to install install UNIXODBC

and MSODBC sql

Connect to SQL Server on Linux
after execute it
sqlcmd -S localhost -U SA -P '<YourPassword>'

You see we get in. Really ? Yes, it is.

OMG , MS make all paths under c: disk. ANd it is really sqlserver

Bye the way, we can login from sqlserver studio


To be continue ...
Comments