Search found 42189 matches
- Thu Mar 26, 2009 8:04 am
- Forum: General
- Topic: The 0 column(s) defined on this link do not match the 0 ...
- Replies: 3
- Views: 2555
Interesting. A couple of points... Does it work if you add a semi-colon (or whatever SQL Server uses) statement terminator after each piece of dml? I've never had a select '*' work out well and you're just asking for trouble selecting something that technically can change into a fixed number of colu...
- Thu Mar 26, 2009 7:58 am
- Forum: General
- Topic: Is the table name in the DRS stage available as a variable?
- Replies: 3
- Views: 943
- Wed Mar 25, 2009 10:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting column value as Parameter
- Replies: 4
- Views: 1909
- Wed Mar 25, 2009 10:50 pm
- Forum: General
- Topic: Is the table name in the DRS stage available as a variable?
- Replies: 3
- Views: 943
Sure, parameters can be used pretty much anywhere that text can be entered, including for the schema and/or tablename. And you could use that same job parameter in any of the before/after sql wherever you needed it. We kept the schema ('owner') and tablename as separate parameters and dictated that ...
- Wed Mar 25, 2009 6:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can not get excluesive access to data stage job, monitoring
- Replies: 3
- Views: 1878
- Wed Mar 25, 2009 6:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datetime on Sequential File
- Replies: 4
- Views: 1581
- Wed Mar 25, 2009 3:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting rows between two dates
- Replies: 11
- Views: 3235
If you want to apply the query in the source itself, use the condition below - to_char(your_date_column, 'YYYYMMDD') BETWEEN '20090306' AND '20090312' Wait... you can use the between like that after the to_char() to cause it to generate multiple values? In all my born days I've never seen the like ...
- Wed Mar 25, 2009 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: List of SYS tables
- Replies: 6
- Views: 1643
- Wed Mar 25, 2009 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: List of SYS tables
- Replies: 6
- Views: 1643
- Wed Mar 25, 2009 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Inserts
- Replies: 21
- Views: 4932
- Wed Mar 25, 2009 12:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Inserts
- Replies: 21
- Views: 4932
- Wed Mar 25, 2009 12:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Junk characters in char column of DB2 Table
- Replies: 5
- Views: 2611
- Wed Mar 25, 2009 12:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Inserts
- Replies: 21
- Views: 4932
Sure, but the question is in what order are the operations performed? Either way will work as desired - provided the updates are filtered out - but best to perform the insert attempt first so that you don't burn two database operations for every record. I don't have any kind of access right now, do ...
- Wed Mar 25, 2009 10:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Inserts
- Replies: 21
- Views: 4932
- Wed Mar 25, 2009 10:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to wait for and process multiple and changing name file
- Replies: 7
- Views: 5152