Spatial data types advance the storage capabilities of SQL Server, allowing data that defines shape and location information. Before these enhancements, spatial data was often stored as string or numeric values without implicit meaning within the database. This required cumbersome conversions and calculations to resolve the information into meaningful insights.
As part of spatial data support, SQL Server introduced the GEOMETRY and GEOGRAPHY data ...