标签:ted href conf ref 分享 blocks nbsp 启用 code
在SQL Server中启用CLR,可以执行下面SQL语句:
EXEC sp_configure ‘clr enabled‘; EXEC sp_configure ‘clr enabled‘ , ‘1‘; RECONFIGURE;
clr enabled Server Configuration Option
标签:ted href conf ref 分享 blocks nbsp 启用 code
原文地址:http://www.cnblogs.com/insus/p/6009756.html