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: articles/sql-data-warehouse/load-data-wideworldimportersdw.md
+4-4Lines changed: 4 additions & 4 deletions
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: 'Tutorial: Load data using Azure portal & SSMS'
3
-
description: Tutorial uses Azure portal and SQL Server Management Studio to load the WideWorldImportersDW data warehouse from a global Azure blob to an Azure Synapse Analytics Sql pool.
3
+
description: Tutorial uses Azure portal and SQL Server Management Studio to load the WideWorldImportersDW data warehouse from a global Azure blob to an Azure Synapse Analytics SQL pool.
4
4
services: sql-data-warehouse
5
5
author: kevinvngo
6
6
manager: craigg
@@ -13,7 +13,7 @@ ms.reviewer: igorstan
13
13
ms.custom: seo-lt-2019, synapse-analytics
14
14
---
15
15
16
-
# Tutorial: Load data to Azure Synapse Analytics Sql pool
16
+
# Tutorial: Load data to Azure Synapse Analytics SQL pool
17
17
18
18
This tutorial uses PolyBase to load the WideWorldImportersDW data warehouse from Azure Blob storage to your data warehouse in Azure Synapse Analytics SQL pool. The tutorial uses the [Azure portal](https://portal.azure.com) and [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms) (SSMS) to:
19
19
@@ -40,7 +40,7 @@ Sign in to the [Azure portal](https://portal.azure.com/).
40
40
41
41
## Create a blank data warehouse in SQL pool
42
42
43
-
An Sql pool is created with a defined set of [compute resources](memory-concurrency-limits.md). The SQL pool is created within an [Azure resource group](../azure-resource-manager/management/overview.md) and in an [Azure SQL logical server](../sql-database/sql-database-features.md).
43
+
A SQL pool is created with a defined set of [compute resources](memory-concurrency-limits.md). The SQL pool is created within an [Azure resource group](../azure-resource-manager/management/overview.md) and in an [Azure SQL logical server](../sql-database/sql-database-features.md).
44
44
45
45
Follow these steps to create a blank SQL pool.
46
46
@@ -95,7 +95,7 @@ The Azure Synapse Analytics service creates a firewall at the server-level that
0 commit comments