禁止在 .NET Framework 中執行用戶代碼。啓用 "clr enabled" 配置選項

禁止在 .NET Framework 中執行用戶代碼。啓用 "clr enabled" 配置選項

解決方法:

查詢分析器中運行以下代碼便可:html

exec sp_configure 'show advanced options', '1';
go
reconfigure;
go
exec sp_configure 'clr enabled', '1'
go
reconfigure;
exec sp_configure 'show advanced options', '1';
goide

相關文章
相關標籤/搜索