I need some help with the following issue: I have a Table X where I store some street names with pair of coordinates.
Table X
Street | x | y
street1, 22.342342, 44.234242
street2, 23.4324324, 44.432554
etc.
For example, if my input is street 1 data, i want to find what other streets are within a 500 meters radius of street 1. How can this be done, without using Geography in SQL Server?