Enabling CLR Integration

The common language runtime (CLR) integration feature is off by default, and must be enabled in order to use objects that are implemented using CLR integration. To enable CLR integration, use the clr enabled option of the sp_configure stored procedure:

1p_configure 'show advanced options'1;
2GO
3RECONFIGURE;
4GO
5sp_configure 'clr enabled'1;
6GO
7RECONFIGURE;
8GO
posted @ 2008-05-03 12:58  班子  阅读(300)  评论(0)    收藏  举报
我要啦免费统计