Im using the code from this MSDN page to create a user defined aggregate to concatenate strings with group by\'s in SQL server. One of my requirements is that the order of the concatenated values are
I\'m writing some custom .Net extensions for SQL Server 2008. One of them is a user-defined aggregate that should aggregate a set of decimal numbers to a decimal value.
I have this SQL Server user-defined aggregate: [SqlUserDefinedAggregate(Format.UserDefined, Name=\"median\", IsInvariantToDuplicates=false, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfE