Reputation: 8654
I'm trying to create a concat aggregate function via the steps provided by Microsoft here: http://msdn.microsoft.com/en-us/library/ms182741.aspx
The trouble I'm having is that I can't find the StringUtilities.dll anywhere on my filesystem.
Where can I find this dll so I can use it to create this aggregate function in my database?
Upvotes: 0
Views: 617
Reputation: 3084
Check these Examples, they describe how to create StringUtilites.dll
You need 4 first steps of this instruction :
Compile the sample code from the command line prompt by executing one of the following, depending on your choice of language.
Upvotes: 1