Skip to content

Commit e87067d

Browse files
authored
Fix casing of "SQL"
1 parent 9f32f7b commit e87067d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sql-data-warehouse/load-data-wideworldimportersdw.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: sql-data-warehouse
55
author: kevinvngo
66
manager: craigg
@@ -13,7 +13,7 @@ ms.reviewer: igorstan
1313
ms.custom: seo-lt-2019, synapse-analytics
1414
---
1515

16-
# Tutorial: Load data to Azure Synapse Analytics Sql pool
16+
# Tutorial: Load data to Azure Synapse Analytics SQL pool
1717

1818
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:
1919

@@ -40,7 +40,7 @@ Sign in to the [Azure portal](https://portal.azure.com/).
4040

4141
## Create a blank data warehouse in SQL pool
4242

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

4545
Follow these steps to create a blank SQL pool.
4646

@@ -95,7 +95,7 @@ The Azure Synapse Analytics service creates a firewall at the server-level that
9595
1. Select the server name.
9696
![server name](media/load-data-wideworldimportersdw/find-server-name.png)
9797

98-
1. Select **Show firewall settings**. The **Firewall settings** page for the Sql pool server opens.
98+
1. Select **Show firewall settings**. The **Firewall settings** page for the SQL pool server opens.
9999

100100
![server settings](media/load-data-wideworldimportersdw/server-settings.png)
101101

0 commit comments

Comments
 (0)