if i am having 10 records in source, i want 20 records in
target...how will you do it
Answers were Sorted based on User's Feedback
Answer / srinivas
if source is table you can use sql override
select * from emp
union
select * from emp
and if source is not a table run the session twice
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / guduri
to get dis dont enable the property called truncate target
table option in session properties
| Is This Answer Correct ? | 0 Yes | 6 No |
What are the differences between source qualifier and joiner transformation?
why cant we put a sequence generator or upd strategy transformation before joiner transformation?
What are the associated ports in look up T/R.
tell me the datawarehouse defination,and it is maintaing hystorical data meaning,what is the use
Define maping and sessions?
What is surrogate key?
What is Code Page Compatibility?
if the column name in sql override is diff from the column name in source qualifier,what is the impact?
What are the issues you have faced in your project? How did you overcome those issues?
What is diff joiner and lookup
How to handle changing source file counts in a mapping?
My source table having some records ,i want load 1st record and last record into one target?