<?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: How do I run a SQL-style UPDATE operation in GIS? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699453#M26771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using sde? If so what about using a database tool (we use TOAD) and just modify the table outside of Arc. It is safe as long as your tables are not versioned or if they have no add/delete tables. Or you could use arcpy with &lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/classes/arcsdesqlexecute.htm"&gt;ArcSDESQLExecute&lt;/A&gt;&amp;nbsp;and do the same thing.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 20:27:34 GMT</pubDate>
    <dc:creator>forestknutsen1</dc:creator>
    <dc:date>2016-09-20T20:27:34Z</dc:date>
    <item>
      <title>How do I run a SQL-style UPDATE operation in GIS?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699452#M26770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;I want to join a layer in ArcServer to a layer in another DB (that part's easy). Then do an UPDATE [attribute x] where table1.ID=table2.ID kind of thing. Merge won't allow a table. Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 15:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699452#M26770</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-09-20T15:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a SQL-style UPDATE operation in GIS?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699453#M26771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using sde? If so what about using a database tool (we use TOAD) and just modify the table outside of Arc. It is safe as long as your tables are not versioned or if they have no add/delete tables. Or you could use arcpy with &lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/classes/arcsdesqlexecute.htm"&gt;ArcSDESQLExecute&lt;/A&gt;&amp;nbsp;and do the same thing.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 20:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699453#M26771</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2016-09-20T20:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a SQL-style UPDATE operation in GIS?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699454#M26772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a one to one relationship? &amp;nbsp;If so you could use a temporary join to do what you want. &amp;nbsp;SInce I don't know how the table you want want to attribute is defined, you may need to add a field (or more) to hold the data you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 11:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699454#M26772</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-09-21T11:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a SQL-style UPDATE operation in GIS?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699455#M26773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do it from SQL Management Studio now which is the same, functionally, as TOAD. My tables are registered as versioned tho so they are editable. Why is that a problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 13:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699455#M26773</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-09-22T13:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a SQL-style UPDATE operation in GIS?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699456#M26774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can do a join, but that won't allow me to do a bulk UPDATE operation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 13:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699456#M26774</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-09-22T13:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a SQL-style UPDATE operation in GIS?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699457#M26775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure that SSM is the tool to use with a versioned database; &amp;nbsp;you may run into some problems with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:47:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699457#M26775</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-09-22T14:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a SQL-style UPDATE operation in GIS?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699458#M26776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can edit your versioned data via SQL in SSMS. Please read all the following documentation that we have on it and you should be able to edit the data. I am not sure about the joined table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/overview-edit-versioned-data-with-sql.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/overview-edit-versioned-data-with-sql.htm"&gt;An overview of editing versioned data using SQL—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/what-type-of-data-can-be-edited-using-sql.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/what-type-of-data-can-be-edited-using-sql.htm"&gt;What type of data can be edited using SQL?—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/sql-and-enterprise-geodatabases.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/sql-and-enterprise-geodatabases.htm"&gt;SQL and enterprise geodatabases—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/groups/geodatabase?sr=search&amp;amp;searchId=3ebee0eb-3ced-4a93-a964-841333f41602&amp;amp;searchIndex=0"&gt;https://community.esri.com/groups/geodatabase?sr=search&amp;amp;searchId=3ebee0eb-3ced-4a93-a964-841333f41602&amp;amp;searchIndex=0&lt;/A&gt;‌ &lt;A href="https://community.esri.com/community/gis/enterprise-gis?sr=search&amp;amp;searchId=001d18c8-f20c-41bb-9bc3-96645f430ff9&amp;amp;searchIndex=1"&gt;https://community.esri.com/community/gis/enterprise-gis?sr=search&amp;amp;searchId=001d18c8-f20c-41bb-9bc3-96645f430ff9&amp;amp;searchIndex=1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-run-a-sql-style-update-operation-in-gis/m-p/699458#M26776</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2016-09-22T14:55:43Z</dc:date>
    </item>
  </channel>
</rss>

