<?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 How to use tSQLDWHBulkExec for Bulk Insertion from ADLS into SQL Data Warehous? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280560#M55373</link>
    <description>&lt;P&gt;I want to load data table from Azure Data Lake Storage into Azure SQL Data Warehouse and I want to use tSQLDWHBulkExec component for faster load.&lt;/P&gt;&lt;P&gt;I went through the documentation given by Talend :-&amp;nbsp;&lt;A href="https://help.talend.com/reader/ygbIheFXvENtgRu4XG5LFg/NQ8FbHnO_Y5XcyiudcSgsw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/ygbIheFXvENtgRu4XG5LFg/NQ8FbHnO_Y5XcyiudcSgsw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but it is not working for me.&lt;/P&gt;&lt;P&gt;This component run successfully but doesn't load data into SQL DW and not throwing any error.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:01:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T05:01:34Z</dc:date>
    <item>
      <title>How to use tSQLDWHBulkExec for Bulk Insertion from ADLS into SQL Data Warehous?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280560#M55373</link>
      <description>&lt;P&gt;I want to load data table from Azure Data Lake Storage into Azure SQL Data Warehouse and I want to use tSQLDWHBulkExec component for faster load.&lt;/P&gt;&lt;P&gt;I went through the documentation given by Talend :-&amp;nbsp;&lt;A href="https://help.talend.com/reader/ygbIheFXvENtgRu4XG5LFg/NQ8FbHnO_Y5XcyiudcSgsw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/ygbIheFXvENtgRu4XG5LFg/NQ8FbHnO_Y5XcyiudcSgsw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but it is not working for me.&lt;/P&gt;&lt;P&gt;This component run successfully but doesn't load data into SQL DW and not throwing any error.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280560#M55373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tSQLDWHBulkExec for Bulk Insertion from ADLS into SQL Data Warehous?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280561#M55374</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please add a connection component before your component and select auto commit option?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7BN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148103i4E97100E2FE34D37/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7BN.png" alt="0683p000009M7BN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If the error persists, could you please share the component basic and advanced tab screenshots after masking confidential data.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 14:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280561#M55374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T14:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tSQLDWHBulkExec for Bulk Insertion from ADLS into SQL Data Warehous?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280562#M55375</link>
      <description>&lt;P&gt;I have add a tSQLDWHConnection component (with enabled auto commit) before tSQLDWHComponent. But it doesn't throw any error and not inserting data from ADLS into Azure SQL DW (see below diagram)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tSQLDWHBulkExec_2.PNG" style="width: 823px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7NE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149968i33C800442C8A1750/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7NE.png" alt="0683p000009M7NE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;On the tSQLDWHBulkExec side, the component only asks regarding connection details and not asking for any table. How it is possible by without table name.(see below diagram)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tSQLDWHBulkExec_3_LI.jpg" style="width: 818px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Vk.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141941iFF10DC8AD8FED530/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Vk.jpg" alt="0683p000009M7Vk.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What should I do then?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 16:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280562#M55375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tSQLDWHBulkExec for Bulk Insertion from ADLS into SQL Data Warehous?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280563#M55376</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; That is interesting! I could see that table name is a mandatory filed for this component and you can even browse the details by clicking the browse more button.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Vp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150888iB6FE893FE8D081A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Vp.png" alt="0683p000009M7Vp.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please create a support ticket so that they can remotely check the issue through screen sharing session? Since you are having confidential connection information, we may not be able to check the details through community in realistic manner.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 16:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280563#M55376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T16:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tSQLDWHBulkExec for Bulk Insertion from ADLS into SQL Data Warehous?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280564#M55377</link>
      <description>&lt;P&gt;Table name option also available for my component. (see below diagram)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tSQLDWHBulkExec_4_LI.jpg" style="width: 826px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Ny.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151598i706C99F3933F1CA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Ny.jpg" alt="0683p000009M7Ny.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;That table option is available for Azure SQL Data Warehouse side but Azure Storage Connection don't have table option ie. which particular file wants to inert into SQL DW.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 17:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tSQLDWHBulkExec-for-Bulk-Insertion-from-ADLS-into-SQL/m-p/2280564#M55377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T17:25:01Z</dc:date>
    </item>
  </channel>
</rss>

