What is the use of surrogate key stage?
Answers were Sorted based on User's Feedback
Surrogate Key Stage is used to generate the Surrogate Key.
the main purpose of the Surrogate key is to maintain the
complete history in the dimension tables.
| Is This Answer Correct ? | 1 Yes | 1 No |
what is the use of materialized view?
I have 3 jobs A,B and C , which are dependent each other. I want to run A & C jobs daily and B job run only on sunday. how can we do it?
What is the use of surrogate key stage?
What is the difference between account and directory options ?
i have a scenario like two columns(Empno, Ename) in that duplicate records are there, so my question is how to get second duplicate record in datastage.
how to abort the job its matain duplicates?
Can you define merge?
What are some different alternative commands associated with "dsjob"?
in aggregator , how can i get the sum in readable format
I have a scenario like Deptno=10---->First record and last record Deptno=20---->First record and last record Deptno=30---->First record and last record I want those first and last records from each department in a single target. How to do this in DataStage, any one can assist me. Thanks in advance.
How u implement the slowly changing dimensions if my source table is consisting of cid,cname,add,phno,email but i need to capture the changes for first three columns how u implement?
A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?pls pls