Results 1 to 2 of 2

Thread: Run Mssql Dts From Vbs

  1. #1
    Join Date
    Oct 2005
    Posts
    5

    Angry Run Mssql Dts From Vbs

    I am trying to run a DTS from a vbs but I am pulling my hair out at this point (grey anyway). Here is the script.

    set objDTSPackage = CreateObject("DTS.Package")
    objDTSPackage.LoadFromSQLServer "(local)", "sa", "", DTSSQLStgFlag_Default, "", "", "", "dts_download", 0

    it is not doing it, and giving me error on all steps within the package

    your help is greatly appreciated
    thank you

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Tried replace local with hose name where sql is running?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •