Forum Replies Created

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

  • RE: periods of dates

    Thank you David!

  • RE: periods of dates

    thanks, but what is "calendar table with the date range" ?

  • RE: periods of dates

    1.for this period

    DECLARE @fromdate datetime, @until datetime

    SET @fromdate = '2005-07-01'

    SET @until = '2005-07-08'

    output should be 'Occupied'

    2.for this period

    DECLARE @fromdate datetime, @until datetime

    SET @fromdate =...

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