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: docs/t-sql/statements/copy-into-transact-sql.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -427,18 +427,7 @@ There is no need to split Parquet and ORC files because the COPY command will au
427
427
### Are there any limitations on the number or size of files?
428
428
There are no limitations on the number or size of files; however, for best performance, we recommend files that are at least 4MB.
429
429
430
-
### Are there any limitations with COPY using Synapse workspaces?
431
-
432
-
Authenticating using Managed Identity (MSI) is not supported with the COPY statement or PolyBase (including when used in pipelines). You may run into a similiar error message:
433
-
434
-
*com.microsoft.sqlserver.jdbc.SQLServerException: Managed Service Identity has not been enabled on this server. Please enable Managed Service Identity and try again.*
435
-
436
-
MSI authentication is required when the storage account is associated with a VNet. You must use BCP/Bulk insert to load data instead of COPY or PolyBase if your storage account is attached to a VNet.
437
-
438
-
This limitation is only applicable to SQL pools belonging to a Synapse workspace. We will enable MSI support in Synapse workspaces in an upcoming release.
439
-
440
-
Please send any feedback or issues to the following distribution list: sqldwcopypreview@service.microsoft.com
441
430
442
431
## See also
443
432
444
-
[Loading overview with [!INCLUDE[ssSDW](../../includes/sssdwfull-md.md)]](/azure/sql-data-warehouse/design-elt-data-loading)
433
+
[Loading overview with [!INCLUDE[ssSDW](../../includes/sssdwfull-md.md)]](/azure/sql-data-warehouse/design-elt-data-loading)
0 commit comments