Hi All,
I have an excel file having 10 columns, when I tried to import the data into one table I am getting truncation error. This is due to one column which is having comments(contains special characters also).
When I remove that column and importing it is working fine, but tried to import with comments column getting error.
Please advise how can I import the excel data into database.
Thanks in Advance.
Error Details:
Error 0xc020901c: Data Flow Task 1: There was an error with output column "Comments" (30) on output "Excel Source Output" (9). The column status returned was: "Text was truncated or one or more characters had no match in the target code page.".
(SQL Server Import and Export Wizard)
Error 0xc020902a: Data Flow Task 1: The "output column "Comments" (30)" failed because truncation occurred, and the truncation row disposition on "output column "Comments" (30)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.
(SQL Server Import and Export Wizard)