Viewing 2 posts - 1 through 3 (of 3 total)
Sorry, should be a trick that build a string of one column from all record, like this:
declare @s-2 varchar(4000)
select @s-2 = 'start from here:'
select @s-2 = @s-2 + <some_col_name> from...
July 23, 2002 at 7:06 pm
#433272
#433271