Skip to content

Commit 0d68cb9

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/sql-docs-pr (branch live)
2 parents 2ab7883 + 1b73357 commit 0d68cb9

3 files changed

Lines changed: 159 additions & 121 deletions

File tree

docs/linux/sql-server-linux-editions-and-components-2025.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article describes editions, features, and components supported
55
author: rwestMSFT
66
ms.author: randolphwest
77
ms.reviewer: amitkh, vanto
8-
ms.date: 11/27/2025
8+
ms.date: 01/08/2026
99
ms.service: sql
1010
ms.subservice: linux
1111
ms.topic: concept-article
@@ -90,6 +90,18 @@ The Developer editions continue to support only one client for [SQL Server Distr
9090

9191
<a id="rdbms-high-availability"></a>
9292

93+
## Azure connected services
94+
95+
| Feature | Enterprise | Standard | Express |
96+
| --- | :---: | :---: | :---: |
97+
| Azure extension for SQL Server | Yes | Yes | No |
98+
| Link feature for SQL Managed Instance <sup>1</sup> | Yes | Yes | No |
99+
| Failover servers for disaster recovery in Azure | Yes | Yes | No |
100+
| Microsoft Entra integration | Yes | Yes | Yes |
101+
| Pay-as-you-go billing | Yes | Yes | No |
102+
103+
<sup>1</sup> These features are governed by their respective [Lifecycle Policies](/lifecycle/products/sql-server-2025).
104+
93105
## High availability
94106

95107
| Feature | Enterprise | Standard | Express |
@@ -135,17 +147,34 @@ The Developer editions continue to support only one client for [SQL Server Distr
135147
| I/O resource governance | Yes | No | No |
136148
| Delayed durability | Yes | Yes | Yes |
137149
| Bulk insert improvements | Yes | Yes | Yes |
150+
| `tempdb` database files on **tmpfs** filesystem | Yes | Yes | Yes |
138151

139152
<sup>1</sup> In-Memory OLTP data size and columnstore segment cache are limited to the amount of memory specified by edition in the [Scale limits](#scale-limits) section. The max degree of parallelism is limited. The degree of process parallelism (DOP) for an index build is limited to 2 DOP for the Standard edition and 1 DOP for Express edition. This refers to columnstore indexes created over disk-based tables and memory-optimized tables.
140153

141154
## Intelligent query processing
142155

143156
| Feature | Enterprise | Standard | Express |
144157
| --- | :---: | :---: | :---: |
158+
| Approximate count distinct | Yes | Yes | Yes |
159+
| Approximate percentile | Yes | Yes | Yes |
145160
| Automatic tuning | Yes | No | No |
161+
| Batch mode on row store <sup>1</sup> | Yes | No | No |
146162
| Batch mode adaptive joins | Yes | No | No |
147163
| Batch mode memory grant feedback | Yes | No | No |
164+
| Cardinality estimate feedback | Yes | No | No |
165+
| Cardinality estimation feedback for expressions | Yes | No | No |
166+
| Degree of parallelism feedback | Yes | No | No |
148167
| Interleaved execution for multi-statement table valued functions | Yes | Yes | Yes |
168+
| Memory grant feedback persistence and percentile | Yes | No | No |
169+
| Optimized plan forcing | Yes | Yes | Yes |
170+
| Optional parameter plan optimization | Yes | Yes | Yes |
171+
| Optimized `sp_executesql` | Yes | Yes | Yes |
172+
| Parameter sensitive plan optimization | Yes | Yes | Yes |
173+
| Row mode memory grant feedback | Yes | No | No |
174+
| Scalar UDF inlining | Yes | Yes | Yes |
175+
| Table variable deferred compilation | Yes | Yes | Yes |
176+
177+
<sup>1</sup> Batch mode on rowstore only supports disk-based heaps and [B+ tree indexes](../relational-databases/sql-server-index-design-guide.md#index-basics). It doesn't support In-Memory OLTP tables, XML columns, or sparse column sets. The degree of parallelism (DOP) for [batch mode](../relational-databases/query-processing-architecture-guide.md#batch-mode-execution) operations is limited to `2` for [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] Standard edition, and `1` for [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] Express edition.
149178

150179
## Security
151180

@@ -228,6 +257,20 @@ The Developer editions continue to support only one client for [SQL Server Distr
228257

229258
<sup>5</sup> Using SQL Server authentication for SQL Server linked servers as target and source only.
230259

260+
## AI features
261+
262+
| Feature | Enterprise | Standard | Express |
263+
| --- | :---: | :---: | :---: |
264+
| Native vector data type | Yes | Yes | Yes |
265+
| DiskANN-based vector indexing <sup>1</sup> | Yes | Yes | Yes |
266+
| External models support | Yes | Yes | Yes |
267+
| Local ONNX models support <sup>1</sup> | Yes | Yes | Yes |
268+
| Embedding generation support | Yes | Yes | Yes |
269+
| Chunking support | Yes | Yes | Yes |
270+
271+
<sup>1</sup> Requires [PREVIEW_FEATURES database scoped configuration](../t-sql/statements/alter-database-scoped-configuration-transact-sql.md#preview-features).
272+
273+
231274
## Integration Services
232275

233276
For info about the Integration Services (SSIS) features supported by the editions of [!INCLUDE [ssNoVersion_md](../includes/ssnoversion-md.md)], see [Integration Services features supported by the editions of SQL Server](../integration-services/integration-services-features-supported-by-the-editions-of-sql-server.md).

0 commit comments

Comments
 (0)