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 » spatial » 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: , ,

Page view tracker