Viewing 11 posts - 1 through 11 (of 11 total)
Can anyone help me to solve this issue ?
March 12, 2017 at 10:17 pm
Thank you much, I will check the result for accuracy
August 23, 2016 at 2:24 am
Thanks for the reply,
According to given scenario I have time till end of June, % should be calculated by considering the scheduled date, Completed Date. In the row number 1...
August 23, 2016 at 1:57 am
Thank you so much, This is the perfect solution 🙂
Hats off
June 4, 2016 at 12:06 pm
Sorry,
I replied back
May 31, 2016 at 8:12 am
Hi John
Still its not meet my requirement, i need only the total hours as result. In the below query i get the total hours but i am not able to...
May 31, 2016 at 7:59 am
Hi,
CREATE TABLE [dbo].[Temp2](
[SiteCode] [int] NULL,
[StatusTime] [datetime] NULL,
[Status] [char](2) NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
insert into Temp2 values(111,'2016-05-30 12:30:00.000','A')
insert into Temp2 values(111,'2016-05-30 13:02:00.000','A')
insert into Temp2 values(111,'2016-05-30 14:02:00.000','I')
insert into Temp2 values(111,'2016-05-30 15:02:00.000','I')
insert into...
May 31, 2016 at 3:47 am
Hi John,
CREATE TABLE [dbo].[Temp2](
[SiteCode] [int] NULL,
[StatusTime] [datetime] NULL,
[Status] [char](2) NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
insert into Temp2 values(111,'2016-05-30 12:30:00.000','A')
insert into Temp2 values(111,'2016-05-30 13:02:00.000','A')
insert into Temp2 values(111,'2016-05-30 14:02:00.000','I')
insert into Temp2 values(111,'2016-05-30 15:02:00.000','I')
insert...
May 31, 2016 at 3:41 am
Hi John
I tried many queries, Below is one of it. Its gives me the time difference of Max and Min value of statustime where Status = 'I' and i am...
May 31, 2016 at 3:17 am
Thank you so much salliven
Its worked,
May 4, 2016 at 12:21 am
Sure, Thanks for your response
Table : message_queue_details
ID MobileNumberMsgStatusSubmitDate ...
May 4, 2016 at 12:18 am
Viewing 11 posts - 1 through 11 (of 11 total)