Viewing 2 posts - 1 through 2 (of 2 total)
that's my typo C04 shoould be included
the output should be
5 c05
6 c06
3 C03
1 C01
4 C04
2 C02
not
1 c01
3 c03
4 c04
2 c02
February 18, 2014 at 5:56 am
#1689854
gentleman thx for the code but here is my approach
composed a udf that returns the csv
DECLARE @StartTime TIME(0) = '00:10'
DECLARE @EndTime TIME(0) = '01:40'
DECLARE @MinutesToAdd INT = 5
DECLARE @RunningTime TIME(0)='00:10'
Declare...
September 19, 2013 at 12:27 am
#1651370