Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Methods For Converting a Stored Procedure

    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,...

Viewing post 1 (of 1 total)