Viewing 15 posts - 16 through 30 (of 163 total)
willmiss20 (8/9/2009)
The constraint is set to 'Expression' only.
I have been able to now get the package to work, when I set it to 'Constraint',...
August 9, 2009 at 8:34 pm
willmiss20 (8/9/2009)
When I remove the contstraint, the Script task and data flow task execute as expected.
The precedence task...
August 9, 2009 at 7:54 pm
CozyRoc (8/6/2009)
Paul_J (8/6/2009)
Have you considered using BCP? That is a great tool. You can call it from within an SSIS package for each of your source files if required.
How are...
August 6, 2009 at 9:41 pm
CozyRoc (8/6/2009)
Paul_J (8/6/2009)
Have you considered using BCP? That is a great tool. You can call it from within an SSIS package for each of your source files if required.
How are...
August 6, 2009 at 9:39 pm
Have you considered using BCP? That is a great tool. You can call it from within an SSIS package for each of your source files if required.
August 6, 2009 at 9:11 pm
riga1966 (11/4/2008)
They are supposed to be loaded into staging tables
and later inserted into Data warehouse Dimension and Fact tables.
So far I see a few ways...
August 6, 2009 at 4:55 pm
Rupashri Gulawani (8/3/2009)
1. Write a code which will generate an Export package for you at...
August 3, 2009 at 11:40 pm
Try this:
Me.ReadOnlyVariables("varname").Value
You will also need to add the variable to the ReadOnlyVariables or ReadWriteVariables in the Script Component properties of course.
August 3, 2009 at 4:59 pm
How about BCP? You can even call that via the command line in an SSIS package.
Doing it all inside a Script Task should be the last resort in this case.
August 2, 2009 at 9:29 pm
Please provide more information. Your code, perhaps the wsdl, etc.
July 30, 2009 at 5:53 pm
It really depends on the web service and what it expects. It may support passing an empty string or null, or it may even have an overload that doesn't expect...
July 29, 2009 at 6:08 pm
I believe you need to set up "delegation" in Active Directory. That's usually the issue when you see the anonymous login message and there is a double-hop in process.
July 29, 2009 at 6:06 pm
Again, it totally depends on the requirements.
July 29, 2009 at 6:03 pm
How are you loading the data? Data Flow, Bulk Insert or something else?
July 28, 2009 at 6:05 pm
Just for the record, I never said they can't support custom stored procedures. I've used them all and getting them to work with custom sprocs is a hack most of...
July 26, 2009 at 5:55 pm
Viewing 15 posts - 16 through 30 (of 163 total)