Viewing 10 posts - 1 through 10 (of 10 total)
Good thing this wasn't a pop quiz on the difference between "your" and "you're".
June 6, 2014 at 11:41 am
You could potentially miss out on some great employees if you let your ego get in the way of making an objective hiring decision. I've been working with T-SQL for...
June 6, 2014 at 9:39 am
Ask "Using T-SQL, how do you get the current date and time"?
So would you consider this a valid answer? "I think it's CURRENT TIMESTAMP but if I was blanking on...
June 6, 2014 at 9:03 am
Justin, if it helps, I never use "pop quiz" questions when I interview because I find that they don't give me enough information about a candidate's experience or ability to...
June 6, 2014 at 8:56 am
I saw you mentioned that, but I would have had to Google whether an update trigger fires once per update or once per row.
June 6, 2014 at 7:47 am
For #3, I'd have to Google whether or not an update inside an update trigger would cause an infinite loop. I don't know that off the top of my head...
June 6, 2014 at 7:33 am
Number 2 is selecting names of employees over 60. Or specifically, people who were 60 years old by the end of last year, since this is only comparing by year....
June 6, 2014 at 7:16 am
Aha! I knew there had to be something I was missing. So now to answer the OPs question, did most interviewees give you the same response I gave? Or were...
June 6, 2014 at 7:14 am
Ok, well in question 1, it looks to me like all 4 would return the same result, but I didn't test it! Putting a predicate on the ON clause should...
June 6, 2014 at 6:58 am
Viewing 10 posts - 1 through 10 (of 10 total)