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
Copy file name to clipboardExpand all lines: docs/sql-server/what-s-new-in-sql-server-vnext.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,15 @@ Community technology preview (CTP) 2.0 is the first public release of [!INCLUDE[
32
32
- Database engine - Intelligent query processing
33
33
- SQL Server on Linux
34
34
- Replication support
35
-
-Active Directory Impersonation
35
+
-Support for the Microsoft Distributed Transaction Coordinator (MSDTC)
36
36
- 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.
37
40
- SQL Server Machine Learning Services - High availability with Windows Server failover cluster
38
-
- Security
41
+
- Security
39
42
- 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
42
44
43
45
Continue reading for more details about these features.
44
46
@@ -84,10 +86,16 @@ Continue reading for more details about these features.
84
86
- Merge
85
87
86
88
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.
89
89
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.
0 commit comments