Forum Discussion
AJAJ
Helper IV
7 months agoSame SQL Source table - ADF Copy Activity Succeeds but Fabric Copy Activity Fails- Auto create table
Hi there, I'm using dynamic query to loop thru processing multiple tables. Source is SQL Server. Same table / Same query / Same SQL Source - Older ADF copy activity runs successfully. Fabri...
tayloramy
Super User
7 months agoHi AJAJ,
The error is pretty clear: String or binary data would be truncated while reading column of type 'VARCHAR(20)'
You have an issue with column mappings, and data is being truncated.
You need to adjust the column mappings to ensure that data is not getting truncated.