June 22, 2006 at 2:14 am
Hi
When looking at the package logs to see details of start time, end time, run status, elapsed time, etc, the elapsed time is shonw in milliseconds.
Is there an option where the elapsed time can be shown as hours and mins?
Thanks.
June 22, 2006 at 8:36 pm
I don't know if DTS has a way to modify that output but, if it can, replace the 1234567 in the following code with whatever DTS uses...
SELECT CONVERT(CHAR(8),DATEADD(ms,1234567,0),108)
Converts 1234567 milliseconds to an HH:MM:SS format.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply