<?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 to call a procedure from MS sql server? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207496#M7108</link>
    <description>&lt;P&gt;See this page&amp;nbsp;&lt;A href="https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/Y4ldtMoTiuC0d9L2HNRqzw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/Y4ldtMoTiuC0d9L2HNRqzw&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 14:07:49 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-09-20T14:07:49Z</dc:date>
    <item>
      <title>How to call a procedure from MS sql server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207495#M7107</link>
      <description>&lt;P&gt;I have a procedure as follow&lt;/P&gt; 
&lt;P&gt;create procedure up_names as&lt;/P&gt; 
&lt;P&gt;begin&lt;/P&gt; 
&lt;P&gt;select firstname,middlename,lastname from employee&lt;/P&gt; 
&lt;P&gt;end&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How do you execute this procedure and output the records?&amp;nbsp; No parameters to pass.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've setup a job with tMSSqlsp--&amp;gt;tParseRecordset---&amp;gt;tLogRow&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How do you configure tMSSqlsp and tParseRecordset?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 14:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207495#M7107</guid>
      <dc:creator>rp2018</dc:creator>
      <dc:date>2018-09-20T14:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a procedure from MS sql server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207496#M7108</link>
      <description>&lt;P&gt;See this page&amp;nbsp;&lt;A href="https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/Y4ldtMoTiuC0d9L2HNRqzw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/Y4ldtMoTiuC0d9L2HNRqzw&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 14:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207496#M7108</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-20T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a procedure from MS sql server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207497#M7109</link>
      <description>add select query at the end of your proc. you can retrieve this dataset on the output of tMssqlP.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2018 14:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207497#M7109</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-20T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a procedure from MS sql server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207498#M7110</link>
      <description>&lt;P&gt;I've followed the link and was able to execute the procedure and get data.&amp;nbsp; Anyway to have the information fill automatically in tParseRecordSet when we click on Edit Schema.&amp;nbsp; I end up typing each return columns and it doesn't have an option like Guess Schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207498#M7110</guid>
      <dc:creator>rp2018</dc:creator>
      <dc:date>2018-09-20T15:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a procedure from MS sql server?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207499#M7111</link>
      <description>Guess Schema is allowed when you can get data schema from system tables.&lt;BR /&gt;here you did not have system table so you cannot get schema.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-a-procedure-from-MS-sql-server/m-p/2207499#M7111</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-20T15:25:27Z</dc:date>
    </item>
  </channel>
</rss>

