You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sup>1</sup> For more information on installing SQL Server on Server Core, see [Install SQL Server on Server Core](../database-engine/install-windows/install-sql-server-on-server-core.md).
165
168
@@ -170,6 +173,8 @@ The Developer edition continues to support only 1 client for [SQL Server Distrib
170
173
|Feature|Enterprise|Standard|Web|Express with Advanced Services|Express|
@@ -183,6 +188,11 @@ The Developer edition continues to support only 1 client for [SQL Server Distrib
183
188
|Buffer Pool Extension|Yes|Yes|No|No|No|
184
189
|IO Resource Governance|Yes|No|No|No|No|
185
190
|Delayed Durability|Yes|Yes|Yes|Yes|Yes|
191
+
|Automatic Tuning|Yes|No|No|No|No|
192
+
|Batch Mode Adaptive Joins|Yes|No|No|No|No|
193
+
|Batch Memory Grant Feedback|Yes|No|No|No|No|
194
+
|Bulk insert improvements|Yes|Yes|Yes|Yes|Yes|
195
+
186
196
187
197
<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 section. The max degrees of parallelism is limited. The degrees of process parallelism (DOP) for an index build is limited to 2 DOP for the Standard Edition and 1 DOP for the Web and Express Editions. This refers to columnstore indexes created over disk-based tables and memory-optimized tables.
188
198
@@ -297,6 +307,8 @@ The Developer edition continues to support only 1 client for [SQL Server Distrib
297
307
|Specification of language in query|Yes|Yes|Yes|Yes|No|
0 commit comments