Contents tagged with Geospatial
-
SQL 2008 Geography - Combine Data Points into a Geography Line
I have encountered many instances where having the decimal values for coordinates in a line is more useful than the having the Geography value for that same line. Likewise, in some instances a Geography value is more appropriate. Here is what I mean:
-
SQL 2008 Geography and Geometry Data Type Problems
My plan was to take my application into SQL 08 from 05 since my hosting service now has it available. I was intent on killing all of my lat/long information and storing my geospatial data in geography columns.