When I run a query with OPENROWSET in SQL Server 2000 it works.
OPENROWSET
But the same query in SQL Server 2008 generates the following error:
The following command may help you..
EXEC sp_configure 'show advanced options', 1 RECONFIGURE GO EXEC sp_configure 'ad hoc distributed queries', 1 RECONFIGURE GO