<?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: Delete a feature class from a Versioned Feature Dataset. in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/delete-a-feature-class-from-a-versioned-feature/m-p/213851#M12316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nidhin's steps are correct if you want to delete the feature class.&amp;nbsp; You also mentioned something about importing a newly-created feature class "referring to the same data content".&amp;nbsp; If you want to add a new feature class to your dataset, then use copy/paste, Feature Class to Feature Class, or the Import tool to bring your new data in and then register it as versioned thereafter.&amp;nbsp; But if the new data you wish to add has the same field structure and geometry type as what you are considering to delete, then consider using Nidhin's steps but instead of the final step of deleting the feature class you could insert your new records by way of the Simple Data Loader (right click feature class in ArcCatalog and pick Load) or by way of copy/paste in an ArcMap edit session or by way of the Append tool.&amp;nbsp; Each method has its advantages, but my point is that you shouldn't have to delete the feature class and re-create it (along with any of its permissions) if the goal is simply to get new &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;records &lt;/SPAN&gt;&lt;SPAN&gt;into it.&amp;nbsp; In the case I just described, once the new records are loaded you would then re-register it as versioned.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2014 13:34:34 GMT</pubDate>
    <dc:creator>WilliamCraft</dc:creator>
    <dc:date>2014-03-25T13:34:34Z</dc:date>
    <item>
      <title>Delete a feature class from a Versioned Feature Dataset.</title>
      <link>https://community.esri.com/t5/data-management-questions/delete-a-feature-class-from-a-versioned-feature/m-p/213849#M12314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering what would be the scenario if a Geodatabase Database Administrator wants to delete a feature &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;class(From a versioned dataset), in order to import a newly created feature class referring to the same data &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;content, to that dataset ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Tech. References:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;ArcGIS Desktop 10.1 - Advanced.&lt;BR /&gt;MS SQL Server 2008 R2 DB - SDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 04:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/delete-a-feature-class-from-a-versioned-feature/m-p/213849#M12314</guid>
      <dc:creator>El_BoukfaouiReda</dc:creator>
      <dc:date>2014-03-25T04:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Delete a feature class from a Versioned Feature Dataset.</title>
      <link>https://community.esri.com/t5/data-management-questions/delete-a-feature-class-from-a-versioned-feature/m-p/213850#M12315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;-Reconcile, Post and Compress the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Make sure there are no locks applied to the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Unregister As Versioned&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Take a copy of the Feature Class, if you don't have a proper backup policy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Delete the Feature Class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 09:45:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/delete-a-feature-class-from-a-versioned-feature/m-p/213850#M12315</guid>
      <dc:creator>NidhinKarthikeyan</dc:creator>
      <dc:date>2014-03-25T09:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delete a feature class from a Versioned Feature Dataset.</title>
      <link>https://community.esri.com/t5/data-management-questions/delete-a-feature-class-from-a-versioned-feature/m-p/213851#M12316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nidhin's steps are correct if you want to delete the feature class.&amp;nbsp; You also mentioned something about importing a newly-created feature class "referring to the same data content".&amp;nbsp; If you want to add a new feature class to your dataset, then use copy/paste, Feature Class to Feature Class, or the Import tool to bring your new data in and then register it as versioned thereafter.&amp;nbsp; But if the new data you wish to add has the same field structure and geometry type as what you are considering to delete, then consider using Nidhin's steps but instead of the final step of deleting the feature class you could insert your new records by way of the Simple Data Loader (right click feature class in ArcCatalog and pick Load) or by way of copy/paste in an ArcMap edit session or by way of the Append tool.&amp;nbsp; Each method has its advantages, but my point is that you shouldn't have to delete the feature class and re-create it (along with any of its permissions) if the goal is simply to get new &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;records &lt;/SPAN&gt;&lt;SPAN&gt;into it.&amp;nbsp; In the case I just described, once the new records are loaded you would then re-register it as versioned.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 13:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/delete-a-feature-class-from-a-versioned-feature/m-p/213851#M12316</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-03-25T13:34:34Z</dc:date>
    </item>
  </channel>
</rss>

