Viewing 4 posts - 1 through 4 (of 4 total)
Edit: I think your solution is good ... let me do some more tests ... if so, that would be awesome!
Edit-Edit: Your solution is pretty freakin' awesome! Yours is...
February 19, 2009 at 1:21 pm
Here's what I was able to come up with so far ... do you guys think there is a way to simplify this?
declare @event table (id int identity(1,1), beginDate datetime,...
February 19, 2009 at 12:18 pm
The events table will specify the time, the dateRange values will not.
So for example, I will have, 2009-02-01 00:00:00 thru 2009-02-28 00:00:00
While an event can start at like, "2009-02-01 8:30:00"...
February 19, 2009 at 11:54 am
Great post- it looks like I will be able to utilize/modify parts of this code to work with my business needs ... the report I'm creating is tough!
See if you...
February 19, 2009 at 10:23 am
Viewing 4 posts - 1 through 4 (of 4 total)