Skip to content

Commit b036aac

Browse files
committed
Align Linux edition article with Windows
1 parent 79c9d3e commit b036aac

File tree

1 file changed

+32
-9
lines changed

1 file changed

+32
-9
lines changed

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

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,21 +189,44 @@ The Developer editions continue to support only one client for [SQL Server Distr
189189

190190
| Feature | Enterprise | Standard | Express |
191191
| --- | :---: | :---: | :---: |
192-
| JSON | Yes | Yes | Yes |
193-
| Query Store | Yes | Yes | Yes |
194-
| Temporal | Yes | Yes | Yes |
192+
| Native JSON data type | Yes | Yes | Yes |
193+
| JSON indexing | Yes | Yes | Yes |
195194
| Native XML support | Yes | Yes | Yes |
196195
| XML indexing | Yes | Yes | Yes |
196+
| XML compression | Yes | Yes | Yes |
197197
| `MERGE` and upsert capabilities | Yes | Yes | Yes |
198-
| Date and time data types | Yes | Yes | Yes |
199-
| Internationalization support | Yes | Yes | Yes |
198+
| UTF-8 and UTF-16 support | Yes | Yes | Yes |
199+
| Graph tables | Yes | Yes | Yes |
200+
| Temporal tables | Yes | Yes | Yes |
201+
| Time series support | Yes | Yes | Yes |
202+
| Regular expressions support | Yes | Yes | Yes |
203+
| Fuzzy string matching support <sup>4</sup> | Yes | Yes | Yes |
200204
| Full-text and semantic search | Yes | Yes | Yes |
201-
| Specification of language in query | Yes | Yes | Yes |
202-
| Service Broker (messaging and queuing) | Yes | Yes | No <sup>1</sup> |
205+
| Basic R integration <sup>1</sup> | Yes | Yes | Yes |
206+
| Advanced R integration <sup>2</sup> | Yes | No | No |
207+
| Basic Python integration | Yes | Yes | Yes |
208+
| Advanced Python integration | Yes | No | No |
209+
| Java language runtime integration | Yes | Yes | Yes |
210+
| Specification of external language in query | Yes | Yes | Yes |
211+
| Distributed queries with linked servers <sup>5</sup> | Yes | Yes | Yes |
212+
| External REST endpoint invocation support | Yes | Yes | Yes |
213+
| Query Store | Yes | Yes | Yes |
214+
| Query Store on by default for new databases | Yes | Yes | Yes |
215+
| Query Store hints | Yes | Yes | Yes |
216+
| Query Store on secondary replicas | Yes | No | No |
217+
| Service Broker (messaging and queuing) | Yes | Yes | No <sup>3</sup> |
203218
| Transact-SQL endpoints | Yes | Yes | No |
204-
| Graph | Yes | Yes | Yes |
219+
| Database mail | Yes | Yes | No |
220+
221+
<sup>1</sup> Basic integration is limited to 2 cores and in-memory data sets.
222+
223+
<sup>2</sup> Advanced integration can use all available cores for parallel processing of data sets at any size subject to hardware limits.
224+
225+
<sup>3</sup> Client only.
226+
227+
<sup>4</sup> Requires [PREVIEW_FEATURES database scoped configuration](../t-sql/statements/alter-database-scoped-configuration-transact-sql.md#preview-features).
205228

206-
<sup>1</sup> Client only.
229+
<sup>5</sup> Using SQL Server authentication for SQL Server linked servers as target and source only.
207230

208231
## Integration Services
209232

0 commit comments

Comments
 (0)