Viewing 15 posts - 136 through 150 (of 157 total)
Did you try using OLE DB Destination instead of SQL server destination.. bcz many times SQL server destination behaves weirdly..
February 26, 2010 at 10:59 am
Can you post your table structure ... Does all the fields in your dest.. table it allow NULL Values???
February 26, 2010 at 9:59 am
What are you trying to do exactly??? I thought u just wanted to update your table.. using a raw file
February 26, 2010 at 9:48 am
Since the values of a result set are normally stored in a object they cannot be retrieved .. Alternative is to use a script component and convert this object variable...
February 25, 2010 at 4:55 pm
you can use expressions instead of the column... basically replacing the column with ISNULL and IF ELSE Expression
February 25, 2010 at 4:47 pm
Thats a very nice article.. thanks a lot willem..
February 25, 2010 at 9:48 am
The easiest way to this would be to use a data flow task with Source and Record Set Destination that will hold your values in a variable...Then in the Control...
February 25, 2010 at 9:41 am
Elliott's Link will probably give you a good explanation...
February 25, 2010 at 9:27 am
As phil suggests the best way would be to use IsNULL() but ... what's important is what to do u want if its a NULL value.. DO u what to...
February 25, 2010 at 9:07 am
My approach would be to use a for each loop with a script and the other desired workflow process.... i would loop through all the files and use a script...
February 25, 2010 at 8:56 am
See the attachment... you should see it in the same path... Did you build and deploy the package to the msdb?? If you connect to SSIS using SSMS are you...
February 24, 2010 at 4:50 pm
did not get you...
February 24, 2010 at 4:27 pm
This can be done in many ways.. one of them being using script task..I think that Everyone working on SSIS needs to know basic scripting because there are many things...
February 24, 2010 at 1:57 pm
By looking at your post all i can think of is that your getting an error while parameters to the Execute SQL Task bcz you are using "?" parameters before...
February 24, 2010 at 12:01 pm
What does your result set look like... does it have the Email address... Can you post some more information about what you are trying to do...
Probably you can achieve...
February 24, 2010 at 11:45 am
Viewing 15 posts - 136 through 150 (of 157 total)