• Something like this?

    declare @date int = 20140714, @hour int = 4

    SELECT DATEADD(HOUR,@hour,CONVERT(DATETIME,LEFT(@date,8)))