Viewing 7 posts - 1 through 7 (of 7 total)
opc.three (3/30/2012)
DBA_Dom (3/30/2012)
March 30, 2012 at 9:27 am
We are grouping values that are written in a sequence of 1 minute, for this values we are show start datetime of a sequence and end datetime of sequence. For...
December 14, 2009 at 5:17 am
Ok. here it the script to populate data:
create table #t (IMEI int, Date datetime)
insert into #t
select
3, '20091210 11:49:09.000'
union select
3, '20091210 14:30:08.000'
union select
3, '20091210 14:31:07.000'
union select
3, '20091210...
December 14, 2009 at 5:11 am
Thanks a lot! Will check links shortly!
September 9, 2009 at 12:41 pm
stevefromOZ (9/9/2009)
September 9, 2009 at 11:22 am
Hel (9/9/2009)
I'm trying to use your sample and got the following error:
Error: 0x3 at Foreach Loop Container: Variable "User::adoVar" does not contain a valid data object
Warning: 0x80019002 at Foreach...
September 9, 2009 at 7:37 am
Hello Steve,
I'm trying to use your sample and got the following error:
Error: 0x3 at Foreach Loop Container: Variable "User::adoVar" does not contain a valid data object
Warning: 0x80019002 at Foreach Loop...
September 9, 2009 at 6:51 am
Viewing 7 posts - 1 through 7 (of 7 total)