Viewing 3 posts - 1 through 3 (of 3 total)
Thank you David!
June 29, 2005 at 8:37 am
#569350
thanks, but what is "calendar table with the date range" ?
June 29, 2005 at 1:08 am
#569218
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
SET @fromdate =...
June 28, 2005 at 9:04 am
#568961