Skip to content

yorek/non-scalar-uda-transitive-closure

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
SQL
 
 
 
 
 
 
 
 

Transitive Closure Clustering

Cluster related data using an User Defined Aggregate

Read the realated article here:

[https://medium.com/p/dade18953fd2]

The solution has been tested on SQL Server 2017 Windows and Linux. Since it just uses the UDA feature that is available from SQL Server 2005, I expect it to work also on all the previous SQL Server version, down to SQL Server 2005 included, but I haven't done any specific test. If you can test it on any version other then SQL Server 2017 please let me know so that I can update this readme accordingly. Thanks.

Releases

No releases published

Packages

No packages published

Languages