Viewing 15 posts - 61 through 75 (of 171 total)
Rats! I thought I'd do the dtsconfig overwrite in the parent package as I need it continue and do more processing immediately after it had finished, I'd have to split...
February 25, 2010 at 8:16 am
wschampheleer (2/25/2010)
For the field in question in my data reader > input output properties > external columns, the datatype is already eight byte signed integer (DT_I8). Should I be converting...
February 25, 2010 at 4:50 am
wschampheleer (2/24/2010)
Griffster (2/17/2010)
An example is that it sees the time in Sybase (Sybase 11) table as 12:52:39.000, but SSIS sees the value as a DT_I8 with a value of 463590000000.
Looks...
February 24, 2010 at 9:45 am
If there is nothing to configure in the parent package, then you don't need a configuration file.
In sql agent jobs, you can have multiple steps. One of these steps can...
February 24, 2010 at 9:24 am
Sure, but you can even leave the copying of the config file out of the parent package and do it in you sql agent jobs (no need to pass variables...
February 24, 2010 at 8:34 am
wschampheleer (2/23/2010)
Copy either a.dtsconfig or b.dtsconfig to c.dtsconfig.
Make one minor change to x.dtsx to use the configuration in c.dtsconfig.
Running the package from saj1 or saj2 will...
February 24, 2010 at 6:32 am
wschampheleer (2/23/2010)
You can dynamically change the connection used by the Execute Package Task using a variable in an expression (the exact...
February 23, 2010 at 9:28 am
Sorry Willem, I'm not made myself clear. Think I ought to show my steps...
1) I created a package, call it X.dtsx for example and set up an xml configuration file...
February 23, 2010 at 8:36 am
wschampheleer (2/22/2010)
Griffster (2/22/2010)
February 23, 2010 at 6:21 am
So that would mean that the only way I could run the child package independently would be if I created another parent package that only calls the child package on...
February 22, 2010 at 9:15 am
Where do you set up the parent package variable in configuration files? In the child via BIDS or the parent?
February 22, 2010 at 9:00 am
wschampheleer (2/22/2010)
February 22, 2010 at 8:12 am
wschampheleer (2/22/2010)
February 22, 2010 at 6:19 am
wschampheleer (2/22/2010)
You are right that you will need an execute package task to run...
February 22, 2010 at 4:06 am
Koen Verbeeck (2/17/2010)
Griffster (2/17/2010)
February 19, 2010 at 10:51 am
Viewing 15 posts - 61 through 75 (of 171 total)