• DECLARE @seconds int;

    SET @seconds = 14400;

    SELECT DATEADD(second, @seconds, '20090101')

    ,CONVERT(char(5), DATEADD(second, @seconds, '20090101'), 108);

    Jeffrey Williams
    “We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”

    ― Charles R. Swindoll

    How to post questions to get better answers faster
    Managing Transaction Logs