<?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: LOCAL ONLY in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839275#M4870118</link>
    <description>&lt;P&gt;That's my understanding as well.  We use SQL Remote, we've done some work with MobiLink but most our remotes are maritime vessels with low bandwidth and inconsistent connections.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 05:28:04 GMT</pubDate>
    <dc:creator>JimDiaz</dc:creator>
    <dc:date>2024-08-13T05:28:04Z</dc:date>
    <item>
      <title>LOCAL ONLY</title>
      <link>https://community.sap.com/t5/technology-q-a/local-only/qaq-p/13839270</link>
      <description>&lt;P&gt;When creating an existing table I add the LOCAL ONLY syntax to prevent the creation from failing if the remote server does not exist.  Is there an equivalent for procedure/functions?&lt;/P&gt;
&lt;P&gt;Thanks,
Jim&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 14:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/local-only/qaq-p/13839270</guid>
      <dc:creator>JimDiaz</dc:creator>
      <dc:date>2024-08-07T14:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: LOCAL ONLY</title>
      <link>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839272#M4870115</link>
      <description>&lt;P&gt;What does the syntax look like for LOCAL ONLY? Can you post an example?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 10:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839272#M4870115</guid>
      <dc:creator>jack_schueler</dc:creator>
      <dc:date>2024-08-08T10:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: LOCAL ONLY</title>
      <link>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839273#M4870116</link>
      <description>&lt;P&gt;Sure It's the  CREATE EXISTING TABLE syntax with LOCAL ONLY for example&lt;/P&gt;
&lt;P&gt;CREATE EXISTING TABLE Owner.TableName(
  AttributeNameOne INTEGER   NOT NULL,
  AttributeNameTwo CHAR(128) NOT NULL
  ) AT 'Server;Owner;TableName' LOCAL ONLY;&lt;/P&gt;
&lt;P&gt;You can see this in a unload script from a database with remote servers and tables.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 21:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839273#M4870116</guid>
      <dc:creator>JimDiaz</dc:creator>
      <dc:date>2024-08-08T21:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: LOCAL ONLY</title>
      <link>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839271#M4870114</link>
      <description>&lt;P&gt;In doing some more testing the LOCAL ONLY after the CREATE EXISTING TABLLE syntax fails if the remote server is not defined.  However it works if the remote server is defined but doesn't actually exist (no connection available).  &lt;/P&gt;
&lt;P&gt;When the remote server is defined a proxy procedure/function can also be created when no connection is available.  &lt;/P&gt;
&lt;P&gt;It's a bit confusing as to why LOCAL ONLY is required for the tables and not procedures/functions.&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 10:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839271#M4870114</guid>
      <dc:creator>JimDiaz</dc:creator>
      <dc:date>2024-08-12T10:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: LOCAL ONLY</title>
      <link>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839274#M4870117</link>
      <description>&lt;P&gt;In my understanding LOCAL ONLY is a "hidden clause" internally used for reload/extract scripts, just as the "GRANT CONNECT... AT &amp;lt;userid&amp;gt;" clause.&lt;/P&gt;
&lt;P&gt;Are you dealing with a MobiLink or SQL Remote setup?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 05:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839274#M4870117</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2024-08-13T05:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: LOCAL ONLY</title>
      <link>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839275#M4870118</link>
      <description>&lt;P&gt;That's my understanding as well.  We use SQL Remote, we've done some work with MobiLink but most our remotes are maritime vessels with low bandwidth and inconsistent connections.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 05:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/local-only/qaa-p/13839275#M4870118</guid>
      <dc:creator>JimDiaz</dc:creator>
      <dc:date>2024-08-13T05:28:04Z</dc:date>
    </item>
  </channel>
</rss>

