Why we require dwh in particular projects?
Answer / chandu
for maintaing history
for analysing the business etc;
| Is This Answer Correct ? | 5 Yes | 0 No |
what is worklet and what use of worklet and in which situation we can use it?
i have two source data there is no pk,fk how to join the two sources
I have scenario, i have 10 worklflows and i want run the 1st workflow first and immediately i want to run 10th workflow has to run and am not bothering of 2 to 9 workflows? can any one help me how to do this? Thanks in advance.....
Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me
Major difference between SQL override and Lookup Sql override
What is a rank transform?
What is the function of union transformation?
What is the difference between a shortcut of an object and copy of an object? Compare them.
What will happen when Mapping variable and Mapping parameter is not defined or given? Where do you use mapping variable and mapping parameter?
In Flat file, I need Header, Footer and No of rows in Last column. How will u achieve in Mapping Level(With out using Session Level Property)?
What is a filter transformation?
i have 1000 record flat file source i want 1st row to 1st target, 2nd row to 2nd target, 3rd row to 3rd target how will u do? Without using Mod Function? Explain....