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/azure-data-studio/download-azure-data-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ In an offline environment updates can be applied by [installing the latest versi
173
173
174
174
## Supported SQL offerings
175
175
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.
Copy file name to clipboardExpand all lines: docs/azure-data-studio/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,9 @@ SQL PowerShell is available today on the PowerShell gallery and you can use it o
176
176
177
177
Developers and DBAs are usually the users of Azure Data Studio.
178
178
179
-
## Does Azure Data Studio integrate with Azure SQL Data Warehouse?
179
+
## Does Azure Data Studio integrate with Azure Synapse Analytics?
180
180
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.
182
182
183
183
## Why is Azure Data Studio important for the new version of SQL Server?
# 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
15
15
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.
17
17
18
18
## 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.
20
20
21
21
-[Install Azure Data Studio](./download-azure-data-studio.md?view=sql-server-ver15).
22
22
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).
24
24
25
25
Remember the server name, and login credentials!
26
26
27
27
28
-
## Connect to your data warehouse
28
+
## Connect to your dedicated SQL pool
29
29
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.
31
31
32
32
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:
33
33
@@ -53,7 +53,7 @@ Use Azure Data Studio to establish a connection to your Azure SQL Data Warehouse
53
53
54
54
4. After successfully connecting your server opens in the *Servers* sidebar.
55
55
56
-
## Create the tutorial data warehouse
56
+
## Create the tutorial dedicated SQL pool
57
57
1. Right click on your server, in the object explorer and select **New Query.**
58
58
59
59
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
140
140
141
141
## Next steps
142
142
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).
Copy file name to clipboardExpand all lines: docs/azure-data-studio/what-is.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
Copy file name to clipboardExpand all lines: docs/connect/jdbc/connecting-using-azure-active-directory-authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ The example below contains a simple Java application that connects to Azure SQL
284
284
285
285

286
286
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)
288
288
for more details on how to create an Azure Active Directory admin and a contained database user.
0 commit comments