Viewing 15 posts - 5,071 through 5,085 (of 7,484 total)
GilaMonster (12/9/2011)
Evil Kraig F (12/9/2011)
Hulu + Netflix ftw!
Great if you're in the USA....
I don't bother with satellite TV. Too many useless channels and to get the ones I'd be interested...
December 9, 2011 at 1:14 pm
Koen Verbeeck (12/9/2011)
So now I have...
December 9, 2011 at 12:59 pm
Revenant (12/8/2011)
Msg 1835, Level 16, State 1, Line 1
Unable to create/attach any new database because the number of...
December 8, 2011 at 8:14 pm
Cadavre (12/8/2011)
Boo, missed that 😛Here's my fixed version: -
<code snipped>
Drat, I missed out 6 casts ("0" changed to "cast(cast 0 as datetime) as date)" in three places! :blush: I...
December 8, 2011 at 10:11 am
Daniel Bowlin (12/8/2011)
Cadavre (12/8/2011)
Daniel Bowlin (12/7/2011)
SELECT DATEDIFF(dd,GetDate(),'12/25/11') AS DaysTillChristmas
Just to over-complicate matters . . . 😀
SELECT CASE WHEN GETDATE() > DATEADD(d, 24, DATEADD(m, 11, DATEADD(yy, DATEDIFF(yy, 0, GETDATE()), 0)))
...
December 8, 2011 at 7:56 am
Nice easy question.
Richard Warr (12/8/2011)
December 8, 2011 at 7:12 am
Tom Brown (12/8/2011)
December 8, 2011 at 5:20 am
Good question. The date format (mm-dd-yyyy) is irritating, but a fact of life, but obvious since a date in August isn't going to be week (whether WW or ISOWK)...
December 7, 2011 at 9:58 am
Steve Jones - SSC Editor (12/7/2011)
Jeff Moden (12/7/2011)
Revenant (12/6/2011)
Jeff Moden (12/6/2011)
December 7, 2011 at 8:38 am
Evil Kraig F (12/6/2011)
Rob Schripsema (12/5/2011)
Great question. Not what I would have expected....but then, many aspects of SQLVariants are not what I would expect.
Agreed, it's like opening Pandora's Box. ...
December 7, 2011 at 7:58 am
A good question - the sort of thing I would like to see more of because it's about understanding the system and its language rather than about remembering the reference...
December 6, 2011 at 10:46 am
Hugo Kornelis (12/6/2011)
I stiill stand by what I intended to write - that the only way to rewrite the query to a form that doesn't use nested joins involves reordering...
December 6, 2011 at 10:01 am
Ninja's_RGR'us (12/5/2011)
L' Eomot Inversé (12/5/2011)
Pieter de K (12/5/2011)
Interesting... When I run the example on my SQL Server (Denali, CTP 3) the result is: A,D,B,E,C
That's startling. I don't have a...
December 5, 2011 at 10:22 am
Pieter de K (12/5/2011)
Interesting... When I run the example on my SQL Server (Denali, CTP 3) the result is: A,D,B,E,C
That's startling. I don't have a modern (windows 7 or...
December 5, 2011 at 4:16 am
Michael Valentine Jones (12/2/2011)
December 4, 2011 at 3:59 am
Viewing 15 posts - 5,071 through 5,085 (of 7,484 total)