Let's suppose I have a street shapefile loaded on SQL Server 2008.
- How can I implement a reverse geocode function (get an address from a lat/long pair)?
- What SQL Spatial functions can I use for that?
- Does it have a function that get the closest "feature" from a lat/long pair?