How you Implemented SCD Type 1 & Type 2 in your project?
No Answer is Posted For this Question
Be the First to Post Answer
How much data u can get every day? 2)which data ur project contains? 3) what is the source in ur project?what is the biggest table & size in ur schema or in ur project?
WHAT ARE THE COMMON ERRORS IN DATA STAGE?
tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise
can we half project in parallel jobs and half project in server jobs?
difference between server shared container and parallel shared container
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
What are the steps needed to create a simple basic datastage job?
on how many columns we can perform aggregation in the Aggregator stage?
What is the Main difference between Lookup Failure and Lookup Not Met? Plz explain with Example.
Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.
How to find value from a column in a dataset?
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?