<?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 Store Procedure in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715596#M1074860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That really depends on the context, and the nature and complexity of the stored procedure contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duplicating and translating complex SQL stored procs isn't always desirable. This may be a lot of work, and you'll have two code bases to maintain with identical functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think performance wise the stored proc may also be considerably faster as it employs SQL server logic and table indexes. Not to mention the high preformance hardware which companies often have allocated to critical SQL servers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 11:13:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-05T11:13:48Z</dc:date>
    <item>
      <title>How to Call Store Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715590#M1074854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new in Qlikview. how can i call my Store Procedure in qlikview which contain 4 parameters.Please help me &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;Masba !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 10:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715590#M1074854</guid>
      <dc:creator />
      <dc:date>2014-08-05T10:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call Store Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715591#M1074855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi masba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sql Exec StoredProcedureName 'Variable1', 'Variable2'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 10:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715591#M1074855</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-08-05T10:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call Store Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715592#M1074856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Masba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For calling SQL stored proc in QV u need to set up ODBC connection and after u r able to use syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 10:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715592#M1074856</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-08-05T10:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call Store Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715593#M1074857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;SQL EXEC DatabaseName.dbo.ProcedureName @Para1 = $(vPara1), @Para2 = $(vPara2), @Para3 = $(vPara3), @Para4 = $(vPara4) ; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 10:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715593#M1074857</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-05T10:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call Store Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715594#M1074858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already setup ODBC connection. By ODBC connection i can read data from table. Now I'm facing problem in Store Procedure. I have uses below command to load the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sql&amp;nbsp;&amp;nbsp; Execute COO_Stock('G044','13','03','07/01/2012','MM/DD/YYYY hh:mi:ss AM','07/20/2014 12:00:00 AM','MM/DD/YYYY hh:mi:ss AM');&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;Masba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715594#M1074858</guid>
      <dc:creator />
      <dc:date>2014-08-05T11:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call Store Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715595#M1074859</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;Not a good practice to call the Stored Procedure from QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After studying the logic you can build the logic in QlikView or have this in the Reporting Layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715595#M1074859</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-08-05T11:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call Store Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715596#M1074860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That really depends on the context, and the nature and complexity of the stored procedure contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duplicating and translating complex SQL stored procs isn't always desirable. This may be a lot of work, and you'll have two code bases to maintain with identical functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think performance wise the stored proc may also be considerably faster as it employs SQL server logic and table indexes. Not to mention the high preformance hardware which companies often have allocated to critical SQL servers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715596#M1074860</guid>
      <dc:creator />
      <dc:date>2014-08-05T11:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call Store Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715597#M1074861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your reply i have change my qlikview query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL EXEC TEST.dbo.COO_Stock @Gallerie_ = 'G044', @Brancode_ = '13', @Category_ = '03', @Fromdate_ = '07/01/2012',@Todate_='07/01/2012';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: My Database Name: TEST&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Procedure Name: Coo_Stock&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parameters Name: @Gallerie_,&amp;nbsp; @Brancode_,@C,ategory_ @Fromdate_, @Todate_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i mistake anything plz correct me..&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;Masba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715597#M1074861</guid>
      <dc:creator />
      <dc:date>2014-08-05T11:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call Store Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715598#M1074862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well if you are moving from something Legacy to QlikView, you can do away with the SP's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally SPs are not meant to be called from QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Call-Store-Procedure-in-Qlikview/m-p/715598#M1074862</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-08-05T11:16:40Z</dc:date>
    </item>
  </channel>
</rss>

