views:

1060

answers:

5

I was looking to explore the spatial capabilities of PostGIS or SQL Server 2008. Maybe Oracle as well.

I was wondering if there are any good tutorials out there exploring the spatial capabilities of these database in particular or of this type of capability in general.

Does anyone know of any? Book recommendations would work as well.

+4  A: 

I wrote a little blogpost about SQL Server geography data type here: SQL Server 2008 Proximity Search With The Geography Data Type

SQLMenace
+3  A: 

This isn't a tutorial, bit it's a good comparison of the various offerings, to see how they stack up against one another: Spatial Database Cross Compare

Nathan
A: 

You may be interested in ESRI's ArcSDE tutorials.

Edit: Sorry... I just read the question details. And this doesn't really answer your specific need. However, for people looking for an SDE tutorial that are using the ESRI products, they may find this useful.

Aaron Palmer
A: 

A great introduction to SQL Server 2008 Spatial in 8 parts. Projections, geography / geometry, spatial SQL functions etc.

http://www.jasonfollas.com/blog/archive/2008/03/14/sql-server-2008-spatial-data-part-1.aspx

A few extra links and SQL examples here - http://geographika.co.uk/sql-server-spatial-sql

geographika