I have two columns:
job_start job_end 2011-11-02 12:20:37.247 2011-11-02 13:35:14.613
How would it be po
I used following logic and it worked for me like marvel:
CONVERT(TIME, DATEADD(MINUTE, DATEDIFF(MINUTE, AP.Time_IN, AP.Time_OUT), 0))