About 1,280,000 results
Open links in new tab
  1. Spatial Data (SQL Server) - SQL Server | Microsoft Learn

    Nov 22, 2024 · 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 …

  2. Spatial SQL data types in SQL Server - SQL Shack

    Jul 11, 2018 · This article will start with the definition of spatial data, with relevant examples. In addition, I’ll discuss the definition of spatial data types and detail elaboration of Spatial Data …

  3. Introduction to SQL Server Spatial Data - Simple Talk - Redgate …

    Mar 18, 2020 · 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 …

  4. Introduction to Spatial Data in SQL Server: A Beginner’s Guide to ...

    Jan 9, 2025 · SQL Server supports spatial data through two main data types: Geometry: For planar (flat-Earth) data. Geography: For geodetic (round-Earth) data. These data types allow …

  5. SQL Server - How to Use Spatial Data Types? - DbSchema

    Jul 16, 2023 · SQL Server: How to Use Spatial Data Types in sqlcmd and DbSchema. Table of Contents. Introduction; Prerequisites; What are Spatial Data Types? Why Use Spatial Data …

  6. Exploring Spatial Data in SQL Server | by Rakesh Mullassery

    Mar 19, 2024 · SQL Server supports several spatial data types, including: Geometry: Represents data in a Euclidean (flat) coordinate system. Geography: Represents data in a round-earth …

  7. Introduction to spatial data queries in Microsoft SQL Server

    Aug 25, 2024 · Spatial data refers to information that is associated with geographic locations, such as coordinates, addresses, or boundaries. Microsoft SQL Server, offers a robust set of …

  8. Understanding SQL Server Spatial Data Types - Axial SQL

    Learn about SQL Server Spatial Data Types and their capabilities. Explore concepts, insert/retrieve data, work with Z and M coordinates, and utilize static methods for creating …

  9. Spatial Data Types In SQL Server

    Oct 1, 2024 · SQL Server 2008 included the addition of two data types to handle spatial data: geometry and geography. Geometry handles two dimensional shapes, while geography is …

  10. SQL Server Spatial Data Types and Functions

    SQL Server offers unique ways of storing and managing spatial data through the use of its spatial data types and functions. These features enable developers and data analysts to compute and …

  11. Some results have been removed