• The SQL Overview package is missing a Truncate SQL statement for the table Jobs.

    To add this to the package

    1) Add an Execute SQL Task named "Truncate Jobs" to the Sequence Container "Truncate Tables"

    2) Select the same connection information as the other truncate tasks

    3) Use the SQL Statement "TRUNCATE Table Jobs"

    Sorry for the missing task

    David Bird