DTS - Log packages

  • Hi

    When looking at the package logs to see details of start time, end time, run status, elapsed time, etc, the elapsed time is shonw in milliseconds.

    Is there an option where the elapsed time can be shown as hours and mins?

    Thanks.

     

  • I don't know if DTS has a way to modify that output but, if it can, replace the 1234567 in the following code with whatever DTS uses...

    SELECT CONVERT(CHAR(8),DATEADD(ms,1234567,0),108)

    Converts 1234567 milliseconds to an HH:MM:SS format.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 2 posts - 1 through 1 (of 1 total)

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