Viewing 4 posts - 1 through 4 (of 4 total)
The initial Function No1 is:
Declare @ProximityMetersLimit integer
Declare @TaskStatus nvarchar(100)
Declare @TaskGID nvarchar(100)
Declare @Count as int
Declare @Latitude as decimal(25,10)
Declare @longitude...
July 19, 2018 at 4:16 am
Yes @Eirikur i am trying to calculate the geographical distance.
DECLARE @LAT1 FLOAT = 37.6053577010;
DECLARE @LONG1 FLOAT = 26.2733349949;
DECLARE @LAT2 FLOAT = 37.6053577010;
DECLARE @LONG2...
July 19, 2018 at 2:37 am
Dear Debasis,
Can you please post a code-example of what you propose please?
Thanks a lot.
July 19, 2018 at 12:07 am
Thank you guys, for your replies.
So the best idea is to rewrite the same query in a different apporach?
July 18, 2018 at 7:53 am
Viewing 4 posts - 1 through 4 (of 4 total)