Data Transformation Services

DTS Package Execution Utilities

Data Transformation Services (DTS) packages can be run from either of two package execution utilities included with Microsoft® SQL Server™ 2000: the DTS Run utility and the dtsrun command prompt utility. By using these utilities, you do not need to open a package to run it.

The DTS Run utility allows you to create a command prompt and run a package or schedule a package outside of the Microsoft Management Console (MMC). With dtsrun, you can run a package from the command prompt or a batch file.

DTS Run Utility

With the DTS Run utility, you can execute an existing package from a set of dialog boxes that you call from the command prompt.

Using the DTS Run utility, you can set:

You also can use the DTS Run utility to generate the text of a command prompt for dtsrun, with or without encrypted arguments. You can save this text, copy it to a file, and reuse it later to execute the same operation from a command prompt.

You access the DTS Run utility by executing dtsrunui from a command prompt without any command switches.

To execute a DTS package using the DTS Run utility

Enterprise Manager

Enterprise Manager

dtsrun Command Prompt Utility

With the dtsrun command prompt utility, you can execute an existing package from the command prompt. You access the utility by executing dtsrun from a command prompt, along with any command switches.

To execute a DTS package using dtsrun

Command Prompt

Command Prompt

For more information, see dtsrun Utility.

See Also

Executing a DTS Package

Scheduling a DTS Package for Execution