Niels SQL Server Blog

musings about SQL server

<January 2009>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567


Navigation

Subscriptions

Post Categories



Thursday, November 27, 2003 - Posts

Performance Difference T-SQL vs. CLR

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

posted Thursday, November 27, 2003 10:15 AM by nielsb with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems