Welcome to MSDN Blogs Sign in | Join | Help

Syndication

News

Legalese: All postings are provided "AS IS" with no warranties, and confer no rights.

Browse by Tags

All Tags » spatial   (RSS)
Where are my Spatial Columns?
Hi Folks, I've been asked a few times how to find out what spatial columns are defined in a database. We don't have any special table for this, but you can easily find out by looking at the usual system views: SELECT ta.name as table_name, co.name as Read More...

Posted Tuesday, April 15, 2008 9:48 PM by isaac | 3 Comments

Filed under: , ,

More on the Multi-Level Grid
Hi Folks, In my last indexing post , I filled in most of the details about our multi-level grid index. Let me clean up a few lingering questions about our planar grid. We'll do this Q&A style: Q: What happens if I set the maximum number of cells-per-object Read More...

Posted Tuesday, April 08, 2008 5:32 PM by isaac | 0 Comments

Filed under: ,

The Unexpected Too-Large Polygon
Hi Folks, I recently got contacted via email with the following problem: ... I have 2 complex polygons, representing district boundaries. The polygons look correct, but I'm getting exceptions when I try to create the type. I've attached the wkt polygons Read More...

Posted Sunday, April 06, 2008 1:25 AM by isaac | 1 Comments

Filed under: ,

February CTP Optimizer Issue
Hi Folks, We don't call them betas, but that's basically what CTPs are: they let us suss out problems before we drop a final product on everyone. Well, we've found a regression in the February CTP spatial support that we'd like to let you know about. Read More...

Posted Tuesday, March 11, 2008 4:42 AM by isaac | 0 Comments

Filed under: ,

The Upcoming Geography Coordinate Order Swap---A FAQ
Hi Folks, I just thought I'd take a few moments clarify the upcoming coordinate order swap for the geography type. Here's a quick FAQ on the issue: What exactly is the change? We are swapping the coordinate order for well-known text (WKT) and well-known Read More...

Posted Wednesday, March 05, 2008 5:24 PM by isaac | 3 Comments

Filed under: ,

Basic Multi-Level Grids
Hi Folks, Last time , we highlighted several problems with a simple grid index. If you don't recall---and since it's been a while, that wouldn't be a surprise---you may want to review them. In this post I'll start to describe how we get around them. In Read More...

Posted Saturday, March 01, 2008 2:17 AM by isaac | 1 Comments

One Type, Two Types...
This is a little bit less of an introductory post than the last one , but there was quite a bit of discussion about our decision to split our spatial types in two---one for our planar ("flat-Earth") model and one for our ellipsoidal ("round-Earth") model---so Read More...

Posted Tuesday, May 29, 2007 3:15 PM by isaac | 9 Comments

Filed under: ,

SQL Server Spatial Support: An Introduction
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. Read More...

Posted Wednesday, May 16, 2007 11:28 PM by isaac | 26 Comments

Page view tracker