• Here are the steps to allow distributed ad hoc queries:

    sp_configure 'show advanced options', 1

    reconfigure

    sp_configure 'Ad Hoc Distributed Queries', 1

    reconfigure with override

    This should handle the problem.

    Todd Fifield