<?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 execute multiple SQL statements using a single postgres input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-multiple-SQL-statements-using-a-single-postgres/m-p/2338520#M106747</link>
    <description>Please tell me the way, How to execute multiple SQL statements using a single postgres input?</description>
    <pubDate>Thu, 12 Sep 2013 13:17:20 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2013-09-12T13:17:20Z</dc:date>
    <item>
      <title>How to execute multiple SQL statements using a single postgres input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-multiple-SQL-statements-using-a-single-postgres/m-p/2338520#M106747</link>
      <description>Please tell me the way, How to execute multiple SQL statements using a single postgres input?</description>
      <pubDate>Thu, 12 Sep 2013 13:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-multiple-SQL-statements-using-a-single-postgres/m-p/2338520#M106747</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-09-12T13:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute multiple SQL statements using a single postgres input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-multiple-SQL-statements-using-a-single-postgres/m-p/2338521#M106748</link>
      <description>Hi, &lt;BR /&gt;Please see the related KB article on Talend Help Center &lt;A href="https://help.talend.com/search/all?query=Executing+multiple+SQL+statements+with+one+tMysqlRow+component&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Executing multiple SQL statements with one tMysqlRow component&lt;/A&gt;. &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 13 Sep 2013 03:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-multiple-SQL-statements-using-a-single-postgres/m-p/2338521#M106748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T03:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute multiple SQL statements using a single postgres input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-execute-multiple-SQL-statements-using-a-single-postgres/m-p/2338522#M106749</link>
      <description>In Talend exists no build-in component to do this job (except for MySQL because the MySQL server parse a statement always as script).&lt;BR /&gt;For this purpose I have created the component tSQLScriptParser.&lt;BR /&gt;&lt;A href="http://www.talendforge.org/exchange/index.php?eid=724&amp;amp;product=tos&amp;amp;action=view" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=724&amp;amp;product=tos&amp;amp;action=view&lt;/A&gt;&lt;BR /&gt;Usage: tSQLScriptParser -- (iterate) --&amp;gt; tPostgresqlRow (with the current SQL statement return value from tSQLScriptParser_1)&lt;BR /&gt;You have to decide if the tPostgresqlRow component create its own connection (and commits every statement) or use a separate connection to run the script within one transaction.</description>
      <pubDate>Fri, 13 Sep 2013 07:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-execute-multiple-SQL-statements-using-a-single-postgres/m-p/2338522#M106749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T07:27:11Z</dc:date>
    </item>
  </channel>
</rss>

