相关疑难解决方法(0)

在sql server 2012中设置trustworthy =的安全风险

我的开发数据库中出现以下错误:

A .NET Framework error occurred during execution of user-defined routine or aggregate "SpCreateTable": 
System.Security.HostProtectionException: Attempted to perform an operation that was forbidden by the CLR host.

The protected resources (only available with full trust) were: All
The demanded resources were: Synchronization, ExternalThreading
Run Code Online (Sandbox Code Playgroud)

设置trustworthy = on的正确解决方案是什么?这有什么安全问题?

sql-server security sqlclr full-trust sql-server-2012

8
推荐指数
1
解决办法
1万
查看次数