Viewing 15 posts - 1 through 15 (of 51 total)
What Iwas Bornready said! Not nice posting a trick question on a Friday.
October 31, 2014 at 7:07 am
Got it wrong because the wording of the question implied that it was tricky. But, it was actually the obvious answer.
November 8, 2013 at 7:43 am
I'm looking forward to reading this once it is completed. I hope Steve will highlight it when it's actually available.
November 21, 2012 at 7:49 am
I would recommend Courageous. I also saw Moneyball with my wife and enjoyed it, although the book was better.
February 24, 2012 at 7:53 am
Good question. I missed the note even though it is highlighted. :blush:
November 12, 2010 at 7:23 am
I also didn't want to just run the code to get the question, so I converted July 1, 2010 and January 1, 2010 to integers in Excel. Excel calls these...
November 5, 2010 at 7:02 am
Actually, if you read carefully, an index on a computed column CAN include multiple rows and columns from other tables. As long as one of the following four conditions are...
September 30, 2010 at 7:13 am
Thanks, Paul. That was the part that I missed that caused the misunderstanding on my part. I got in my head that we were starting @i at 0.9, but we're...
August 27, 2010 at 8:11 am
Actually, we're doing the exact same thing here. This was the original query:
while @i <> 1
begin
declare @a table(a int)
set @rc = @i +...
August 27, 2010 at 7:55 am
Very good question. I discovered that whether or not 0.9 + 0.1 <> 1 is not consistent I guess depending on sequence. If you execute the following in SQL Server...
August 26, 2010 at 8:37 am
By the way, this feature is documented. From MSDN (http://msdn.microsoft.com/en-us/library/ms173887.aspx): SQL Server Management Studio hosts a version of Microsoft Internet Explorer. This Web browser allows you to browse...
March 24, 2010 at 7:04 am
Thanks for a good question. For some reason, I was thinking that what would be inserted would be the deletion of the table.
February 3, 2010 at 7:38 am
Like others, I answered A because it returned "the expected output": NULL. Option C returns an error:
Msg 208, Level 16, State 1, Line 1
Invalid...
January 5, 2010 at 7:38 am
Steve and Co.,
A belated Merry Christmas! I'm glad you were able to take the day off.
Happy New Year!
Steve
December 28, 2009 at 7:41 am
Viewing 15 posts - 1 through 15 (of 51 total)