Viewing 2 posts - 1 through 2 (of 2 total)
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...
April 28, 2004 at 1:53 pm
#504569
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...
April 28, 2004 at 11:49 am
#504555