Posted on Leave a comment

Enable CLR

sp_configure ‘show advanced options’, 1;
GO
RECONFIGURE;
GO
sp_configure ‘clr enabled’, 1;
GO
RECONFIGURE;
GO

http://msdn.microsoft.com/en-us/library/ms131048.aspx

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.