Skip to content

Commit 4e3fae9

Browse files
committed
Added What's New items for Linux and PolyBase
1 parent 011f113 commit 4e3fae9

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

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

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ Community technology preview (CTP) 2.0 is the first public release of [!INCLUDE[
3232
- Database engine - Intelligent query processing
3333
- SQL Server on Linux
3434
- Replication support
35-
- Active Directory Impersonation
35+
- Support for the Microsoft Distributed Transaction Coordinator (MSDTC)
3636
- Always On Availability Group on Docker containers with Kubernetes
37+
- OpenLDAP support for third-party AD providers
38+
- PolyBase
39+
- New connectors for SQL Server, Oracle, Teradata, and MongoDB.
3740
- SQL Server Machine Learning Services - High availability with Windows Server failover cluster
38-
- Security
41+
- Security
3942
- Always Encrypted with enclaves
40-
- Database scoped default setting for online and resumable DDL operations
41-
43+
- Database scoped default setting for online and resumable DDL operations
4244

4345
Continue reading for more details about these features.
4446

@@ -84,10 +86,16 @@ Continue reading for more details about these features.
8486
- Merge
8587

8688
CTP 2.0 does not support configuration of replication with the user interface. Use [replication stored procedures](../relational-databases/system-stored-procedures/replication-stored-procedures-transact-sql.md).
87-
88-
- **Always On Availability Group on Docker containers with Kubernetes**. Kubernetes can orchestrate containers running SQL Server instances to provide a highly available set of databases with SQL Server Always On Availability Groups. A Kubernetes operator deploys a StatefulSet including a container with **mssql-server container** and a health monitor.
8989

90-
- **Active Directory impersonation**
90+
- **Support for the Microsoft Distributed Transaction Coordinator (MSDTC)**: SQL Server vNext on Linux supports the Microsoft Distributed Transactions Coordinator (MSDTC).
91+
92+
- **Always On Availability Group on Docker containers with Kubernetes**: Kubernetes can orchestrate containers running SQL Server instances to provide a highly available set of databases with SQL Server Always On Availability Groups. A Kubernetes operator deploys a StatefulSet including a container with **mssql-server container** and a health monitor.
93+
94+
- **OpenLDAP support for third-party AD providers**: SQL Server on Linux supports OpenLDAP, which allows third-party providers to join Active Directory.
95+
96+
## PolyBase
97+
98+
- **New connectors for SQL Server, Oracle, Teradata, and MongoDB**: SQL Server vNext introduces new connectors to external data for SQL Server, Oracle, Teradata, and MongoDB.
9199

92100
## SQL Server Machine Learning Services
93101

0 commit comments

Comments
 (0)