Viewing 15 posts - 7,486 through 7,500 (of 7,545 total)
why does it make more sense for the birthday to be after their birthday than it does to have it be before?
Because then the exact same check that works...
March 11, 2008 at 8:35 am
I don't know the laws for Los Angeles, CA, regarding this ... California law says, "on non-Leap Years, your birthday is official Feb 28"
Wouldn't L.A. fall under CA law?
Where...
March 10, 2008 at 3:26 pm
But even your own "timeanddate.com" link makes it clear that the official birthdate is Mar 1 in non-leap years:
while others celebrate their birthday on March 1 because they do...
March 10, 2008 at 2:05 pm
There is only one "best" solution and that is, you must count days.
So when someone asks you how old you are, you count days before you answer? Nonsense.
The best...
March 10, 2008 at 11:00 am
Well, I guess it's nice to see that there are still places where low standards prevail and former govt employees can find actual work.
March 7, 2008 at 2:34 pm
I admit I don't care for all the "uber-geeky" solutions; it's just too hard later for s/o later to verify that the code produces a correct result.
But leap year birthdays...
March 7, 2008 at 12:43 pm
That's for sure. I love "experts" who don't know how to tell what the current SQL activity on the box is.
March 5, 2008 at 9:43 am
Interesting. I guess my concern is that if a (very) large table(s) need updated, you could see a significant hit to your performance from autoupdate of stats. Also,...
March 5, 2008 at 9:20 am
First, 100% on the honesty thing. I would detect you and not hire you. Moreover, I would add you to my personal file of "never hires". Just...
March 5, 2008 at 8:49 am
Hmm, but happens if/when your requirements change and a table that was a "prime" table becomes an intersection table, or vice versa? Do you go back thru and rename...
November 20, 2007 at 4:12 pm
Regarding table names, I now prefer singular but can live with plurals ... the main thing is consistency. Whichever you choose, use it thru-out, without regard to whether it's...
November 20, 2007 at 3:58 pm
I've read everything: interesting article and comments!
FWIW, here's my take on a first-cut design *for just books* [personally I would adjust it to allow reviews on other objects -- such...
November 20, 2007 at 10:54 am
I need to find the record in the DB that has a start time >= the time of my call and on or after the day of the week...
September 26, 2007 at 7:50 am
I think you need to check the current date instead of automatically using s.enddate in the calcs. For example:
DATEDIFF(DAY, s.startdate, CASE WHEN GETDATE() < s.enddate THEN GETDATE() ELSE s.enddate...
September 26, 2007 at 7:45 am
Viewing 15 posts - 7,486 through 7,500 (of 7,545 total)