<?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: What are the best practices for MSSQL(Microsoft SQL Server )connection in Talend? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293531#M66492</link>
    <description>&lt;P&gt;Its depend upon your project structure and the procedure you are following for managing connection and logs for the operations. Using 3 DBs you can follow any of the approach:&lt;BR /&gt;&lt;BR /&gt;-- One for Src, one for tgt and one for logdb&lt;BR /&gt;-- One for Src, One for Stage and one for tgt and logs&lt;BR /&gt;And many others approaches.&lt;BR /&gt;&lt;BR /&gt;Just make to create joblets for different purposes (opening connection, data push to log tables after completion of job, closing connection).&lt;BR /&gt;&lt;BR /&gt;These are the standard procedures to follow, and I think most of the projects are following these.&lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2018 10:02:32 GMT</pubDate>
    <dc:creator>mks02</dc:creator>
    <dc:date>2018-05-04T10:02:32Z</dc:date>
    <item>
      <title>What are the best practices for MSSQL(Microsoft SQL Server )connection in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293527#M66488</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I wanted to know best practices to be used for creating MSSQL connection in Talend, as I don't know best practices&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have 3 DB in MSSQL server which is used as the source, target, and log DB and for every connection, we have created Joblet which we use in the job where it is required and then in MSSQLinput or Output component we use existing connection setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wanted to know if this is a good practice?&lt;/P&gt;&lt;P&gt;Attaching pic for reference&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 10:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293527#M66488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-24T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for MSSQL(Microsoft SQL Server )connection in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293528#M66489</link>
      <description>Hi Please any one can reply?</description>
      <pubDate>Tue, 24 Apr 2018 20:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293528#M66489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-24T20:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for MSSQL(Microsoft SQL Server )connection in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293529#M66490</link>
      <description>no it still didn't received reply</description>
      <pubDate>Sun, 29 Apr 2018 17:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293529#M66490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-29T17:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for MSSQL(Microsoft SQL Server )connection in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293530#M66491</link>
      <description>&lt;P&gt;I think the way you are doing it is just fine. I personally don't have a lot of use case where there is the same DB used across many jobs like that. We use a lot of different DBs, especially when it comes to MSSQL. But usually if you are standardizing a code portion you would have to include in many jobs, joblet is the way to go.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 14:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293530#M66491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-30T14:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for MSSQL(Microsoft SQL Server )connection in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293531#M66492</link>
      <description>&lt;P&gt;Its depend upon your project structure and the procedure you are following for managing connection and logs for the operations. Using 3 DBs you can follow any of the approach:&lt;BR /&gt;&lt;BR /&gt;-- One for Src, one for tgt and one for logdb&lt;BR /&gt;-- One for Src, One for Stage and one for tgt and logs&lt;BR /&gt;And many others approaches.&lt;BR /&gt;&lt;BR /&gt;Just make to create joblets for different purposes (opening connection, data push to log tables after completion of job, closing connection).&lt;BR /&gt;&lt;BR /&gt;These are the standard procedures to follow, and I think most of the projects are following these.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 10:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293531#M66492</guid>
      <dc:creator>mks02</dc:creator>
      <dc:date>2018-05-04T10:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: What are the best practices for MSSQL(Microsoft SQL Server )connection in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293532#M66493</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Its depend upon your project structure and the procedure you are following for managing connection and logs for the operations. Using 3 DBs you can follow any of the approach:&lt;BR /&gt;&lt;BR /&gt;-- One for Src, one for tgt and one for logdb&lt;BR /&gt;-- One for Src, One for Stage and one for tgt and logs&lt;BR /&gt;And many others approaches.&lt;BR /&gt;&lt;BR /&gt;Just make to create joblets for different purposes (opening connection, data push to log tables after completion of job, closing connection).&lt;BR /&gt;&lt;BR /&gt;These are the standard procedures to follow, and I think most of the projects are following these.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 10:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-are-the-best-practices-for-MSSQL-Microsoft-SQL-Server/m-p/2293532#M66493</guid>
      <dc:creator>mks02</dc:creator>
      <dc:date>2018-05-04T10:03:47Z</dc:date>
    </item>
  </channel>
</rss>

