|
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 new relise of MS-SQL Server 2008 have many usefull spatial
functions. Look at following blog resources:
Isaac Kunen. MSDN Spatial blog
Dave does Data. David Lean MSDN blog
|