1
Reply

Explain Geography datatype in SQL Server

Sahista Qureshi

Sahista Qureshi

12y
1.3k
0
Reply

    SQL Server supports two spatial data types:Geometry: Stores data based on a flat (Euclidean) coordinate system. The data type is often used to store the X and Y coordinates that represent lines, points, and polygons in two-dimensional spaces. Geography: Stores data based on a round-earth coordinate system. The data type is used to store the latitude and longitude coordinates that represent lines, polygons and points.