<?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: Connecting to stored procedure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978490#M334208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I will check. Sorry never use a stored procedure before so pretty lost right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2015 12:22:01 GMT</pubDate>
    <dc:creator>zagzebski</dc:creator>
    <dc:date>2015-10-14T12:22:01Z</dc:date>
    <item>
      <title>Connecting to stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978483#M334201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never pulled data using stored procedure.&amp;nbsp; I was able to make a connection to the database but don't know where to go from here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The stored procedure that was loaded is &lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;: BookOfBusiness&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;I have attached what I see when I make a connection to the database&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Zag&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978483#M334201</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-10-14T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978484#M334202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know you can't load SP into Qlikview. You can load views instead of a SP, I think the reason is that the SP has some programming behind and Qlikview can't translate it into something that it can be read into the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978484#M334202</guid>
      <dc:creator>andrespa</dc:creator>
      <dc:date>2015-10-14T11:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978485#M334203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have reaed where others have done it - just am clueless since I have never tried.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978485#M334203</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-10-14T11:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978486#M334204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should execute an return your procedure&lt;/P&gt;&lt;P&gt;SQL EXEC &lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;BookOfBusiness;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978486#M334204</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-10-14T11:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978487#M334205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response. I got an error message (below). I was able to connect to this server so not sure why I would get this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ErrorSource: Microsoft OLE DB Provider for SQL Server, ErrorMsg: The EXECUTE permission was denied on the object 'BookOfBusiness', database 'EpicSub', schema 'dbo'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL EXEC BookOfBusiness&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978487#M334205</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-10-14T12:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978488#M334206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems you miss the right to execute the procedure&lt;/P&gt;&lt;P&gt;ask your dba for a (probably) grant exec on .... to .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978488#M334206</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-14T12:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978489#M334207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message is self-explanatory, you don´t have access to execute that procedure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978489#M334207</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-10-14T12:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978490#M334208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I will check. Sorry never use a stored procedure before so pretty lost right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978490#M334208</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-10-14T12:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978491#M334209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - that was it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 22:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-to-stored-procedure/m-p/978491#M334209</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-10-14T22:26:57Z</dc:date>
    </item>
  </channel>
</rss>

