Hello,
I have an sde database containing hundreds of feature classes, in which each feature class has an attribute containing a document reference.
I would like to be able to read the first row of attributes from each feature class so that I can check the document reference.
My current workflow uses the SQLExecutor to extract all of the feature class names. Then the names are passed to a FeatureReader to read in each feature class, with the 'Max features to read' set to '1' to save reading more attributes than required.
However, this is still taking a long time to process all the feature classes. Is it possible to do all of this in SQL?