Wednesday, November 21, 2007 1:24 AM
Bob Beauchemin's Blog
SQLCLR in SQL Server 2008: Multi-input user-defined aggregates
One thing that I didn't find in the BOL What's New page is some of the new SQLCLR functionality in SQL Server 2008. The first one that intrigued me is support of multi-input user-defined aggregates. Suppose I wanted to implement Oracle's COVAR_POP aggregate,
Read More...