What geoprocessing tool is the fastest for copying feature datasets from SDE to fgdb?
I want to make a model in ModelBuilder that copies an entire featuredataset from my SDE database to a file geodatabase. I don't know what the fastest tool is. I tried "Copy element" but that is painstakingly slow compared to if you copy-pasting in ArcCatalog. Featureclass to Geodatabase, only copies the featureclasses in the dataset, and places them in the root of the fgdb. Featureclass to featureclass is a lot of drag and dropping, and I don't know about the speed.
I would love to know what the fastest tool for this job is.
arcpy.Copy_management(in_data, out_data)? – Aragon Nov 1 '12 at 8:38