About 26,000 results
Open links in new tab
  1. Graph processing with SQL Server and Azure SQL Database

    Oct 14, 2025 · Query across graph and relational data in a single query. Combining graph capabilities with other SQL Server technologies like columnstore indexes, HA, R services, etc. SQL graph also …

  2. How to connect Microsoft Graph to Azure Sql Database?

    Jun 4, 2021 · Out of the box, Microsoft Graph does not provide you with APIs to work with Azure SQL Databases.

  3. SQL Graph Architecture - SQL Server | Microsoft Learn

    Nov 18, 2025 · Learn the Transact-SQL extensions introduced in SQL Server and Azure SQL Database that enable creating and querying graph objects. The query language extensions help query and …

  4. Build Graph Node and Edge Tables using Azure Data Studio

    Sep 2, 2022 · Usually, we use T-SQL scripts for working with graph database tables. If you use Azure Data Studio for SQL development, you can use it to create and deploy graph tables using the table …

  5. sql-server-samples/samples/features/sql-graph/README.md at ...

    Go to your Azure SQL Server account to import the newly uploaded WideWorldImporters-Standard.bacpac database from your Azure storage account. To do so, click Import database on the …

  6. Self Review: Practical Graph Structures in SQL Server and ...

    May 23, 2023 · Chapter 5 implements the tree structure using SQL Graph. Chapter 6 shows an alternative solution for storing a graph, adds helper tables to optimize viewing data from the graph, …

  7. Practical Graph Structures in SQL Server and Azure SQL

    Use the graph table features in Azure SQL that were introduced in SQL Server 2017 and further refined in SQL Server 2019. This book shows you how to create data structures to capture complex …

  8. SQL Graph Database Sample - SQL Server | Microsoft Learn

    Nov 18, 2025 · This sample provides a Transact-SQL script to create a graph database with nodes and edges and then use the new MATCH clause to match some patterns and traverse through the graph. …

  9. Graph database - Wikipedia

    A graph database (GDB) is a database that uses graph structures for semantic queries with nodes, edges, and properties to represent and store data. [1] A key concept of the system is the graph (or …

  10. Graph QL API - For Azure SQL DB - Microsoft Q&A

    Jul 25, 2023 · It's great that you're getting started with GraphQL and building an API to fetch data from Azure SQL DB! I'll guide you through the architectural flow and steps to achieve this.