Search found 42189 matches
- Thu Feb 26, 2009 7:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic file write stage.
- Replies: 8
- Views: 2447
- Thu Feb 26, 2009 7:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance problem
- Replies: 7
- Views: 2006
if its doing update and insert mean it will take more time to process, Oracle bulk load doesnt support this. It does, to some extent, with a conventional (DIRECT=FALSE) load. But you're correct about the performance over the duration of the load. Any of those 'combo' Update Actions are a crutch, IM...
- Thu Feb 26, 2009 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance problem
- Replies: 7
- Views: 2006
- Thu Feb 26, 2009 12:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert date value into SQL Server datetime columm
- Replies: 31
- Views: 22296
I've used the Sybase stage (singular) and, since it requires the Sybase OC to work, I made the assumption it couldn't somehow be finageled into also working for SQL Server. Could be wrong. [shrug] I didn't pick up on your use of the plural, so didn't take any other stages into consideration and will...
- Wed Feb 25, 2009 10:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert date value into SQL Server datetime columm
- Replies: 31
- Views: 22296
As Ray noted, DataStage ships with a Data Direct wire driver for SQL Server which is what I used when I needed to interface with that source. Sure, that's still ODBC and you still need to do all the normal configuring like you would for any other ODBC source, but it's a 'source specific' driver and ...
- Wed Feb 25, 2009 9:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert date value into SQL Server datetime columm
- Replies: 31
- Views: 22296
Re: Insert date value into SQL Server datetime columm
After a bit of hacking, I've deduced that TO_DATE must be an internal DataStage function that converts the string to the proper format for the target database. TO_DATE isn't a SQL Server function, although I've used it before on Oracle projects. No, TO_DATE() is not anything internal to DataStage, ...
- Wed Feb 25, 2009 9:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert date value into SQL Server datetime columm
- Replies: 31
- Views: 22296
- Wed Feb 25, 2009 9:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert date value into SQL Server datetime columm
- Replies: 31
- Views: 22296
- Wed Feb 25, 2009 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can identify invalid duplicates?
- Replies: 10
- Views: 2596
- Wed Feb 25, 2009 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can identify invalid duplicates?
- Replies: 10
- Views: 2596
- Wed Feb 25, 2009 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strip Chars at the end and not in middle
- Replies: 9
- Views: 3241
- Wed Feb 25, 2009 2:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set Project to Compile before execute
- Replies: 37
- Views: 9234
- Wed Feb 25, 2009 12:54 pm
- Forum: General
- Topic: Is DataStage 7.5.0 Compatible with Oracle 10g release 2?
- Replies: 4
- Views: 1371
- Wed Feb 25, 2009 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set Project to Compile before execute
- Replies: 37
- Views: 9234
- Wed Feb 25, 2009 12:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort Sequence But Complete All Jobs First
- Replies: 1
- Views: 1075
Ah, yes, that post. Seems like you'll need to set some kind of indicator, something you can check on later, to see if any jobs had problems and the Sequence itself should be aborted as a result. And then check on that 'indicator' after job and if found or set, issue the abort there. Perhaps that's a...