Audit Transformation

The Audit transformation enables the data flow in a package to include data about the environment in which the package runs. For example, the name of the package, computer, and operator can be added to the data flow. Microsoft SQL Server 2005 Integration Services (SSIS) includes system variables that provide this information.

You configure the Audit transformation by providing the name of a new output column to add to the transformation output, and then mapping the system variable to the output column. You can map a single system variable to multiple columns.

This transformation has one input and one output. It does not support an error output.

System Variables

The following table describes the system variables that the Audit transformation can use.

System variable Index Description

ExecutionInstanceGUID

0

The GUID that identifies the execution instance of the package.

PackageID

1

The unique identifier of the package.

PackageName

2

The package name.

VersionID

3

The version of the package.

ExecutionStartTime

4

The time the package started to run.

MachineName

5

The computer name.

UserName

6

The login name of the person who started the package.

TaskName

7

The name of the Data Flow task with which the Audit transformation is associated.

TaskId

8

The unique identifier of the Data Flow task.

Configuring the Audit Transformation

You can set properties through SSIS Designer or programmatically.

For more information about the properties that you can set in the Audit Transformation Editor dialog box, see Audit Transformation Editor.

The Advanced Editor dialog box reflects the properties that can be set programmatically. For more information about the properties that you can set in the Advanced Editor dialog box or programmatically, click one of the following topics:

For more information about how to set properties, click one of the following topics:

See Also

Concepts

Creating Package Data Flow
Integration Services Transformations

Help and Information

Getting SQL Server 2005 Assistance