qq_42120274 2020-08-26 10:20 采纳率: 0%
浏览 315
已采纳

请问一下sql server 2017 执行sp_OACreate报错,怎么解决

原文:
SQL Server blocked access to procedure 'sys.sp_OACreate' of component 'Ole Automation Procedures' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Ole Automation Procedures' by using sp_configure. For more information about enabling 'Ole Automation Procedures', search for 'Ole Automation Procedures' in SQL Server Books Online.
翻译:
SQL Server阻止访问过程'系统创建因为此组件作为此服务器安全配置的一部分被关闭。系统管理员可以使用sp_configure启用“Ole自动化过程”的使用。有关启用“Ole自动化过程”的详细信息,请在SQL Server联机丛书中搜索“Ole自动化过程”。
exec sp_configure 'show advanced options', 1;

GO

RECONFIGURE WITH OVERRIDE;

GO

exec sp_configure 'Ole Automation Procedures', 1;

GO

RECONFIGURE WITH OVERRIDE;

GO
执行代码
报错 :
The specified option 'Ole Automation Procedures' is not supported by this edition of SQL Server and cannot be changed using sp_configure.
翻译 :
此版本的SQL Server不支持指定的选项“Ole Automation Procedures”,无法使用sp_configure更改

  • 写回答

2条回答 默认 最新

  • jingluan666 2020-08-26 10:33
    关注
    sp_configure 'show advanced options', 1 
    
    GO 
    RECONFIGURE; 
    GO 
    sp_configure 'Ole Automation Procedures', 1 
    GO 
    RECONFIGURE; 
    GO 
    sp_configure 'show advanced options', 1 
    GO 
    RECONFIGURE;
    

    我执行上面的语句是可以的,你试下

    如果还不行,使用下面语句查看数据库版本信息,是不是express版本

    select @@version
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!