<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Copy table modifications from one database to another in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300577#M72790</link>
    <description>&lt;P&gt;you could do that in making an other lookup between the two tables in another tMap but your target will be the main flow and the source will be the lookup.&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/question/0D53p00007vCslTCAS/how-to-achieve-cdc-manually-for-capturing-inserts-and-updates-in-tos?language=en_US&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2022 07:52:19 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2022-05-06T07:52:19Z</dc:date>
    <item>
      <title>Copy table modifications from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300572#M72785</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to databases and Talend Open Studio for DI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two MS SQL databases (db24 and db26) with different schemas that I'm trying to sync for certain tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to design a job that would check if the table from db26 was modified and carry those modifications in the table from db24. The main difference is that the table in db26 has less or more columns than the table in db24 but the same key so I only need to sync the columns that are existing in both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300572#M72785</guid>
      <dc:creator>teal</dc:creator>
      <dc:date>2024-11-15T22:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table modifications from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300573#M72786</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I think you are looking for the CDC functionality, for more information about this feature, please read this &lt;A href="https://help.talend.com/r/en-US/8.0/change-data-capture/what-is-change-data-capture" alt="https://help.talend.com/r/en-US/8.0/change-data-capture/what-is-change-data-capture" target="_blank"&gt;documentation&lt;/A&gt;. Also, read related discussion on community. &lt;/P&gt;&lt;P&gt;https://community.talend.com/s/question/0D53p00007vCnZbCAK/how-to-implement-cdc-in-talend-open-studio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 04:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300573#M72786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-06T04:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table modifications from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300574#M72787</link>
      <description>&lt;P&gt;Unfortunately it seems it’s only working for the paid version. I would like a solution for open studio please.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 06:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300574#M72787</guid>
      <dc:creator>teal</dc:creator>
      <dc:date>2022-05-06T06:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table modifications from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300575#M72788</link>
      <description>&lt;P&gt;Hi @Tarek El Abdel-Laoui​&amp;nbsp;, you could make a lookup between the two tables (target and source) in a tMap and make an update for inner join result or insert for inner join reject,&lt;/P&gt;&lt;P&gt;or you could copy the data in a new table on the same database of the target and make a merge between them with elt components or directly via raw sql in tDBRow component.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 07:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300575#M72788</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-05-06T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table modifications from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300576#M72789</link>
      <description>&lt;P&gt;Thanks for your answer @guenneguez jeremy​&amp;nbsp;, in your first scenario how would you handle how to replicate a delete?&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 07:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300576#M72789</guid>
      <dc:creator>teal</dc:creator>
      <dc:date>2022-05-06T07:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table modifications from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300577#M72790</link>
      <description>&lt;P&gt;you could do that in making an other lookup between the two tables in another tMap but your target will be the main flow and the source will be the lookup.&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/question/0D53p00007vCslTCAS/how-to-achieve-cdc-manually-for-capturing-inserts-and-updates-in-tos?language=en_US&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 07:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-modifications-from-one-database-to-another/m-p/2300577#M72790</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-05-06T07:52:19Z</dc:date>
    </item>
  </channel>
</rss>

