<?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 Non Spatial Database tables in ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/non-spatial-database-tables-in-arcgis-pro/m-p/1637834#M97702</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Is there a way to pull information from non spatial database query as Query Layer in arcGis pro and publish it as service without adding view or table in spatial database ?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jul 2025 21:35:18 GMT</pubDate>
    <dc:creator>vijaybadugu</dc:creator>
    <dc:date>2025-07-30T21:35:18Z</dc:date>
    <item>
      <title>Non Spatial Database tables in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/non-spatial-database-tables-in-arcgis-pro/m-p/1637834#M97702</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is there a way to pull information from non spatial database query as Query Layer in arcGis pro and publish it as service without adding view or table in spatial database ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 21:35:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/non-spatial-database-tables-in-arcgis-pro/m-p/1637834#M97702</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2025-07-30T21:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Non Spatial Database tables in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/non-spatial-database-tables-in-arcgis-pro/m-p/1637857#M97706</link>
      <description>&lt;P&gt;There's currently no way to have a service with zero feature layers. If you can add your query layer to an existing service that's ideal. If not, you can use your database's geometry functions to add an extra column to make it spatial. An example for SQL Server:&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;SELECT
    a.*,
    geometry::STGeomFromText('POINT (0 0)', 3857) [Shape]
FROM
    [user].[table] a&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 23:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/non-spatial-database-tables-in-arcgis-pro/m-p/1637857#M97706</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-07-30T23:59:52Z</dc:date>
    </item>
  </channel>
</rss>

