<?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: Unregistering a Spatial View in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352247#M20172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS has &lt;SPAN style="text-decoration: underline;"&gt;never&lt;/SPAN&gt; had an "unregister" option for geodatabase objects.&amp;nbsp; There was &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;sdelayer -o delete&lt;/SPAN&gt;&amp;nbsp; in the ArcSDE command-line tools, but that has &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ALWAYS&lt;/STRONG&gt;&lt;/SPAN&gt; corrupted geodatabase metadata, and inappropriate use like this was one of the reasons the entire command-line toolset was deprecated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;only&lt;/STRONG&gt; supported way to "unregister" a view is to delete it from Desktop/Pro/arcpy, after which you can recreate with SQL and re-register (if you must).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALTERing a view could corrupt geodatabase metadata; once registered, you really should not alter a view or table via SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2018 16:43:14 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2018-03-09T16:43:14Z</dc:date>
    <item>
      <title>Unregistering a Spatial View</title>
      <link>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352244#M20169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With ArcSDE Geodatabase (10.1) there was a command line to unregister a spatial table or view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At 10.6 , there is not anymore the sde command line. So I am using the Geodatabase Register tool to Register an SQL Spatial View in the Geodatabase . That is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not see a Unregister tool in the ArcCatalog toolbox and python ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it not needed anymore to Unregister s Spatail View when the SQL View is drop outside of ArcCatalog ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe Chessel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 13:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352244#M20169</guid>
      <dc:creator>PhilippeChessel1</dc:creator>
      <dc:date>2018-03-09T13:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unregistering a Spatial View</title>
      <link>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352245#M20170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to delete the view in ArcCatalog in order to remove if from the Geodatabase. If you do it on the RDBMS side, it may leave an orphaned entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct that there is no longer an "unregister" tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;The data in registered or unregistered views cannot be edited from ArcGIS. &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Once you register a view with the geodatabase, you should not edit its definition or the data it contains outside ArcGIS.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/registering-a-table-with-the-geodatabase.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/registering-a-table-with-the-geodatabase.htm"&gt;Register a table or view with the geodatabase—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 13:59:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352245#M20170</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2018-03-09T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unregistering a Spatial View</title>
      <link>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352246#M20171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are currently migrating an ESRI Enterprise Environment from Oracle to SQL Server (then Azure).&lt;/P&gt;&lt;P&gt;And I script a lot of the migration using ArcPy, to be able to re-run it as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it is a lot more convenient and efficient to create all the Spatial Views in the SQL Server/Studio environment and then use ArcPy to Register, Grant ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I just wanted to add the unregister Feature Class (View) before recreating the Views to be sure that geodatabase is clean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As&amp;nbsp; don't know what the Register Views add in the geodatabase dictionary (?) ,&lt;/P&gt;&lt;P&gt;I can then only assume that when you ALTER a View in SQL Server, the related Spatial View does not need to be Registered again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:55:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352246#M20171</guid>
      <dc:creator>PhilippeChessel1</dc:creator>
      <dc:date>2018-03-09T15:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unregistering a Spatial View</title>
      <link>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352247#M20172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS has &lt;SPAN style="text-decoration: underline;"&gt;never&lt;/SPAN&gt; had an "unregister" option for geodatabase objects.&amp;nbsp; There was &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;sdelayer -o delete&lt;/SPAN&gt;&amp;nbsp; in the ArcSDE command-line tools, but that has &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ALWAYS&lt;/STRONG&gt;&lt;/SPAN&gt; corrupted geodatabase metadata, and inappropriate use like this was one of the reasons the entire command-line toolset was deprecated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;only&lt;/STRONG&gt; supported way to "unregister" a view is to delete it from Desktop/Pro/arcpy, after which you can recreate with SQL and re-register (if you must).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALTERing a view could corrupt geodatabase metadata; once registered, you really should not alter a view or table via SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 16:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352247#M20172</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2018-03-09T16:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unregistering a Spatial View</title>
      <link>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352248#M20173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for these details Angelo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So will adopt below workflow from now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;1. Create the View is SQL rdbms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2. Register the View with ArcGIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when altering is needed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;1. Delete the view with ArcGIS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2. Recreate the View in SQL rdbms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;3. Register the View with ArcGIS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 08:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/352248#M20173</guid>
      <dc:creator>PhilippeChessel1</dc:creator>
      <dc:date>2018-03-12T08:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unregistering a Spatial View</title>
      <link>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/1025133#M43052</link>
      <description>&lt;P&gt;Esri doc supporting&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1060"&gt;@VinceAngelo&lt;/a&gt;&amp;nbsp;reply:&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/registering-a-table-with-the-geodatabase.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/registering-a-table-with-the-geodatabase.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 03:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unregistering-a-spatial-view/m-p/1025133#M43052</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2021-02-10T03:54:39Z</dc:date>
    </item>
  </channel>
</rss>

