SQL Server takes an SRID when creating spatial data, but is it possible to retrieve an object as a different spheroid?
For example, let's say I have a bunch of spatial polygons using SRID 4258, but I'd like to use alongside some pre-existing data that has an SRID of 4326 -- are there built in conversions, or do I have to handle this conversion myself?