<?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 Database Connections &amp; Inputs - Best Practices in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Database-Connections-Inputs-Best-Practices/m-p/2340102#M108167</link>
    <description>&lt;P&gt;I have a Job that needs to read 12 different tables from the same MSSQL database.&lt;BR /&gt;&lt;BR /&gt;Is it better to use 1 tMSSqlConnection and set all 12 tMSSqlInput to "Use Existing Connection"? &amp;nbsp;Or is it better to keep the database parameters local to each tMSSqlInput?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2017 15:03:07 GMT</pubDate>
    <dc:creator>PaulyWally</dc:creator>
    <dc:date>2017-03-01T15:03:07Z</dc:date>
    <item>
      <title>Database Connections &amp; Inputs - Best Practices</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-Connections-Inputs-Best-Practices/m-p/2340102#M108167</link>
      <description>&lt;P&gt;I have a Job that needs to read 12 different tables from the same MSSQL database.&lt;BR /&gt;&lt;BR /&gt;Is it better to use 1 tMSSqlConnection and set all 12 tMSSqlInput to "Use Existing Connection"? &amp;nbsp;Or is it better to keep the database parameters local to each tMSSqlInput?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 15:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-Connections-Inputs-Best-Practices/m-p/2340102#M108167</guid>
      <dc:creator>PaulyWally</dc:creator>
      <dc:date>2017-03-01T15:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Database Connections &amp; Inputs - Best Practices</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-Connections-Inputs-Best-Practices/m-p/2340103#M108168</link>
      <description>it depend from You Job logic
&lt;BR /&gt;generally more easy define single connection and close it after finish Job
&lt;BR /&gt;with single connection You are as well can enable auto commit or use manual/rollback commit when it needed
&lt;BR /&gt;but at the same time - all Your tables must be in same database(schema)
&lt;BR /&gt;
&lt;BR /&gt;without single connection:
&lt;BR /&gt;You can manage commit windows (commit every XXX rows)
&lt;BR /&gt;You can have separate Database(schema) for each Input component
&lt;BR /&gt;
&lt;BR /&gt;From information point of view:
&lt;BR /&gt;if You use context variables instead of hardcoded details - change any information will be same, in single place only</description>
      <pubDate>Thu, 02 Mar 2017 02:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-Connections-Inputs-Best-Practices/m-p/2340103#M108168</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-02T02:40:47Z</dc:date>
    </item>
  </channel>
</rss>

