• You create the column Jmessage initially but don't pull over the message to populate it.

    I'm playing with it now and modified this piece of code with the addition in bold.

    --Change run duration into something you can recognize (hh:mm:ss)

    , LEFT(RIGHT('000000' + CAST(run_duration AS VARCHAR(10)),6),2) + ':' +

    SUBSTRING(RIGHT('000000' + CAST(run_duration AS VARCHAR(10)),6),3,2) + ':' +

    RIGHT(RIGHT('000000' + CAST(run_duration AS VARCHAR(10)),6),2)

    , sjh.message