SQL 禁止在 .NET Framework 中执行用户代码。启用 “clr enabled” 配置选项解决办法是执行以下脚本:exec sp_configure 'show advanced options', '1';goreconfigure;goexec sp...