Browse by Tags

All Tags » SQL Server 2008 » spatial » sql
Sorry, but there are no more tags available to filter with.
  • The problem with America - spatial data

    Ok, it's not really a problem with America, just a problem with the perception of straight lines like the USA-Canada border. It's roughly the latitude line 49 degrees north. A line that goes East-West, on a straight line. Except that latitude lines aren't straight - except the equator. Just look on a globe and you'll see what I ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on November 17, 2008
  • Querying distances using Spatial data types in SQL 2008

    SQL Server 2008 has spatial types which are very useful for all kinds of applications. I thought it would be nice to produce one of those charts like you get in maps, telling you the distance between cities. So I start by populating the data. This uses the geography data type, which understands about the spherical nature of the world. The data is ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on January 8, 2008