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/synapse-analytics/quickstart-load-studio-sql-pool.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
@@ -13,14 +13,14 @@ ms.reviewer: jrasnick
13
13
14
14
# Bulk loading with Synapse SQL
15
15
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.
17
17
18
18
## Entry points to the Bulk Load wizard
19
19
20
20
You can now easily bulk load data using SQL pools with a simple right-click on the following areas within the Synapse Studio:
21
21
22
22
- A file or folder from an Azure storage account attached to your workspace
23
-

23
+

24
24
25
25
- A SQL pool node within the SQL object explorer (coming soon)
26
26
@@ -49,10 +49,10 @@ You can click on "Preview data" to see how the COPY statement will parse the fil
49
49
Select the SQL pool you are using to load including whether the load will be for an existing table or new table:
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:
0 commit comments