Viewing post 1 (of 2 total)
Seems like a complicated way to reach the end goal.
I agree with the earlier post.. I'd do it like this:
declare @tmp Table (name varchar(10), id int)
DECLARE @TEXT varchar(Max)
insert into...
October 14, 2009 at 11:48 am
#1065882