Running a DTS with parameters

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Greenberg

    Running a DTS with parameters

    Hi
    Does anyone know if there is a possibility to run a DTS with parameters ?
    David Greenberg

  • David Portas

    #2
    Re: Running a DTS with parameters

    David Greenberg wrote:
    Hi
    Does anyone know if there is a possibility to run a DTS with parameters ?
    David Greenberg
    Yes. Usually parameters are passed via global variables when the
    package is executed. For example using the dtsrun utility from the
    command line, or from an Execute Package task or using the COM Package
    object.

    Some examples at:


    --
    David Portas, SQL Server MVP

    Whenever possible please post enough code to reproduce your problem.
    Including CREATE TABLE and INSERT statements usually helps.
    State what version of SQL Server you are using and specify the content
    of any error messages.

    SQL Server Books Online:

    --

    Comment

    Working...