I have hundreds of PGDB files of various areas of country. I want to merge those into one PGDB to access entire country data at a time. Can someone give me the solution for this. Thank you !
Is there a reason for it being a personal GDB?
we deliver the output to client in PGDB format.
You could use the Merge (Data Management) tool, or if you're dealing with a lot of MDBs I would script something like ListWorkspaces (MDB), ListFeatureClasses for each and produce of all Feature Classes joined to their workspace path (os.path.join()) then use this as input to the Merge tool.
This also depends on you not having relationship classes etc. inside the MDBs, and not exceeding the 2GB limit.