<?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>Question Re: call DBREMOTE inside procedure in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaa-p/13846605#M4877448</link>
    <description>&lt;P&gt;If so, I would recommend to use an event to run DBREMOTE, because that would run within its own connection, whereas a procedure would be waiting until DBREMOTE has finished its run...&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 06:47:17 GMT</pubDate>
    <dc:creator>VolkerBarth</dc:creator>
    <dc:date>2018-03-20T06:47:17Z</dc:date>
    <item>
      <title>call DBREMOTE inside procedure</title>
      <link>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaq-p/13846602</link>
      <description>&lt;P&gt;Is it possible to call the DBREMOTE or an external batch file from within the Database (say inside a procedure for example)?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 04:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaq-p/13846602</guid>
      <dc:creator>Baron</dc:creator>
      <dc:date>2018-03-20T04:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: call DBREMOTE inside procedure</title>
      <link>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaa-p/13846603#M4877446</link>
      <description>&lt;P&gt;Could you be more explicit about what you're trying to achieve?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 04:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaa-p/13846603#M4877446</guid>
      <dc:creator>reimer_pods</dc:creator>
      <dc:date>2018-03-20T04:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: call DBREMOTE inside procedure</title>
      <link>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaa-p/13846604#M4877447</link>
      <description>&lt;P&gt;You can use xp_cmdshell system procedure.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 06:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaa-p/13846604#M4877447</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2018-03-20T06:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: call DBREMOTE inside procedure</title>
      <link>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaa-p/13846605#M4877448</link>
      <description>&lt;P&gt;If so, I would recommend to use an event to run DBREMOTE, because that would run within its own connection, whereas a procedure would be waiting until DBREMOTE has finished its run...&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 06:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaa-p/13846605#M4877448</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2018-03-20T06:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: call DBREMOTE inside procedure</title>
      <link>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaa-p/13846606#M4877449</link>
      <description>&lt;P&gt;&amp;gt; a procedure would be waiting&lt;/P&gt;
&lt;P&gt;You can also fire-and-forget with the Windows START command...&lt;/P&gt;
&lt;PRE&gt;BEGIN
DECLARE @return_code INTEGER;
@return_code = CALL dbo.xp_cmdshell ( 'START "title" /B "command or program"', 'no_output' );
SELECT @return_code;
END;
&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Mar 2018 08:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/call-dbremote-inside-procedure/qaa-p/13846606#M4877449</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2018-03-20T08:25:23Z</dc:date>
    </item>
  </channel>
</rss>

