Had T42 used the adjectives "simple" and "complex" to describe SQL perhaps his meaning would have been clearer.
He suggests that you use simple, straightfoward SQL statements to extract data, and let DataStage EE worry about the partitioning of those data.
Search found 53125 matches
- Mon Apr 25, 2005 1:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Extender usage on non-partitioned database
- Replies: 3
- Views: 1618
- Mon Apr 25, 2005 1:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RT_LOGNN latest run only
- Replies: 10
- Views: 3616
- Mon Apr 25, 2005 1:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compliation error
- Replies: 8
- Views: 3328
- Mon Apr 25, 2005 1:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: less amount of procesors than license includes
- Replies: 9
- Views: 2776
- Mon Apr 25, 2005 4:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Updating Job Parameters or possible UserVariables
- Replies: 7
- Views: 1530
Using the UserStatus was what I had in mind. Other than that, you could write values to a file and use an ExecuteCommand activity to retrieve them, or something similar to that. The "UserStatus area" is, in fact, disk based (which is why you can get at it after the job finishes), so any file-based a...
- Mon Apr 25, 2005 4:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MSSQL Performance Problem
- Replies: 5
- Views: 1056
- Mon Apr 25, 2005 4:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: routine for capturing row processed
- Replies: 2
- Views: 874
Do you want this in real time or afterwards? When does timing start and when does it end? For example do you want to include or to exclude the time taken to start the jobs, to establish connection to and to disconnect from the database? Search the forum for "rows/sec". It really is a meaningless met...
- Mon Apr 25, 2005 4:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MSSql Server and Stored Procedures
- Replies: 5
- Views: 2091
Who says MS SQL Server stored procedures aren't supported in DataStage? Can you import the stored procedures? That's ultimately the test of whether they're supported - you can read about what the rules for supported/unsupported are in the Server Job Developer's Guide - it's about whether there are o...
- Mon Apr 25, 2005 4:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Plz Tell me more about MQ series
- Replies: 4
- Views: 1715
Who says you need MQ Series? MQ Series is a queue-based IBM messaging protocol; DataStage - via appropriate plug-in (which only means "optionally installed") stage types - has the ability to read messages from a queue and to write messages to a queue. Typically these messages will contain rows of da...
- Mon Apr 25, 2005 4:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: less amount of procesors than license includes
- Replies: 9
- Views: 2776
You can install DataStage EE on a machine with fewer CPUs than you have licensed. The others will show up as "spare" in the Adminstrator's licensing information. I do not know about installing two DataStage servers on one machine, even on different logical partitions. Apart from any legal questions ...
- Sun Apr 24, 2005 2:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to run Analyze Table in DS?
- Replies: 6
- Views: 1415
That's not supported functionality. Whatever you do with DataStage, ultimately you're processing rows and columns. What you might like to do is to import the table definition. When the list of tables appears, select just one table. Then the Details and View Data buttons are enabled. Use Details to g...
- Sat Apr 23, 2005 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors while importing the project
- Replies: 13
- Views: 2451
- Sat Apr 23, 2005 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting to String to Numeric
- Replies: 1
- Views: 997
- Sat Apr 23, 2005 3:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors while importing the project
- Replies: 13
- Views: 2451
The only supported way is through Repository view in Manager or Designer. You can delete a whole category at a time. The repository should not need cleaning up, unless you interrupt the deletion process. An unsupported way is to delete records from DS_ROUTINES; the routine name is the key value, but...
- Fri Apr 22, 2005 6:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting metadata using a shell script
- Replies: 8
- Views: 1686