Viewing 6 posts - 1 through 6 (of 6 total)
Yes , what you said is correct ..thanks 🙂
September 2, 2010 at 9:17 am
If i understood you correctly, you would like to use SSIS to implement conditions and populate Column C
Use Derived Column in SSIS
and following is the expression to be used...
September 2, 2010 at 8:40 am
It is just an example in my case..date will be appeneded along with the text i mentioned in double quotes
September 1, 2010 at 1:03 pm
Yes , you have to use expressions and this can also be done using script
following is an example for Expression, which attaches date to the name
"MP_CCRET"+
Right((DT_WSTR, 4)year(getdate()) ,2)
+ (...
September 1, 2010 at 12:46 pm
could you be more specific? do you want to add time stamp to the name ?
September 1, 2010 at 12:02 pm
Hi,
I had same issue but i was using table data region...what i did to overcome this issue, changed my sql using differnt joins to combine all the datasets data into...
August 27, 2009 at 8:22 am
Viewing 6 posts - 1 through 6 (of 6 total)