Original User: csny490
Cool - glad that worked. I hate true curve features, and wish ESRI had a better way of dealing with them (like some sort of auto-densification algorithm) in the GP tools.
It can be very difficult to dissolve large interconnected buffer FCs (think roads, streams, etc), because the resulting features(s) tend to have a huge number of verticies in a single shape field, that often exceed the computers ability to load the feature geometry into the memmrry in order to read/process/write geoprocessing results. I have the need to build large and complex statewide srtream buffers for timber harvest regulatory stuff, and have had to build an automated tiling scheme to properly depict non-overlapping rioparian buffers. Basically I build a fishnet-type polygon, and then build the buffers for each tile.