Distance Between Two Latitude and Longitude Points in SQL Server
Posted in SQL on August 28th, 2009 by Dave Andrews – Be the first to commentI had to create a process to search locations within a given radius recently. I found this page which describes the Haversine formula to calculate distances. I implemented this as a SQL Server Function to calculate the distance.
