Skip to content

Commit 8274e9c

Browse files
Merge pull request #35539 from periclesrocha/patch-20
Removed a limitation
2 parents 9493749 + 04bc724 commit 8274e9c

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)