Insert: String or Binary Data would be Truncated [without any size restriction in db]

hi, i think this is quite a common question but the problem is i dont set any size restrictions for the datatype on the db, but im still getting this error.

on db i have set the data type accordingly (eg: varchar int char etc)
and i build dt on uipath and add data row accordingly from the dt of csv.

any help is appreciated

Hi @syezids ,
Refer the below link, may be you didn’t passed correct column name or data type which is exceeding the limit of column width.
SQL SERVER – A quick solution to ‘String or binary data would be truncated’ using Stored procedure | SQL Server Portal (raresql.com)

Regards,
Arivu