"CLR Enabled" is not required to use CLR built-ins

Posted by AaronBertrand on SQL Blog See other posts from SQL Blog or by AaronBertrand
Published on Mon, 21 Nov 2011 19:44:00 GMT Indexed on 2011/11/22 2:03 UTC
Read the original article Hit count: 190

Books Online articles referencing built-in CLR functions (such as FORMAT() ) have a remark similar to the following: "FORMAT relies on the presence of .the .NET Framework Common Language Runtime (CLR)." A lot of people seem to interpret this as meaning: "You must enable the sp_configure option 'CLR enabled' in order to use FORMAT()." Some then go on and suggest you run code similar to the following before you play with these functions: EXEC sp_configure 'show advanced options' , 1 ; GO RECONFIGURE...(read more)

© SQL Blog or respective owner

Related posts about .NET Framework

Related posts about clr