I’m trying to figure out how to build a SQL query in following way:
I have coordinates stored in my SQL Server database, and I’m trying to select all the records in a specified distance from point.
Any ideas how to make it done?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I dont know your exact definitions and how you would want to handle the input of the coordinates since I dont know if you are using a server side language to input the data so this is just a general example