| title | Connect and query SQL Server on Linux (VS Code) | SQL Server vNext CTP1 |
|---|---|
| description | |
| author | rothja |
| ms.author | jroth |
| manager | jhubbard |
| ms.date | 10-18-2016 |
| ms.topic | article |
| ms.prod | sql-non-specified |
| ms.service | |
| ms.technology | |
| ms.assetid |
This topic shows how to use Visual Studio Code (VS Code) tool to connect and query SQL server running on Linux.
VS Code is a cross-platform graphical code editor that supports extensions. This tutorial uses the SQL Tools extension for VS Code.
Note
This section contains internal dogfood instructions for now and will be modified for customers later. It will either be a link to other installation instructions or a brief summary of the steps required.
- Download and install Visual Studio Code on your target platform.
- Download and save the VSIX file for the SQL Tools extension. The following platforms are supported at this time.
| Platform | VSIX file |
|---|---|
| Windows 7+ | \\dtnuget\download\vscode-mssql\0.0.3\vscode-mssql-windows-0.0.3.vsix |
| Mac OS X | \\dtnuget\download\vscode-mssql\0.0.3\vscode-mssql-mac-0.0.3.vsix |
| Ubuntu 16 | \\dtnuget\download\vscode-mssql\0.0.3\vscode-mssql-ubuntu16-0.0.3.vsix |
- Start VS Code.
-
On the File menu, click Open.
-
Open the previously saved VSIX file.
-
The vscode-mssql extension takes up to one minute to install. Wait for the prompt that tells you it installed successfully.
-
Restart VS Code to use the vscode-mssql extension.
- TBD
- TBD
- TBD
- TBD
TBD

