November 5, 2013 at 10:35 am
Can anyone help me on this. what is the easiest way to do this? I used a excel source and oledbdestination. That worked fine before but now it doesn't import to sql table. I don't know why..
November 5, 2013 at 12:53 pm
What's the output you're getting? There are millions of reasons, but the error messages can help us to identify what's happening.
November 5, 2013 at 3:11 pm
"Truncation may occur due to inserting data from data flow column with a length of 255 to database column with a length of 9"
November 6, 2013 at 2:29 pm
Are you attempting this using the SSIS Import and Export Wizard under the Project menu item of BIDS?
November 7, 2013 at 7:56 am
While importing the Data from Files check for the Length and data type of the Columns and better to use LTRIM and RTRIM Functions it gives you performance wise good results.
Post the Exact Error Message your getting in the Bottom window....
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply