Viewing 7 posts - 31 through 37 (of 37 total)
Please provide more details. What columns you have in source table? What do you have in destination table?
If the joins vary, you can create three OLE DB Source and use...
October 5, 2012 at 5:29 am
Anyone looking for a solution there are multiple ways to resolve this issue.
SSIS: 3 Ways to resolve Unicode and non-unicode data type issue?
August 16, 2012 at 12:19 pm
The error indicates that the SQL Server account which you have setup to run integration services does not have permission to create file or say create any file on the...
August 7, 2012 at 2:14 pm
You can read specific row or nth row using Script component. For where clause you have to use condition split.
August 7, 2012 at 2:10 pm
Not sure about the entire issue but Checkpoints do not store the runtime values of OBJECT data type variables. You might be facing this issue becoz of this.
____________________________________
Vikash Kumar Singh...
December 9, 2011 at 6:42 am
Have you setup the each Control Flow Components property correctly. You need to setup them in order to see the chekcpoints working corrrectly. Here is an example.
SSIS: Checkpoints implementation
http://www.singhvikash.in/2011/10/ssis-checkpoints-implementation.html
December 5, 2011 at 6:56 pm
You can add a Data Flow Task in your package.
Inside Data Flow Task add a Excel Source to read all the columns.
Add a Script Component task as Transformation. Inside the...
November 13, 2011 at 5:55 pm
Viewing 7 posts - 31 through 37 (of 37 total)