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 Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
SQL Server Other
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 34,671 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 Answers by the question author, which helps users to know the answer solved the author's problem.