<?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: How to handle &amp;quot;WITH (NOLOCK)&amp;quot; from the replica source SQL Server DB in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160781#M8846</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/152714"&gt;@RichJ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Replicate tasks must capture transactions as they are started when written to the transaction log, so "no lock" is required. The task has to "see" the transaction when it starts to know it exists and read it's contents. Only committed transactions are replicated to the target.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;
&lt;P&gt;If one of the replies helped to resolve the issue, please mark it as a solution &amp;amp; like it to make it easier for others to find.&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2024 23:17:32 GMT</pubDate>
    <dc:creator>Dana_Baldwin</dc:creator>
    <dc:date>2024-01-11T23:17:32Z</dc:date>
    <item>
      <title>How to handle "WITH (NOLOCK)" from the replica source SQL Server DB</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160780#M8845</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;
&lt;P&gt;The replica source db is SQL Server.&amp;nbsp; The original query is like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;select .... from table&amp;nbsp;WITH (NOLOCK);&lt;/P&gt;
&lt;P&gt;Which means the query will read the un-committed data.&amp;nbsp; My question is how Qlik replica handles "WITH (NOLOCK)"?&amp;nbsp; is that qlik's default option?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 23:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160780#M8845</guid>
      <dc:creator>RichJ</dc:creator>
      <dc:date>2024-01-11T23:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle "WITH (NOLOCK)" from the replica source SQL Server DB</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160781#M8846</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/152714"&gt;@RichJ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Replicate tasks must capture transactions as they are started when written to the transaction log, so "no lock" is required. The task has to "see" the transaction when it starts to know it exists and read it's contents. Only committed transactions are replicated to the target.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;
&lt;P&gt;If one of the replies helped to resolve the issue, please mark it as a solution &amp;amp; like it to make it easier for others to find.&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 23:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160781#M8846</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2024-01-11T23:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle "WITH (NOLOCK)" from the replica source SQL Server DB</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160785#M8847</link>
      <description>&lt;P&gt;From what I read, SQL Server "&lt;SPAN&gt;WITH (NOLOCK)" means&amp;nbsp;read uncommitted or dirt data.&amp;nbsp; But from what you replied, Qlik only supports reading committed data?&amp;nbsp; If so,&amp;nbsp;"WITH (NOLOCK)" cannot be implemented in Qlik?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 23:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160785#M8847</guid>
      <dc:creator>RichJ</dc:creator>
      <dc:date>2024-01-11T23:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle "WITH (NOLOCK)" from the replica source SQL Server DB</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160788#M8848</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/152714"&gt;@RichJ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps I misunderstood your original question. Are you asking if Replicate can be configured to replicate all changes including uncommitted changes to the target? If so, no, that is not a possible configuration.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 23:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160788#M8848</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2024-01-11T23:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle "WITH (NOLOCK)" from the replica source SQL Server DB</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160794#M8849</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/152714"&gt;@RichJ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are 2 things here, reading incoming changes and sending the same changes to the target.&lt;/P&gt;
&lt;P&gt;Replicate do read uncommitted changes but it will be stored in the form of sorter files in the replicate data directory, once it is committed it will send the data to the Target endpoint. If the query is rolled back then those sorter files will be cleared without sending those changes to Target.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yadunandan&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 00:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-handle-quot-WITH-NOLOCK-quot-from-the-replica-source-SQL/m-p/2160794#M8849</guid>
      <dc:creator>Yadunandan</dc:creator>
      <dc:date>2024-01-12T00:55:21Z</dc:date>
    </item>
  </channel>
</rss>

