Data Transformation Services

ActiveX Script Task

With the Microsoft® ActiveX® Script task, you can write code to perform functions that are not available in the other tasks in Data Transformation Services (DTS) Designer. For example:

For more information, see Using ActiveX Scripts in DTS.

To execute a ActiveX script, you must have the scripting language library installed on the computers that will be running the package (for example, both the development and production computers). The languages that can be used to write your script include Microsoft Visual Basic® Scripting Edition (VBScript) and Microsoft JScript®.

Important  An ActiveX script can affect the execution speed of a DTS package as it executes on each row of the source data. Therefore, if performance is a priority, use scripting carefully when building a package. For more information, see Enhancing Performance of DTS Packages.

To add a DTS task to a DTS package

Enterprise Manager

Enterprise Manager

See Also

ActiveXScript Property (DTS)

Using Global Variables with DTS Packages