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

Commit 8dbd981

Browse files
authored
Merge pull request #17511 from julieMSFT/20201012_rebranding
20201012 rebranding
2 parents 227e730 + b256305 commit 8dbd981

75 files changed

Lines changed: 176 additions & 176 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/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 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

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. |   |
882+
| Create Firewall Rule Dialog is now available to assist connecting to Azure SQL Database and Azure Synapse Analytics. |   |
883883
| Added Windows Setup, and Linux DEB and RPM installation packages. |   |
884884
| Manage Dashboard visual layout editor. |   |
885885
| *Script As Alter* and *Script As Execute* commands. |   |

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/release-notes-for-the-jdbc-driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ For more information about how to use this feature with the JDBC Driver, see the
356356

357357
### Added connection property: useBulkCopyForBatchInsert
358358

359-
Microsoft JDBC Driver 7.0 for SQL Server introduces a new connection property, `useBulkCopyForBatchInsert`. This property is supported only for Azure SQL Data Warehouse.
359+
Microsoft JDBC Driver 7.0 for SQL Server introduces a new connection property, `useBulkCopyForBatchInsert`. This property is supported only for Azure Synapse Analytics.
360360

361-
This property is disabled by default. You can enable it to increase performance of user applications when you're pushing large amounts data to Azure SQL Data Warehouse. Enabling this property changes the behavior of batch insert operations to switch to bulk copy operations with user-provided data. For more information about this property and its limitations, see [Using Bulk Copy API for batch insert operation](use-bulk-copy-api-batch-insert-operation.md).
361+
This property is disabled by default. You can enable it to increase performance of user applications when you're pushing large amounts data to Azure Synapse Analytics. Enabling this property changes the behavior of batch insert operations to switch to bulk copy operations with user-provided data. For more information about this property and its limitations, see [Using Bulk Copy API for batch insert operation](use-bulk-copy-api-batch-insert-operation.md).
362362

363363
### Added connection property: cancelQueryTimeout
364364

docs/connect/odbc/windows/microsoft-odbc-driver-for-sql-server-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: v-daenge
1717

1818
The Microsoft ODBC Drivers for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] are stand-alone ODBC drivers which provide an application programming interface (API) implementing the standard ODBC interfaces to Microsoft [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)].
1919

20-
The Microsoft ODBC Driver for SQL Server can be used to create new applications. You can also upgrade your older applications which currently use an older ODBC driver. The ODBC Driver for SQL Server supports connections to Azure SQL Database, Azure SQL Data Warehouse, and [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)].
20+
The Microsoft ODBC Driver for SQL Server can be used to create new applications. You can also upgrade your older applications which currently use an older ODBC driver. The ODBC Driver for SQL Server supports connections to Azure SQL Database, Azure Synapse Analytics, and [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)].
2121

2222
## Summary
2323

docs/connect/php/release-notes-php-sql-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ This release only applies to Linux and macOS.
172172
- Always Encrypted is only supported with Microsoft ODBC Driver 17 and above
173173
- Support for non-UTF8 locales on Linux and macOS
174174
- Non-UTF8 locales on Linux and macOS are only supported with Microsoft ODBC Driver 17 and above
175-
- Support for Azure SQL Data Warehouse
175+
- Support for Azure Synapse Analytics
176176
- Support for Azure SQL Managed Instance
177177

178178
## 4.3

docs/includes/tsql-appliesto-ss2017-asdbmi-xxxx-xxx-md.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 01/13/2020
66
ms.author: mikeray
77
---
88

9-
<Token>**APPLIES TO:** ![Yes](media/yes-icon.png)SQL Server 2017 and later ![Yes](media/yes-icon.png)Azure SQL Managed Instance ![No](media/no-icon.png)Azure SQL Data Warehouse ![No](media/no-icon.png)Parallel Data Warehouse </Token>
9+
<Token>**APPLIES TO:** ![Yes](media/yes-icon.png)SQL Server 2017 and later ![Yes](media/yes-icon.png)Azure SQL Managed Instance ![No](media/no-icon.png)Azure Synapse Analytics ![No](media/no-icon.png)Parallel Data Warehouse </Token>

docs/integration-services/control-flow/azure-sql-dw-upload-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ms.author: "lingxl"
2121

2222

2323

24-
The **Azure SQL DW Upload Task** enables an SSIS package to copy tabular data to Azure SQL Data Warehouse (DW) from file system or Azure Blob Storage.
25-
The task leverages PolyBase to improve performance, as described in the article [Azure SQL Data Warehouse Loading Patterns and Strategies](/archive/blogs/sqlcat/azure-sql-data-warehouse-loading-patterns-and-strategies).
24+
The **Azure SQL DW Upload Task** enables an SSIS package to copy tabular data to Azure Synapse Analytics (DW) from file system or Azure Blob Storage.
25+
The task leverages PolyBase to improve performance, as described in the article [Azure Synapse Analytics Loading Patterns and Strategies](/archive/blogs/sqlcat/azure-sql-data-warehouse-loading-patterns-and-strategies).
2626
The currently supported source data file format is delimited text in UTF8 encoding.
2727
When copying from file system, data will first be uploaded to Azure Blob Storage for staging, and then to Azure SQL DW. Therefore, an Azure Blob Storage account is needed.
2828

docs/integration-services/install-windows/install-integration-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For a complete installation of [!INCLUDE[ssISnoversion](../../includes/ssisnover
118118

119119
- Azure Data Lake Store.
120120

121-
- Azure SQL Data Warehouse.
121+
- Azure Synapse Analytics.
122122

123123
- Azure Data Lake Storage (Gen2).
124124

0 commit comments

Comments
 (0)