I have used following command to enable the CLR features.
EXEC sp_configure 'show advanced options' , '1';
go
reconfigure;
go
EXEC sp_configure 'clr enabled' , '1'
go
reconfigure;
C#.Net, VB.Net, ASP.Net, SQL Server, Mobile Programming, DevOps, Gardening, DIY
No comments:
Post a Comment