Viewing post 1 (of 1 total)
How about using recursion :hehe: to replace loops? (One of the great new functions in SQL2005)
No need for a tally or temporary tables.
Heres a params example:
DECLARE @params varchar(8000)
SET...
May 7, 2008 at 4:04 am
#811644