MANUAL RUN OF SAVED DTS

  • I want to save a DTS (text to Microsoft ODBC driver for SQL SERVER) and be able to run int manually again.

    How should I save it and how do I re-run it again?

  • I'd probably save it on the SQL Server and run it again using Enterprise Manager to navigate to the DTS Packages folder, then run the package (either right-click to run or open and run).

    -Pete

  • That was it, many tahnks

     

  • Hi, you could also use the DTS run utility from the DOS command line prompt.

    I have used this to allow users to run packages on demand without them having access to SQL Server (or even being aware of what they are doing) by giving them a nice button on their desktop that says "Press this now!" - or whatever.

    See BOL for full explanation and list of arguments.

    Hope this helps.

     


    All the best,

    Duncan

  • Many thanks for your help

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply