we are going to see how to enable OPENROWSET and OPENDATASOURCE support in SQL Server 2008
exec sp_configure 'show advanced options', 1
RECONFIGURE;
exec sp_configure 'Ad Hoc Distributed Queries', 1