Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

CLR concatenate function without duplicate values

$
0
0
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?

Viewing all articles
Browse latest Browse all 3145

Trending Articles