Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 5.4 KB

File metadata and controls

78 lines (56 loc) · 5.4 KB
title Overview of SQL Server on Linux
description This article describes how SQL Server runs on Linux and provides information on how to learn more.
author rwestMSFT
ms.author randolphwest
ms.date 11/18/2025
ms.service sql
ms.subservice linux
ms.topic concept-article
ms.custom
linux-related-content
ignite-2025

What is SQL Server on Linux?

[!INCLUDE SQL Server - Linux]

[!INCLUDE ssnoversion-md] runs on Linux, starting with [!INCLUDE sssql17-md]. It's the same [!INCLUDE ssdenoversion-md], with many similar features and services regardless of your operating system.

Install

To get started, install [!INCLUDE ssnoversion-md] on Linux using one of the following quickstarts:

Container images

The [!INCLUDE ssnoversion-md] container images are published and available on the Microsoft Container Registry (MCR), and also cataloged at the following locations, based on the operating system image that was used when creating the container image:

Note

Containers will only be published to MCR for the most recent Linux distributions. If you create your own custom [!INCLUDE ssnoversion-md] container image for an older supported distribution, it will still be supported. For more information, see Upcoming updates to SQL Server container images on Microsoft Artifact Registry aka (MCR).

Connect

After installation, connect to the [!INCLUDE ssnoversion-md] instance on your Linux machine. You can connect locally or remotely and with various 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) SQL Server extension for Visual Studio Code
SQL Server Management Studio (SSMS) Use SQL Server Management Studio on Windows to manage SQL Server on Linux
SQL Server Data Tools (SSDT) Use Visual Studio to create databases for SQL Server on Linux

Explore

Starting with [!INCLUDE sssql17-md], [!INCLUDE ssnoversion-md] has the same underlying [!INCLUDE ssde-md] on all supported platforms, including Linux and containers. Therefore, many existing features and capabilities operate the same way. 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're already familiar with [!INCLUDE ssnoversion-md] on Linux, review the release notes for general guidelines and known issues for this release:

To find out more about each release, see:

To see what's new in each version for Windows, see:

Tip

For answers to frequently asked questions, see the SQL Server on Linux FAQ.

[!INCLUDE Get Help Options]