<?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: Accessing SQL database from ArcGIS Online without ArcGIS Enterprise in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1554284#M45447</link>
    <description>&lt;P&gt;You can also use python to directly query databases. I would recommend using the technology that you are most comfortable with using and supporting. Using notebooks or a python script is going to have a smaller footprint in terms of licensing/installs, but using the Data Interoperability extension is going to allow you to have access to more data formats and ways of transforming the data.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 15:01:52 GMT</pubDate>
    <dc:creator>RobertKrisher</dc:creator>
    <dc:date>2024-10-31T15:01:52Z</dc:date>
    <item>
      <title>Accessing SQL database from ArcGIS Online without ArcGIS Enterprise</title>
      <link>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1554269#M45446</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;since we are thinking of starting a project without involving ArcGIS Enterprise, our biggest concern is the access of a SQL server database (not geoenabled)&lt;/P&gt;&lt;P&gt;I am thinking of using:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS&amp;nbsp; Notebook&lt;/LI&gt;&lt;LI&gt;Data interoperability on PRO (but this means that pro need to run al the time?))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Data pipeline seems to be unusable for this purpose.&lt;/P&gt;&lt;P&gt;If the two mentioned methods are both fine, do you have experience with them, what should I consider, is there any other way I could/should consider?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 14:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1554269#M45446</guid>
      <dc:creator>PanGIS</dc:creator>
      <dc:date>2024-10-31T14:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing SQL database from ArcGIS Online without ArcGIS Enterprise</title>
      <link>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1554284#M45447</link>
      <description>&lt;P&gt;You can also use python to directly query databases. I would recommend using the technology that you are most comfortable with using and supporting. Using notebooks or a python script is going to have a smaller footprint in terms of licensing/installs, but using the Data Interoperability extension is going to allow you to have access to more data formats and ways of transforming the data.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 15:01:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1554284#M45447</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-10-31T15:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing SQL database from ArcGIS Online without ArcGIS Enterprise</title>
      <link>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1554352#M45448</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138089"&gt;@RobertKrisher&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested the connection to the database in Notebooks and it works, so it is going to be the first thing I will try to do tomorrow.&lt;BR /&gt;ATM I need the data as is so probably I will not need Data Interoperability at all.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;when I publish a&amp;nbsp; service on by referring the registered database on Enterprise I see the updates real-time every time something changes.&lt;/P&gt;&lt;P&gt;If I implement the Notebook, this is going to be a update (the notebook runs and only if it runs it will e.g. truncate/append), correct? I will not get a direct connection.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 16:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1554352#M45448</guid>
      <dc:creator>PanGIS</dc:creator>
      <dc:date>2024-10-31T16:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing SQL database from ArcGIS Online without ArcGIS Enterprise</title>
      <link>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1554362#M45449</link>
      <description>&lt;P&gt;Depending on which tools you run the data will either be stored in memory or layers on your local machine. If you want to have a persistent representation of this data that you want to be accessible by other users you can build something into the end of your notebook to persist the results to a layer accessible by others (enterprise geodatabase, feature service, etc). When persisting the data you will need to determine whether its more effective to truncate/reload or try to incrementally update the layer with changes (the append tool can do this by upserting using the match fields parameter).&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 16:21:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1554362#M45449</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-10-31T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing SQL database from ArcGIS Online without ArcGIS Enterprise</title>
      <link>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1639719#M45704</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/232343"&gt;@PanGIS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;How did you get the connection from Notebooks to the SQL database working? I have tried a couple of options but the connection does not seem to work.&amp;nbsp; Did you use&amp;nbsp;sqlalchemy?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 15:38:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/accessing-sql-database-from-arcgis-online-without/m-p/1639719#M45704</guid>
      <dc:creator>JakeNeedle</dc:creator>
      <dc:date>2025-08-06T15:38:39Z</dc:date>
    </item>
  </channel>
</rss>

