• In SQL you could just do this:

    CAST('1:2:3' AS DATETIME)[/code]

    which would return "1900-01-01 01:02:03.000" and then use SSRS to extract the time only, preserving the zeros.


    I'm on LinkedIn