Viewing 15 posts - 2,446 through 2,460 (of 3,348 total)
After reading the article referenced in the editorial, I don't really know what its auther wants to tell me. Does he/she think agree we we should trust systems instead of...
January 6, 2011 at 2:22 am
I replied wrong - I saw the rollback after the truncate, assumed the question intended to test my understanding that a truncate can be rolled back, and then replied. I...
January 4, 2011 at 2:39 am
Nice question. Though I'm surprised at the high percentage of incorrect answers.
Also, the disclaimer can be removed. This behaviour of the UPDATE statement is how the ANSI standard prescribes it...
January 2, 2011 at 3:20 pm
deeptidas23 (12/30/2010)
January 2, 2011 at 3:13 pm
Good (if fairly easy) question, but bad explanation.
The default for smalldatetime is not Jan 1, 1900; it is NULL. Here is the proof:
DECLARE @d1 smalldatetime;
SELECT @d1;
Also, setting a variable to...
December 29, 2010 at 5:08 am
dbuendiab (12/23/2010)
December 23, 2010 at 4:02 am
I got the question right, assuming that the submitter was unaware of the fact that there is no guarantee for this behaviour. I was then surprised to see in the...
December 23, 2010 at 3:42 am
This was an ... interesting question.
I don't call it a good question, because of the complexity - not the complexity of the subject matter, but that of the number of...
December 23, 2010 at 3:31 am
Tom, thanks for your comment. I mostly agree with what you say.
This was one of my first questions here, and not one I am still very proud of. The idea...
December 18, 2010 at 2:59 pm
matthew.stone (12/10/2010)
I say keep the functionality and not a trace flag as I don't what to have to bounce a server to enable.
Luckily, you can enable trace flags without restarting...
December 10, 2010 at 8:43 am
Viewing 15 posts - 2,446 through 2,460 (of 3,348 total)