Viewing 15 posts - 661 through 675 (of 716 total)
Great questions thanks!
I got it correct, but not for the right reason. 🙂
June 1, 2010 at 8:40 pm
Wow, all that date math made me think... But the division part was easy.
Thanks for the question!
June 1, 2010 at 8:38 pm
I almost picked "It Depends" because, but I thought no, it couldn't be possible with a standard VARCHAR. Learned another thing today, at the cost of a point. 🙂
June 1, 2010 at 8:37 pm
Good question, thanks!
I'm actually a little surprised that most people got it correct. 🙂
June 1, 2010 at 8:35 pm
I think I wouldn't hire anybody that wrote code like that. Using * at all is bad enough. 😉
June 1, 2010 at 8:30 pm
Another great question, I had to think about this one, but it makes sense. Thanks!
June 1, 2010 at 8:26 pm
Thanks for the great question! I am learning so much more from these questions and their explanations.
June 1, 2010 at 8:23 pm
Wow, I happened to be the first to answer it, and I got it right. 🙂
Though not for the reason you stated, as it makes no difference if ANSI_NULLS is...
June 1, 2010 at 8:12 pm
I got it wrong but I learned a little more about XML, so not entirely a bad thing...
May 20, 2010 at 10:21 am
Good question, it made me think some. I did refer back to the previous similar question to see what was different, which helped.
May 19, 2010 at 9:52 am
One of the advantages of using EXISTS over the LEFT JOIN/NULL check is that it can't introduce a cartesian, and I think as a result of that the query optimize...
May 19, 2010 at 9:46 am
Since I was already logging the errors to a table I created a second SP that retrieves the last error for the user, and then modified the Access application to...
May 18, 2010 at 11:26 am
gregory.anderson (5/18/2010)Should I do a Left Outer Join then on my destination table and then just check to make sure that the common field in both tables is blank (null)...
May 18, 2010 at 11:23 am
elutin (5/15/2010)
From SQL Server prospective, it is expected behaviour. The error is raised, query/sp execution stopped (conversion error will terminate your query or sp),...
May 17, 2010 at 10:30 am
Viewing 15 posts - 661 through 675 (of 716 total)