Logging - What events are relevant to everyone?

How is everyone using the logging features of SSIS What events are relevant to day-to-day operation Currently we are logging all events except for Diagnostic to a SQL table, and then using event log reporting. What would be the appropriate events used for a production environment




Answer this question

Logging - What events are relevant to everyone?

  • Tekzel

    Andrew,

    There's no right or wrong answer to this but I use:

    • OnPreExecute
    • OnPostExecute
    • OnInformaiton
    • OnError
    • OnWarning

    I haven't seen anything particularly useful in any of the others.

    I also do custom logging using the eventhandlers as so: http://blogs.conchango.com/jamiethomson/archive/2005/06/11/1593.aspx

    -Jamie



  • Logging - What events are relevant to everyone?