Blog Pages

clr enabled

clr enabled - allow running .NET code from SQL

Enabling CLR Integration:
sp_configure 'clr enabled', 1;
GO
RECONFIGURE;
GO
sp_configure
go

No comments:

Post a Comment