<?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: Talend tMSSQLInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2312813#M83727</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMq9AAG"&gt;@masonjames&lt;/A&gt;,did it help you?&lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2018 08:40:40 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-05-22T08:40:40Z</dc:date>
    <item>
      <title>Talend tMSSQLInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2312811#M83725</link>
      <description>&lt;P&gt;I created a Talend MS Sql job using tMSQLInput_1 and inserted my own query. Below is an example of my query.&lt;/P&gt;
&lt;PRE&gt;if  object_id('tempdb..#lang_guid')is not null 
    drop table #lang_guid;
  create table #lang_guid(
                patient_guid varchar(255)
               ,accountid varchar(255)
               );
   insert into #lang_guid

        select  c.customerid
               ,'0000001'
          from  customer c with(nolock)

  select patient_guid
        ,accountid

    from #lang_guid&lt;/PRE&gt;
&lt;P&gt;The issue I'm having is the query pulls the patient_guid from the table but not the accounted I creating that on the fly in the temp table. when I run the job in &lt;A title="Talend" href="https://mindmajix.com/talend-training" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend&lt;/A&gt; it returns the patient_guid but I don't get any data back for the account. Have anyone seen this issue with Talend before and if so how do I fix it.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2312811#M83725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Talend tMSSQLInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2312812#M83726</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMq9AAG"&gt;@masonjames&lt;/A&gt;,in&amp;nbsp;&lt;SPAN&gt;tMSSQLInput_1,you can use only the select query to extract data from MS SQL DB.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 10:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2312812#M83726</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-07T10:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Talend tMSSQLInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2312813#M83727</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMq9AAG"&gt;@masonjames&lt;/A&gt;,did it help you?&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 08:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tMSSQLInput/m-p/2312813#M83727</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-22T08:40:40Z</dc:date>
    </item>
  </channel>
</rss>

