how many rows sorted in sort stage by default in server jobs
No Answer is Posted For this Question
Be the First to Post Answer
what is a force compile
Can you highlight the main features of ibm infosphere information server?
cust id,cust quty like 1,101;1,102;1,103 i want output like cust id,cust quty 1 101,102,103 in oracle please write a query in oracle
what is difference between migration project and integration project? can anyone explain with the example Thanks in advance
how to export or import the jobs in .ISX file
what are the types of nodes
What is a quality stage?
What is ibm datastage?
What is the diff between sort performed at sort stage and the stream sort performed at the input of few stages in DS Enterprise edition?
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...
why do we need a datawarehouse when we have databases to store data?
Why fact table is in normal form?