<?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: How MSSQL bulk component works in talend? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-MSSQL-bulk-component-works-in-talend/m-p/2328760#M98017</link>
    <description>Hi 
&lt;BR /&gt;The tMSSqlOutputBulk and tMSSqlBulkExec components are used together in a two step process. In the first step, an output file is generated. In the second step, this file is used in the INSERT operation used to feed a database. These two steps are fused together in the tMSSqlOutputBulkExec component.
&lt;BR /&gt;
&lt;BR /&gt;The database server must be installed on the same machine where the Studio is installed or where the Job using tMSSqlOutputBulkExec is deployed, so that the component functions properly.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Nov 2017 09:05:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-16T09:05:16Z</dc:date>
    <item>
      <title>How MSSQL bulk component works in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-MSSQL-bulk-component-works-in-talend/m-p/2328759#M98016</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to know how tMSSqlBulkExec components works in Talend.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As of my knowledge it's work as follows,if i am wrong please correct me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) By using&amp;nbsp;&lt;SPAN&gt;tMSSqlOutputBulk we will create a bulk file in server where talend job is running.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ex: /opt/bulk/employee.txt&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2) Copy file from Linux server("/opt/bulk/employee.txt") to remote Sql server("C:/bulk/employee.txt") where MSSql database is running, by using FTP server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3) Use&amp;nbsp;tMSSqlBulkExec component to load data in a table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note : We also have&amp;nbsp;tMSSqlOutputBulkExec component to do same task , but the job should deploy on Sql server&amp;nbsp;where MSSql database is running.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;please let me know the best approach&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 10:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-MSSQL-bulk-component-works-in-talend/m-p/2328759#M98016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T10:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: How MSSQL bulk component works in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-MSSQL-bulk-component-works-in-talend/m-p/2328760#M98017</link>
      <description>Hi 
&lt;BR /&gt;The tMSSqlOutputBulk and tMSSqlBulkExec components are used together in a two step process. In the first step, an output file is generated. In the second step, this file is used in the INSERT operation used to feed a database. These two steps are fused together in the tMSSqlOutputBulkExec component.
&lt;BR /&gt;
&lt;BR /&gt;The database server must be installed on the same machine where the Studio is installed or where the Job using tMSSqlOutputBulkExec is deployed, so that the component functions properly.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong
&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-MSSQL-bulk-component-works-in-talend/m-p/2328760#M98017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T09:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How MSSQL bulk component works in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-MSSQL-bulk-component-works-in-talend/m-p/2328761#M98018</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;I deployed talend job on jobserver and my MSSql server is on windows server, So according to your answer it will not work right?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-MSSQL-bulk-component-works-in-talend/m-p/2328761#M98018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-17T12:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: How MSSQL bulk component works in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-MSSQL-bulk-component-works-in-talend/m-p/2328762#M98019</link>
      <description>Is it possible to Know as Talend works on tDB2BulkExec instead tMySqlServerBulkExec?
&lt;BR /&gt;I have wrote here a topic but i haven't reply that tsoddisfied greatly to me.</description>
      <pubDate>Mon, 18 Mar 2019 09:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-MSSQL-bulk-component-works-in-talend/m-p/2328762#M98019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-18T09:08:13Z</dc:date>
    </item>
  </channel>
</rss>

