My blog has moved to sqlblogcasts.com/blogs/nielsb
The full version of this post can be found here., http://sqlblogcasts.com/blogs/nielsb/Performance Difference T-SQL vs. CLR
The new RSS feed is here
When I teach Yukon, the students quite often ask when to use stored procedures written in T-SQL vs. procedures written using any of the CLR languages. My answer is along the lines; if your procedure is purely data access use T-SQL, if the procedure is doing lots of computational work use the CLR.
... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/nielsb/Performance Difference T-SQL vs. CLR