I'm trying to compare two points on a map using SQL Server. I use geography::Point to create the actual point and do my calculations. However, when I look at MS website I find one case that shows Point being used with Lat/Long and the other with x/y (which is Long/Lat). I seem to match ESRI GIS when I use Lat/Long. But, my question is what is correct?
↧