解决方案:在数据库中新建查询 :
输入
sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Ole Automation Procedures', 1; GO RECONFIGURE; GO
执行 上面代码 然后重新加载即可
本文提供了一种解决SQL Server高级配置问题的方法,通过启用OleAutomationProcedures选项,可以扩展SQL Server的功能。
解决方案:在数据库中新建查询 :
输入
sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Ole Automation Procedures', 1; GO RECONFIGURE; GO
执行 上面代码 然后重新加载即可
809
630
2万+
629
6764
317
510
683

被折叠的 条评论
为什么被折叠?
