As i understand there is no way to use ST_GEOMETRY type in MS SQL Server, right? In this case, is there ability to convert, some how, records of ST_GEOMETRY from db created by SDE to SQL server geometry type. I want to use this data in MS SQL Reporting Service to show Map in report.
Another question:
There is functions like: ST_Area, ST_ExteriorRing, ST_NumInteriorRing, ST_Centroid, ST_PointOnSurface ...
Is it possible somehow use them in MS SQL SERVER ?