<?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: Problem with tMSSQLInput, Invalid Column Name in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tMSSQLInput-Invalid-Column-Name/m-p/2196290#M515</link>
    <description>I didn't used the quotes around the column name in the Query, it was only for the example. Here's my real query :&lt;BR /&gt;"SELECT *&lt;BR /&gt;FROM	\"IEC$Purchase Header\", \"IEC$Purchase Line\"&lt;BR /&gt;WHERE \"IEC$Purchase Header\".No_ = \"IEC$Purchase Line\".Document_No_"</description>
    <pubDate>Thu, 27 Feb 2014 09:36:39 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2014-02-27T09:36:39Z</dc:date>
    <item>
      <title>Problem with tMSSQLInput, Invalid Column Name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tMSSQLInput-Invalid-Column-Name/m-p/2196288#M513</link>
      <description>HiI have a problem with the tMMSQLInput component, when I select the table from the "..." button near the Table Name Field, and then do a Select * from MyTable I get a column named Document_No_ but when I try to do a Select Document_No_ from MyTable I get an error message : &lt;BR /&gt;Exception in component tMSSqlInput_1&lt;BR /&gt;java.sql.SQLException: Ivalid column name : 'Document_No_'.&lt;BR /&gt;What should I do to solve this problem ?&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Wed, 26 Feb 2014 18:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tMSSQLInput-Invalid-Column-Name/m-p/2196288#M513</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-26T18:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tMSSQLInput, Invalid Column Name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tMSSQLInput-Invalid-Column-Name/m-p/2196289#M514</link>
      <description>Check the query and try it with removed ` chars. Mostly they are more disrupting the code than help.</description>
      <pubDate>Wed, 26 Feb 2014 21:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tMSSQLInput-Invalid-Column-Name/m-p/2196289#M514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-26T21:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tMSSQLInput, Invalid Column Name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tMSSQLInput-Invalid-Column-Name/m-p/2196290#M515</link>
      <description>I didn't used the quotes around the column name in the Query, it was only for the example. Here's my real query :&lt;BR /&gt;"SELECT *&lt;BR /&gt;FROM	\"IEC$Purchase Header\", \"IEC$Purchase Line\"&lt;BR /&gt;WHERE \"IEC$Purchase Header\".No_ = \"IEC$Purchase Line\".Document_No_"</description>
      <pubDate>Thu, 27 Feb 2014 09:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tMSSQLInput-Invalid-Column-Name/m-p/2196290#M515</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-27T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tMSSQLInput, Invalid Column Name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tMSSQLInput-Invalid-Column-Name/m-p/2196291#M516</link>
      <description>Hi 
&lt;BR /&gt;Inusual name columns 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Try to put between square brackets each column name, something like this: 
&lt;BR /&gt;"SELECT * 
&lt;BR /&gt;FROM , 
&lt;BR /&gt;WHERE = " 
&lt;BR /&gt;SQL is interpreting that the column 
&lt;I&gt;Document_No_&lt;/I&gt; has a schema called 
&lt;I&gt;"IEC$Purchase Line"&lt;/I&gt; caused by the dot in the middle of the name. 
&lt;BR /&gt;Hope it helps you. 
&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 27 Feb 2014 10:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tMSSQLInput-Invalid-Column-Name/m-p/2196291#M516</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-27T10:58:44Z</dc:date>
    </item>
  </channel>
</rss>

