Azure SQL Devs’ Corner

Voices from the Azure SQL PM Team, focusing on development and developers

Solving the River Crossing problem with SQL Graph

Graph theory and associated techniques are extremely powerful. Azure SQL allows native representation of graphs as node and edge tables, and provides breadth-first-search traversal for native path finding. This blog post demonstrates the ease of use, and great power of, these features by using them to solve the classic river crossing riddle!