Viewing post 1 (of 1 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)...
October 14, 2009 at 11:48 am
#1065882