<?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 tMSSQLRow with tsql-Statement using Linked Server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307305#M78755</link>
    <description>Hello, 
&lt;BR /&gt;maybe someone can help: 
&lt;BR /&gt;in "Talend Open Studio for Data Integration" 5.3 i have problem with one tMSSQLRow-Object , which is connecting to mssql-database and using linked server within statement via function "openquery". e.g.: 
&lt;BR /&gt;"SELECT * FROM openquery(LINKED_SERVER,'select * FROM test.Table1')" 
&lt;BR /&gt;in talend-queryeditor i get correct result of this select-statement, so talend can run this statement. 
&lt;BR /&gt;But when i integrate this tMSSQLRow-Object in job-workflow, i always get only 1 row as result with values NULL. 
&lt;BR /&gt;additionally this linked server is a postgres-server in my case hehe 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;does anyone has ideas why this not work ? do you have same problems using function "openquery" in tsql-statements in talend ? 
&lt;BR /&gt;thank you very much for help. if i find solution too , i will post later here in this topic. 
&lt;BR /&gt;best regards, Carsten79</description>
    <pubDate>Wed, 03 Jul 2013 17:03:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-03T17:03:18Z</dc:date>
    <item>
      <title>tMSSQLRow with tsql-Statement using Linked Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307305#M78755</link>
      <description>Hello, 
&lt;BR /&gt;maybe someone can help: 
&lt;BR /&gt;in "Talend Open Studio for Data Integration" 5.3 i have problem with one tMSSQLRow-Object , which is connecting to mssql-database and using linked server within statement via function "openquery". e.g.: 
&lt;BR /&gt;"SELECT * FROM openquery(LINKED_SERVER,'select * FROM test.Table1')" 
&lt;BR /&gt;in talend-queryeditor i get correct result of this select-statement, so talend can run this statement. 
&lt;BR /&gt;But when i integrate this tMSSQLRow-Object in job-workflow, i always get only 1 row as result with values NULL. 
&lt;BR /&gt;additionally this linked server is a postgres-server in my case hehe 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;does anyone has ideas why this not work ? do you have same problems using function "openquery" in tsql-statements in talend ? 
&lt;BR /&gt;thank you very much for help. if i find solution too , i will post later here in this topic. 
&lt;BR /&gt;best regards, Carsten79</description>
      <pubDate>Wed, 03 Jul 2013 17:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307305#M78755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-03T17:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSQLRow with tsql-Statement using Linked Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307306#M78756</link>
      <description>ok problem solved.&lt;BR /&gt;i should use "tMSSQLInput" instead of "tMSSQLRow" when goal is to process resultset.&lt;BR /&gt;topic can be closed.&lt;BR /&gt;best regards,&lt;BR /&gt;Carsten</description>
      <pubDate>Wed, 03 Jul 2013 17:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307306#M78756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-03T17:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSQLRow with tsql-Statement using Linked Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307307#M78757</link>
      <description>Hi,  &lt;BR /&gt;In addition, we usually use tDBInput to execute a select query, you have to use a tParseRecordSet after tDBRow to parse the record set if you use tDBRow to execute a select query.&lt;BR /&gt;You can see the component reference about &lt;A href="https://help.talend.com/search/all?query=tMysqlRow&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tMysqlRow&lt;/A&gt; with scenario2 and scenario3.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 04 Jul 2013 03:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307307#M78757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-04T03:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSQLRow with tsql-Statement using Linked Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307308#M78758</link>
      <description>thank you very much for this tipp 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; tParseRecordSet i will test and check out more. 
&lt;BR /&gt;best regards, 
&lt;BR /&gt;Carsten</description>
      <pubDate>Mon, 08 Jul 2013 13:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307308#M78758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-08T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSQLRow with tsql-Statement using Linked Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307309#M78759</link>
      <description>Hi, &lt;BR /&gt;Feel free post your issue on forum.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 09 Jul 2013 04:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSQLRow-with-tsql-Statement-using-Linked-Server/m-p/2307309#M78759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-09T04:46:50Z</dc:date>
    </item>
  </channel>
</rss>

