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

2021-07-23 04:55

阅读:417

标签:title   ddl   work   pos   cal   tle   一段   ica   sql   

执行存储过程时报错了,禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项。

 

网上找了下,需要执行一段sql,具体原理不太懂。

复制自文章: 禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项。

 

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" 配置选项

标签:title   ddl   work   pos   cal   tle   一段   ica   sql   

原文地址:https://www.cnblogs.com/Tpf386/p/14965669.html


评论


亲,登录后才可以留言!