without dynamic lookup transformation how to insert new
rows and update existing rows?

Answers were Sorted based on User's Feedback



without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / jhansi

YES,we can insert new rows and updat existing row
By setting Session level properties
1.Session->properties->TreatSourceRowas Update
2.Session->mapping->target properties->select update else
insert

Is This Answer Correct ?    8 Yes 1 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / sujana

@above

then wat is the use of lukup..if v can load in dis way

Is This Answer Correct ?    5 Yes 1 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / vali

you can use source qualifier transformation to do this.
write join condition ...
the rest of the operation will be same

Is This Answer Correct ?    0 Yes 0 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / sarthak

with SCD Type-1...

it uses normal look-up (not the dynamic look-up)

Is This Answer Correct ?    0 Yes 0 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / sujit

by the use of update strategy T/R we can insert new row and
updae a existing row on the time of T/R

Is This Answer Correct ?    1 Yes 1 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / murali raju

Simple you can take one look up transformation give the
condition as empno=empno1(if it is primary key) and take
update strategy transformation just pass condition as
IIF(empno=empno1,dd_update,dd_insert). in this way we can
insert new records and update old records without keepimg
historical data.

Is This Answer Correct ?    0 Yes 0 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / bj

With out lookup and update st. transformation we can still
insert new and update data at session level.
in session at the time giving target table connect bottom u
find insert and update just check that box.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Informatica Interview Questions

How you can differentiate between connected lookup and unconnected lookup?

0 Answers  


what is runtime variable?

3 Answers   TCS,


Is stop and abort are same in informatica?

0 Answers  


(Integ) Start workflow: ERROR: User [practice] does not have sufficient privilege for this operation. how to solve this pls suggest me? THANKS in advance

1 Answers  


Write the unconnected lookup syntax and how to return more than one column.

0 Answers  






Informatica Server and Client are in different machines. You run a session from the server manager by specifying the source and target databases. It displays an error. You are confident that everything is correct. Then why it is displaying the error?

0 Answers  


Why do we use DSS database for OLAP tools?

2 Answers  


i want to load data in to two targets..one is dimension table and the other is fact table?how can i load ata a time

3 Answers   iGate,


Diffrence between static and dynamic cache

2 Answers   HCL,


EXL informatica Questions

0 Answers  


What are the tasks that source qualifier perform?

0 Answers   Informatica,


i have 50500 records in my source.if wf run for the first time it will load 1000 records into 1 tgt,if runs second time it will load to another tgt.targets are FF and it is need to be created dynamically.how many tgt will be created and how?

1 Answers   HCL,


Categories