SSIS pacage run history

  • Is there any table in 2005 that stores the package run history? I haven't enabled the loggin on and sysdtslog90 table is empty. Agent shows job/package ran sucessfully but I am missing some records in the table.

  • Please take a look at the ExecutionLog view; there are 3 views depending on the version of MS SQL you are using; this is the MSDN article, it may help you to understand the ExecutionLog views: Report Server Execution Log and the ExecutionLog3 View

    Cheers,

    Hope this helps,
    Rock from VbCity

  • Rock from VbCity (7/1/2012)


    Please take a look at the ExecutionLog view; there are 3 views depending on the version of MS SQL you are using; this is the MSDN article, it may help you to understand the ExecutionLog views: Report Server Execution Log and the ExecutionLog3 View

    Cheers,

    That is for reports, not SSIS packages.

    @SQL_Surfer: when you schedule your packages with SQL Server Agent, you can use it's history to get the information. If info is lacking, you need to enable logging and configure the appropriate events to be logged. If that is yet not enough, it's possible you'll have to extend it with your own custom logging.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Koen Verbeeck (7/2/2012)


    That is for reports, not SSIS packages.

    @SQL_Surfer: when you schedule your packages with SQL Server Agent, you can use it's history to get the information. If info is lacking, you need to enable logging and configure the appropriate events to be logged. If that is yet not enough, it's possible you'll have to extend it with your own custom logging.

    True, I got confused

    Hope this helps,
    Rock from VbCity

  • Here is a very handy tool (no cash outlay and open source) to add logging to any SSIS package without modifying the code:

    DTLoggedExec[/url]

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply