Skip to content

Commit 13ceb6d

Browse files
Merge branch 'release-sqlseattle' of https://github.com/MicrosoftDocs/sql-docs-pr into vnext
2 parents c88b305 + a229d0f commit 13ceb6d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/azure-data-studio/release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Microsoft SQL Operations Studio (preview) release notes| Microsoft Docs
3-
description: 'Microsoft SQL Operations Studio (preview) release notes'
2+
title: Azure Data Studio (preview) release notes| Microsoft Docs
3+
description: 'Azure Data Studio (preview) release notes'
44
ms.custom: "tools|sos"
55
ms.date: "08/30/2018"
66
ms.prod: sql
@@ -14,7 +14,7 @@ author: "stevestein"
1414
ms.author: "sstein"
1515
manager: craigg
1616
---
17-
# SQL Operations Studio (preview) release notes
17+
# Azure Data Studio (preview) release notes
1818

1919
**[Download the August Public Preview](download.md)**
2020

docs/azure-data-studio/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
items:
6060
- name: Transact-SQL Reference
6161
href: ../t-sql/language-reference.md
62-
- name: SQL Operations Studio (preview) GitHub repo
62+
- name: Azure Data Studio (preview) GitHub repo
6363
href: https://www.github.com/Microsoft/SqlOpsStudio
6464
- name: SQL Server Blog
6565
href: https://blogs.technet.microsoft.com/dataplatforminsider/

docs/relational-databases/security/encryption/configure-always-encrypted-enclaves.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ On the client/development computer:
9393
2. To verify Always Encrypted with secure enclaves is supported in your instance, run the following query:
9494

9595
```sql
96-
SELECT * FROM sys.configurations
96+
SELECT [name], [value], [value_in_use] FROM sys.configurations
9797
WHERE [name] = 'column encryption enclave type'
9898
```
9999

@@ -115,7 +115,7 @@ On the client/development computer:
115115
5. Confirm the secure enclave is now loaded by running the following query:
116116

117117
```sql
118-
SELECT * FROM sys.configurations
118+
SELECT [name], [value], [value_in_use] FROM sys.configurations
119119
WHERE [name] = 'column encryption enclave type'
120120
```
121121

-43.4 KB
Loading

0 commit comments

Comments
 (0)