DECLARE @NumeroSegundos int SET @NumeroSegundos = 130 SELECT CONVERT(VARCHAR, dateadd(ss, @NumeroSegundos, '19000101'), 108)