<?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 Execute SQL Server Stored Procedure Multiple times in a loop in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Execute-SQL-Server-Stored-Procedure-Multiple-times-in-a-loop/m-p/2348276#M115423</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to execute the same stored procedure 3 times but with different values of input parameter to stored procedure for each of these 3 iterations. Basically stored procedure creates different sql depending upon the value of the parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can some one please tell me how this can be done? Any turtorial or video for this would be of great help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Tarunjit Singh&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 08:48:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-08T08:48:00Z</dc:date>
    <item>
      <title>Execute SQL Server Stored Procedure Multiple times in a loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-SQL-Server-Stored-Procedure-Multiple-times-in-a-loop/m-p/2348276#M115423</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to execute the same stored procedure 3 times but with different values of input parameter to stored procedure for each of these 3 iterations. Basically stored procedure creates different sql depending upon the value of the parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can some one please tell me how this can be done? Any turtorial or video for this would be of great help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Tarunjit Singh&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 08:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-SQL-Server-Stored-Procedure-Multiple-times-in-a-loop/m-p/2348276#M115423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-08T08:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Server Stored Procedure Multiple times in a loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-SQL-Server-Stored-Procedure-Multiple-times-in-a-loop/m-p/2348277#M115424</link>
      <description>&lt;P&gt;You just need:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tLoop for 3 iteration&lt;BR /&gt;tJava or tFixedFlowInput&amp;nbsp;for store parameters for each iteration and call procedure with current parameters&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 09:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-SQL-Server-Stored-Procedure-Multiple-times-in-a-loop/m-p/2348277#M115424</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-08T09:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Server Stored Procedure Multiple times in a loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-SQL-Server-Stored-Procedure-Multiple-times-in-a-loop/m-p/2348278#M115425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can we pass different values in parameter of stored procedure for each iteration in tFixedFlowInput.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example :-&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;For first iteration we need to pass value 'ABC' in parameter of stored procedure.&lt;/LI&gt;
 &lt;LI&gt;For&amp;nbsp;second iteration we need to pass value 'DEF' in parameter of stored procedure.&lt;/LI&gt;
 &lt;LI&gt;For&amp;nbsp;second iteration we need to pass value 'GHI' in parameter of stored procedure&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Any tutorial regarding passing dynamic values in stored procedure parameters will be of great help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Tarunjit Singh&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 10:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-SQL-Server-Stored-Procedure-Multiple-times-in-a-loop/m-p/2348278#M115425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-08T10:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Server Stored Procedure Multiple times in a loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-SQL-Server-Stored-Procedure-Multiple-times-in-a-loop/m-p/2348279#M115426</link>
      <description>&lt;P&gt;generally similar way:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D73p000004klBZCAY#M15993" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/how-to-iterate-tRESTClient-page-number-from-Msql/m-p/49774#M15993&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;not important - is it REST server or Stored procedure&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;in any case the best way - do anything, and ask help when error or problem happens&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/s/feed/0D73p000004kEOnCAM#M755" target="_self"&gt;https://community.talend.com/t5/What-s-new-and-announcements/We-are-all-developers-here-aren-t-we/m-p/49140#M755&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 10:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-SQL-Server-Stored-Procedure-Multiple-times-in-a-loop/m-p/2348279#M115426</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-08T10:51:18Z</dc:date>
    </item>
  </channel>
</rss>

