top of page
Search

sqlserver install on linux chapter two

  • Writer: partition liu
    partition liu
  • Feb 19, 2019
  • 1 min read

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 ...


 
 
 

Recent Posts

See All

Commentaires


bottom of page