<?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: Change Data Capture, how it works in Talend? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349274#M116273</link>
    <description>Do you know which SQL Sever version is needed to work with Talend CDC? 
&lt;BR /&gt;I mean 2000? 2005? 2008? Standard? Enterprise?</description>
    <pubDate>Thu, 07 Oct 2010 08:36:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-10-07T08:36:00Z</dc:date>
    <item>
      <title>Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349271#M116270</link>
      <description>I have read Talend has change data capture. Can you please describe in details:
&lt;BR /&gt;1) how it works
&lt;BR /&gt;2) do you support Oracle in particular and may be a DB2 as a source?
&lt;BR /&gt;3) Is it a log-based, meaning read transaction logs or have a trigger based mechanism
&lt;BR /&gt;The reference to documentation would be helpful
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Mike</description>
      <pubDate>Sat, 16 Nov 2024 13:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349271#M116270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349272#M116271</link>
      <description>Anybody can answer this question?&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 08 Jul 2009 19:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349272#M116271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-08T19:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349273#M116272</link>
      <description>Hello, 
&lt;BR /&gt;1) How it works : 
&lt;BR /&gt;Change Data Capture (CDC) is based on Publisher/Subscriber principle. The publisher captures the change data and makes it available to the subscribers. The subscribers can use the change data obtained from the publisher only once. To be able to use a given number of times the same change data, you should use as many differents subscribers. The informations about source tables from which the change data needs to be captured and the subscribers who can access to the change data are stored in a TSUBSCRIBER table. The TCDC_source_table contains the id of each change data. The triggers TCDC_TG_source_table_I, TCDC_TG_source_table_U and TCDC_TG_source_table_D are created to capture each Insert, Update and Delete on source_table. Each change row capture by the triggers is inserted into TCDC_source_table with the flag TALEND_CDC_STATE='0'. Before consuming the row, this flag is set to TALEND_CDC_STATE='1' and a view TCDC_VIEW_source_table is create or replace to fetch rows from source table and only rows with TALEND_CDC_STATE='1'. This allows you to lock the lines to consum and to delete it after consuming where SUBSCRIBER = the subscriber you have to consum the change data. 
&lt;BR /&gt;2) do you support Oracle in particular and may be a DB2 as a source? 
&lt;BR /&gt;CDC is available in Java for Oracle, MySQL, DB2, PostgreSQL, Sybase, and MS SQL Server databases. 
&lt;BR /&gt;3) Is it a log-based, meaning read transaction logs or have a trigger based mechanism 
&lt;BR /&gt;CDC have a trigger based mechanism 
&lt;BR /&gt;Thanks, 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 13 Jul 2009 21:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349273#M116272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-13T21:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349274#M116273</link>
      <description>Do you know which SQL Sever version is needed to work with Talend CDC? 
&lt;BR /&gt;I mean 2000? 2005? 2008? Standard? Enterprise?</description>
      <pubDate>Thu, 07 Oct 2010 08:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349274#M116273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-07T08:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349275#M116274</link>
      <description>Hello 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Do you know which SQL Sever version is needed to work with Talend CDC?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;All version should be supported, if you have any problem, please report a bug and it is necessary for us to fix it.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 08 Oct 2010 04:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349275#M116274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-08T04:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349276#M116275</link>
      <description>publisher captures the change data and makes it available to the subscribers. The subscribers can use the change data obtained from the publisher only once.</description>
      <pubDate>Thu, 04 Nov 2010 08:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349276#M116275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-04T08:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349277#M116276</link>
      <description>Hello, 
&lt;BR /&gt;In databases, change data capture (CDC) is a set of software design patterns used to determine (and track) the data that has changed so that action can be taken using the changed data. Also, Change data capture (CDC) is an approach to data integration that is based on the identification, capture and delivery of the changes made to enterprise data sources. 
&lt;BR /&gt;CDC solutions occur most often in data-warehouse environments since capturing and preserving the state of data across time is one of the core functions of a data warehouse, but CDC can be utilized in any database or data repository system.</description>
      <pubDate>Tue, 30 Nov 2010 07:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349277#M116276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-30T07:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349278#M116277</link>
      <description>Hello, everybody!
&lt;BR /&gt;I have been searching for CDC function in SQL Server.
&lt;BR /&gt;Could you please help me, I want to know about the following information
&lt;BR /&gt;(1) CDC mechanism in talend
&lt;BR /&gt;&amp;gt;3) Is it a log-based, meaning read transaction logs or have a trigger based mechanism
&lt;BR /&gt;&amp;gt;CDC have a trigger based mechanism
&lt;BR /&gt;It means All of the databases on talend have a trigger based mechanism to implement CDC.
&lt;BR /&gt;(2) Can you show the way how to implement Change Data Capture in SQL Server?
&lt;BR /&gt;Regards
&lt;BR /&gt;Lee,</description>
      <pubDate>Mon, 16 Jul 2012 19:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349278#M116277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-16T19:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349279#M116278</link>
      <description>Hi Lee&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;As the user of Talend Integartion Suite(Commercial edition), you can get instructions and scenarios in the document -&amp;gt;Chapter 10:Change Data Capture.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 17 Jul 2012 02:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349279#M116278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-17T02:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349280#M116279</link>
      <description>Hi, pedro!
&lt;BR /&gt;Thank you a lot for your tips.
&lt;BR /&gt;I contacted Ashisuto company in Japan.
&lt;BR /&gt;and they will give me a demo to show the CDC(Change Data Capture) function on SQL Server 2000.
&lt;BR /&gt;Best Regrads,
&lt;BR /&gt;Lee</description>
      <pubDate>Thu, 19 Jul 2012 02:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349280#M116279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-19T02:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349281#M116280</link>
      <description>Hi shong,
&lt;BR /&gt;could you pls tell me how CDC(change data capture) works in talend?
&lt;BR /&gt;Thanks in advance
&lt;BR /&gt;Bappi
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hello &lt;BR /&gt;
     &lt;BLOCKQUOTE&gt;
      &lt;TABLE border="1"&gt;
       &lt;TBODY&gt;
        &lt;TR&gt;
         &lt;TD&gt;Do you know which SQL Sever version is needed to work with Talend CDC?&lt;/TD&gt;
        &lt;/TR&gt;
       &lt;/TBODY&gt;
      &lt;/TABLE&gt;
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;All version should be supported, if you have any problem, please report a bug and it is necessary for us to fix it.&lt;BR /&gt;Best regards&lt;BR /&gt;Shong&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 29 Nov 2012 06:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349281#M116280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-29T06:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349282#M116281</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi shong,&lt;BR /&gt;could you pls tell me how CDC(change data capture) works in talend?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;See gatigossou's response, he have explained how does CDC work in Talend, is it not enough?</description>
      <pubDate>Thu, 29 Nov 2012 08:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349282#M116281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-29T08:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349283#M116282</link>
      <description>please refer the link &lt;A href="http://www.talendforge.org/tutorials/tutorial.php?idTuto=41" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/tutorials/tutorial.php?idTuto=41&lt;/A&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 29 Nov 2012 08:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349283#M116282</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-11-29T08:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349284#M116283</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello,&lt;BR /&gt;1) How it works : &lt;BR /&gt;Change Data Capture (CDC) is based on Publisher/Subscriber principle. The publisher captures the change data and makes it available to the subscribers. The subscribers can use the change data obtained from the publisher only once. To be able to use a given number of times the same change data, you should use as many differents subscribers. The informations about source tables from which the change data needs to be captured and the subscribers who can access to the change data are stored in a TSUBSCRIBER table. The TCDC_source_table contains the id of each change data. The triggers TCDC_TG_source_table_I, TCDC_TG_source_table_U and TCDC_TG_source_table_D are created to capture each Insert, Update and Delete on source_table. Each change row capture by the triggers is inserted into TCDC_source_table with the flag TALEND_CDC_STATE='0'. Before consuming the row, this flag is set to TALEND_CDC_STATE='1' and a view TCDC_VIEW_source_table is create or replace to fetch rows from source table and only rows with TALEND_CDC_STATE='1'. This allows you to lock the lines to consum and to delete it after consuming where SUBSCRIBER = the subscriber you have to consum the change data. &lt;BR /&gt;2) do you support Oracle in particular and may be a DB2 as a source?&lt;BR /&gt;CDC is available in Java for Oracle, MySQL, DB2, PostgreSQL, Sybase, and MS SQL Server databases.&lt;BR /&gt;3) Is it a log-based, meaning read transaction logs or have a trigger based mechanism&lt;BR /&gt;CDC have a trigger based mechanism&lt;BR /&gt;Thanks, &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Does Oracle 11g Standard edition support log based CDC ?</description>
      <pubDate>Thu, 15 May 2014 15:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349284#M116283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-15T15:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349285#M116284</link>
      <description>Hi, 
&lt;BR /&gt;I'm using Talend Entreprise Edition 5.4.2. For my test i'm trying to import all data from my source DB to my target DB both in PostgreSQL. I can import one table an a time. 
&lt;BR /&gt;1) My DB contain 3651 tables. It's a very long job to do one table an a time. 
&lt;BR /&gt;Is their a way to import the whole database ? 
&lt;BR /&gt;2) Next I need to import each 24 the changed Data from my source to my target. 
&lt;BR /&gt;I need to monitor all my tables. 
&lt;BR /&gt;How can i do it ? 
&lt;BR /&gt;Thx. 
&lt;BR /&gt;Christina.</description>
      <pubDate>Wed, 04 Jun 2014 21:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349285#M116284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T21:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349286#M116285</link>
      <description>Hi 
&lt;BR /&gt;1)
&lt;BR /&gt;If the source database and target database are both PostgreSQL, why don't you use the native import/export command or a special PostgreSQL client tool to migrate the whole database?
&lt;BR /&gt;2) 
&lt;BR /&gt;For CDC , you need to configure each table one by one, there is no a way to configure CDC for all tables at a time. 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 05 Jun 2014 02:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349286#M116285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T02:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349287#M116286</link>
      <description>Hi Christina, 
&lt;BR /&gt;Have you tried jdbc connection for postgress.. 
&lt;BR /&gt;JDBC provides a component tJDBCTablesList and tJDBCColumnList 
&lt;BR /&gt;- use this and iterate through all tables and columns for respective table in database 
&lt;BR /&gt;- Create table and insert data into it using select * and insert into query.. using tJDBCRow component 
&lt;BR /&gt;try this approach 
&lt;BR /&gt;This could be received through master table as well. 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 05 Jun 2014 07:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349287#M116286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T07:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349288#M116287</link>
      <description>Thx Shong and Vaibhav.
&lt;BR /&gt;1) My real DB is Caché Intersystem DB. I'm testing several Talend feature before working with my real DB.
&lt;BR /&gt;The source DB is on Caché Intersystem, my DW will be on PostgreSQL.
&lt;BR /&gt;I will test JDBC with TablesList and ColumnList...
&lt;BR /&gt;Thx for ur support.</description>
      <pubDate>Thu, 05 Jun 2014 13:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349288#M116287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T13:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349289#M116288</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello &lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;Do you know which SQL Sever version is needed to work with Talend CDC?&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;All version should be supported, if you have any problem, please report a bug and it is necessary for us to fix it.&lt;BR /&gt;Best regards&lt;BR /&gt;Shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Shong, 
&lt;BR /&gt;we are having SQL Server 2012 and Talend 5.5.1 Enterprise Data Integration(Subscribed version) which is not supporting tMSSqlCDC for Change Data Capture where tOracleCDC is supporting. 
&lt;BR /&gt;would you please let me konw in which version of sql and Talend will support SQL CDC? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Chendra Sekhar G.</description>
      <pubDate>Thu, 24 Jul 2014 06:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349289#M116288</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-07-24T06:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Capture, how it works in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349290#M116289</link>
      <description>Hi Chendra Sekhar G 
&lt;BR /&gt;Please have a look at document about 
&lt;A href="https://help.talend.com/search/all?query=Database+support+for+CDC&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;atabase support for CDC&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 24 Jul 2014 08:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Change-Data-Capture-how-it-works-in-Talend/m-p/2349290#M116289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T08:41:09Z</dc:date>
    </item>
  </channel>
</rss>

