Variable initialized by user each time DTS runs?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • antonopn
    New Member
    • Mar 2008
    • 42

    Variable initialized by user each time DTS runs?

    Hello there,
    thank you for your time!

    Here is my problem. I have a dts package that sould run monthly. The user should set a date each time it runs. This date is a variable that used in the dts. How should I do this?

    VB Active X?

    Thank you very much!!!
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Originally posted by antonopn
    Hello there,
    thank you for your time!

    Here is my problem. I have a dts package that sould run monthly. The user should set a date each time it runs. This date is a variable that used in the dts. How should I do this?

    VB Active X?

    Thank you very much!!!

    Can you pass parameter to DTS?

    -- CK

    Comment

    • antonopn
      New Member
      • Mar 2008
      • 42

      #3
      I suppose you can pass parameters. I do not know how to do it.
      The end user should input a date. This date will refer to a variable that will be used in the DTS.

      Thank you!!!

      Comment

      Working...