1
Reply

What are Spatial data types in SQL Server 2008

Sahista Qureshi

Sahista Qureshi

Jun 06, 2012
1.9k
0

    Spatial data represents information about the physical location and shape of geometric objects. These objects can be point locations or more complex objects such as countries, roads, or lakes.SQL Server supports two spatial data types: the geometry data type and the geography data type.The geometry type represents data in a Euclidean (flat) coordinate system.The geography type represents data in a round-earth coordinate system.Both data types are implemented as .NET common language runtime (CLR) data types in SQL Server.

    Abhisek Das
    October 05, 2017
    0