<?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: Task full load, records loaded in change sequence? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1915551#M2342</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/152601"&gt;@serge-bouschet&lt;/a&gt;&amp;nbsp; create a ticket as you see fit, but it may be easier to just look for yourself.&lt;/P&gt;
&lt;P&gt;Set the task logging to SOURCE_UNLOAD TRACE, run a load, and look:&lt;/P&gt;
&lt;P&gt;You'll see the default command used is a simple "SELECT &amp;lt;columnlist&amp;gt; FROM &amp;lt;table&amp;gt;"&lt;/P&gt;
&lt;P&gt;As per&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/108119"&gt;@PGN&lt;/a&gt;&amp;nbsp;, this does NOT garantuee PK sort order allthough MS SQL Server appears to always do so.&lt;/P&gt;
&lt;P&gt;You _could_ force a sort order by adding a PASSTHRU filter.&lt;/P&gt;
&lt;P&gt;The magic to activate this is to hold down &amp;lt;CONTROL&amp;gt; while selecting a table and after that hit filter.&lt;/P&gt;
&lt;P&gt;Once you have done one passthru filter for one table, just save and export the tasks and look for the filter to see how to do the same thing for several tables should you decide to do so.&lt;/P&gt;
&lt;P&gt;Again, trust but verify. Do check that reptask log with at least SOURCE_UNLOAD TRACE.&lt;/P&gt;
&lt;P&gt;I recommend a test task with just one or&amp;nbsp; two table with 10 rows or so. That way you can even go to VERBOSE logging to see maximum details.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 21:23:38 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2022-04-06T21:23:38Z</dc:date>
    <item>
      <title>Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914098#M2277</link>
      <description>&lt;P&gt;During a full load run, is the query executed by Qlik ordered? For example if a table has a sequence, is it guaranteed to get all records loaded in the order of the sequence. What determine the load sequence in the target table and is there any way to influence this in the configuration?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 17:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914098#M2277</guid>
      <dc:creator>serge-bouschet</dc:creator>
      <dc:date>2022-04-04T17:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914114#M2278</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/152601"&gt;@serge-bouschet&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is all depend on your source endpoint, what is the source endpoint in question ?&lt;/P&gt;
&lt;P&gt;example, for SQL source , Replicate does a select * from the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 18:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914114#M2278</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-04-04T18:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914151#M2284</link>
      <description>&lt;P&gt;Hi Steve, yes it's a MS-SQL database. Is there a way to change the behaviour?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 19:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914151#M2284</guid>
      <dc:creator>serge-bouschet</dc:creator>
      <dc:date>2022-04-04T19:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914163#M2286</link>
      <description>&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(36,36,36);font-size:14px;"&gt;if it's a clustered primary key, then that's the order you will get the rows if doing a select * from the table&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 19:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914163#M2286</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-04-04T19:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914168#M2287</link>
      <description>&lt;P&gt;you can see this article as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Duplicate-records-with-Full-Load-and-Store-Changes-on-a-task/m-p/1897456#M1929" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Duplicate-records-with-Full-Load-and-Store-Changes-on-a-task/m-p/1897456#M1929&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 20:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914168#M2287</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-04-04T20:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914442#M2291</link>
      <description>&lt;P&gt;That's an incorrect assumption.&amp;nbsp; There's no guarantee that select * will order any rows without an order by.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 11:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1914442#M2291</guid>
      <dc:creator>PGN</dc:creator>
      <dc:date>2022-04-05T11:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1915303#M2321</link>
      <description>&lt;P&gt;Thanks for your input everyone.&lt;/P&gt;
&lt;P&gt;There seems to be disagreement on the expected behaviour, should I log a support question to get this resolved&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/117387"&gt;@Steve_Nguyen&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 14:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1915303#M2321</guid>
      <dc:creator>serge-bouschet</dc:creator>
      <dc:date>2022-04-06T14:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1915330#M2323</link>
      <description>&lt;P&gt;@&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;serge-bouschet best to open support ticket, for confirmation, in term of source and target for full load.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 14:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1915330#M2323</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-04-06T14:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1915551#M2342</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/152601"&gt;@serge-bouschet&lt;/a&gt;&amp;nbsp; create a ticket as you see fit, but it may be easier to just look for yourself.&lt;/P&gt;
&lt;P&gt;Set the task logging to SOURCE_UNLOAD TRACE, run a load, and look:&lt;/P&gt;
&lt;P&gt;You'll see the default command used is a simple "SELECT &amp;lt;columnlist&amp;gt; FROM &amp;lt;table&amp;gt;"&lt;/P&gt;
&lt;P&gt;As per&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/108119"&gt;@PGN&lt;/a&gt;&amp;nbsp;, this does NOT garantuee PK sort order allthough MS SQL Server appears to always do so.&lt;/P&gt;
&lt;P&gt;You _could_ force a sort order by adding a PASSTHRU filter.&lt;/P&gt;
&lt;P&gt;The magic to activate this is to hold down &amp;lt;CONTROL&amp;gt; while selecting a table and after that hit filter.&lt;/P&gt;
&lt;P&gt;Once you have done one passthru filter for one table, just save and export the tasks and look for the filter to see how to do the same thing for several tables should you decide to do so.&lt;/P&gt;
&lt;P&gt;Again, trust but verify. Do check that reptask log with at least SOURCE_UNLOAD TRACE.&lt;/P&gt;
&lt;P&gt;I recommend a test task with just one or&amp;nbsp; two table with 10 rows or so. That way you can even go to VERBOSE logging to see maximum details.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 21:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1915551#M2342</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-04-06T21:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Task full load, records loaded in change sequence?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1916426#M2356</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;Support gave me a similar response, however they recommended adding this to filter section:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- in the fullload passthru filter section, please set according to the following syntax:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1=1 ) ORDER BY &amp;lt;pkColumn&amp;gt;,&amp;lt;pkColumn&amp;gt;,&amp;lt;pkColumn&amp;gt; FOR READ ONLY --&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the set SOURCE_UNLOAD to Verbose to check query executed.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 16:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-full-load-records-loaded-in-change-sequence/m-p/1916426#M2356</guid>
      <dc:creator>serge-bouschet</dc:creator>
      <dc:date>2022-04-08T16:39:44Z</dc:date>
    </item>
  </channel>
</rss>

