Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


If we have 1000 rows were loaded in to datawarehouse and
next day the source have 1010 rows so, how can we loaded
only updated rows into target.

Answers were Sorted based on User's Feedback



If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how..

Answer / priyank

At mapping level,

SRC --> EXP --> FIL --> TGT
--> LKP_TGT

where

LKP_TGT: The look up on the target tables key columns

EXP:
OUT_UPD --> IIF(LKP_TGT.COL is NOT NULL AND ((LKP_TGT.COL1
<> SRC.COL1) OR (LKP_TGT.COL2 <> SRC.COL2)....,'UPD','INS')

FIL: OUT_UPD --> OUT_UPD='UPD'

Is This Answer Correct ?    2 Yes 0 No

If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how..

Answer / babu

By selecting 'UPDATE else insert' in the 'Treat source rows
as :'from
session properties we can get updated rows and new rows..

Is This Answer Correct ?    3 Yes 2 No

If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how..

Answer / chinni

hi this is bhargav

u can use "control table logic" to do so

Is This Answer Correct ?    2 Yes 2 No

If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how..

Answer / gazulas

sql override the sq, using a parameter_value.

select * from xxx where date = parameter_value.

pass the value form par file and run it. only particular date records will be extracted....;

Is This Answer Correct ?    0 Yes 0 No

If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how..

Answer / aswinigallery@gmail.com

Yes, we can use scd type 1 (only update flow).

Is This Answer Correct ?    0 Yes 0 No

If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how..

Answer / mahipal reddy

By selecting 'UPDATE' in the 'Treat source data as:'from
session properties we can get only updated rows..

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More Informatica Interview Questions

in static and dynamic which one is better

2 Answers  


How can i catch the Duplicate Rows From SorterTrans in a Seperate Target Table ?

2 Answers  


how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?

0 Answers  


What are the static cache and dynamic cache in informatica?

0 Answers  


two tables from two different databases r there . both having same structure but different data . how to compare these two tables ?

10 Answers   HP, Patni,


Sequence generator, when you move from develoment to production how will you reset

0 Answers  


Hi, Can someone send me the DWH and Informatica FAQ's at vanibv6@gmail.com Thanks in Advance, Vani

2 Answers   Wipro,


why we are using level option in normalizer transformation

1 Answers   TCS, Wells Fargo,


In how many ways we can create ports?

0 Answers  


While migrating the data from one environment to another environment how would you manage the connections?

0 Answers  


List the transformation in informatica.

1 Answers   TCS,


what is the exact meaning of domain?

3 Answers  


Categories