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

All Tags » sql server » t-sql   (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: , ,

Connect and Implicit Casts
Hi Folks, Perhaps it is surprising, based on the content here, that I'm not a full-time spatial head here in SQL Server land. (We leave that job to Ed .) I have, of course, been spending a lot of time on spatial, but it turns out I have other responsibilities Read More...

Posted Thursday, April 10, 2008 5:57 PM by isaac | 4 Comments

Filed under: ,

Page view tracker