WHAT IS THE DIFFERENCE BETWEEN .NET AND INFORMATICA?
Exactly like the difference between burger and lipstick. Or
like the difference between Facebook and banyan tree.
| Is This Answer Correct ? | 6 Yes | 3 No |
how can we perform incremental aggregation?explain with example?
Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?
Can any body tell about the (UTC) unit test cases with the examples in informatica.
how to load rows into fact table in data warehouse
i having source, router transformation, two targets in my mapping... i given two conditions in router 1)sal >500 2)sal < 5000 --------------- my source is havig two sal records (1)1000 (2)2000 then which target will load first? will both targets are get load or single target only get load...... why?
In how many ways we can create ports?
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
Under what condition selecting sorted input in aggregator may fail the session?
Why update strategy and union transformations are active?
What is the Difference between SetVariable and setmaxvariable in informatica?
What are session parameters ? How do you set them?
delete data from staging table as it loads to target table.here is the case we are getting data from 3 different server.a b and c.the data from server A loaded into staging table and we ran the task and data loaded to target table.now today data from server B and C also got loaded to the staging table.now what techniques and what transformations should be used to delete only the data which has been loaded only to the target.we need to delete only that data from staging which has been loaded into the target.looking for your responses