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


ree

and MSODBC sql


ree

Connect to SQL Server on Linux

after execute it

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


ree

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


ree

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


ree

Bye the way, we can login from sqlserver studio



ree

ree

To be continue ...


 
 
 

Recent Posts

See All

Comments


bottom of page