diffrence between command task and control task
Answer / pradosh
cmmand task:use the cmmand to perform the task i.e copy
copy\D: file1 E;\file1
that means after the execution of cmd task ,it takes copy (back up)
Control task:it is used for stop,abrot and fail the top level wf.(cntrol the data flow)
ex:fail parent
i.e after Execution of control task ,parent wf fail
| Is This Answer Correct ? | 8 Yes | 0 No |
How did you handle performance issues If you have data coming in from multiple sources, just walk thru the process of loading it into the target
What is version control in informatica ? Advance thanks
What are the issues you have faced in your project? How did you overcome those issues?
What are the mapings that we use for slowly changing dimension table?
when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want to load the remaing rows in target with out truncate target table.What should i use?
HOW TO YOU LOAD TIME DIMENSION
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
WHAT IS THE DIFFERENCE B/W 7.X AND 8.X ? TELL ME FEW DIFFERENCES.
Can we get 1st record through Informatica(without sequence number).
What does command task mean?
In a scenario I want to change the dimensions of a table and normalize the denomralized table which transformation can I use?
What is hash partition?