• BlackHawk-17 (8/6/2010)


    To calculate the duration you may find this a little better than the method you are currently using:

    CONVERT(CHAR(8), backup_finish_date - backup_start_date, 8) AS [Duration]

    Thanks for the feedback. Will implement it.



    Pradeep Singh