0
kicks
Fast Dijkstra’s Algorithm Inside MS SQL CLR Stored Procedure
Fast Dijksta's algorithm realization using .NET C#.
It is put into MS SQL CLR SP for easy use right in SQL statements.
It allows to find fastest, shortest paths in a subset of vertices inside DB table.
Great SP for spatial database.