in which situations do u go for scds ?

Answer Posted / rajan raorane

SCDs are basically used to updates in existing data or to
maintain history Data along with existing one

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In what scenario we use to improve session performance by pushdown optimization?can any one give example?

5266


What is native users?

725


what is the end to end process meaning in my project(my project is development)and functionality plz tell me

1504


what are the Methods For Creating Reusable Transformations?

650


What are the different clients of powercenter?

602






What is rank transformation?

583


rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg

1532


How can we create index after completion of load process?

600


What is the need for an etl tool?

640


Explain about Informatica server process that how it works relates to mapping variables?

627


I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.

644


How do you load alternate records into different tables through mapping flow?

1298


Explain how many types of dimensions are available in informatica?

598


What is dimensional table?

625


What is the session task and command task?

601