sqlserver install on linux chapter two

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

 

sqlserver install on linux chapter two

 

and MSODBC sql

 

sqlserver install on linux chapter two

 

Connect to SQL Server on Linux

 

after execute it

 

sqlcmd -S localhost -U SA -P '<YourPassword>'


sqlserver install on linux chapter two


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


sqlserver install on linux chapter two



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


sqlserver install on linux chapter two


Bye the way, we can login from sqlserver studio


sqlserver install on linux chapter two


sqlserver install on linux chapter two



To be continue ...