Viewing 15 posts - 12,781 through 12,795 (of 13,838 total)
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
You should try the XML source adaptor in SSIS and see whether that can do it for you (it does not work for all XML variants).
If you are looking for...
May 11, 2009 at 6:46 am
- Create an int variable, scoped at package level, to hold the rowcount results.
- Use an Execute SQL task to run the count query and assign the result to rowcount
-...
May 9, 2009 at 1:40 am
Viewing 15 posts - 12,781 through 12,795 (of 13,838 total)