Viewing 15 posts - 46 through 60 (of 137 total)
David McKinney (4/29/2013)
I notice that you never get beyond the 'Introduction' heading.
A little more explanation - perhaps a working example...and...
April 29, 2013 at 8:10 am
Hugo Kornelis (4/19/2013)
By the way, my questions never intentionally contain "tricks". I try to...
April 19, 2013 at 7:59 am
OCTom (4/18/2013)
For example, one of the best interview questions I ever heard was: "If I asked you to make me a peanut butter and jelly sandwich, what would you...
April 18, 2013 at 8:11 am
Hugo Kornelis (4/17/2013)
longer answer options - and especially the inclusion of three of the returned values for the "yes" option. Technically, this makes both answer options...
April 17, 2013 at 7:50 am
I think the short takeaway is that IsNumeric just shouldn't be trusted. It looks like a best-practice way to check that a string is a number but it contains...
April 8, 2013 at 8:08 am
I like the emphasis on thanking someone for writing a clever equation. Maybe it isn't as popular as y = mx + b, but that one doesn't solve for...
April 8, 2013 at 7:54 am
SELECT * FROM table1 t1 LEFT JOIN table2 t2 on t1.id = t2.id
AND t1.flag = 1
SELECT * FROM table1 t1 LEFT JOIN table2 t2 on t1.id =...
April 4, 2013 at 8:33 am
Steve Jones - SSC Editor (4/3/2013)
If I can't count on better services than I get in-house, I'm not sure there are many advantages to moving.
For the sake of discussion, I'll...
April 4, 2013 at 8:02 am
As a construct for simulating confused code, this question is a fine test.
I couldn't even begin to imagine what simplified version of real use-case this might have been.
If you found...
April 3, 2013 at 11:21 am
I wish developers in general would stop using the us vs them paradigm to consider the customer. Assuming the user is an idiot newb who can't be trusted with...
March 22, 2013 at 8:40 am
Hugo Kornelis (1/17/2013)
January 17, 2013 at 7:04 am
Sometimes I answer these questions simply to get easy access to a link to their discussion.
I was hoping for more discussion on why this was a QotD. I agree...
January 10, 2013 at 8:01 am
great article. I liked the story it told. I imagine anyone who has been through it before recognized a lot of the issues you mentioned. Anyone who...
December 20, 2012 at 8:24 am
Hugo Kornelis (12/12/2012)
3. Submitters of a Question of the Day should always test their questions on...
December 12, 2012 at 7:31 am
TravisDBA (12/10/2012)
December 10, 2012 at 2:10 pm
Viewing 15 posts - 46 through 60 (of 137 total)