Skip to main content
Hi All,

 

 

I am tring to build a model that would delete all the existing tables, Feature classes and Relationship Classes in a SDE geodatabase and then copy new data from another geodatabase. is there a tool that i can use to delete the actual tables and not the records in those tables?

 

 

and a sub question, is there a way to create/update/delete domains in SDE?

 

 

thanks you!

 

 

 
Hi,

 

 

my preferred method would be to implement this using arcpy scripting inside e.g. a startup script.

 

 

Delete a feature class: http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000052000000

 

 

Delete a domain: http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000021000000

 

 

David

Reply