Posts

Showing posts from February, 2018

Visual Studio Code and T-SQL on SQLServeronLinux

Image
As a follow up blog on working with SQL server on Linux(Original Blog - http://learningdatabaseguy.blogspot.com.au/2017/11/setup-sql-server-instance-on-linux-on.html) , I have decided to use Visual Studio Code (https://code.visualstudio.com/ ) to connect to SQL server instance on Linux running on docker. To refresh our minds, we can use below command to check the SQL server running process:  192-168-1-10:~ ashwi$ docker ps CONTAINER ID        IMAGE                                   COMMAND                  CREATED STATUS              PORTS                    NAMES 187d5a935fe6        microsoft/mssql-server-linux:2017-GDR   "/bin/sh -c /opt/m..."   21 hours ago Up 21 hours      ...