sql 2005如何能使用opendatasouce
http://community.csdn.net/Expert/topic/5425/5425985.xml?temp=.8857386
先在查询分析器运行:
EXEC sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
EXEC sp_configure 'Ad Hoc Distributed Queries', 1;
GO
RECONFIGURE;
GO
然后再用opendatasouce