|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, April 10, 2009 9:11 AM
Points: 2,
Visits: 2
|
|
| Have you seen the Manage SQL Server 2008 Spatial Data tutorial on the SQL Server "How Do I?" Videos page? It's a nice companion to this article because you can see how to do it.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, April 19, 2013 3:06 PM
Points: 43,
Visits: 140
|
|
Do we still have any hope for the rest of the articles in this series? Can some other expert jump in and complete puzzle? I need to get information on this topic specially building / constructing 3D shapes and querying the data involving these shapes. Can someone refer to some sites/books that can speed up this process of learning for me? Any and all help is well appreciated. Thanks.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, August 19, 2011 12:16 AM
Points: 4,
Visits: 61
|
|
Hello,
This is Bennie (the original author). I have been out for a while due to family issues, but I am back, look for the next post in a couple of days.
Bennie
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, May 01, 2012 10:31 AM
Points: 17,
Visits: 105
|
|
Hi Rehman,
You can check out "Beginning Spatial with SQL Server 2008" (http://www.amazon.com/Beginning-Spatial-Server-Experts-Voice/dp/1430218290), which has chapters covering the following topics: 1. Defining Spatial Information 2. Implementing Spatial Data in SQL Server 2008 3. CLR Datatypes and the .NET Framework 4. Creating Spatial Data 5. Marking Out Features Using Virtual Earth 6. Importing Spatial Data 7. Geocoding 8. Syndicating Spatial Data 9. Interactive Web Mapping 10. The Spatial Results Tab 11. Examining Spatial Properties 12. Modifying Spatial Objects 13. Testing Spatial Relationships 14. Spatial Indexing
However, you won't find anything about working with 3D geometries, in this book or any other - although SQL Server allows you to define coordinates in 4 dimensions (x, y, z, m), all of the inbuilt methods only operate in two dimensions (the flat planar surface of the geometry datatype, or the ellipsoidal surface of the geography datatype). z and m can be stored, but are not used unless you want to write your own custom methods.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, April 19, 2013 3:06 PM
Points: 43,
Visits: 140
|
|
Glad to hear from you Bennie. Hope everything will be fine with you. I am eagerly waiting for the next article.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, April 19, 2013 3:06 PM
Points: 43,
Visits: 140
|
|
| Thanks Alastair. I am looking into buying this book.
|
|
|
|