GeoCoding with SQL Server and Google

By Bill Graziano on 8 August 2005 | Tags: Application Design


John writes "When I started trying the new Google Maps API, I discovered it only took longitude / latitude as inputs, not addresses. I've developed a geocoder using SQL Server and free census data that allows you translate addresses into world coordinates. This article walks you through the steps of setting up your own geocoder with sql server."

Link: GeoCoding with SQL Server and Google


Related Articles

Application Locks (or Mutexes) in SQL Server 2005 (7 January 2008)

What I Wish Developers Knew About SQL Server (Presentation) (11 October 2007)

Multiple Active Result Sets (MARS) – Transactions and Debugging (17 June 2007)

Multiple Active Result Sets (MARS) (3 April 2007)

How SQL Server 2005 Enables Service-Oriented Database Architectures (8 September 2006)

Presentation: What I Wish Developers Knew About SQL Server (17 November 2005)

How to Asynchronously Execute a DTS package from ASP or ASP.NET (27 March 2005)

Getting Started with ObjectSpaces (31 December 2003)

Other Recent Forum Posts

Is this query correct and optimize? (2d)

Old trn files - safe to delete? (3d)

SSMS Installation Failure. Win11 (3d)

Which query you suggest (5d)

How to calculate rolling 12 months average for 3 years (7d)

SQL Server AlwaysOn testing (8d)

Delete data in batches, sql server (9d)

Needing help in an SQL script, I have a field name RESULT with a data type varchar, I would like to check how to get the integer value and convert to int to link to another table as relationship? (10d)

- Advertisement -