|
MySQL server version 5.0 have some spatial capabilities. It can create and
store geometry objects, as well as fetch them and check their relations using
Minimal Bounding Rectangles (MBRs). Untill now it lacks advanced functions
like Distance(), ClosestPoint() and other important features.
On the other hand MS-SQL Server 2008 have many usefull spatial functions.
More Spatial Features will be added in SQL Server 2012 (Code-Named “Denali”).
Look at following blog resources:
Spatial Ed. MSDN Spatial blog
Dave does Data. David Lean MSDN blog
|