Skip to content

Commit c2d9b0a

Browse files
committed
Merge branch 'release-ssms' of https://github.com/MicrosoftDocs/sql-docs-pr into ssms187
2 parents 99f7cad + 14e6fcd commit c2d9b0a

818 files changed

Lines changed: 3158 additions & 3472 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/analytics-platform-system/tsql-system-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ For more reference information, see [T-SQL language elements](tsql-language-elem
225225
<!--Image references-->
226226

227227
<!--Article references-->
228-
[SQL Data Warehouse reference overview]: sql-data-warehouse-overview-reference.md
228+
[Azure Synapse Analytics reference overview]: sql-data-warehouse-overview-reference.md
229229

230230
<!--MSDN references-->
231231

docs/azure-data-studio/azure-resource-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ Azure Resource Explorer provide quick access that helps you connect to SQL Serve
9696
## Next steps
9797

9898
- [Use [!INCLUDE[Azure Data Studio](../includes/name-sos-short.md)] to connect and query Azure SQL database](quickstart-sql-database.md)
99-
- [Use [!INCLUDE[Azure Data Studio](../includes/name-sos-short.md)] to connect and query data in Azure SQL Data Warehouse](quickstart-sql-dw.md)
99+
- [Use [!INCLUDE[Azure Data Studio](../includes/name-sos-short.md)] to connect and query data in Azure Synapse Analytics](quickstart-sql-dw.md)

docs/azure-data-studio/download-azure-data-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ In an offline environment updates can be applied by [installing the latest versi
173173

174174
## Supported SQL offerings
175175

176-
- This version of Azure Data Studio works with all [supported versions of SQL Server 2014 - [!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)]](https://support.microsoft.com/lifecycle?C2=1044) and provides support for working with the latest cloud features in Azure SQL Database and Azure SQL Data Warehouse. Azure Data Studio also provides preview support for Azure SQL Managed Instance.
176+
- This version of Azure Data Studio works with all [supported versions of SQL Server 2014 - [!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)]](https://support.microsoft.com/lifecycle?C2=1044) and provides support for working with the latest cloud features in Azure SQL Database and Azure Synapse Analytics. Azure Data Studio also provides preview support for Azure SQL Managed Instance.
177177

178178
## Upgrade from SQL Operations Studio
179179

docs/azure-data-studio/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ SQL PowerShell is available today on the PowerShell gallery and you can use it o
176176

177177
Developers and DBAs are usually the users of Azure Data Studio.
178178

179-
## Does Azure Data Studio integrate with Azure SQL Data Warehouse?
179+
## Does Azure Data Studio integrate with Azure Synapse Analytics?
180180

181-
Yes. Azure Data Studio support for Azure SQL Data Warehouse is currently in preview, together with Azure SQL Managed Instance, and SQL Server 2019 Big Data.
181+
Yes. Azure Data Studio support for Azure Synapse Analytics is currently in preview, together with Azure SQL Managed Instance, and SQL Server 2019 Big Data.
182182

183183
## Why is Azure Data Studio important for the new version of SQL Server?
184184

docs/azure-data-studio/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ landingContent:
3535
url: quickstart-sql-server.md
3636
- text: Connect and query Azure SQL database
3737
url: quickstart-sql-database.md
38-
- text: Connect and query data in Azure SQL data warehouse
38+
- text: Connect and query data in Azure Synapse Analytics
3939
url: quickstart-sql-dw.md
4040
- text: Connect and query data in PostgreSQL
4141
url: quickstart-postgres.md

docs/azure-data-studio/quickstart-sql-dw.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect and query with Azure SQL data warehouse
3-
description: This quickstart shows how to use Azure Data Studio to connect to an Azure SQL Data Warehouse and run a query
2+
title: Connect and query with Azure Synapse Analytics
3+
description: This quickstart shows how to use Azure Data Studio to connect to using dedicated SQL pool in Azure Synapse Analytics and run a query.
44
ms.prod: azure-data-studio
55
ms.technology: azure-data-studio
66
ms.reviewer: "alayu, maghan, sstein"
@@ -11,23 +11,23 @@ ms.custom: seodec18; seo-lt-2019
1111
ms.date: 09/24/2018
1212
---
1313

14-
# Quickstart: Use Azure Data Studio to connect and query data in Azure SQL data warehouse
14+
# Quickstart: Use Azure Data Studio to connect and query data using dedicated SQL pool in Azure Synapse Analytics
1515

16-
This quickstart demonstrates how to use Azure Data Studio to connect to Azure SQL data warehouse, and then use Transact-SQL statements to create, insert, and select data.
16+
This quickstart demonstrates how to use Azure Data Studio to connect to using dedicated SQL pool in Azure Synapse Analytics, and then use Transact-SQL statements to create, insert, and select data.
1717

1818
## Prerequisites
19-
To complete this quickstart, you need Azure Data Studio, and an Azure SQL data warehouse.
19+
To complete this quickstart, you need Azure Data Studio, and a dedicated SQL pool in Azure Synapse Analytics.
2020

2121
- [Install Azure Data Studio](./download-azure-data-studio.md?view=sql-server-ver15).
2222

23-
If you don't already have a SQL data warehouse, see [Create a SQL Data Warehouse](/azure/sql-data-warehouse/sql-data-warehouse-get-started-provision).
23+
If you don't already have a dedicated SQL pool, see [Create a dedicated SQL pool](/azure/sql-data-warehouse/sql-data-warehouse-get-started-provision).
2424

2525
Remember the server name, and login credentials!
2626

2727

28-
## Connect to your data warehouse
28+
## Connect to your dedicated SQL pool
2929

30-
Use Azure Data Studio to establish a connection to your Azure SQL Data Warehouse server.
30+
Use Azure Data Studio to establish a connection to your Azure Synapse Analytics server.
3131

3232
1. The first time you run Azure Data Studio the **Connection** page should open. If you don't see the **Connection** page, click **Add Connection**, or the **New Connection** icon in the **SERVERS** sidebar:
3333

@@ -53,7 +53,7 @@ Use Azure Data Studio to establish a connection to your Azure SQL Data Warehouse
5353

5454
4. After successfully connecting your server opens in the *Servers* sidebar.
5555

56-
## Create the tutorial data warehouse
56+
## Create the tutorial dedicated SQL pool
5757
1. Right click on your server, in the object explorer and select **New Query.**
5858

5959
1. Paste the following snippet into the query editor and click **Run**:
@@ -140,4 +140,4 @@ Clean up resources by deleting the resource groups you no longer need. For detai
140140

141141
## Next steps
142142

143-
Now that you've successfully connected to an Azure SQL data warehouse and ran a query, try out the [Code editor tutorial](tutorial-sql-editor.md).
143+
Now that you've successfully connected to an Azure Synapse Analytics and ran a query, try out the [Code editor tutorial](tutorial-sql-editor.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ The *December Public Preview* includes several bugs fixes across all feature are
879879

880880
| Change | Details |
881881
| :----- | :------ |
882-
| Create Firewall Rule Dialog is now available to assist connecting to Azure SQL Database and Azure SQL Data Warehouse. | &nbsp; |
882+
| Create Firewall Rule Dialog is now available to assist connecting to Azure SQL Database and Azure Synapse Analytics. | &nbsp; |
883883
| Added Windows Setup, and Linux DEB and RPM installation packages. | &nbsp; |
884884
| Manage Dashboard visual layout editor. | &nbsp; |
885885
| *Script As Alter* and *Script As Execute* commands. | &nbsp; |

docs/azure-data-studio/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
href: quickstart-sql-server.md
1717
- name: Connect & query Azure SQL Database
1818
href: quickstart-sql-database.md
19-
- name: Connect & query Azure SQL Data Warehouse
19+
- name: Connect & query Azure Synapse Analytics
2020
href: quickstart-sql-dw.md
2121
- name: Connect & query PostgreSQL
2222
href: quickstart-postgres.md

docs/azure-data-studio/what-is.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: What is Azure Data Studio
3-
description: Azure Data Studio is a free, light-weight tool, that runs on Windows, macOS, and Linux, for managing SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
3+
description: Azure Data Studio is a free, light-weight tool, that runs on Windows, macOS, and Linux, for managing SQL Server, Azure SQL Database, and Azure Synapse Analytics.
44
ms.prod: azure-data-studio
55
ms.technology: azure-data-studio
66
ms.topic: "overview"

docs/connect/jdbc/connecting-using-azure-active-directory-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ The example below contains a simple Java application that connects to Azure SQL
284284

285285
![JDBC_AAD_Token](media/jdbc_aad_token.png)
286286
2. Sign in to your Azure SQL Server's user database as an Azure Active Directory admin and using a T-SQL command
287-
provision a contained database user for your application principal. For more information, see the [Connecting to SQL Database or SQL Data Warehouse By Using Azure Active Directory authentication](/azure/azure-sql/database/authentication-aad-overview)
287+
provision a contained database user for your application principal. For more information, see the [Connecting to SQL Database or Azure Synapse Analytics By Using Azure Active Directory authentication](/azure/azure-sql/database/authentication-aad-overview)
288288
for more details on how to create an Azure Active Directory admin and a contained database user.
289289

290290
```

0 commit comments

Comments
 (0)