首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

SQL Server 遏止了对组件 'Ad Hoc Distributed Queries'

2012-08-17 
SQL Server 阻止了对组件 Ad Hoc Distributed Queries在用到openrowset的地方都会出现此问题。执行以下代

SQL Server 阻止了对组件 'Ad Hoc Distributed Queries'

在用到openrowset的地方都会出现此问题。

执行以下代码即可:

?

?

exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reconfigure
?

?

?

http://www.cnblogs.com/wayne-ivan/archive/2008/01/07/1028759.html

热点排行