Viewing 15 posts - 10,606 through 10,620 (of 26,489 total)
Lynn Pettis (7/19/2012)
capn.hector (7/19/2012)
tacy.highland (7/19/2012)
I think so. It's taking the varchars and converting them to smalldatetime. Although, I'm not clear on why its converting the route# to .1?
the...
July 19, 2012 at 2:18 pm
Sean Lange (7/19/2012)
I wish there was something I could do for you to thank you for all your time on this.
This is just so great.
I think you just did. 😀
Most...
July 19, 2012 at 2:15 pm
capn.hector (7/19/2012)
tacy.highland (7/19/2012)
I think so. It's taking the varchars and converting them to smalldatetime. Although, I'm not clear on why its converting the route# to .1?
the route to...
July 19, 2012 at 2:10 pm
You could also talk to some of the small non-profit organizations in your area about volunteering your time to help them with database base applications. Some may already be...
July 19, 2012 at 2:05 pm
djackson 22568 (7/19/2012)
Tao Klerks (7/19/2012)
djackson 22568 (7/19/2012)
I also appreciate that someone else is willing to point out there is no 12:00 AM or PM!
OK, I didn't understand the reference the...
July 19, 2012 at 1:38 pm
The hard part was the initial code. Making the mods is just knowing what it is doing and having a better understanding of the data upon which it must...
July 19, 2012 at 1:33 pm
Okay, new update to my code:
WITH
/* Create the dynamic tally table (0 based) ...
July 19, 2012 at 1:15 pm
Looking at the sample data, looks like we have multiple entries for the same route. I need to modify my code a bit more to handle this additional possibility.
July 19, 2012 at 1:09 pm
Converted your temp table into a permanent table (created it in a separate query window from my code).
Here is my updated code based on your current sample data (i.e. we...
July 19, 2012 at 1:02 pm
Or do we wrap the data around on the display?
July 19, 2012 at 12:35 pm
Another assumption here, you want to display the pivot data out beyond 23:45, correct?
July 19, 2012 at 12:33 pm
tacy.highland (7/19/2012)
INSERT INTO #Schedules_RC
(
Route
, Start_Time
, End_Time
...
July 19, 2012 at 12:31 pm
You may want to extend your sample data, as this will result in modifications to the code. Also, how does this change how the data is presented?
Also, spanning...
July 19, 2012 at 12:17 pm
tacy.highland (7/19/2012)
This...
July 19, 2012 at 12:13 pm
Viewing 15 posts - 10,606 through 10,620 (of 26,489 total)