SyteLine在SQL Server启用CLR

Infor ERP SyteLine 如果应用MS SQL Server 2008 R2 64bit的话,需要启用 CLR(Common Language Runtime)。
此动作只需要Infor SyteLine DataBase Server设置即可。启用方法如下:
Open SQL Server Management Tools, New Query,拷贝下面语法到Query窗口,然后执行:

sp_configure 'show advanced options'1;
GO
RECONFIGURE;
GO
sp_configure 
'clr enabled'1;
GO
RECONFIGURE;
GO

 

如下截图:

 

 

posted @ 2010-08-24 22:50  Insus.NET  阅读(573)  评论(0编辑  收藏  举报