<?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: Running a MSSQL Server stored procedure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061503#M931926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Example below, where the parameters are pointing to Qlikview Variables, that can be changed via an Input Box on the Qlikview front end.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Still figuring it all out!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO Extreme;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL EXECUTE dbo.spUPS &lt;/P&gt;&lt;P&gt;&amp;nbsp; @Shipper = [$(vShipper)],&lt;/P&gt;&lt;P&gt;&amp;nbsp; @OrderNo = $(vOrderNo),&lt;/P&gt;&lt;P&gt;&amp;nbsp; @OrderAmount = $(vOrderAmount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2016 21:53:38 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2016-05-17T21:53:38Z</dc:date>
    <item>
      <title>Running a MSSQL Server stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061500#M931923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can one run a Microsoft SQL Server stored procedure from a QV application and use it to write a report?&amp;nbsp; If so how can this be accomplished?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061500#M931923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Running a MSSQL Server stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061501#M931924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you create a connection to the database and then you execute the stored procedure.&lt;/P&gt;&lt;P&gt;SQL Exec MyStoredProcedure(Parameter1, Parameter2, ...etc );&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 17:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061501#M931924</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-13T17:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running a MSSQL Server stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061502#M931925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Gysbert most appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 18:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061502#M931925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-13T18:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running a MSSQL Server stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061503#M931926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Example below, where the parameters are pointing to Qlikview Variables, that can be changed via an Input Box on the Qlikview front end.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Still figuring it all out!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO Extreme;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL EXECUTE dbo.spUPS &lt;/P&gt;&lt;P&gt;&amp;nbsp; @Shipper = [$(vShipper)],&lt;/P&gt;&lt;P&gt;&amp;nbsp; @OrderNo = $(vOrderNo),&lt;/P&gt;&lt;P&gt;&amp;nbsp; @OrderAmount = $(vOrderAmount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 21:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061503#M931926</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2016-05-17T21:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Running a MSSQL Server stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061504#M931927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very&amp;nbsp; much Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 01:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-a-MSSQL-Server-stored-procedure/m-p/1061504#M931927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-18T01:14:44Z</dc:date>
    </item>
  </channel>
</rss>

