Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a job wherein the source is sql server and destination is mysql. Table with same columns and data types exist in both the databases. The job has to insert rows that are not present in mysql and update rows that are already present in mysql.
The current implementation is tmssqlinput -- tmap -- tmysqloutput. I have set "Insert or Update" in the tmysqloutput component. Will this work for my requirement?
What I do not understand is, when must I use a tmap and use mysql as lookup and sqlserver as main input? When is the scenario to use "Catch lookup inner join reject"?
Any ideas on this would be of great help
Thanks in advance
Rathi
silverhand wrote:
Hi Rathi.
The lookup is used when you want to "merge" to different tables linked togheter with external key.
The Catch lookup inner join reject will able you to catch all data that are in the first column but not in second one (if you linked correctly the the table).