Personal Notes of Edwin Eu

Enabling CLR Integration

In Microsoft SQL Server on 06/08/2011 at 8:36 AM

The common language runtime (CLR) integration feature is off by default. The CRL must be enabled in orde to use objects that are implemented using CLR integration.

To enable CLR integration

Sp_configure ‘show advanced options’, 1;
GO

RECONFIGURE;
GO

Sp_configure ‘clr enabled’, 1;
GO

RECONFIGURE
GO

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: