• Thanks,

    It works now.

    I just execute below things:

    EXEC sp_configure 'show advanced options';

    RECONFIGURE;

    EXEC sp_configure 'Ole Automation Procedures', 1;

    RECONFIGURE;

    Thanks a lot. 🙂