• use master

    go

    exec sp_configure 'allow updates',1

    go

    reconfigure with override

    go

    exec sp_configure 'Ad Hoc Distributed Queries',1

    go

    reconfigure with override

    >>>>

    Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.

    Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51

    The configuration option 'Ad Hoc Distributed Queries' does not exist, or it may be an advanced option.

    ????????????

    SQL Server 2008 is what i'm using..