Skip to content

Commit c204bf6

Browse files
authored
Acrolynx
1 parent c291a1e commit c204bf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/synapse-analytics/quickstart-load-studio-sql-pool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ ms.reviewer: jrasnick
1313

1414
# Bulk loading with Synapse SQL
1515

16-
Loading data has never been easier when using the Bulk Load wizard in the Synapse Studio. This wizard will guide you through creating a T-SQL script with the [COPY statement](https://docs.microsoft.com/sql/t-sql/statements/copy-into-transact-sql?view=azure-sqldw-latest) to bulk load data from your data lake.
16+
Loading data has never been easier when using the Bulk Load wizard in the Synapse Studio. This wizard will guide you through creating a T-SQL script with the [COPY statement](https://docs.microsoft.com/sql/t-sql/statements/copy-into-transact-sql?view=azure-sqldw-latest) to bulk load data.
1717

1818
## Entry points to the Bulk Load wizard
1919

2020
You can now easily bulk load data using SQL pools with a simple right-click on the following areas within the Synapse Studio:
2121

2222
- A file or folder from an Azure storage account attached to your workspace
23-
![Right clicking on a file or folder from a storage account](./sql/media/bulk_load_entry_point_0.png)
23+
![Right-clicking on a file or folder from a storage account](./sql/media/bulk-load/bulk_load_entry_point_0.png)
2424

2525
- A SQL pool node within the SQL object explorer (coming soon)
2626

@@ -49,10 +49,10 @@ You can click on "Preview data" to see how the COPY statement will parse the fil
4949
Select the SQL pool you are using to load including whether the load will be for an existing table or new table:
5050
![Selecting target location](./sql/media/bulk-load/bulk_load_target_location.png)
5151

52-
It is recommended to click on "Configure column mapping" to make sure you have the appropriate column mapping. For new tables, configuring the column mapping is critical for updating the target column data types:
52+
Click on "Configure column mapping" to make sure you have the appropriate column mapping. For new tables, configuring the column mapping is critical for updating the target column data types:
5353
![Configuring column mapping](./sql/media/bulk-load/bulk_load_target_location_column_mapping.png)
5454

55-
Click Open script which will generate a T-SQL script with the COPY statement to load from your data lake:
55+
Click on "Open script" and a T-SQL script will be generated with the COPY statement to load from your data lake:
5656
![Opening the SQL script](./sql/media/bulk-load/bulk_load_target_final_script.png)
5757

5858
## Next steps

0 commit comments

Comments
 (0)