Viewing 15 posts - 2,506 through 2,520 (of 3,348 total)
john.arnott (11/8/2010)
Create...
November 9, 2010 at 12:58 am
timothy bates (11/8/2010)
Should I get an error or count 2 instead of 3? :hehe:
Allthough not explicitly documented, the SQL Server data type supports the Gregorian calendar. The SET LANGUAGE affects...
November 9, 2010 at 12:50 am
mtassin (11/5/2010)
For instance, you can cast -1 as a datetime. You'll get 1899-12-31.This can go back to 1753-01-01, but not to 1752-12-31.
And *that* is because of the change from...
November 5, 2010 at 6:12 pm
SanDroid (11/5/2010)
Hugo, is the default date format a server level default or user level regional setting?
Simple question, but with a complicated answer. And I'll start with a disclaimer - I...
November 5, 2010 at 10:00 am
Steve Eckhart (11/5/2010)
November 5, 2010 at 7:09 am
OCTom (11/5/2010)
Why would the two platforms differ by one day?
Probably because of February 29, 1900.
There is no such date. The full rule for leap years is not "evey four years",...
November 5, 2010 at 7:07 am
Terrible question. The only correct answer is "it depends", and that answer was missing.
If the default language of your server happens to be, for example, British English, you'll get 1...
November 5, 2010 at 2:53 am
sql.monkey (11/4/2010)
I collect the lowest and highest primary keys between those dates into variables
I...
November 5, 2010 at 2:38 am
tilew-948340 (11/4/2010)
November 5, 2010 at 2:26 am
David Ziffer (11/4/2010)
November 4, 2010 at 9:03 am
Imran Ashraf-452633 (11/4/2010)
Good question learned something new today.
(Not targeting you specifically, but everyone who posted and/or will post similar comments)
The question is good indeed - but please don't learn too...
November 4, 2010 at 3:11 am
mislamuddin (11/3/2010)
If select distinct specified order by item must appear in the select list
It does. The code window has a scroll bar at the bottom; you'll find the column sstr.StateProvinceID...
November 4, 2010 at 3:08 am
Hi David,
I'm surprised to see so little comments yet. But who knows, maybe I'm not the only one with a reading backlog.
In the beginning of your article, you write that...
November 4, 2010 at 3:01 am
Hi Terry,
Thanks for the article.
It's definitely an interesting approach - but I miss an explanation. WHY does the second version run faster than the first? I would have expected the...
November 1, 2010 at 2:02 am
Jeff Moden (10/31/2010)
David Ziffer (10/30/2010)
November 1, 2010 at 1:46 am
Viewing 15 posts - 2,506 through 2,520 (of 3,348 total)