Tagged Questions

0
votes
1answer
2k views

Distance between two locations using Latitude and Longitude way off what Google says

I've spent a few days trying to figure this one out and can't seem to pinpoint the problems. I have a SQL 2005 database storing latitude and longitude as Decimal(18,8), all of which I received by ...
0
votes
1answer
74 views

How to Return Additional Columns With Values Generated in Stored Procedures On the 'Fly'?

This is one of those questions where I'm having a hard time figuring out how to ask it so bare with me. I have a stored procedure in SQL 2005 that calculates distance using the Haversine formula. ...