Welcome to MSDN Blogs Sign in | Join | Help

Syndication

News

I am Isaac Kunen, a senior program manager for the SQL Server engine. This blog focuses on programmability aspects of the engine, with a concentration on spatial—because that's what I know best.

You can also follow me on Twitter.

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


Browse by Tags

Spatial Data Type Structure
Hi Folks, As part of a larger effort to document our protocols, SQL Server has just released documentation on the structure of our spatial types.  The document is also available in PDF .  Note that all of this is preliminary, and while I doubt Read More...

Posted Monday, August 10, 2009 5:38 PM by isaac | 14 Comments

The Sphere is Finite
Hi Folks, The title of this post states the obvious: the area of a sphere is finite.  We even have a nice formula for it, 4πr 2 .  The same is true for an ellipsoid, which is just a sat-upon sphere, although computing the area gets more complicated Read More...

Posted Thursday, July 09, 2009 6:18 PM by isaac | 0 Comments

New Stuff in SQL Spatial Tools
Hi Folks, Marko Tintor from our Serbia team just dropped some new functionality into the SQL Server Spatial Tools project on CodePlex: A method for testing whether a geography instance is valid. Better: a method for creating a valid geography from invalid Read More...

Posted Tuesday, June 02, 2009 9:40 PM by isaac | 1 Comments

The Plane, the Sphere, and the Ellipsoid
Hi Folks, We all know that the sphere isn’t the plane, and that an ellipsoid is different as well, but I don’t know if everyone has given so much thought to the practical effects of these differences. And so I thought it might be a nice idea to catalog Read More...

Posted Monday, June 01, 2009 10:00 PM by isaac | 0 Comments

SQL Server Spatial Indexing
Hi Folks, This post contains no new information; it’s just a rollup of links to spatial indexing posts I’ve made.  If you want to know more about spatial indexing, these are the ones to read. In order: Why a Spatial Index? A Simple Spatial Indexing Read More...

Posted Thursday, May 28, 2009 3:58 PM by isaac | 1 Comments

London Spatial Event
Simon Sabin asked me to pass along information about a free spatial event that he and Johannes Kebeck are holding in London on the 16th.  It looks like they’ll be covering a bunch of hot SQL Server Spatial topics: how to get your data in to SQL, Read More...

Posted Thursday, April 09, 2009 5:09 PM by isaac | 2 Comments

The Spatial Library without the Server: Bug and Workaround
Hi Folks, Jason Follas recently ran across a lingering issue when using our spatial library without the server.  I mistakenly thought the fix had been shipped, but for now it remains. The background is that the spatial library consists of a managed Read More...

Posted Tuesday, February 24, 2009 1:40 AM by isaac | 4 Comments

The Geography Hemisphere Limitation
Hi Folks, It occurs to me that I haven’t posted anything about the hemisphere limitation for the SQL Server geography type.  This limitation is a little confusing, and could probably use some clarification. It also occurs to me that I haven’t posted Read More...

Posted Friday, February 06, 2009 7:08 PM by isaac | 1 Comments

Good Spatial Blog Resources
Hi Folks, While I continue to procrastinate, here are some excellent spatial resources to peruse. First, David Lean, a Microsoft evangelist, has very comprehensive list of spatial posts over on his Dave does Data blog.  He covers a wide range of Read More...

Posted Thursday, December 11, 2008 10:20 AM by isaac | 0 Comments

Puzzle Solution
Last time , I posted a question sent to me by Rob Mount.  So what solutions exist other than the north pole? You did well: jnelso99 got part of the way there; tanoshimi finished it off.  We can find a set of circles around the south pole with Read More...

Posted Monday, December 08, 2008 6:33 PM by isaac | 0 Comments

PDC and a Nice Geographic Puzzle
Hi Folks, At PDC I gave a talk largely inspired by topics raised here and in the spatial forums.  But “inspired by” doesn’t equate to “a duplicate of”, and to turn things around, I’ve been meaning to write a few posts here inspired by my PDC talk.  Read More...

Posted Friday, December 05, 2008 7:03 PM by isaac | 9 Comments

Frequently Asked Question: How do I load shapefiles?
This has come up a few times now.  Multiple questions deserve at least one answer, right? First, Microsoft has not produced a shapefile loader (or exporter).  If this is important to you, here’s the Connect item to hit.  (And yes: we do Read More...

Posted Tuesday, November 04, 2008 9:29 PM by isaac | 6 Comments

Off to PDC
Despite my relative youth, I can be a bit of a fuddy-duddy. Fighting my natural impulses, I’ve decided to give Twitter a try---at least while I’m at PDC. So, if you’re interested in tracking me down, surf the tubes over to my very own Truman Show . Or Read More...

Posted Friday, October 24, 2008 9:51 PM by isaac | 0 Comments

Filed under:

Nearest Neighbors
Hi Folks, Spatial users often want to find the object nearest a given point. This operation, usually referred to as nearest neighbor search , is remarkably common in many areas of computer science. In general, we may wish to find not only the nearest, Read More...

Posted Thursday, October 23, 2008 12:38 AM by isaac | 16 Comments

A Few Strange Functions
Hi Folks, A post on the spatial forum last week caught my attention for entirely non-spatial reasons: it made use of two functions---RADIANS() and DEGREES()---that I never knew existed. It seems rather strange that out of the innumerable (well, technically Read More...

Posted Thursday, October 16, 2008 6:13 PM by isaac | 0 Comments

More Posts Next page »
Page view tracker