Viewing 2 posts - 1 through 2 (of 2 total)
thanks all. the code was getting messy with all those joins as there were 12 of them, and way to many columns to join on too.
btw
Ken McKelvey (10/13/2009)
October 13, 2009 at 8:27 pm
#1065477
sorry, my bad. what i showed was a cut down version. t1 has more columns and is more akin to
declare @t1 table
(
a int,
...
October 12, 2009 at 6:14 pm
#1064985