What is the purpose of interprocessor stage in server jobs?
No Answer is Posted For this Question
Be the First to Post Answer
diff between OLTP and OLAP? what TOP-DOWN and BOTTOM-UP Approach? which is best? what are Star Schema and Snow Flake Schema?
How many types of stage?
diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?
How to enter a log in auditing table whenever a job get finished?
how to cleansing data
how to export or import the jobs in .ISX file
how many dimentions and fact tables used in your project and what are names of it?
To see hidden files in LINIX?
How do you get log info into a file?
Which algorithm you used for your hashfile?
how CAN we remove duplicates in dataset?
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C