Viewing 15 posts - 12,811 through 12,825 (of 13,876 total)
Please also post how you would like the active date to look after the update has been performed. Your post shows the 'before' situation only.
May 14, 2009 at 5:56 pm
This isn't easy.
The way I was thinking of doing this was to use a Script Task and use Excel.Application etc etc - but that relies on a reference to Microsoft.Office.Interop.Excel,...
May 14, 2009 at 5:52 pm
You are right - set Fail package on Failure to True and you should get the result you desire.
May 13, 2009 at 11:01 pm
I suggest that you read up on Package Configurations - I think that will work well for you.
May 13, 2009 at 10:54 pm
This sounds like a T-SQL question to me - this is the SSIS forum.
It is difficult to answer your question without seeing some sample data. Why only 5 items -...
May 13, 2009 at 10:34 pm
As Luke said, fixed-width files do not generally have delimiters - they are just wasting space.
If it's just a pipe-delimited file you need, pipe can be chosen as delimiter if...
May 13, 2009 at 10:28 pm
Your signature contains a link to posting best practices, yet your post does not follow them!
Are you referring to Excel when you talk about 'sheets'?
Is any data involved, or are...
May 13, 2009 at 10:15 pm
If you need more sophistication in your record selection than is possible in Conditional Split, the Script Component will also do it.
May 13, 2009 at 3:24 am
Please check the following task properties for your ActiveX script:
Fail Package on Failure
Force Execution Value - if true, what is Forced Execution Value
May 12, 2009 at 5:58 pm
🙂 now you're making me sound like I'll need diagrams before I understand.
Just carry on as you are and I will have fun working out the bits you omit!
May 12, 2009 at 5:49 am
Ramesh (5/12/2009)
May 12, 2009 at 4:16 am
So you have a single string:
"Foo1, Foo2, etc etc"
and you want to issue a call to a web service multiple times - once for each item in the list?
Sorry if...
May 12, 2009 at 4:11 am
So which bit are you asking for help on? Retrieving the string from an XML file (which appears to be masquerading as a CSV file) or using the retrieved string...
May 12, 2009 at 2:21 am
CozyRoc (5/11/2009)
Phil Parkin (5/11/2009)
I tried out Ramesh's code and have a follow-up question: what is the data type...
May 11, 2009 at 11:27 pm
Hi guys - I bet you thought that this was all over? :hehe:
I tried out Ramesh's code and have a follow-up question: what is the data type of 'CleanLine'? Looks...
May 11, 2009 at 7:31 pm
Viewing 15 posts - 12,811 through 12,825 (of 13,876 total)