<?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 Talend tMSSQLInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2234857#M24073</link>
    <description>&lt;P&gt;I created a Talend MS Sql job using tMSQLInput_1 and inserted my own query. Below is example of my query.&lt;/P&gt;
&lt;P&gt;if object_id('tempdb..#lang_guid')is not null&lt;BR /&gt;drop table #lang_guid;&lt;BR /&gt;create table #lang_guid(&lt;BR /&gt;patient_guid varchar(255)&lt;BR /&gt;,accountid varchar(255)&lt;BR /&gt;);&lt;BR /&gt;insert into #lang_guid&lt;/P&gt;
&lt;P&gt;select c.customerid&lt;BR /&gt;,'0000001'&lt;BR /&gt;from customer c with(nolock)&lt;/P&gt;
&lt;P&gt;select patient_guid&lt;BR /&gt;,accountid&lt;/P&gt;
&lt;P&gt;from #lang_guid&lt;BR /&gt;The issue I'm having is the query pulls the patient_guid from the table but not the accountid I creating that on the fly in the temp table. when i run the job in Talend it returns the patient_guid but I don't get any data back for the accountid. Have anyone seen this issue with Talend before and if so how do I fix it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:46:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:46:48Z</dc:date>
    <item>
      <title>Talend tMSSQLInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2234857#M24073</link>
      <description>&lt;P&gt;I created a Talend MS Sql job using tMSQLInput_1 and inserted my own query. Below is example of my query.&lt;/P&gt;
&lt;P&gt;if object_id('tempdb..#lang_guid')is not null&lt;BR /&gt;drop table #lang_guid;&lt;BR /&gt;create table #lang_guid(&lt;BR /&gt;patient_guid varchar(255)&lt;BR /&gt;,accountid varchar(255)&lt;BR /&gt;);&lt;BR /&gt;insert into #lang_guid&lt;/P&gt;
&lt;P&gt;select c.customerid&lt;BR /&gt;,'0000001'&lt;BR /&gt;from customer c with(nolock)&lt;/P&gt;
&lt;P&gt;select patient_guid&lt;BR /&gt;,accountid&lt;/P&gt;
&lt;P&gt;from #lang_guid&lt;BR /&gt;The issue I'm having is the query pulls the patient_guid from the table but not the accountid I creating that on the fly in the temp table. when i run the job in Talend it returns the patient_guid but I don't get any data back for the accountid. Have anyone seen this issue with Talend before and if so how do I fix it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2234857#M24073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Talend tMSSQLInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2234858#M24074</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Would you mind posting your job setting screenshots on forum which will be helpful for us to address your issue?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 08:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2234858#M24074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T08:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Talend tMSSQLInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2234859#M24075</link>
      <description>Maybe make it a two step, first create and insert, next query.&lt;BR /&gt;And maybe COMMIT every 1 record?</description>
      <pubDate>Fri, 24 Aug 2018 11:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2234859#M24075</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T11:26:56Z</dc:date>
    </item>
  </channel>
</rss>

