it is possible to load two tables data into one sequential
file?if possible how?plz share with me?
Answer Posted / srikanth reddy m
If the two tables having same key column, then based on that key column we can able join the two tables. This is nothing but horizantal joining.
or
If the the two tables having same metadata, then using funnel stage we can perform vertical joining. whether it may continuous or sequence funnel.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the method of removing duplicates, without the remove duplicate stage?
How many Key we can define in remove duplicate stage?
How and where you used hash file?
if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables? how can i implement scd typ1 and type2 in both server and in parallel? field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the duplicate rows,inthe fields?
What are the steps needed to create a simple basic datastage job?
What are the types of containers and how to create them?
How do you register plug-ins?
What is the difference between account and directory options ?
What are routines in datastage?
How to convert RGB Value to Hexadecimal values in datastage?
How many areas for files does datastage have?
what is use of SDR function?
Describe link sort?
What is the different type of jobs in datastage?
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.