<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx</link><description>I’ve been pretty quiet around here, and at least part of the reason is that we’ve been pretty tight-lipped about what we’ve been up to. We’ve now gone public—we’re providing support for geospatial data in our next version of SQL Server, codenamed Katmai.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2684715</link><pubDate>Thu, 17 May 2007 04:46:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2684715</guid><dc:creator>SharpGIS</dc:creator><description>&lt;p&gt;Why this distinction between geography and geometry? To me, everything is geometry, and a geometry has a spacial reference. The spatial reference specifies whether this is in spherical (geographic), cartesian (projected) or geocentric space, what datum is used etc.&lt;/p&gt;
&lt;p&gt;Are the any subtypes like point, polyline, polygon etc, or will a table always be this generic type where you can't enforce the specific geometry type?&lt;/p&gt;
&lt;p&gt;Furthermore I don't see a unit on those distance and area queries, so how would that work on a geographic type? Is the distance in degrees which rarely makes much sense (and even less on an area). Furthermore the datum used will also change this. I know this is not part of the OGC stuff, but then again, you introduced this new (weird?) geographic type. Maybe you can elabotate a bit more on why we now have these two types.&lt;/p&gt;
</description></item><item><title>SQL Server Spatial Blog</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2694709</link><pubDate>Thu, 17 May 2007 15:43:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2694709</guid><dc:creator>All Points Blog</dc:creator><description>&lt;p&gt;Isaac @ MSDN is a new blog from &amp;quot;Isaac Kunen is a Program Manager on the SQL Server team working on Spatial support in SQL Server 2008.&amp;quot; In a first post he introduces the basics of the implementation including the difference between the round earth and&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2696153</link><pubDate>Thu, 17 May 2007 17:29:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2696153</guid><dc:creator>Kirk</dc:creator><description>&lt;p&gt;I look forward to learning more details about the spatial features of Katmai. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;One thing that I hope gets addressed early on is a &amp;quot;translation&amp;quot; feature to take data from existing GIS formats and convert them into the microsoft format (and vice versa). &amp;nbsp; We use lots of boundary files from ESRI or MapInfo for things like county boundaries, zipcode boundaries, etc that would be useful for &amp;quot;point in polygon&amp;quot; type operations.&lt;/p&gt;
&lt;p&gt;The Spatial sample for SQL2005 showed some initial promise for us, but there did not appear to be an easy way to convert complex boundaries from another format into something that could be used by it. &amp;nbsp;If I am wrong about that, someone please post how this can be done.&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2699028</link><pubDate>Thu, 17 May 2007 20:25:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2699028</guid><dc:creator>GISMasterBlaster</dc:creator><description>&lt;p&gt;Doesn't ESRI already provide GeoSpatial support for SQL Server using their SDE product?&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2699071</link><pubDate>Thu, 17 May 2007 20:28:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2699071</guid><dc:creator>isaac</dc:creator><description>&lt;p&gt;SharpGIS,&lt;/p&gt;
&lt;p&gt;You're right: distances in degrees---or areas in square degrees---doesn't make much sense. &amp;nbsp;For geography, the results of operations will depend on which ellipsoid you use, so your SRID will matter. &amp;nbsp;We'll return results in the unit of measure for the system, typically meters (or square meters in the area case).&lt;/p&gt;
&lt;p&gt;I'll try to tackle the geography/geometry separation in a future post.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;-Isaac&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2705962</link><pubDate>Fri, 18 May 2007 08:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2705962</guid><dc:creator>Morten</dc:creator><description>&lt;p&gt;OK thanks, I'll look forward to that. I really don't see the reason for having the geographic datatype. From my point of view, it will just cause more confusion. Only reason I can see is for some weird bordering case at the date-line and poles where you would want a special type of indexing to handle these cases, but fact is that this is not in any way specific to Geographic - Projected data has the same issue.&lt;/p&gt;
&lt;p&gt;To me, saying that &amp;quot;most people would want to use geographic&amp;quot; is clearly a statement indicating that You don't know the geospatial industry very well. Frankly, when I was working for a data vendor, I can't recall a single time where our clients requested data from us in geographic.&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2711809</link><pubDate>Fri, 18 May 2007 18:10:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2711809</guid><dc:creator>isaac</dc:creator><description>&lt;p&gt;Hi Morten,&lt;/p&gt;
&lt;p&gt;I think it depends on which “most people” you’re looking at. &amp;nbsp;It’s true that most people in the GIS community use planar coordinates, but we’re looking to support people beyond the GIS establishment.&lt;/p&gt;
&lt;p&gt;It’s true that the planar model is dominant in the established GIS market, but this is more for legacy reasons than anything else. &amp;nbsp;Why would you work on such a distorted version of the Earth except for practicality? &amp;nbsp;It’s easier to work with a flat piece of paper than a globe, but it distorts the data and introduces complexities that are now unnecessary now that most work is done on the computer. &amp;nbsp;That said, we recognize that the GIS community is very heavily invested in planar mapping, so we’re supporting it.&lt;/p&gt;
&lt;p&gt;For people without that legacy, however, there is little reason to work in anything other than a round-Earth model. &amp;nbsp;GPS units output in geodetic coordinates, most data is available in geodetic coordinates, and visualization software can project to the plane on the fly for display. &amp;nbsp;Why would someone fresh to the field deliberately distort things (and make the problem more complex) by projecting everything to the plane?&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;-Isaac&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2713684</link><pubDate>Fri, 18 May 2007 20:00:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2713684</guid><dc:creator>SharpGIS</dc:creator><description>&lt;p&gt;I'm not saying that geographic coordinates are bad. They have their place. I'm arguing that I don't see the need for two geometry models. It's just a spatial reference on the geometry, and the spatial reference specifies whether the units are degees, meters, feet or what-ever.&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2726757</link><pubDate>Sat, 19 May 2007 08:49:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2726757</guid><dc:creator>guyn2gis</dc:creator><description>&lt;p&gt;I think this is fantastic. &amp;nbsp;It is about time, and makes complete sense, since GIS data has moved beyond the &amp;quot;GIS Professional&amp;quot; level to the masses. &amp;nbsp;More people will understand geography than geometry.&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2736336</link><pubDate>Sat, 19 May 2007 20:16:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2736336</guid><dc:creator>Bill</dc:creator><description>&lt;p&gt;&amp;lt;&amp;lt;It’s true that the planar model is dominant in the established GIS market, but this is more for legacy reasons than anything else&amp;gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;I wish the above statement was true. &amp;nbsp;The fact is that even if we were starting from scratch, with no legacy to support, we would still probably utilize planar mapping and common map projections. &amp;nbsp;The reason for this, of course is that the geodetic coordinate systems are based on a mathematical 'approximation' of the earth (the ellipsoid), not the true shape of the earth (the geoid). &amp;nbsp;Of course, none of this matters if you are simply plotting points of interest, but makes a world of difference when it comes to subdivision boundaries, and other locations requiring pinpoint accuracy.&lt;/p&gt;
&lt;p&gt;It is great to finally see spatial support coming. &amp;nbsp;I hope it will follow Oracle's lead in providing a complete spatial model that will eliminate the need for middleware like ESRI's SDE.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2773591</link><pubDate>Mon, 21 May 2007 23:03:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2773591</guid><dc:creator>Alden</dc:creator><description>&lt;p&gt;How are you handling topology? &amp;nbsp;Oracle uses a persistent (explicit) topology data model while ESRI uses on-the-fly topology discovery. &amp;nbsp;What path are you going down for topology?&lt;/p&gt;
</description></item><item><title>One Type, Two Types...</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2969400</link><pubDate>Tue, 29 May 2007 17:24:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2969400</guid><dc:creator>Isaac @ MSDN</dc:creator><description>&lt;p&gt;This is a little bit less of an introductory post than the last one , but there was quite a bit of discussion&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#2989958</link><pubDate>Wed, 30 May 2007 19:29:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2989958</guid><dc:creator>Sanjeev</dc:creator><description>&lt;p&gt;Great post. &lt;/p&gt;
&lt;p&gt;Do you have plans to eventually come out with client tools to work with spatial data stored in SQL2K8, integrating those 70+ spatial functions in some Microsoft Suite, such as SS Management Studio or BI packages (SSIS)? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I see this is a great move to help larger enterprises integrate GIS with Business data. &amp;nbsp;Just saw that there are already spatial ETL tools to help migrate data from hundreds of other spatial formats into SSIS (&lt;a rel="nofollow" target="_new" href="http://www.safe.com/microsoft"&gt;http://www.safe.com/microsoft&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Looking forward to the next post on Spatial...&lt;/p&gt;
</description></item><item><title>SQL Serve 2008: Spatial Data Types</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#3557998</link><pubDate>Wed, 27 Jun 2007 06:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3557998</guid><dc:creator>Technoeuphoria!</dc:creator><description>&lt;p&gt;I feel so old fashioned not being able to understand the world of SQL going beyond 2D. I found this great&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#3663744</link><pubDate>Mon, 02 Jul 2007 23:43:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3663744</guid><dc:creator>Ian</dc:creator><description>&lt;p&gt;I'm looking forward to seeing this. &amp;nbsp;Currently I use MapInfo SpatialWare, which allows me to store my geometries as a blob in the SQL server table. &amp;nbsp;From what I understand, this new spatial support will allow me to do the same thing (no like ArcSDE requiring middleware).&lt;/p&gt;
&lt;p&gt;I can see some benefit in having the two data types (the maths is one), and I hope that as part of this development there will be functions within the database to convert between geographic and geometry datatypes (co-ordinate conversion). &amp;nbsp;If this functionality is not available, then the product will have very limited value, as you would have to use a GIS to perform this conversion.&lt;/p&gt;
&lt;p&gt;I am also interested in the precision of the stored geometries. &amp;nbsp;I often work with survey accurate data, and some software stores this as a series of floating point values (which degrades the accuracy of the data), is this the case with these new data types?&lt;/p&gt;
&lt;p&gt;Do these datatypes store 2D, 2.5D or 3D geometries (even a GPS will give co-ordinates in 3 dimensions)? &amp;nbsp; &lt;/p&gt;
</description></item><item><title>RTFM on SQL Server 2008 (Spatial)</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#3693695</link><pubDate>Wed, 04 Jul 2007 23:39:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3693695</guid><dc:creator>Stuff that's in my head</dc:creator><description>&lt;p&gt;RTFM on SQL Server 2008 (Spatial)&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#4080637</link><pubDate>Fri, 27 Jul 2007 16:16:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4080637</guid><dc:creator>Sandflea</dc:creator><description>&lt;p&gt;I believe the power of ESRI's solutions is how well they document their api (ArcObjects), and how they've tended to embrace XML web services (ArcXML, ArcGIS Server, ArcIMS). &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If MS can keep their technologies relatively well documented, and blog important development milestones (in forums like this BLOG) - then we'll see some more excellent opportunities for systems integrators, programmers, geeks, etc.&lt;/p&gt;
&lt;p&gt;Glad to hear things are moving forward. &amp;nbsp;How about an update?&lt;/p&gt;
&lt;p&gt;SF&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#4670639</link><pubDate>Fri, 31 Aug 2007 18:06:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4670639</guid><dc:creator>Jay Douglas</dc:creator><description>&lt;p&gt;I’m very excited about MS finally supporting geometry types in SQL, it was a long time coming. &amp;nbsp;I don’t even know the last time PostGIS came out with a new version, which has its own issues.&lt;/p&gt;
&lt;p&gt;SharpMap and MsSqlSpatial have done a GREAT job filling the void for MS developers working geometry types. &amp;nbsp;Good job.&lt;/p&gt;
&lt;p&gt;Since SQL 08 is going to support geometry types, does C# 3.5 have Geometry types and supporting classes much like SharpMap and JTS?&lt;/p&gt;
</description></item><item><title>SQL Serve 2008: Spatial Data Types</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#4682393</link><pubDate>Sat, 01 Sep 2007 08:31:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4682393</guid><dc:creator>Jocelyn World</dc:creator><description>&lt;p&gt;I feel so old fashioned not being able to understand the world of SQL going beyond 2D. I found this great&lt;/p&gt;
</description></item><item><title>GIS &amp; Spacial How-tos for SQL Server 2008</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#6762894</link><pubDate>Thu, 13 Dec 2007 19:37:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6762894</guid><dc:creator>US ISV Developer Evangelism Team</dc:creator><description>&lt;p&gt;So how do you get started incorporating spatial data in SQL Server 2008? Here's some samples, tutorials,&lt;/p&gt;
</description></item><item><title>GIS &amp; Spatial How-tos for SQL Server 2008</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#6763080</link><pubDate>Thu, 13 Dec 2007 20:07:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6763080</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;So how do you get started incorporating spatial data in SQL Server 2008? Here&amp;amp;#39;s some samples, tutorials&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#6797779</link><pubDate>Tue, 18 Dec 2007 19:39:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6797779</guid><dc:creator>Juan B.</dc:creator><description>&lt;p&gt;With what viewer can see spatial data of sqlserver?&lt;/p&gt;
</description></item><item><title>SQL Server 2008 Spatial data - geography &amp; geometry, all in one</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#8326668</link><pubDate>Thu, 20 Mar 2008 03:47:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8326668</guid><dc:creator>SQL Server 2008 - CTP (SSQA.net)</dc:creator><description>&lt;p&gt;Geography &amp;amp;amp; Geometry has much significance in day to day life, within that as a data now you can&lt;/p&gt;
</description></item><item><title>SQL Server 2008 Spatial data - geography &amp; geometry, all in one</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#8327241</link><pubDate>Thu, 20 Mar 2008 14:24:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8327241</guid><dc:creator>SQL Server 2008 - CTP (SSQA.net)</dc:creator><description>&lt;p&gt;Geography &amp;amp;amp; Geometry has much significance in day to day life, within that as a data now you can&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#8346773</link><pubDate>Tue, 01 Apr 2008 01:41:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8346773</guid><dc:creator>Forrest</dc:creator><description>&lt;p&gt;This is exciting news ... and long awaited. &amp;nbsp;Now the real problem comes up: &amp;nbsp;how to make use of the spatial data once it's stored and tagged to the objects it points to? &amp;nbsp;That's always been an abstract question up 'till now.&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#8398055</link><pubDate>Tue, 15 Apr 2008 21:54:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8398055</guid><dc:creator>Nick C</dc:creator><description>&lt;p&gt;I agree with Morton. No need at all for Geography data type. Geodetic coordinates are almost never useful in the real world. Flat is the only option for visualization. Ever see a blueprint in DMS?&lt;/p&gt;
</description></item><item><title>Looking for way to self-identify the unit of measure in float values</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#8767920</link><pubDate>Thu, 24 Jul 2008 01:47:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8767920</guid><dc:creator>John Huff</dc:creator><description>&lt;p&gt;Common to many data endeavors is the need to distinguish between measures quoted in various measures (e.g. years vs months, decimal vs percent vs &amp;quot;basis points&amp;quot; where 1000 bp = 1 percent).&lt;/p&gt;
&lt;p&gt;Presently, at our firm we distinguish by convention, which means the implicit knowledge of which of the above units has been chosen for a field needs to live throughout the organization.&lt;/p&gt;
&lt;p&gt;It would be great if there was an efficient way to associate the units with the values IN THE DATABASE, so that association would have to be performed only once at the initial population in the table. &amp;nbsp;(In 2008, data vendors typically indicate units by implicit convention--e.g. the documentation states a certain measure is quoted in percent--not by self identification.)&lt;/p&gt;
&lt;p&gt;I realize I could substitute an xml column containing the float &amp;amp; unit pair, but that approach is condemned not to scale.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#9000164</link><pubDate>Wed, 15 Oct 2008 02:29:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9000164</guid><dc:creator>Nighthawk</dc:creator><description>&lt;p&gt;What's the graphic representation of a spatial query's result? &amp;nbsp;Can we render it as a map? &amp;nbsp;Do we need a third-party software to view the map over the web?&lt;/p&gt;
</description></item><item><title>Part VII - WiE Goes Spatial: Using SQL Server 2008 as a Spatial Rules Engine for Location-based Services.</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#9035713</link><pubDate>Tue, 04 Nov 2008 02:08:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9035713</guid><dc:creator>Discussions on SQL Server Manageability and Development.</dc:creator><description>&lt;p&gt;In this second to last chapter in the series I’ll discuss leveraging SQL Server 2008’s support for spatial&lt;/p&gt;
</description></item><item><title>re: SQL Server Spatial Support: An Introduction</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#9040337</link><pubDate>Tue, 04 Nov 2008 20:02:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9040337</guid><dc:creator>Eva</dc:creator><description>&lt;p&gt;How can I load shape files into SQL Server 2008? Is there a free tool available or does Sql Server 2008 have a tool?&lt;/p&gt;
</description></item><item><title>SQL Serve 2008: Spatial Data Types</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#9230597</link><pubDate>Wed, 17 Dec 2008 13:25:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230597</guid><dc:creator>Jocelyn</dc:creator><description>&lt;p&gt;I feel so old fashioned not being able to understand the world of SQL going beyond 2D. I found this great&lt;/p&gt;
</description></item><item><title>SQL Serve 2008: Spatial Data Types</title><link>http://blogs.msdn.com/isaac/archive/2007/05/16/sql-server-spatial-support-an-introduction.aspx#9285218</link><pubDate>Tue, 06 Jan 2009 14:55:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9285218</guid><dc:creator>jocelyn</dc:creator><description>&lt;p&gt;I feel so old fashioned not being able to understand the world of SQL going beyond 2D. I found this great&lt;/p&gt;
</description></item></channel></rss>