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:
sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Ad Hoc Distributed Queries', 1; GO RECONFIGURE; GO