Select to view content in your preferred language

Deleting an enterprise (SDE) GDB

2787
7
Jump to solution
07-22-2014 08:20 AM
ErikBlake
Frequent Contributor

How do I go about permanently deleting an enterprise sde gdb. I know that you can right click and delete in ArcCatalog but that just deletes your connection to the gdb. But how do I permanently delete the gdb. 

1 Solution

Accepted Solutions
AnthonyGiles
Honored Contributor

It depends on what enterprise database it is. I use sql server and have to go into sql server management studio to delete the actual database once i have removed the connection in ArcCatalog.

View solution in original post

7 Replies
VinceAngelo
Esri Esteemed Contributor

What version of ArcGIS?  In which RDBMS?  How many data owners?  What storage types are used?

- V

AnthonyGiles
Honored Contributor

It depends on what enterprise database it is. I use sql server and have to go into sql server management studio to delete the actual database once i have removed the connection in ArcCatalog.

ErikBlake
Frequent Contributor

Anthony/Vince

Thanks guys. Yea I probably should have been a little more specific. It is sql and we are running 10.1

0 Kudos
AnthonyGiles
Honored Contributor
ErikBlake
Frequent Contributor

Anthony

Thanks for the link. I went into sql server management studio and found the databases. Thanks.

0 Kudos
VinceAngelo
Esri Esteemed Contributor

If you want to delete anything short of the entire database you need to be careful to delete the SDE user in addition to any user tables using SDE-set rowids, versioning, archiving, and SDEBINARY geometry.  In Oracle you can corrupt the entire instance by dropping the SDE user before dropping all tables which use SDE.ST_GEOMETRY storage (or ST_RASTER, I imagine). SQL-Server is the only RDBMS that does not support SDE.ST_GEOMETRY, so it's the safest for this kind or removal.

ErikBlake
Frequent Contributor

Vince

Thanks for the detailed response. The SDE gdb that I deleted was not in use by anybody or being used I created it but never put it to wide range use.

0 Kudos