<?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: Store Procedure Call in Español</title>
    <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464795#M2671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Carlos:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He buscado en la comunidad, comprueba si tienes activados los parámetros para abrir la conexión en modo Read and Write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Note1:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You need to make sure that you activated "Open Databases in Read and Write mode" in QlikView. This is done in the script editor on the tab "Settings".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Note2:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If using OLEDB as a provider, you will also need to add the parameter "mode is write" in the OLEDB-connection:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=True;Initial Catalog=Northwind;Data Source=mySQL;](&lt;/EM&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;mode is write&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Saludos&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Joaquín&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2016 06:59:47 GMT</pubDate>
    <dc:creator>Joaquin_Lazaro</dc:creator>
    <dc:date>2016-06-06T06:59:47Z</dc:date>
    <item>
      <title>Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464789#M2665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola como ejecuto un procedimiento almacenado en qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 17:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464789#M2665</guid>
      <dc:creator />
      <dc:date>2012-12-24T17:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464790#M2666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;**Idioma: Español**&lt;/P&gt;&lt;P&gt;Estimado, para obtener el resultado de un procedimiento almacenado, particularmente creo el siguiente script::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.- crear coneccion con la &lt;STRONG&gt;ODBC "usuario y contraseña" forzar a 32bit.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2.- con el editor de script, escribir lo siguiente:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/******* Parametros "Fecha inicio y Fecha fin" (ciclo)***************/&lt;/P&gt;&lt;P&gt;SET&amp;nbsp; Inicio_Dia='YYYMMDD';&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;&amp;lt;--- ( dependiendo del formato de fechas que este en el procedimiento, puede variar de "dd-mm-yyyy, yyyy/mm/dd o dd/mm/yyyy"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SET&amp;nbsp; Fin_Dia='YYYYMMDD';&lt;/P&gt;&lt;P&gt;/***************************************************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO 'nombre_servidor' (UserId is 'usuario', Password is 'contraseña'); &lt;STRONG&gt;&lt;EM&gt;&amp;lt;--- aqui veras la confirguracion de la coneccion al ODBC&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL EXECUTE EX_procedimiento1 'ventas','&lt;EM&gt;$(Inicio_Dia)&lt;/EM&gt;','&lt;EM&gt;$(Fin_Dia)&lt;/EM&gt;';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Espero ayudarte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 23:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464790#M2666</guid>
      <dc:creator />
      <dc:date>2014-08-22T23:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464791#M2667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estimado, buenas tardes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;una consulta, como cargo desde un procedimiento almacenado a una tabla en Qlikview, mi idea es cargar la data en un QVD desde el SP que ejecute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;favor sus apreciaciones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 17:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464791#M2667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-31T17:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464792#M2668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hola Junior:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Mira aquí &lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="3223" data-objecttype="1" href="https://community.qlik.com/thread/3223" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;SQL Stored Procedure into QlikView&lt;/A&gt; como recuperar datos con Stored Procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Saludos&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 09:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464792#M2668</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2016-06-01T09:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464793#M2669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estimados, buen dia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ante todo agradecer el apoyo brindado, con respecto a mi consulta de como cargar una tabla qlikview desde la invocación de un SP.&lt;/P&gt;&lt;P&gt;bueno les comento que siguiendo sus consejos e investigando un poco, pude finalmente cargar mi información a un QVD desde un SP, pero me dejo una duda, la cual agradecería me puedan despejar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yo Trabajo con SAP Business One como ERP, entonces desde qlikview realice mi conexión a SAP por medio de OleDB, cargue mis tablas nativas sin problema alguno, Pero no sucedía lo mismo con mi SP de SAP entonces decidí cambiar de conexión solo para el SP a una conexión a ODBC y cargo con normalidad. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aqui mi consulta, porque desde QlikView mediante OLEDB no se puede cargar un SP y si desde ODBC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos Calderón&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464793#M2669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-03T15:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464794#M2670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Carlos:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Por lo que comentas pueden ser dos cosas: un tema de permisos sobre el usuario de conexión o algún parámetro de la sentencia connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Por favor, copia ambos CONNECT para que pueda mirarlo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;P&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 06:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464794#M2670</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2016-06-06T06:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464795#M2671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Carlos:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He buscado en la comunidad, comprueba si tienes activados los parámetros para abrir la conexión en modo Read and Write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Note1:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You need to make sure that you activated "Open Databases in Read and Write mode" in QlikView. This is done in the script editor on the tab "Settings".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Note2:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If using OLEDB as a provider, you will also need to add the parameter "mode is write" in the OLEDB-connection:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=True;Initial Catalog=Northwind;Data Source=mySQL;](&lt;/EM&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;mode is write&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Saludos&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Joaquín&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 06:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464795#M2671</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2016-06-06T06:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464796#M2672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estimado Joaquin, buen día.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consulta, donde busco y activo los parámetros para conexiones en modo lectura y escritura ?, como comente yo por OLEDB puedo cargar mis tablas nativas sin problema alguno. mi problema es para cargar mi SP con conexión OLEDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mi conexion con la que cargo mis tablas sin problema es:&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=False;User ID=SA;Initial Catalog=DB_PROD_EGA_V3;Data Source=192.168.249.5\serversap;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=SYSA050;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;y para cargar mi SP tuve que usar ODBC:&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO SboQlikView (XUserId is GNKWbZFMeC, XPassword is LdIQWZJMPTeA);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quedo atento.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464796#M2672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-06T13:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464797#M2673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Carlos, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creo que a tu CONNECT OLEDB le falta este parámetro &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/EM&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;mode is write&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;P&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464797#M2673</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2016-06-06T13:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464798#M2674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estimado, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gracias, pero donde es que se adiciona este parámetro ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464798#M2674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-06T13:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464799#M2675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Por cierto Carlos, si la SP actualiza datos en tu RDBMS cada vez que hagas una recarga puedes "duplicar" alguna información ... revisa que las SP no actualicen datos o no estropeen nada por repetir las recargas !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464799#M2675</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2016-06-06T13:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464800#M2676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;De nada.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;En mi mensaje de las 8:59 CET tienes un ejemplo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464800#M2676</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2016-06-06T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464801#M2677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estimado, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mi SP no genera actualizaciones solo es una consulta trabajada, solo realiza cálculos, lo demas solo es extraccion de data, lo hago desde un SP porque consolido informacion de varias tablas y los resultados que se busca son calculos algo pesados.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;si vi, tu mensaje, pero aun no logro encontrar donde puedo configurar para que pueda cargar mi SP sin problema alguno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quedo atento.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 14:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464801#M2677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-06T14:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Store Procedure Call</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464802#M2678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=False;User ID=SA;Initial Catalog=DB_PROD_EGA_V3;Data Source=192.168.249.5\serversap;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=SYSA050;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/EM&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;mode is write&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 14:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Store-Procedure-Call/m-p/464802#M2678</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2016-06-06T14:47:10Z</dc:date>
    </item>
  </channel>
</rss>

