Re: Creating a Job in SQL Server Agent 2000 to Run a DTS Package

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello UncleMonkey,

The easiest way is of the package is stored as a local package on SQL Server then right click the package and choose schedule frmo the context menu.

You can also run as a CmdExec jobstep and use DTSRun. DTSRun has lots of parameters so you may want to look at DTSRunUI (Start | Run | DTSRunUI)

This URL should help

http://www.sqldts.com/301.aspx

--

Allan Mitchell
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com |
http://www.konesans.com

I am trying for the first time to create a job to start at a specific
time to start a DTS package. What I need to put in the Type and
Command when creating a job step. Or is there an easier method?



.



Relevant Pages

  • Re: Scheduling Problem - Duplicate Attachments
    ... So how is the package requesting the Excel File? ... Allan Mitchell MCSE,MCDBA, www.SQLDTS.com - The site for all your DTS needs. ... > DTSRun: Executing... ...
    (microsoft.public.sqlserver.dts)
  • Not all steps in DTS package execute
    ... When run through DTS Designer, all steps execute except the last one (Step ... DTSRun OnFinish: DTSStep_DTSActiveScriptTask_2 ... Microsoft Data Transformation Services Package ...
    (microsoft.public.sqlserver.dts)
  • Re: DTS ActiveX Scripting
    ... DTSRun: Executing... ... Error string: ActiveX Scripting ... Run Time Error during the execution of the script. ... Package Help file: sqldts80.hlp Help ...
    (microsoft.public.sqlserver.dts)
  • Re: DTSRUN privileges?
    ... be aware that the DTS package runs on same ... machine as DTSRUN. ... client machine and have specified SQL Server name 'local' in the DTS ... The DTS package is stored in the database. ...
    (comp.databases.ms-sqlserver)
  • Re: Need help launching DTS package with SQL Statements
    ... It is an SSIS dtsx. ... You said that you are running a DTS package in your ... DTEXEC not DTSRUN. ...
    (microsoft.public.sqlserver.programming)