Skip to content

Commit 047864e

Browse files
authored
Merge pull request #7110 from stevestein/sql-seattle
added tools section
2 parents 274ab58 + 1be2419 commit 047864e

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Community technology preview (CTP) 2.0 is the first public release of [!INCLUDE[
6161
- [Security](#security)
6262
- Always Encrypted with secure enclaves
6363
- Certificate management in SQL Server Configuration Manager
64+
- [Tools](#tools)
65+
- SQL Server Management Studio (SSMS) 18.0 (preview)
66+
- Azure Data Studio (preview)
6467

6568
Continue reading for more details about these features.
6669

@@ -225,7 +228,8 @@ For detailed information, see [What's new in SQL Server Machine Learning Service
225228

226229
## <a id="security"></a>Security
227230

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).
229233

230234
- **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:
231235

@@ -234,7 +238,17 @@ For detailed information, see [What's new in SQL Server Machine Learning Service
234238
- Deploy certificates across machines participating in Always On Availability Groups (from the node holding the primary replica).
235239
- Deploy certificates across machines participating in a failover cluster instance (from the active node).
236240

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+
## <a id="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+
238252
## Next steps
239253

240254
See the [SQL Server 2019 Release Notes](sql-server-vnext-release-notes.md).

0 commit comments

Comments
 (0)