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/sql-data-warehouse/quickstart-bulk-load-copy-tsql-examples.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: ajagadish
6
6
ms.service: azure-synapse-analytics
7
7
ms.topic: quickstart
8
8
ms.subservice: sql-dw
9
-
ms.date: 06/15/2022
9
+
ms.date: 10/23/2025
10
10
ms.custom: subject-rbac-steps, mode-other
11
11
---
12
12
@@ -16,7 +16,7 @@ This article highlights and provides examples on the secure authentication mecha
16
16
17
17
## Supported authentication mechanisms
18
18
19
-
The following matrix describes the supported authentication methods for each file type and storage account. This applies to the source storage location and the error file location.
19
+
The following matrix describes the supported authentication methods for each file type and storage account. This information applies to the source storage location and the error file location.
> - Use the hexadecimal value (0x0A) to specify the Line Feed/Newline character. Note the COPY statement will interpret the `\n` string as `\r\n` (carriage return newline).
47
+
> - Use the hexadecimal value (0x0A) to specify the Line Feed/Newline character. Note the COPY statement interprets the `\n` string as `\r\n` (carriage return newline).
48
48
49
49
## B. Shared Access Signatures (SAS) with CRLF as the row terminator (Windows style new line)
50
50
@@ -61,7 +61,7 @@ WITH (
61
61
```
62
62
63
63
> [!IMPORTANT]
64
-
> Do not specify the `ROWTERMINATOR` as '\r\n' which will be interpreted as '\r\r\n' and can result in parsing issues. The COPY command automatically prefixes the \r character when \n (newline) is specified. This results in carriage return newline (\r\n) for Windows based systems.
64
+
> Don't specify the `ROWTERMINATOR` as '\r\n', which is interpreted as '\r\r\n' and can result in parsing issues. The COPY command automatically prefixes the \r character when \n (newline) is specified. This results in carriage return newline (\r\n) for Windows based systems.
65
65
66
66
## C. Managed Identity
67
67
@@ -83,7 +83,7 @@ Managed Identity authentication is required when your storage account is attache
This step is not required for dedicated SQL pools within a Synapse workspace. The system assigned managed identity (SA-MI) of the workspace is a member of the Synapse Administrator role and thus has elevated privileges on the dedicated SQL pools of the workspace.
86
+
This step isn't required for dedicated SQL pools within a Synapse workspace. The system assigned managed identity (SA-MI) of the workspace is a member of the Synapse Administrator role and thus has elevated privileges on the dedicated SQL pools of the workspace.
87
87
88
88
1. Create a **general-purpose v2 Storage Account**. For more information, see [Create a storage account](../../storage/common/storage-account-create.md).
89
89
@@ -102,7 +102,7 @@ Managed Identity authentication is required when your storage account is attache
102
102
| --- | --- |
103
103
| Role | Storage Blob Data Contributor |
104
104
| Assign access to | SERVICEPRINCIPAL |
105
-
| Members |server or workspace hosting your dedicated SQL pool that you've registered with Microsoft Entra ID |
105
+
| Members |Server or workspace hosting your dedicated SQL pool that is registered with Microsoft Entra ID |
106
106
107
107

0 commit comments