Database Migration In Talend

0 votes

Can someone suggest how to migrate a live SQL server database to MySQL Server using Talend? I heard it can be easily done using Talend. I am completely new to Talend so please guide me how to perform this task.

Apr 18, 2018 in Talend by misc.edu04
• 1,450 points
1,367 views

1 answer to this question.

0 votes

You can easily migrate your database by following the below steps:

  1. In order to perform this job, first, you need to establish the connection with both the databases using the tMSSqlConnection and tMysqlConnection components.

  2. Once you are done, add tMSSqlInput, tMap, and tMysqlOutput components and add them to the workspace.

  3. Connect them as shown below:image

  4. In the tMSSqlInput component specify the source table and other necessary details.

  5. Double click the tMap component and select all columns from the left and drag them to the right table.

  6. In the tMysqlOutput component specify the target table along with the other necessary details.

  7. Now, go to the run tab and execute the job.

Hope this was what you were looking for. 

Get your Talend certification today to become certified professional.

Thanks.

answered Apr 18, 2018 by code.reaper12
• 3,500 points

Related Questions In Talend

0 votes
1 answer

Parsing JSON in Talend

While working with JSON files, one thing ...READ MORE

answered Apr 3, 2018 in Talend by code.reaper12
• 3,500 points
3,576 views
0 votes
1 answer
0 votes
1 answer

Converting Columns into Rows in Talend

Hi, You can try using tNormalize component along ...READ MORE

answered Apr 11, 2018 in Talend by code.reaper12
• 3,500 points

edited Apr 11, 2018 by code.reaper12 5,922 views
0 votes
1 answer

Implement Common Logging in Talend

Well, you can try using following 2 ...READ MORE

answered Apr 12, 2018 in Talend by geek.erkami
• 2,680 points
1,636 views
0 votes
1 answer

tWaitForFile component insufficiency in Talend

Regarding your first issue, tWaitForFile component provides ...READ MORE

answered Apr 11, 2018 in Talend by geek.erkami
• 2,680 points
2,148 views
0 votes
1 answer

Parameterizing a tOracleInput component using Talend

I think you should use context variables. ...READ MORE

answered Apr 18, 2018 in Talend by geek.erkami
• 2,680 points
940 views
+1 vote
1 answer
0 votes
2 answers

Closed loop in Talend

Hi, Talend specifies that tUnite cannot be ...READ MORE

answered Aug 23, 2019 in Talend by vinceall
1,867 views
0 votes
2 answers
0 votes
1 answer

Looping through all the schemas in Talend

It is really simple to make tOracleInput ...READ MORE

answered Apr 11, 2018 in Talend by code.reaper12
• 3,500 points
1,491 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP