Viewing 5 posts - 1 through 5 (of 5 total)
Sure This is my Sp and i need Check the BusinessBD If the @FDate
and @TDate is equal to GETDATE() else i need to bring the data from
ReportDB but am unable...
May 10, 2010 at 11:17 pm
HI All,
am unable to retrieve a data between certain time
My table has a Data like this...
April 19, 2010 at 7:26 am
HI,
Thanks for your suggestion ,but i have tried this query
SELECT StartTime
FROM TicketTransaction
WHERE
convert(datetime,StartTime) <= '12:30 PM'
...
April 18, 2010 at 11:16 pm
Thanks Shenel its executing the output but not exactly the record i need
for eg:
SELECT
StartTime
FROM
TicketTransaction
WHERE
StartTime <= '12:30 PM'
AND StartTime >= '05:30 PM'
The Output like :
05:45 PM
06:16 PM
06:16 PM
06:23...
April 15, 2010 at 11:15 pm
Hi Ramesh,
Its working fine now thanks for your help
Regards
Karthik
February 26, 2010 at 9:51 pm
Viewing 5 posts - 1 through 5 (of 5 total)