Viewing 15 posts - 196 through 210 (of 703 total)
Bruce Jenkins, a BWA member and HOF voter, makes his case for eight guys (written just before this year's announcement, so Alomar and Blyleven are on his list).
...
January 7, 2011 at 10:37 am
Rem70Rem (1/5/2011)
Edited: Yesterday @ 10:38:18 AM by Rem70Rem
Uh, what was the question? 😉
Seriously, though, please restate the starting point so that others can learn from the discussion. That...
January 7, 2011 at 9:54 am
I cannot recall ever using smalldatetime, and now this QOD gives me good reason to avoid it. A max value in year 2079 implies that anyone attempting to save...
January 5, 2011 at 7:59 pm
Koen (da-zero) (12/30/2010)
jts_2003 (12/30/2010)
...usually when something has gone wrong!;-)That's why I hope I will never need to use it 😉
Although you may never have to simply swap the values of...
January 5, 2011 at 7:49 pm
Now that we can store dates earlier than 1753, there should be no error storing them, but it seems that it will be up to an application using those dates...
January 3, 2011 at 1:01 pm
OCTom (12/22/2010)
When correcting/criticising someone:
1. Don't make it personal.
2. Make it about the code and/or advice.
3. Use positive instead of negative terms.
4. Give an alternative and explain why...
December 22, 2010 at 8:58 am
cengland0 (12/16/2010)
Carlo Romagnano (12/16/2010)
cengland0 (12/16/2010)
Carlo Romagnano (12/16/2010)
the Mayan calendar shows the world will end on December 21, 2012 anyway.
Mayan calendar BUG: 12/12/2012 is the end.
:-D:-D:-D
Actually, it's 12/21/2012
It depends on "Regional...
December 16, 2010 at 9:41 am
Since the error is due to the #tmp table no longer being in scope once the EXEC() is done, one could fix this to work by making the table global...
December 10, 2010 at 10:44 am
UMG Developer (12/3/2010)
Thanks to everyone for the discussion, I knew the WHERE clause wasn't a real work-around...
I'm with UMG on this one. Besides the quibble that the WHERE clause...
December 6, 2010 at 9:29 am
How much more efficient is the proposed solution ORDER BY CAST(DATENAME(mm,SomeDateTime) + ' 1900' AS DATETIME)
than adding a numerical representation of the month, whether by using MONTH() or DATEPART(), to...
November 15, 2010 at 12:07 pm
Hugo Kornelis (11/9/2010)
john.arnott (11/8/2010)
November 9, 2010 at 10:16 am
SanjayAttray (11/8/2010)
Create Table #Test (a int, b int, C as a+b )
go
insert into #test values (3,4)
insert into #test values (1,7)
go
select * from #test
order by 1
go
drop table #test
go
Isn't it funny...
November 8, 2010 at 2:17 pm
Bazzkar,
With so many comments on your QOD, you really should be happy about it. Despite it perhaps causing some transitory embarrassment, you've engendered a lively discussion. Even though...
November 5, 2010 at 9:45 am
Or, if your locality sets the date format as dd/mm/yyyy, then would not the 01/07/2010 row be saved as first of July? That would seem to still result in...
November 4, 2010 at 9:45 pm
The good thing is that I learned somethng here, and not about conversion precedence.
I answered that the intial assignment would fail as the CONVERT function seemed wrong. The...
November 1, 2010 at 10:25 am
Viewing 15 posts - 196 through 210 (of 703 total)