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
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,9 @@ Community technology preview (CTP) 2.0 is the first public release of [!INCLUDE[
61
61
-[Security](#security)
62
62
- Always Encrypted with secure enclaves
63
63
- Certificate management in SQL Server Configuration Manager
64
+
-[Tools](#tools)
65
+
- SQL Server Management Studio (SSMS) 18.0 (preview)
66
+
- Azure Data Studio (preview)
64
67
65
68
Continue reading for more details about these features.
66
69
@@ -225,7 +228,8 @@ For detailed information, see [What's new in SQL Server Machine Learning Service
225
228
226
229
## <aid="security"></a>Security
227
230
228
-
-**Always Encrypted with secure enclaves**: Expands upon Always Encrypted with in-place encryption and rich computations, by enabling computations on plaintext data inside a secure enclave on the server side. For details, see [Always Encrypted with secure enclaves](../relational-databases/security/encryption/always-encrypted-enclaves.md).
231
+
-**Always Encrypted with secure enclaves**: Expands upon Always Encrypted with in-place encryption and rich computations by enabling computations on plaintext data inside a secure enclave on the server side.
232
+
- Cryptographic operations (encrypting columns, rotating columns encryption keys, etc), can now be issued using Transact-SQL and do not require moving data out of the database. Secure enclaves unlock Always Encrypted to a much broader set of scenarios and applications that demand sensitive data to be protected in use, while also requiring rich computations on protected data to be supported within the database system. For details, see [Always Encrypted with secure enclaves](../relational-databases/security/encryption/always-encrypted-enclaves.md).
229
233
230
234
-**Certificate management in SQL Server Configuration Manager**: SSL/TLS certificates are widely used to secure access to SQL Server instances. Certificate management is now integrated into the SQL Server Configuration Manager, simplifying common tasks such as:
231
235
@@ -234,7 +238,17 @@ For detailed information, see [What's new in SQL Server Machine Learning Service
234
238
- Deploy certificates across machines participating in Always On Availability Groups (from the node holding the primary replica).
235
239
- Deploy certificates across machines participating in a failover cluster instance (from the active node).
236
240
237
-
Note: User must have administrator permissions on all the cluster nodes.
241
+
Note: User must have administrator permissions on all the cluster nodes.
242
+
243
+
## <aid="tools"></a>Tools
244
+
245
+
-[**SQL Server Management Studio (SSMS) 18.0 (preview)**](../ssms/sql-server-management-studio-ssms.md)
246
+
247
+
- Support for Always Encrypted with secure enclaves.
248
+
249
+
-[**Azure Data Studio (preview)**](../sql-operations-studio/what-is.md)
250
+
251
+
238
252
## Next steps
239
253
240
254
See the [SQL Server 2019 Release Notes](sql-server-vnext-release-notes.md).
0 commit comments