Hi all,
Anyone know of a good way to add seconds up from a field that displays in text like the following:
01:51
00:24
01:19
34:32
The file comes as a test file and col009 is a varchar.
I need to add up the total seconds for a record in these files.
I have tried using datepart but keep getting this error:
(459 row(s) affected)
Server: Msg 8115, Level 16, State 2, Line 1
Arithmetic overflow error converting expression to data type datetime.
Any Ideas would be greatly appreciated,
wyles
Anyone know of a good way to add seconds up from a field that displays in text like the following:
01:51
00:24
01:19
34:32
The file comes as a test file and col009 is a varchar.
I need to add up the total seconds for a record in these files.
I have tried using datepart but keep getting this error:
(459 row(s) affected)
Server: Msg 8115, Level 16, State 2, Line 1
Arithmetic overflow error converting expression to data type datetime.
Any Ideas would be greatly appreciated,
wyles