Skip to content

Commit 76bf019

Browse files
Merge pull request #36394 from periclesrocha/patch-20
Adding a remark regarding data type truncation
2 parents 5d4b822 + bc4ed2f commit 76bf019

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ To ensure reliable execution, the source files and folders must remain unchanged
353353
- Modifying, deleting, or replacing any referenced files or folders while the command is running can cause the operation to fail or result in inconsistent data ingestion.
354354
- Before executing `COPY INTO`, verify that all source data is stable and will not be altered during the process.
355355

356+
If the source data has greater precision than the destination column definition, the value is truncated, not rounded, for numeric, date, and time types.
357+
356358
## Examples
357359

358360
### A. Load from a public storage account
@@ -860,6 +862,8 @@ To ensure reliable execution, the source files and folders must remain unchanged
860862
- Modifying, deleting, or replacing any referenced files or folders while the command is running can cause the operation to fail or result in inconsistent data ingestion.
861863
- Before executing `COPY INTO`, verify that all source data is stable and will not be altered during the process.
862864

865+
If the source data has greater precision than the destination column definition, the value is truncated, not rounded, for numeric, date, and time types.
866+
863867
<a id="limitations-for-onelake-as-source-public-preview"></a>
864868

865869
## Limitations for OneLake as source

0 commit comments

Comments
 (0)