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
# Quickstart: Use Azure Data Studio to connect and query data in Azure Synapse Analytics
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 Synapse Analytics, 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 Synapse Analytics.
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 SQL Data Warehouse](/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
30
Use Azure Data Studio to establish a connection to your Azure Synapse Analytics server.
31
31
@@ -53,7 +53,7 @@ Use Azure Data Studio to establish a connection to your Azure Synapse Analytics
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**:
Copy file name to clipboardExpand all lines: docs/integration-services/load-data-to-sql-data-warehouse.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
@@ -92,7 +92,7 @@ For more control, you can manually create a package that emulates the work done
92
92
93
93
1. Use the Azure Blob Upload Task to stage the data in Azure Blob Storage. To get the Azure Blob Upload task, download the [Microsoft SQL Server Integration Services Feature Pack for Azure][Microsoft SQL Server 2017 Integration Services Feature Pack for Azure].
94
94
95
-
2. Then use the SSIS Execute SQL task to launch a PolyBase script that loads the data into SQL Data Warehouse. For an example that loads data from Azure Blob Storage into SQL Data Warehouse (but not with SSIS), see [Tutorial: Load data to Azure Synapse Analytics](/azure/sql-data-wAREHOUSE/load-data-wideworldimportersdw).
95
+
2. Then use the SSIS Execute SQL task to launch a PolyBase script that loads the data into SQL Data Warehouse. For an example that loads data from Azure Blob Storage into SQL Data Warehouse (but not with SSIS), see [Tutorial: Load data to Azure Synapse Analytics](/azure/sql-data-warehouse/load-data-wideworldimportersdw).
0 commit comments