Showing results for May 2023 - Azure SQL Devs’ Corner

May 17, 2023
1

Model your Supply Chain in a Graph Database | Part 1

Jerry Nixon Arvind Shyamsundar
Jerry,
Arvind

In this article, we'll explore the fascinating intersection of supply chains and graph databases. We'll explore the intricacies of supply chains, understand their complexities, and explore the practical benefits of utilizing graph databases for modeling and optimizing these networks.

Azure SQL
May 17, 2023
1

Model your Supply Chain in a Graph Database | Part 2

Jerry Nixon Arvind Shyamsundar
Jerry,
Arvind

In Part 2 of our series, we explore the practical aspects of enabling SQL Graph for modeling supply chains, including creating tables for nodes and edges and inserting data into them. We also introduce the MATCH keyword for querying graph data, simplifying the retrieval of information based on relationships between entities.

Azure SQL
May 17, 2023
2

Model your Supply Chain in a Graph Database | Part 3

Jerry Nixon Arvind Shyamsundar
Jerry,
Arvind

In Part 3 of our series, we delve into the rewards that graph databases bring to supply chain modeling. We explore the clarity achieved through the MATCH keyword, enabling precise communication between technical and business teams. Validation becomes seamless as stakeholders intuitively analyze the graph, uncovering missing relationships and enriching data.

Azure SQL
May 17, 2023
0
2

Model your Supply Chain in a Graph Database | Part 4

Jerry Nixon Arvind Shyamsundar
Jerry,
Arvind

In Part 4 of our series, we explore the power of graph visualization in understanding and analyzing supply chain data. Using tools like PowerBI and the force-directed graph visual, we transform our SQL Graph data into an interactive and shareable format. The visualization allows us to easily comprehend the relationships within the supply chain, make discoveries, and make informed decisions. With SQL Graph, we combine the familiarity of Azure SQL with the advantages of graph modeling, providing clarity and precision when communicating with stakeholders.

Azure SQL
May 15, 2023
0
3

Implement Change Data Streams with Azure SQL Database, Change Tracking, and Azure SQL Bindings

Brian Spendolini
Brian Spendolini

Building on my first Azure SQL Bindings blog post and taking inspiration from Drew Skwiers-Koballa's post on SQL Bindings, we are going to create a change data stream with Azure SQL Database. Now, usually, the first part of these blogs is a prerequisite section that goes over what you need to install locally to get started. From talking to many of ...

Azure SQLDevOps.NET
May 1, 2023
0
3

Change Tracking in Azure SQL Database

Brian Spendolini
Brian Spendolini

The Azure SQL Database has two main ways to track changes with data (rows/DML) as well as table changes. One of those methods is Change Tracking with the other being Change Data Capture. Today’s post will be going into depth on Change Tracking. Change Tracking and Change Data Capture So, what’s the difference between the two? Change Data ...

Change TrackingAzure SQL