<?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: Difference between ms-replication and ms-cdc in Sql server as the source in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-between-ms-replication-and-ms-cdc-in-Sql-server-as/m-p/2018375#M4518</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/211178"&gt;@davinci_rajesh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In simple words, MS Replication will hold transactions in Tlog, and Replicate can read those transactions from Tlog before they got truncated\archieved. To use MS replicate your tables must have PK.&lt;/P&gt;
&lt;P&gt;Whereas MS CDC will maintain the transactions in change tables and Replicate can read data from these change tables. Using MS CDC you can Replicate tables even without PK.&lt;/P&gt;
&lt;P&gt;You can check the User guide for more details on both solutions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/MicrosoftSQLServer-MSCDC/MicrosoftSQLServer-MSCDC-limitations.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/MicrosoftSQLServer-MSCDC/MicrosoftSQLServer-MSCDC-limitations.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2022/Content/Global_Common/Content/SharedReplicateHDD/SQLServer-Source/limitations_source_SQLServerDB.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/May2022/Content/Global_Common/Content/SharedReplicateHDD/SQLServer-Source/limitations_source_SQLServerDB.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 07:53:50 GMT</pubDate>
    <dc:creator>SwathiPulagam</dc:creator>
    <dc:date>2022-12-20T07:53:50Z</dc:date>
    <item>
      <title>Difference between ms-replication and ms-cdc in Sql server as the source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-between-ms-replication-and-ms-cdc-in-Sql-server-as/m-p/2017693#M4503</link>
      <description>&lt;P&gt;I have been wondering about the differences ms-replication and ms-cdc in the source. Lately I have been trying out replication and cdc in the sql server to replicate my data. But&amp;nbsp; I am not fully aware when to use them. Can you please help me understand the use case? #qlikreplicate&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2022 12:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-between-ms-replication-and-ms-cdc-in-Sql-server-as/m-p/2017693#M4503</guid>
      <dc:creator>davinci_rajesh</dc:creator>
      <dc:date>2022-12-18T12:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between ms-replication and ms-cdc in Sql server as the source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-between-ms-replication-and-ms-cdc-in-Sql-server-as/m-p/2017698#M4504</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I found the following community Article, which talks about this subject: the difference between the replication techniques, when to use each, explanations in regard to each&amp;nbsp;technique.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-MS-REPLICATION-vs-MS-CDC/ta-p/1939350" target="_blank"&gt;Qlik Replicate: MS_REPLICATION vs MS-CDC - Qlik Community - 1939350&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope This Helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2022 14:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-between-ms-replication-and-ms-cdc-in-Sql-server-as/m-p/2017698#M4504</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2022-12-18T14:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between ms-replication and ms-cdc in Sql server as the source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-between-ms-replication-and-ms-cdc-in-Sql-server-as/m-p/2018375#M4518</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/211178"&gt;@davinci_rajesh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In simple words, MS Replication will hold transactions in Tlog, and Replicate can read those transactions from Tlog before they got truncated\archieved. To use MS replicate your tables must have PK.&lt;/P&gt;
&lt;P&gt;Whereas MS CDC will maintain the transactions in change tables and Replicate can read data from these change tables. Using MS CDC you can Replicate tables even without PK.&lt;/P&gt;
&lt;P&gt;You can check the User guide for more details on both solutions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/MicrosoftSQLServer-MSCDC/MicrosoftSQLServer-MSCDC-limitations.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/MicrosoftSQLServer-MSCDC/MicrosoftSQLServer-MSCDC-limitations.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2022/Content/Global_Common/Content/SharedReplicateHDD/SQLServer-Source/limitations_source_SQLServerDB.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/May2022/Content/Global_Common/Content/SharedReplicateHDD/SQLServer-Source/limitations_source_SQLServerDB.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 07:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-between-ms-replication-and-ms-cdc-in-Sql-server-as/m-p/2018375#M4518</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-12-20T07:53:50Z</dc:date>
    </item>
  </channel>
</rss>

