March 20, 2009 at 9:33 am
I am trying to find information about Spatial on sql2005(download/install/use). We need to provide information about distance between 2 location, and Spatial might be the answer to our question.
I know Spatial is available with 2008, but what about 2005? Any information regarding geocoding/GIS with sql2005 will be appreciated.
March 22, 2009 at 10:08 pm
You can do this in SQL Sevrer 2005 without the spatial data types. See this distance function here: http://www.sqlservercentral.com/scripts/T-SQL/65739/
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
March 24, 2009 at 10:56 am
Barry, that was nice. Have you written any mapping applications or used any mapping SDK's
Thanks
March 24, 2009 at 11:09 am
Nope. Just a math wonk from way back. 🙂
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply