Working with Spatial Indexes (Database Engine)

SQL Server 2008 introduces support for spatial data and spatial indexes. A spatial index is a type of extended index that allows you to index a spatial column. A spatial column is a table column that contains data of a spatial data type, such as geometry or geography. The topics in this section introduce spatial indexing.

In This Section