I need to export a feature dataset using sdeexport command. But so far I found -t is for business table and -l is for a layer. Is there any way that I can use the name of the dataset to export. I am almost new in this area.
N.B: I know there are other way to export but I need to use the sdeexport command.
This is not possible. ArcSDE command-line utilities (and the API itself) have no knowledge of geodatabase concepts like feature datasets (ArcObjects implements them using the 'C' API). - V
This is not possible. ArcSDE command-line utilities (and the API itself) have no knowledge of geodatabase concepts like feature datasets (ArcObjects implements them using the 'C' API).