All Tags »
Cursor vs Set »
Performance »
CLR (RSS)
Sorry, but there are no more tags available to filter with.
-
After making my post on cursor optimization I received some comments that triggered me to do some further investigation. Adam Machanic wrote in my blog’s comments that using SQLCLR to loop over a SqlDataReader would be much faster than any T-SQL based cursor. And Erland Sommarskog wrote in a usenet thread that he has some colleagues who think that ...