To enable CLR:
exec sp_configure 'clr enabled', 1
reconfigure
References:
How to create a SQL Server Project?
How to create and run a CLR SQL Server User-Defined Function?
How to deploy SQL Server Project Items to a SQL Server?
Example
exec sp_configure 'clr enabled', 1
reconfigure
No comments:
Post a Comment