As a support project team member, how will you get the
questions regarding errors from client or customers (in
which format)?
In support -
Jobs Scheduling,
Long running jobs Perfomece tune,Daily SLA time,
New requiment changes in existing code,
Data validation,,, Mainly errors under one of the cause.
Clint will ask you directly - Come up with possible
solutions to over come the error.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to compare Source and Target table, without using dynamic lookup?
Could any one to tell Fact table Partitioning?
In EMP table, for those emp whose Hiredate is same, update their sal by "sal+500" or else for others keep the sal as it is, how to do it by SQL query
The Source coloumns are A,B,C with data row1- 10,20,30 row2- 40,50,60 row3-70,80,90 and so on. In the target I want one coloumn with the following data, Coloumn-X, row1-10,row2- 20,row3-30,row4-40,row5-50 and so on. How to achieve this?
What are the basic needs to join two sources in a source qualifier?
What is meant by query override?
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
What are the mapings that we use for slowly changing dimension table?
which is better perfomancewise lookup or joiner and why?can anyone give example?
How do you convert single row from source into three rows into target?
What are the different threads in DTM process?
i have one source 52 million records i want target only 7 records ?how wil you do what logic to implement?