what is Active lock explain
No Answer is Posted For this Question
Be the First to Post Answer
What is a rank transform?
suppose a session is failed after a transformation , from where that session will run again , i.e . from beginning or from that transformation ?
How to recover the standalone session?
How to create a non-reusable instance of reusable transformations?
How can you increase the performance in joiner transformation?
what is persistant cache in which situation we will use persistantcache
in a table it has 200 rows the query is select 150 from tablename.whats the output
What is query panel?
i have n number of records in my source, i want first and last record to my target. how can u implement this scenario .
How to create Target definition for flat files?
Can we update a target table (without primarykey) by using update strategy transformation?
SOURECE Name id dept sal 1 a1 A 100 2 b1 B 200 3 c1 C 300 4 d1 D 400 TARGET: Name id dept sal 1 a1 A 100 2 b1 B 200 3 WER1 567 300 4 d1 D 400 I HAVE SOURCE AND TARGET. HOW TO VALIDATE DATA? TELL ME 5 STEPS ABOVE TABLE?