<?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: Is there a way to edit a SQL DB Table (as a standalone table) in ArcGIS Pro? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1615221#M95814</link>
    <description>&lt;P&gt;I have not tested with just a table; I usually have a spatial layer. You could try to create a spatial layer in the same database with 1 record, turn it off when publishing. Here is some more information on publishing from a database:&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/linux/prepare-data-for-feature-services.htm#ESRI_SECTION1_C30D73392D964D51A8B606128A8A6E8F" target="_blank"&gt;https://enterprise.arcgis.com/en/server/latest/publish-services/linux/prepare-data-for-feature-services.htm#ESRI_SECTION1_C30D73392D964D51A8B606128A8A6E8F&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What version of Enterprise are you publishing the table to?&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2025 21:35:20 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2025-05-15T21:35:20Z</dc:date>
    <item>
      <title>Is there a way to edit a SQL DB Table (as a standalone table) in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1230300#M62077</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Basically, I'm wanting to use ArcGIS Pro to complete a few field calculations in a SQL database table, using the corresponding fields in a separate feature class. However, it seems I cannot edit this SQL table in ArcGIS Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To explain what I've done thus far:&lt;/P&gt;&lt;P&gt;1. I've connected to my respective SQL DB in Catalog.&lt;/P&gt;&lt;P&gt;2. I've pulled in a table containing location data and plotted it using LAT/LONG, then exported it as a feature class.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I then used a spatial join with other layers to conduct my field calculations. I removed this spatial join once my calcs were complete.&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. I then joined the SQL DB table to my cleaned up feature class and started an edit session.&lt;/P&gt;&lt;P&gt;This is where I ran into my issue. Even after starting an edit session, the 'Calculate Field' option is greyed out, nor can I click into a cell to edit an attribute.&amp;nbsp;I ensured I had read/write access at the DB level, as well as the item level. Do I need to register the table with a geodatabase to achieve this, or am I'm missing something simple here?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 00:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1230300#M62077</guid>
      <dc:creator>sperez</dc:creator>
      <dc:date>2022-11-10T00:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a SQL DB Table (as a standalone table) in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1230308#M62078</link>
      <description>&lt;P&gt;Temporary join?&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-join.htm" target="_blank"&gt;Add Join (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or permanent?&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/join-field.htm" target="_blank"&gt;Join Field (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And are you trying to edit a field in the destination table or the join table?&lt;/P&gt;&lt;P&gt;A permanent join should allow you to edit any field&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 01:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1230308#M62078</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-11-10T01:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a SQL DB Table (as a standalone table) in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1230451#M62095</link>
      <description>&lt;P&gt;You are not able to edit directly from ArcGIS Pro on a database, unless you register the table with the Enterprise Geodatabase or publish as a service.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/databases/databases-and-arcgis.htm#ESRI_SECTION1_A188C2B1C8C54C7DA3233892FC742552" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/databases/databases-and-arcgis.htm#ESRI_SECTION1_A188C2B1C8C54C7DA3233892FC742552&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 15:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1230451#M62095</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-11-10T15:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a SQL DB Table (as a standalone table) in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1232332#M62313</link>
      <description>&lt;P&gt;George,&lt;/P&gt;&lt;P&gt;This is what I suspected. Thank you for confirming and for providing the helpful link! Now time to convince my DBA into allowing me to register the table with an Enterprise GDB...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 18:18:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1232332#M62313</guid>
      <dc:creator>sperez</dc:creator>
      <dc:date>2022-11-16T18:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a SQL DB Table (as a standalone table) in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1615219#M95813</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm doing something very similar and was happy to find this question already posted. I thought I could&amp;nbsp;&lt;SPAN&gt;publish the SQL table as a service according to that documentation and then I could edit it. But I can't get that to work. I tried just the table by itself and I get: error "0001 Map does not have layers". I don't have any spatial data to add to the map from the SQL database. I tried adding another layer from a different geodatabase and then the error was "00062: Map contains data that does not use the same connection to an enterprise geodatabase". ArcGIS Pro 3.2.4.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;have you done this before - does it work?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 21:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1615219#M95813</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2025-05-15T21:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a SQL DB Table (as a standalone table) in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1615221#M95814</link>
      <description>&lt;P&gt;I have not tested with just a table; I usually have a spatial layer. You could try to create a spatial layer in the same database with 1 record, turn it off when publishing. Here is some more information on publishing from a database:&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/linux/prepare-data-for-feature-services.htm#ESRI_SECTION1_C30D73392D964D51A8B606128A8A6E8F" target="_blank"&gt;https://enterprise.arcgis.com/en/server/latest/publish-services/linux/prepare-data-for-feature-services.htm#ESRI_SECTION1_C30D73392D964D51A8B606128A8A6E8F&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What version of Enterprise are you publishing the table to?&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 21:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1615221#M95814</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2025-05-15T21:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a SQL DB Table (as a standalone table) in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1615222#M95815</link>
      <description>&lt;P&gt;ArcGIS Enterprise 11.1 Windows. Going to 11.3 very soon.&lt;/P&gt;&lt;P&gt;How would I create a spatial layer in the SQL database?&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 21:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1615222#M95815</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2025-05-15T21:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a SQL DB Table (as a standalone table) in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1615378#M95828</link>
      <description>&lt;P&gt;You can copy in a layer from a file geodatabase that has some spatial information. It will create it in SQL Server which you can then bring into Pro and publish.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 10:25:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-edit-a-sql-db-table-as-a/m-p/1615378#M95828</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2025-05-16T10:25:55Z</dc:date>
    </item>
  </channel>
</rss>

