Skip to content

Commit 04bc724

Browse files
Removed a limitation
That limitation in Gen2 has been fixed and no longer applies
1 parent 6146c71 commit 04bc724

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,6 @@ Azure Synapse Analytics automatically assigns unique values based on the seed an
320320
> [!NOTE]
321321
> The automatic table creation works alongside with automatic schema discovery. The automatic table creation is NOT enabled by default.
322322
323-
Don't load into hash distributed tables from Parquet files using `COPY INTO` with `AUTO_CREATE_TABLE = 'ON'`.
324-
325-
If Parquet files are to be loaded into hash distributed tables using `COPY INTO`, load it into a round robin staging table followed by `INSERT ... SELECT` from that table to the target hash distributed table.
326-
327323
### Permissions
328324

329325
The user executing the COPY command must have the following permissions:

0 commit comments

Comments
 (0)