读书人

SQL Server 遏止了对组件 #039;Ad Hoc Dis

发布时间: 2012-08-17 02:08:34 作者: rapoo

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

读书人网 >SQL Server

热点推荐