Viewing 15 posts - 12,796 through 12,810 (of 13,855 total)
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
The last part of the error message actually states that the step succeeded too - it's just that there was an error in it.
Can you post the code for the...
May 11, 2009 at 6:06 pm
CozyRoc & Ramesh - great work, thanks for the help.
May 11, 2009 at 9:39 am
Ramesh (5/11/2009)
Here is that script:
Imports System
Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper
Imports Microsoft.SqlServer.Dts.Runtime.Wrapper
Public Class ScriptMain...
May 11, 2009 at 9:16 am
CozyRoc (5/11/2009)
What is the issue when you try to use script component?
OK, I did this in a test environment to check. I have an OLEDB Source which just does a...
May 11, 2009 at 9:12 am
Thanks for the idea - tried it and:
The function REPLACE does not support the data type "DT_TEXT" for parameter number 1. The type of the parameter could not be explicitly...
May 11, 2009 at 8:14 am
Sorting a 10GB text file? I can imagine some complaints from the server ....
May 11, 2009 at 6:57 am
Viewing 15 posts - 12,796 through 12,810 (of 13,855 total)