Hello,
I'm trying to do possibly the simplest of tasks here on SQL 2008 R2/Win 2008 R2/ Visual Studio 2010.
I'm trying to build a simple string aggregate that takes advantage of the 2GB limit to aggregate longer strings.
Here's the code:
using System;
using System.Data.SqlTypes;