Skip to content

Commit c78e1a9

Browse files
authored
Formatting issue
1 parent 426b2ac commit c78e1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/quickstart-bulk-load-copy-tsql-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ WITH (
107107

108108
2. Configure Azure AD authentication by going through the following [documentation](https://docs.microsoft.com/azure/sql-database/sql-database-aad-authentication-configure?tabs=azure-powershell#create-an-azure-ad-administrator-for-azure-sql-server).
109109

110-
Connect to your SQL pool using Active Directory where you can now run the COPY statement without specifying any credentials:
110+
3. Connect to your SQL pool using Active Directory where you can now run the COPY statement without specifying any credentials:
111111

112112
```sql
113113
COPY INTO dbo.target_table

0 commit comments

Comments
 (0)