In Azure SQL Server, how can I acquire an accurate distance (in metres) between two geo-points (two pairs of latitude/longitude/Altitude)?
22.30634 113.92934 125 Latitude Longitude
58.31962 -157.54788 35000 latitude longitude altitude
Is there a way to calculate distance in SQL Server that includes altitude?