Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: IF getdate() not working

    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...

  • RE: project life cycle

    HI All,

    am unable to retrieve a data between certain time

    My table has a Data like this...

  • RE: Select Starttime

    HI,

    Thanks for your suggestion ,but i have tried this query

    SELECT StartTime

    FROM TicketTransaction

    WHERE

    convert(datetime,StartTime) <= '12:30 PM'

    ...

  • RE: Select Starttime

    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...

  • RE: Select stmt not working

    Hi Ramesh,

    Its working fine now thanks for your help

    Regards

    Karthik

Viewing 5 posts - 1 through 5 (of 5 total)