Exploring Graph Relationships with SQL Server
Often in SQL there are graph like structures that with some unique queries can answer a new set of questions. This article details one approach to traversing these tables with a method similar to a traditional graph algorithm.