输入banner图图片脚本导航/分类

SQL Server 阻止了对组件 'Ad Hoc Distributed Queries' 的 STATEMENT'OpenRowset/OpenDatasource' 的访问的解决方案

exec sp_configure show advanced options,1 2 reconfigure 3 exec sp_configure Ad Hoc Distributed Queries,1 4 reconfigure 启用 ‘Ad Hoc Distributed Queries‘

 

 

2、关闭 ‘Ad Hoc Distributed Queries‘:

技术分享
1 exec sp_configure Ad Hoc Distributed Queries,0
2 reconfigure
3 exec sp_configure show advanced options,0
4 reconfigure
关闭 ‘Ad Hoc Distributed Queries‘:

 

SQL Server 阻止了对组件 'Ad Hoc Distributed Queries' 的 STATEMENT'OpenRowset/OpenDatasource' 的访问的解决方案

标签: