I've got a sql view that joins SQL 2 tables together, one of which contains geometry for address points.
I want to take that view and write it to an SDE feature class using FME.
The problem is, when I choose SQL Server Spatial as the reader format, the shape (geometry) column isn't recognized.
When I chose SQL Server Non-Spatial, the shape column is recognized, but the output SDE feature class doesn't have a recognized spatial reference, and the points don't display at all on the map (ArcMap).
Is there any advice for trying to accomplish this?
Using SQL for geometry joins, spatial functions, etc. is what we're planning on doing for generating data for SDE feature classes...
Many thanks!
-m