zoukankan      html  css  js  c++  java
  • The Server may be running out of resources, or the assembly may not be trusted

    The Server may be running out of resources, or the assembly may not be trusted with PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE

    刚配置好一个SyteLine数据库,由于有其他服务还在应用,不想重启服务,导致在设置SyteLine Set Object Metadata Server时出现下面错误信息警示:

    查看数据库属性,得到相关显示:

    解决方法,只要更改此属性为true即可。

    ALTER DATABASE XXX_App_Pilot  SET TRUSTWORTHY ON
    EXECUTE sp_changedbowner 'sa'
  • 相关阅读:
    洛谷
    洛谷
    洛谷
    洛谷
    洛谷
    模板
    模板
    模板
    洛谷
    模板
  • 原文地址:https://www.cnblogs.com/insus/p/1858224.html
Copyright © 2011-2022 走看看