Enabling CLR Integration

Query test
sp_configure ‘clr enabled’

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

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


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *