Hi,I have a CLR that uses a concatenate function:https://www.mssqltips.com/sqlservertip/2022/concat-aggregates-sql-server-clr-function/(andy)The problem is I am getting duplicates - I know it's supposed to return duplicates, and I know you can eliminate them via SQL side before sending to the CLR but is there a way to eliminate them within the CLR function?
↧