What is sq transformation?
Answer / Saumay Mishra
SQ transformation in Informatica allows users to execute complex SQL functions, such as user-defined functions (UDFs), stored procedures, and SQL scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to delete duplicate records if we have huge volume of records in a table ? (rowid is not the correct approach)
What is a connected transformation?
how can i invoke pmcmd in command line prompt
what is surrogatekey ? In ur project in which situation u has used ? explain with example ?
Source-1 No name 1 satish 2 karthik 3 swathi 4 keerthi Source-2 No name 1 satish 2 karthik 5 santhose 6 vasu Target 3 swathi 4 keerthi 5 santhose 6 vasu here i want non matching Records i want how to achieve that
Slowly changing dimensions, types and where will you use them
1.what is SDLC of a project,explain in detail? 2.what are dimensions,facts?what is confirmed dimensions? 3.what is the need of OLTP? when we have datawarehousing?
What is performance tuning in informatica. What measures you will take if some thing is taking much time in your process of ETL?
hi all, can anyone tell where i will get good informatica training in Pune? thanks in advance.
1,If there are 3 workflows are running and if 1st workflow fails then how could we start 2nd workflow or if 2nd workflow fails how could we start 3rd workflow?
4 Answers CompuSoft, EDS, TCS,
How to use procedural logic inside infromatica?
I have a source either file or db table Eno ename sal dept 101 sri 100 1 102 seeta 200 2 103 lax 300 3 104 ravam 76 1 105 soorp 120 2 Want to run a session 3 times. First time: it should populate dept 1 Second time: dept 2 only Third time: dept 3 only How can we do this?