| title | Overview of SQL Server on Linux | Microsoft Docs |
|---|---|
| description | This article describes how SQL Server runs on Linux and provides information on how to learn more. |
| author | rothja |
| ms.author | jroth |
| manager | craigg |
| ms.date | 04/17/2018 |
| ms.topic | article |
| ms.prod | sql-non-specified |
| ms.prod_service | database-engine |
| ms.service | |
| ms.component | |
| ms.suite | sql |
| ms.custom | sql-linux |
| ms.technology | database-engine |
| ms.assetid | 9dcc6a90-0add-42c2-815b-862e4e2a21ac |
| ms.workload | Active |
[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md-linuxonly]
SQL Server 2017 now runs on Linux. It’s the same SQL Server database engine, with many similar features and services regardless of your operating system.
To get started, install SQL Server on Linux using one of the following quickstarts:
- Install on Red Hat Enterprise Linux
- Install on SUSE Linux Enterprise Server
- Install on Ubuntu
- Run on Docker
- Provision a SQL VM in Azure
Note
Docker itself runs on multiple platforms, which means that you can run the Docker image on Linux, Mac, and Windows.
After installation, connect to the SQL Server instance on your Linux machine. You can connect locally or remotely and with a variety of tools and drivers. The quickstarts demonstrate how to use the sqlcmd command-line tool. Other tools include the following:
| Tool | Tutorial |
|---|---|
| Visual Studio Code (VS Code) | Use VS Code with SQL Server on Linux |
| SQL Server Management Studio (SSMS) | Use SSMS on Windows to connect to SQL Server on Linux |
| SQL Server Data Tools (SSDT) | Use SSDT with SQL Server on Linux |
SQL Server 2017 has the same underlying database engine on all supported platforms, including Linux. So many existing features and capabilities operate the same way on Linux. This area of the documentation exposes some of these features from a Linux perspective. It also calls out areas that have unique requirements on Linux.
If you are already familiar with SQL Server, review the Release notes for general guidelines and known issues for this release. Then look at what's new for SQL Server on Linux as well as what's new for SQL Server 2017 overall.
Tip
For answers to frequently asked questions, see the SQL Server on Linux FAQ.
[!INCLUDEGet Help Options]
[!INCLUDEcontribute-to-content]