Posts

Showing posts with the label geography

How parse mssql geography data

update v set geolocation=geography::Point(Latitude,Longitude,4326) from dataToBeDressed v where latitude is not null