<?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 How do I delete an enterprise geodatabase from an instance in SQL Server? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-do-i-delete-an-enterprise-geodatabase-from-an/m-p/133800#M7744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an ArcGIS 10.3.1 enterprise geodatabase in a new MS SQL Server instance that I just migrated from 9.3.1.&amp;nbsp; There are several live geodatabases in this instance.&amp;nbsp; I created a new, empty "test" geodatabase to try out the new "Create Enterprise Geodatabase" tool in ArcToolbox.&amp;nbsp; So, that worked, and now the new test geodatabase is taking up about half a GB of space and I would like to delete it.&amp;nbsp; However, ArcToolbox does NOT contain a "Delete Enterprise Geodatabase" tool or anything else that might be helpful in deleting the geodatabase in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked in the ArcGIS online help and can find nothing there about how to delete an enterprise geodatabase, either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I delete an enterprise geodatabase from an instance in SQL Server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 19:08:43 GMT</pubDate>
    <dc:creator>DavidWheelock</dc:creator>
    <dc:date>2015-06-16T19:08:43Z</dc:date>
    <item>
      <title>How do I delete an enterprise geodatabase from an instance in SQL Server?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-delete-an-enterprise-geodatabase-from-an/m-p/133800#M7744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an ArcGIS 10.3.1 enterprise geodatabase in a new MS SQL Server instance that I just migrated from 9.3.1.&amp;nbsp; There are several live geodatabases in this instance.&amp;nbsp; I created a new, empty "test" geodatabase to try out the new "Create Enterprise Geodatabase" tool in ArcToolbox.&amp;nbsp; So, that worked, and now the new test geodatabase is taking up about half a GB of space and I would like to delete it.&amp;nbsp; However, ArcToolbox does NOT contain a "Delete Enterprise Geodatabase" tool or anything else that might be helpful in deleting the geodatabase in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked in the ArcGIS online help and can find nothing there about how to delete an enterprise geodatabase, either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I delete an enterprise geodatabase from an instance in SQL Server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 19:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-delete-an-enterprise-geodatabase-from-an/m-p/133800#M7744</guid>
      <dc:creator>DavidWheelock</dc:creator>
      <dc:date>2015-06-16T19:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I delete an enterprise geodatabase from an instance in SQL Server?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-delete-an-enterprise-geodatabase-from-an/m-p/133801#M7745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would just delete the database in SQL Server Management Studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no "out of the box" tool to delete enterprise geodatabases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-George&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;​ &lt;A href="https://community.esri.com/space/2053"&gt;Enterprise GIS&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 19:18:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-delete-an-enterprise-geodatabase-from-an/m-p/133801#M7745</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2015-06-16T19:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I delete an enterprise geodatabase from an instance in SQL Server?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-delete-an-enterprise-geodatabase-from-an/m-p/133802#M7746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to delete the database on the RDBMS side (SQL Server).&amp;nbsp; DROP DATABASE should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP DATABASE databaseName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/ms178613.aspx" title="https://msdn.microsoft.com/en-us/library/ms178613.aspx"&gt;DROP DATABASE (Transact-SQL)&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 19:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-delete-an-enterprise-geodatabase-from-an/m-p/133802#M7746</guid>
      <dc:creator>QuinnFrancis</dc:creator>
      <dc:date>2015-06-16T19:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I delete an enterprise geodatabase from an instance in SQL Server?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-do-i-delete-an-enterprise-geodatabase-from-an/m-p/133803#M7747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; I thought that might be it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still, it would be helpful if ESRI would put a tool for that in ArcToolbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 19:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-do-i-delete-an-enterprise-geodatabase-from-an/m-p/133803#M7747</guid>
      <dc:creator>DavidWheelock</dc:creator>
      <dc:date>2015-06-16T19:26:08Z</dc:date>
    </item>
  </channel>
</rss>

