Viewing 3 posts - 1 through 3 (of 3 total)
<named pipe> 🙂
August 5, 2014 at 2:12 am
#1735026
hmm... nice, very short code
September 27, 2012 at 2:31 am
#1542749
Very nice, but...
I used that in my production database.
Query:
DECLARE @listValues VARCHAR(8000)
DECLARE @how_much int
SET @how_much = 0
SELECT @listValues = ISNULL(@listValues + ';' + rTRIM(CAST(inv.NUMBER AS VARCHAR(8000))),
...
January 10, 2011 at 3:16 am
#1271298