Error inserting data into table received an invalid column length from the bcp client for colid5

Mudasir Amin 26 Reputation points
2022-12-25T03:03:37.003+00:00

Am trying to import my CSV file to perform some operations on it I successfuly import one file into my sql database and when I try to import another same csv file it show an error
I use the SSMS
273876-error.png

Azure SQL Database
SQL Server Integration Services
SQL Server | Other
0 comments No comments
{count} vote

Answer accepted by question author
  1. Alberto Morillo 35,406 Reputation points MVP Volunteer Moderator
    2022-12-25T05:22:41.053+00:00

    Most likely the issue will be the data in one of the columns in the CSV is too large to fit into the destination column in database. For example, in the Modify Columns section change all varchar columns to NVARCHAR(MAX).

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.