Define update strategy?
No Answer is Posted For this Question
Be the First to Post Answer
if we hav 10 records in a file, can we get first record from it by using Aggregator with out using Groupby Port in it?If Yes..let me know the answer plz!!!
What are two types of processes that informatica runs the session?
How do you migrate data from one environment to another?
Hi All, I have three question. 1) How to remove the header and footer in a flat file in informatica? 2)How to load the first and last record of flat file into the target? 3)I have a Input and Output table. Input Name Salaray Month A 100 Jan A 200 Feb A 300 March B 400 April B 500 May B 600 June Output Name Salaray Month A 100 Jan A 300 Feb A 600 March B 400 April B 900 May B 1500 June How to implement and get the ouput as mentioned above. If Possible kindly provide the SQL query also. Kindly any one help to implement this concept. Thanks, Pradeep
how to find the 5th highest salary form each department using 1.SQL Query 2. Informatica power center designer?
i have 2 flat files one table contains duplicates another one no duplicates.... so i need like this i don't want duplicates...pl's give me ans...
All active transformations r passive or not?
Why the UNION TRANSFERMATION is an Active TRANSFERMATION
What is mapping debugger?
How to generate or load values in to the target table based on a column value using informatica etl tool.
What is the difference between a table and the materialized view?
write sql query to remove null value following table id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output id name 101 dinesh 102 suresh 103 prakesh