Viewing 6 posts - 1 through 6 (of 6 total)
lnoland (3/18/2015)
March 18, 2015 at 12:43 pm
The recursive cte should never be used if you are concerned with performance.
The recursion resolves row by row instead of sets. A while loop with temp tables would...
March 18, 2015 at 8:30 am
I did an article on using a long parameter list instead of trying to write a home-made parser in T-SQL or contaminating the schema with XML and CLR code. I...
August 12, 2010 at 2:53 pm
no one able to find the massive thread ? link please !
August 11, 2010 at 7:20 am
I see what you are saying Jeff, but would you want to do validation if the application did not allow the end user to send invalid data? perhaps using a...
August 10, 2010 at 7:38 am
Hate to bump an old thread, but it is the google result I found for BOM recursive query.
May 4, 2009 at 7:55 am
Viewing 6 posts - 1 through 6 (of 6 total)