Hi
I am trying to import data from simple CSV file but keep getting these error messages on the OLE DB destinattion
Warning 1 Validation warning. Data Flow Task: OLE DB Destination [47]: Truncation may occur due to inserting data from data flow column "Column 4" with a length of 10 to database column "MaritalStatus" with a length of 1. Package.dtsx 0 0
Warning 2 Validation warning. Data Flow Task: OLE DB Destination [47]: Truncation may occur due to inserting data from data flow column "Column 5" with a length of 10 to database column "Gender" with a length of 1. Package.dtsx 0 0
I have tried to change the column sizes but keep getting the same error message. Any ideas what it can be and how I get it to work please
Thanks
I am trying to import data from simple CSV file but keep getting these error messages on the OLE DB destinattion
Warning 1 Validation warning. Data Flow Task: OLE DB Destination [47]: Truncation may occur due to inserting data from data flow column "Column 4" with a length of 10 to database column "MaritalStatus" with a length of 1. Package.dtsx 0 0
Warning 2 Validation warning. Data Flow Task: OLE DB Destination [47]: Truncation may occur due to inserting data from data flow column "Column 5" with a length of 10 to database column "Gender" with a length of 1. Package.dtsx 0 0
I have tried to change the column sizes but keep getting the same error message. Any ideas what it can be and how I get it to work please
Thanks