Connecting Tech Pros Worldwide Forums | Help | Site Map

is there any speed difference between a TVF CLR that returns an array vs yield as each result is ready? e.g. does returning the array all at once cause sql server to allocate more efficiently?

DR
Guest
 
Posts: n/a
#1: Nov 26 '07
is there any speed difference between a TVF CLR that returns an array vs
yield as each result is ready? e.g. does returning the array all at once
cause sql server to allocate more efficiently?



Closed Thread