Skip to content

Competitors

Jeff Humphreys edited this page Aug 6, 2020 · 4 revisions

Other projects on SQLCLR, CLR, SQL CLR that may have useful code I can scarf.

https://github.com/enriquecatala/SQLCLRUtils/tree/master/SQLCLRUtils/clr

Good Idea: Using a bit mask for options. The infinite parameter list is not so helpful with required arguments on functions, so a bit mask definitely helps, but also makes it more inscrutable.

Stealing the CONCAT_AGG code since I don't want to reinvent.

From 2009, Fotia from the UK. Reminds me of me. Indispensable SQL CLR functions.

2 functions: FormatString and FormatStringMax. Not useful.