dear friend,can u help me to solve my issue.
in sql 2005
i have a table named radius and the fields are long ,lat,radius
long=51,lat=22,radius=2 meter
and another table value is
long1 =45,lat1=25
i want to check long1 and lat1 is inside the radius of 2 meter from long and lat.
how can i do this ?i wnt the result like "radius in" and "radius out"
how can i found that?
longitude and latitude are actual location points.radius is in meter.
anybdy help me?