What is the difference between lookup override and souce
qualifier override ?
Answers were Sorted based on User's Feedback
Answer / kunal
1) SQ Override- In case of SQ override the unwanted columns
are filtered out and the required columns based on some
filter condition returned as an input to the next
transformation.
LKP Override- In case of LKP override, look up conditions
are checked and the records passed to next
transformation.Look up override can be applied on source or
target table.
2) In case of SQ override user has to mention order by
clause when required.
In LKP override the look up trans. internally apply order
by clause and if user want to use order by clause, user has
to mark '--' to disable the lkp order by clause.
| Is This Answer Correct ? | 13 Yes | 1 No |
Discuss the advantages & Disadvantages of star & snowflake schema?
Explain the difference between mapping parameter and mapping variable?
what is procedure to use mapping variable in source qualifier transformation? with example
How to generate sequence numbers using expression transformation?
What are the two modes of datamovement in informatica sever?
How many number of sessions that u can create in a batch?
which is better perfomancewise lookup or joiner and why?can anyone give example?
i have a flat file and the file s are like below ****%%^^@@@G**@#A@#$N*&^E%^S@#h@@@##$$ IN THIS FORMATE Means un limited special charecter between and sides of the string data..output should be(GANESH) HOW YOU HANDEL THIS TYPE OF RECORDS,,COZ U DON"T KNOW WHERE AND WHAT ARE THE SPECIAL CHARACTERS IN BETWWEN THE NAME...
Briefly describe lookup transformation?
what is data driven?
How many numbers of sessions can one group in batches?
How can we handle two sessions in informatica?