Skip to content

Commit 0c65eef

Browse files
committed
Update.
1 parent 12839fc commit 0c65eef

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

docs/sql-server/what-s-new-in-sql-server-ver15.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Community technology preview (CTP) 2.0 is the first public release of [!INCLUDE[
4242
- New `sys.dm_db_page_info` system function returns page information
4343
- Always On Availability Groups secondary to primary replica connection redirection
4444
- Always Encrypted with secure enclaves
45-
- SQL Graph
45+
- SQL Graph features
4646
- Java language programmability extension
4747
- SQL Server Machine Learning Services
4848
- Polybase
@@ -54,27 +54,17 @@ Community technology preview (CTP) 2.0 is the first public release of [!INCLUDE[
5454
- Query HDFS data in the storage pool
5555
- [High Availability](#ha)
5656
- Connection redirection
57-
- [SQL Graph](#sqlgraph)
58-
- Match support in `MERGE` DML
59-
- Edge Constraints
6057
- [SQL Server on Linux](#sqllinux)
6158
- Replication support
6259
- Support for the Microsoft Distributed Transaction Coordinator (MSDTC)
6360
- Always On Availability Group on Docker containers with Kubernetes
6461
- OpenLDAP support for third-party AD providers
65-
- Machine Learning support
62+
- Machine Learning on Linux
6663
- New container registry
6764
- New RHEL-based container images
68-
- [PolyBase](#polybase)
69-
- New connectors for SQL Server, Oracle, Teradata, and MongoDB.
70-
- [SQL Server Machine Learning Services](#ml)
71-
- Machine Learning on Linux
72-
- Partition-based modeling
73-
- Failover cluster support
7465
- [Master Data Services](#mds)
7566
- Silverlight controls replaced
7667
- [Security](#security)
77-
- Always Encrypted with secure enclaves
7868
- Certificate management in SQL Server Configuration Manager
7969
- [Tools](#tools)
8070
- SQL Server Management Studio (SSMS) 18.0 (preview)
@@ -228,7 +218,7 @@ Cryptographic operations (encrypting columns, rotating columns encryption keys,
228218
>[!NOTE]
229219
>Always Encrypted with secure enclaves applies to instances of SQL Server on Windows OS.
230220
231-
## <a id="sqlgraph"></a> SQL Graph
221+
### <a id="sqlgraph"></a> SQL Graph features
232222

233223
- **Match support in `MERGE` DML** allows you to specify graph relationships in a single statement, instead of separate `INSERT`, `UPDATE`, or `DELETE` statements. Merge your current graph data from node or edge tables with new data using the `MATCH` predicates in the `MERGE` statement. This feature enables `UPSERT` scenarios on edge tables. Users can now use a single merge statement to insert a new edge or update an existing one between two nodes.
234224

0 commit comments

Comments
 (0)