How many partitions does a node can have?
Some body explain me clearly about the partitions and the nodes?
Answer Posted / simon
i have no idea
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the precedence of stage variables,derivations, and constraints?
Differentiate between odbc and drs stage?
Explain Quality stage?
How you can fix the truncated data error in datastage?
Is it possible to query a hash file?
What is the difference between hashfile and sequential file?
Name the different sorting methods in datastage.
Lookup constraints
Explain the importance of surrogate key in data warehousing?
What is the flow of loading data into fact & dimensional tables?
CHANGE CAPTURE
Which algorithm you used for your hashfile?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
Have you have ever worked in unix environment and why it is useful in datastage?
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)