Skip to content

Commit 3ae50c8

Browse files
thesqlsithrwestMSFT
authored andcommitted
Editions and components update
1 parent fc1ef06 commit 3ae50c8

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/sql-server/editions-and-components-of-sql-server-2019.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Editions and supported features of SQL Server 2019"
44
author: "MikeRayMSFT"
55
ms.author: "mikeray"
66
ms.reviewer: randolphwest
7-
ms.date: 11/18/2025
7+
ms.date: 11/19/2025
88
ms.service: sql
99
ms.subservice: release-landing
1010
ms.topic: conceptual
@@ -204,7 +204,7 @@ The Developer edition continues to support only 1 client for [SQL Server Distrib
204204
| Advanced scanning | Yes | No | No | No | No |
205205
| Delayed durability | Yes | Yes | Yes | Yes | Yes |
206206
| Intelligent Database: automatic tuning | Yes | No | No | No | No |
207-
| Intelligent Database: batch mode for row store <sup>1</sup> | Yes | No | No | No | No |
207+
| Intelligent Database: batch mode on row store <sup>1</sup> | Yes | No | No | No | No |
208208
| Intelligent Database: row mode memory grant feedback | Yes | No | No | No | No |
209209
| Intelligent Database: approximate count distinct | Yes | Yes | Yes | Yes | Yes |
210210
| Intelligent Database: table variable deferred compilation | Yes | Yes | Yes | Yes | Yes |
@@ -214,7 +214,7 @@ The Developer edition continues to support only 1 client for [SQL Server Distrib
214214
| Interleaved execution for multi-statement table valued functions | Yes | Yes | Yes | Yes | Yes |
215215
| Bulk insert improvements | Yes | Yes | Yes | Yes | Yes |
216216

217-
<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](#Cross-BoxScaleLimits) section. 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)] Web and Express editions. This refers to columnstore indexes created over disk-based tables and memory-optimized tables.
217+
<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)] Web and Express editions.
218218

219219
<sup>2</sup> Aggregate pushdown, string predicate pushdown, and SIMD optimizations are [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] Enterprise edition scalability enhancements. For more detail, see [What's new in columnstore indexes](../relational-databases/indexes/columnstore-indexes-what-s-new.md).
220220

docs/sql-server/editions-and-components-of-sql-server-2022.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn details of the features supported by the various editions of
44
author: rwestMSFT
55
ms.author: randolphwest
66
ms.reviewer: mikeray
7-
ms.date: 11/18/2025
7+
ms.date: 11/19/2025
88
ms.service: sql
99
ms.subservice: release-landing
1010
ms.topic: conceptual
@@ -205,7 +205,7 @@ SQL Server 2022 includes features for connecting to [Azure Synapse Analytics](/a
205205
| Intelligent Database: approximate count distinct | Yes | Yes | Yes | Yes | Yes |
206206
| Intelligent Database: approximate percentile | Yes | Yes | Yes | Yes | Yes |
207207
| Intelligent Database: automatic tuning | Yes | No | No | No | No |
208-
| Intelligent Database: batch mode for row store <sup>1</sup> | Yes | No | No | No | No |
208+
| Intelligent Database: batch mode on row store <sup>1</sup> | Yes | No | No | No | No |
209209
| Intelligent Database: cardinality estimate feedback | Yes | No | No | No | No |
210210
| Intelligent Database: degree of parallelism feedback | Yes | No | No | No | No |
211211
| Intelligent Database: memory grant feedback persistence and percentile | Yes | No | No | No | No |
@@ -223,7 +223,7 @@ SQL Server 2022 includes features for connecting to [Azure Synapse Analytics](/a
223223
| Integrated acceleration and offloading (software) | Yes | Yes | No | No | No |
224224
| System page latch concurrency enhancements | Yes | Yes | Yes | Yes | Yes |
225225

226-
<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 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)] Web and Express editions. This refers to columnstore indexes created over disk-based tables and memory-optimized tables.
226+
<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)] Web and Express editions.
227227

228228
<sup>2</sup> Aggregate pushdown, string predicate pushdown, and SIMD optimizations are [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] Enterprise edition scalability enhancements. For more detail, see [What's new in columnstore indexes](../relational-databases/indexes/columnstore-indexes-what-s-new.md).
229229

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn details of the features supported by the various editions of
44
author: rwestMSFT
55
ms.author: randolphwest
66
ms.reviewer: mikeray
7-
ms.date: 11/18/2025
7+
ms.date: 11/19/2025
88
ms.service: sql
99
ms.subservice: release-landing
1010
ms.topic: conceptual
@@ -206,7 +206,7 @@ For features supported by Enterprise Developer and Evaluation editions, see feat
206206
| Approximate count distinct | Yes | Yes | Yes |
207207
| Approximate percentile | Yes | Yes | Yes |
208208
| Automatic tuning | Yes | No | No |
209-
| Batch mode for row store <sup>1</sup> | Yes | No | No |
209+
| Batch mode on row store <sup>1</sup> | Yes | No | No |
210210
| Batch mode adaptive joins | Yes | No | No |
211211
| Batch mode memory grant feedback | Yes | No | No |
212212
| Cardinality estimate feedback | Yes | No | No |
@@ -222,7 +222,7 @@ For features supported by Enterprise Developer and Evaluation editions, see feat
222222
| Scalar UDF inlining | Yes | Yes | Yes |
223223
| Table variable deferred compilation | Yes | Yes | Yes |
224224

225-
<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 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.
225+
<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.
226226

227227
## Security
228228

0 commit comments

Comments
 (0)