Viewing 15 posts - 121 through 135 (of 851 total)
Lynn Pettis (7/23/2009)
Philip K Dick may have been mental. Any one read Valis? It was a bit strange.
[font="Verdana"]It's beaten out in weirdness by "Stars In My Pocket Like...
July 23, 2009 at 3:57 pm
Lynn Pettis (7/23/2009)
Bruce W Cassidy (7/23/2009)
Grant Fritchey (7/23/2009)
Another completely off-topic post.[font="Verdana"]Wait! There's a topic?[/font]
Usually, yes. Let's see, I think the topic right now is sci-fi/fantasy book appropriate for...
July 23, 2009 at 3:27 pm
Grant Fritchey (7/23/2009)
Another completely off-topic post.
[font="Verdana"]Wait! There's a topic?
But while we're on the topic of kiddult fantasy, here are some highlights from from what I was reading at that...
July 23, 2009 at 2:26 pm
GilaMonster (7/21/2009)
That sounds awesome!
[font="Verdana"]It was very, very funny at the time. :-)[/font]
July 21, 2009 at 5:25 pm
GilaMonster (7/21/2009)
. (7/21/2009)
What kind of roleplaying game involves conspiracies, Gail?Lots.
[font="Verdana"]Paranoia is the one I remember ("The Computer is your friend!") But I also ran some private games based on...
July 21, 2009 at 4:32 pm
GilaMonster (7/21/2009)
Kit G (7/21/2009)
I'm semi-interested in Angels and Demons.
Read the book.
It's not bad. I didn't find it as good as the Da Vinci code, but it was a decent...
July 21, 2009 at 3:19 pm
[font="Verdana"]Try something like this:
with
TotalHours as (
select sum([Hours]) as [Hours]
from #CompanyHours
),
CompanyHours as (
select Company, sum([Hours]) as [Hours]
...
July 16, 2009 at 6:32 pm
[font="Verdana"]Try:
convert(datetime, cast(TransactionDate as varchar(8)), 112)
[/font]
July 16, 2009 at 5:00 pm
mmunson (7/16/2009)
My .CREATED_AT is actually stored as a numeric(15,0).
[font="Verdana"]Ah well, I was close. :)[/font]
mmunson (7/16/2009)
Thanks!! I've learned a lot.
[font="Verdana"]You're welcome![/font]
July 16, 2009 at 4:52 pm
[font="Verdana"]Okay, I thought about the code you posted some more, and I suspect that your originating date is actually stored as an integer in the form:
YYYYMMDDHHMMSS
That explains why you would...
July 16, 2009 at 4:34 pm
[font="Verdana"]Okay, it looks to me as though you are trying to do the following:
1. display the start of the day on which the service order was created
2. display...
July 16, 2009 at 4:15 pm
[font="Verdana"]DATENAME() does require two arguments. The first argument tells SQL Server which part of the date name you want (year, month, day, etc). The second argument is the...
July 16, 2009 at 4:08 pm
Gaby A. (7/16/2009)
July 16, 2009 at 2:26 pm
Paul White (7/14/2009)
July 14, 2009 at 4:20 pm
Grant Fritchey (7/13/2009)
You mean if you change fonts you get better performance? Holy smokes! I've got to get some edits into the chapter on tuning...
[font="Verdana"]I'm also thinking you could see...
July 13, 2009 at 7:41 pm
Viewing 15 posts - 121 through 135 (of 851 total)