what is difference between migration project and integration
project? can anyone explain with the example
Thanks in advance
Answers were Sorted based on User's Feedback
Answer / d anil babu
integration project means two projects integrate to a single
project for one purpose
migration project means project already developed by one etl
tool.we take that project and develop that project with
another tool for same purpose
ex:informatica to datastage
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / d anil babu
hi this is anil.
migration project means already developed project developing
with another tool for same purpose
ex:informatica to datastage
integration:two or more projects intigrate to single project
for one purpose
| Is This Answer Correct ? | 6 Yes | 2 No |
what is combinability and non combinability?
one file contains col1 100 200 300 400 500 100 300 600 300 from this i want to retrive the only duplicate like this tr1 100 100 300 300 300 how it's possible in datastage?can any one plz explain clearley..........?
what is the main difference between sorragate key n primary key in one word
1)How to Duplicate Records Delete in Sequential file?
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
What is the roundrobin collector?
Two source files contains same meta data third file contains different data types can I funnel that file.
Can you define merge?
how to transfer file from one system to another system in unix? which cmd to be use?
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks
Different ways a project can be moved to production ?...example ….export-import and Version control.