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

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