Skip to content

Commit 4e2a229

Browse files
authored
Merge pull request #18030 from kevinvngo/patch-59
MSI is not supported for Synapse workspaces - COPY
2 parents a099491 + d9c2a4c commit 4e2a229

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

docs/t-sql/statements/copy-into-transact-sql.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -427,18 +427,7 @@ There is no need to split Parquet and ORC files because the COPY command will au
427427
### Are there any limitations on the number or size of files?
428428
There are no limitations on the number or size of files; however, for best performance, we recommend files that are at least 4MB.
429429

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
441430

442431
## See also
443432

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

Comments
 (0)