What types of objects are useful in SQL CLR?
Posted
by Greg Low
on SQL Blog
See other posts from SQL Blog
or by Greg Low
Published on Fri, 25 Feb 2011 04:32:00 GMT
Indexed on
2011/02/25
7:30 UTC
Read the original article
Hit count: 294
Filed under:
I've had a number of people over the years ask about whether or not a particular type of object is a good candidate for SQL CLR integration. The rules that I normally apply are as follows: Database Object Transact-SQL Managed Code Scalar UDF Generally poor performance Good option when limited or no data-access Table-valued UDF Good option if data-related Good option when limited or no data-access Stored Procedure Good option Good option when external access is required or limited data access DML...(read more)
© SQL Blog or respective owner