Here is the SQL query that I use in SSMS that gets me the XY but I have not been able to translate the query into FME to get the same results.
"select RiserObjectID, Premise, GEOM.STX as X, GEOM.STY as Y from RiserPrem_NAD27"
Here is the SQL query that I use in SSMS that gets me the XY but I have not been able to translate the query into FME to get the same results.
"select RiserObjectID, Premise, GEOM.STX as X, GEOM.STY as Y from RiserPrem_NAD27"