Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7819129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T06:48:53+00:00 2026-06-02T06:48:53+00:00

I want to build database with sql server 2008 that include columns of gps

  • 0

I want to build database with sql server 2008 that include columns of gps coordinate-

latitude 

and

longitude

and i want to build a query that will be something like :

"Give me all rows that are within 5(for example) metres of this coordinate"

It is possible in c#??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T06:48:55+00:00Added an answer on June 2, 2026 at 6:48 am

    C# really isn’t the problem, the problem is the database itself. MS SQL Server 2008 and higher has spatial support as described in this article:

    http://msdn.microsoft.com/en-us/magazine/dd434647.aspx

    Without using spatial extensions, you’d have to manually calculate the bounding box yourself (which would probably include points > 5 meters from the coordinate.) Then you’d have to restrict the results to make sure they are within 5 meters of the point in question.

    Here’s a little pic of the manual (ie. somewhat painful) calculation:

    ---------------------
    |        ^          |
    |     +5m lat       |
    |                   |
    |-5m lon *   +5m lon|
    |                   |
    |     -5m lat       |
    |        v          |
    ---------------------
    

    The (*) is the point in question. The problem with doing the calculation manually is that the points near the corners of the box are (probably) > 5 m away from the (*) point. You could calculate the bounding circle, but that’s going to increase the complexity of your SQL query.

    So – in short – you really need a DB with spatial support.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a database in SQL Server 2008, which I want to copy to
I'm trying to write a stored procedure in SQL Server that will eliminate some
I'm building up a new database in SQL Server 2008 for some reporting, and
I have 3 home PCs that have 2008 SQL Server Express instances installed on
My web app uses ADO.NET against SQL Server 2008. Database writes happen against a
I'm working on a logging database in SQL Server 2008. It'll consist mainly of
I have an SQL 2008 database project in Visual Studio 2010 that is sync'ed
I want build a sketch pad app on iPhone, I assume that this type
I want to build a simple application with the MVVM pattern. This application will
I want to build a website that uses Flex/Flash as the GUI, and Java

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.