Viewing 15 posts - 2,716 through 2,730 (of 4,272 total)
Griffster (2/22/2010)
February 22, 2010 at 9:21 am
You do it in the Child Package, it is just like any other package configuration, the downside is you have to type in the variable name there isn't a...
February 22, 2010 at 9:15 am
You can do it with package configurations. Or you can adjust parameters at run-time. The best method depends on how you wil be calling the package.
CEWII
February 22, 2010 at 9:12 am
In the script you might look into:
Dts.Events.FireInformation
CEWII
February 22, 2010 at 9:08 am
I think Jack is right on. I was thinking about a parent package that conditionally calls the packages would be a better solution than a 40 step job. ...
February 22, 2010 at 9:03 am
Not to be abrasive but when I get told to do something that is questionable (in my view), I ask questions and try to figure out what we are trying...
February 22, 2010 at 8:59 am
You need to be careful reusing configuration files, if the file refers to an object that does not exist in BOTH packages then it throws an error (or might be...
February 22, 2010 at 8:51 am
You could use one of the open source zip libraries from codeplex and do it in a script component. GSquared had a good idea, my only issue is that...
February 22, 2010 at 8:45 am
We'll use this example, 10 files, 6 tables. Of those 10 files there are 3 that have the same structure and go into a table with the same structure....
February 20, 2010 at 10:44 pm
I'm sorry to be a little short with you but you don't appear to be listening to what I'm saying.
The mapping you want to do CANNOT be done at run-time,...
February 20, 2010 at 7:28 pm
Ok, I can't be any more clear on this.
Field mapping CANNOT be done at run-time. It doesn't matter what script you write.
CEWII
February 20, 2010 at 7:19 pm
vithasun (2/19/2010)
Thanks for the reply.
Textfile format is same(all are .txt files). Can it be possible using Script task/ script component mapping between each text file source and...
February 19, 2010 at 6:34 pm
Are all the files/table the exact same structure? If not you have a problem. And you can't do this with a single data-flow.
The input schema and mapping of...
February 19, 2010 at 12:16 pm
GSquared (2/18/2010)
February 19, 2010 at 10:58 am
How many files are we talking about? My main issue is that you have to set source structure, field mapping, and destination mapping at design time. What this...
February 19, 2010 at 9:55 am
Viewing 15 posts - 2,716 through 2,730 (of 4,272 total)