Viewing 11 posts - 301 through 311 (of 311 total)
I chose yes for a different reason, upon researching I found this article:
http://stackoverflow.com/questions/440944/sql-server-query-fast-but-slow-from-procedure">
http://stackoverflow.com/questions/440944/sql-server-query-fast-but-slow-from-procedure
I didn't think of the implicit conversion but ANSI_NULLS sounded like a reasonable option for index...
February 17, 2012 at 9:46 am
Great question!! Thanks for it. I had to deeply analyze the lock modes and the MSDN articles in order to decide which answer was correct, and that helped me learn...
February 13, 2012 at 9:09 am
Confusing question because of #4, but considering all others are correct, #5 would've been the right answer.
Cheers,
GG.
😀
February 1, 2012 at 7:51 am
MSDN states (http://msdn.microsoft.com/en-us/library/ms191250.aspx):
"A computed column is computed from an expression that can use other columns in the same table. The expression can be a noncomputed column name, constant,...
January 31, 2012 at 9:19 am
I think I chose the right answer and still got it wrong. Is there a way I can confirm which answer I chose?
Thank you,
GG.
January 26, 2012 at 9:02 am
I agree with cengland0 about portability. You never know where your code will end up running, even if it is a secured ("closed"?) environment. As a former Tech Support Analyst,...
January 17, 2012 at 9:29 am
[font="Courier New"]
Hi!!!
As far as I understood, the layout of the reindeer pulling the sleigh was something like this:
+------+Dasher--Prancer-Comet--Donner--+
|SLEIGH|...............................>--Rudolph
+------+Dancer--Vixen---Cupid--Blitzen-+
Not sure about the order of the first 8 reindeer, but...
December 26, 2011 at 8:33 am
I completely agree with this point. All data is valuable, from huge corporations' to personal, and therefore losing it to the wrong hands unencrypted is not acceptable. Does Microsoft care...
December 7, 2011 at 8:08 am
Tom,
In the e-mail newsletter the QotD did not state it was for SQL Server 2008 and later, so I tested under SQL Server 2005 (the only version I...
November 30, 2011 at 7:48 am
Viewing 11 posts - 301 through 311 (of 311 total)