码迷,mamicode.com
首页 > Web开发 > 详细

禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项。

时间:2020-04-23 15:08:02      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:class   frame   提示   用户   div   database   bow   options   advance   

调用存储过程时提示 “禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项。”

执行下面sql就行了

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;
go


ALTER DATABASE 数据库 SET TRUSTWORTHY on;
exec sp_changedbowner sa

 

禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项。

标签:class   frame   提示   用户   div   database   bow   options   advance   

原文地址:https://www.cnblogs.com/zhouyg2017/p/12760760.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!