I have in my data a time duration. The original format is not human readable.
Specially column: run_duration int Elapsed time in the execution of the job or step in HHMMSS format. (there are other tables with this same time duration)
If I leave it as and Integer it will be a Measure, but not readable.
I have this in a view and a function that coverts it to 00:00:00 (HH:MM:SS) but by doing that it is no longer a Measure.
How do I get it to be a measure and in a normal time readable format?
I am charting and reporting on how our SQL Agent jobs and SSIS packages are performing/running.
One of the things that we are looking at is how long did this job as a whole take and how long did each step (yes I have the set duration too) take.
Is this possible currently or should this be a feature request, to treat time durations (that look like possible just time of day as a measure not a Hierarchy).