how can i invoke pmcmd in command line prompt
Answer / nivas
Select My Computer Icon Rightclick on it select properties
option. In properties tab we have to select Advanced tab in
this set environment variable.
Is This Answer Correct ? | 2 Yes | 0 No |
how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process
Diff B/W MAP Parameter, SESSION Paramater, DataBase connection session parameters.? Its possible to Create 3parameters at a time? If Possible which one will fire FIRST?
How to differentiate between the active and passive transformations?
what is confirmed fact?
What is Target Update Override? What is the Use ?
What is target update override
What is souce qualifier transformation it is active or passive
i have two coloumn emp_no sal 1 3000 2 3000 3 3000 4 4000 5 5000 6 2700 7 4500 i just need output by removing duplicate.my answer should be emp_no sal 1 3000 2 4000 3 5000 and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression
why we use materialized view over view?
write a query for how to eliminate the duplicate rows without using distinct?
what is polling?
my source contain data like this cno cname sal 100 rama@gmail.com 1000 200 karuna@yahoo.com 2000 i want load my data to the target is cno cname sal 100 rama 1000 200 karuna 2000 plz send the answer