Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Stored Procedure and Excel

    before running this query you need to configure with the following query

    sp_configure 'show advanced options', 1

    reconfigure

    go

    sp_configure 'Ad Hoc Distributed Queries', 1

    reconfigure

    --sushil

Viewing post 1 (of 1 total)