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/storage/blobs/data-lake-storage-use-sql.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ ms.custom: devx-track-sql
15
15
16
16
# Tutorial: Query Azure Data Lake Storage Gen2 using SQL language in Synapse Analytics
17
17
18
-
This tutorial shows you how to connect your Azure Synapse serverless SQL pool to data stored in an Azure storage account that has Azure Data Lake Storage Gen2 enabled.
19
-
This connection enables you to natively run SQL queries and analytics using SQL language on your data in Azure storage.
18
+
This tutorial shows you how to connect your Azure Synapse serverless SQL pool to data stored in an Azure Storage account that has Azure Data Lake Storage Gen2 enabled.
19
+
This connection enables you to natively run SQL queries and analytics using SQL language on your data in Azure Storage.
20
20
21
21
In this tutorial, you will:
22
22
@@ -40,7 +40,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
40
40
41
41
### Download the flight data
42
42
43
-
This tutorial uses flight data from the Bureau of Transportation Statistics to demonstrate how to perform an ETL operation. You must download this data to complete the tutorial.
43
+
This tutorial uses flight data from the Bureau of Transportation Statistics. You must download this data to complete the tutorial.
44
44
45
45
1. Download the [On_Time_Reporting_Carrier_On_Time_Performance_1987_present_2016_1.zip](https://github.com/Azure-Samples/AzureStorageSnippets/blob/master/blobs/tutorials/On_Time_Reporting_Carrier_On_Time_Performance_1987_present_2016_1.zip) file. This file contains the flight data.
46
46
@@ -55,11 +55,11 @@ This tutorial uses flight data from the Bureau of Transportation Statistics to d
55
55
> [!div class="mx-imgBorder"]
56
56
> 
57
57
58
-
6. In storage browser, upload this file to the **data** folder.
58
+
6. In storage browser, upload the `On_Time_Reporting_Carrier_On_Time_Performance_1987_present_2016_1.csv` file to the **data** folder.
59
59
60
60
## Create an Azure Synapse workspace
61
61
62
-
1.Create an Azure Synapse workspace. See [Create a Synapse workspace in the Azure portal](../../synapse-analytics/get-started-create-workspace.md#create-a-synapse-workspace-in-the-azure-portal).
62
+
1.[Create a Synapse workspace in the Azure portal](../../synapse-analytics/get-started-create-workspace.md#create-a-synapse-workspace-in-the-azure-portal).
63
63
64
64
As you create the workspace, use these values:
65
65
@@ -70,14 +70,10 @@ This tutorial uses flight data from the Bureau of Transportation Statistics to d
70
70
-**SQL Administrator login**: Enter the administrator username for the SQL Server.
71
71
-**SQL Administrator password**: Enter the administrator password for the SQL Server.
72
72
-**Tag Values**: Accept the default.
73
-
-**Review and Create**: Select.
74
-
-**Create**: Select.
75
73
76
-
When the deployment finishes, you will see Azure Synapse Analytics workspace in the list of the deployed resources.
74
+
#### Find your Synapse SQL endpoint name (optional)
77
75
78
-
## (optional) Find your Synapse SQL endpoint name
79
-
80
-
The server name for the serverless SQL pool in the following example is: `showdemoweu-ondemand.sql.azuresynapse.net`. This endpoint enables you to connect with any tool that can run T-SQL queries on SQL server or Azure SQL database (For example: [SQL Server Management Studio](../../synapse-analytics/sql/get-started-ssms.md),
76
+
The serverless SQL endpoint name server name enables you to connect with any tool that can run T-SQL queries on SQL server or Azure SQL database (For example: [SQL Server Management Studio](../../synapse-analytics/sql/get-started-ssms.md),
81
77
[Azure Data Studio](../../synapse-analytics/sql/get-started-azure-data-studio.md), or [Power BI](../../synapse-analytics/sql/get-started-power-bi-professional.md)).
82
78
83
79
To find the fully qualified server name:
@@ -88,10 +84,10 @@ To find the fully qualified server name:
88
84
89
85

90
86
91
-
## Use Synapse Studio to explore data
92
-
93
87
In this tutorial, you'll use Synapse Studio to query data from the CSV file that you uploaded to the storage account.
94
88
89
+
## Use Synapse Studio to explore data
90
+
95
91
1. Open Synapse Studio. See [Open Synapse Studio](../../synapse-analytics/quickstart-create-workspace.md#open-synapse-studio)
96
92
97
93
2. Create a SQL script and run this query to view the contents of the file:
0 commit comments