Search found 4605 matches
- Fri Oct 13, 2006 4:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Verifying if database indices were dropped
- Replies: 8
- Views: 1696
- Fri Oct 13, 2006 1:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: STAGECOM Data structures & Hawk
- Replies: 15
- Views: 3630
By the way Ken's stuff is always professional, productionalized and well documented. My free stuff is not always documented and often one off jobs so they never get productionalized. I just want to point you in the right direction and not neccessarily give you the total solution. The total solution ...
- Fri Oct 13, 2006 1:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling KeyMgtGetNextValue() while moving machines - Post2
- Replies: 13
- Views: 18512
- Fri Oct 13, 2006 1:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling KeyMgtGetNextValue() while moving machines - Post2
- Replies: 13
- Views: 18512
- Fri Oct 13, 2006 1:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: STAGECOM Data structures & Hawk
- Replies: 15
- Views: 3630
- Fri Oct 13, 2006 1:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Verifying if database indices were dropped
- Replies: 8
- Views: 1696
- Fri Oct 13, 2006 11:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job performance
- Replies: 9
- Views: 2008
They are talking about SQL Server partitioning where you break one table up into to many tables but they still act as one. You usually want to break a table by either a reporting field or a date field or both. Some people want to partition by state or country for reporting purposes. Another way woul...
- Fri Oct 13, 2006 10:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job performance
- Replies: 9
- Views: 2008
- Fri Oct 13, 2006 10:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: STAGECOM Data structures & Hawk
- Replies: 15
- Views: 3630
You may need to run a batch job before you run your sequences. This might be part of Ken's jobs Craig mentioned. You are probably reading the parameter values out of sequential file. This can be and should be done before a job sequence starts and not during. This is an unsupported way to load these ...
- Thu Oct 12, 2006 9:32 pm
- Forum: General
- Topic: Here's some Perl code for Parameter replacement
- Replies: 7
- Views: 4274
- Thu Oct 12, 2006 9:30 pm
- Forum: General
- Topic: Here's some Perl code for Parameter replacement
- Replies: 7
- Views: 4274
- Thu Oct 12, 2006 9:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Required Proj Name to a AutoSys job
- Replies: 4
- Views: 1554
- Thu Oct 12, 2006 9:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence design
- Replies: 5
- Views: 1812
- Thu Oct 12, 2006 4:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Allowing multiple instances when it is not necessary
- Replies: 6
- Views: 1961
- Thu Oct 12, 2006 3:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling KeyMgtGetNextValue() while moving machines - Post2
- Replies: 13
- Views: 18512
Hashed files should not be considered persistent meaning these values should be recreated every job run. Select max(surrogate_key) from dimension_table -> SDKSequences This is a job included in EtlStats called reseed_sequences. The surrogate_key is a parameter and so is the table name so the SQL loo...