Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 10375d8

Browse files
committed
updates
1 parent 781eb59 commit 10375d8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connect and query with Azure Synapse Analytics
3-
description: This quickstart shows how to use Azure Data Studio to connect to an Azure Synapse Analytics and run a query
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,21 +11,21 @@ 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 Synapse Analytics
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 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.
1717

1818
## 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.
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 SQL Data Warehouse](/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

3030
Use Azure Data Studio to establish a connection to your Azure Synapse Analytics server.
3131

@@ -53,7 +53,7 @@ Use Azure Data Studio to establish a connection to your Azure Synapse Analytics
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**:

docs/integration-services/load-data-to-sql-data-warehouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For more control, you can manually create a package that emulates the work done
9292

9393
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].
9494

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

9797
## Option 2 - Use a source and destination
9898

0 commit comments

Comments
 (0)