Monitoring Integration Services Performance and Activity
SQL Server 2005 Integration Services (SSIS) includes features for monitoring the performance of packages.
- Integration Services includes a set of performance counters for monitoring the performance of the data flow engine. For example, Integration Services can monitor the number of rows that a source produces.
- Integration Services includes logging features for capturing run-time information about a package and the package objects. For example, Integration Services can log the time that a package starts and stops running.
This following table lists the topics in this section.
Topic | Description |
---|---|
Describes the performance counters for monitoring the performance of the data flow engine. |
|
Describes the Integration Services logging features. |
See Also
Other Resources
Administering Integration Services