Forum Replies Created

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

  • RE: Check if date range is available?

    Jules,

    With a little "and to or" change, this trigger does the job.

    Script below should cover possible situations to locate all reserved positions for specific date interval:

    declare @start smalldatetime

    declare @end smalldatetime

    set @start...

  • RE: Check if date range is available?

    Jules, thanks for the reply. Your solution will work only if the dates are the same.

    If i try to run the following script,

    insert into jobschedule values ('3/29/2004', '4/16/2004', 4)

    error...

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