Viewing 15 posts - 391 through 405 (of 584 total)
Toreador (4/24/2012)
Thomas Abraham (4/24/2012)
this feature behaves as you would design it.Which is the reason I guessed wrong 😉
Ah yes, a SQL Server veteran. Burned by experience, conditioned to expect the...
April 24, 2012 at 5:38 am
bitbucket-25253 (4/24/2012)
(in Denalli CTP3)
SELECT name, start_value FROM sys.sequences;
the return values are:
name ...
April 24, 2012 at 5:35 am
Excellent question. On a new feature, minimum code to make your point, clear cut answer, and several issues demonstrated at once. Bravo! (and Thanks!)
I think if you give it some...
April 24, 2012 at 5:29 am
Nice question. Missed it as I mistakenly used the BOL entry for 2012. Went straight for HTTP SOAP as the incorrect answer. Doh! At least I learned something, which is...
April 23, 2012 at 7:35 am
As soon as I saw the question, I realized it must be Wednesday. No easy Monday question that. Koen, thanks for the question. Keep them coming.
April 18, 2012 at 5:27 am
Great question. Simple (with a single look at BOL), clear cut, a bit surprising, and on a new version. Thanks!
April 17, 2012 at 5:32 am
Thank you for the question. I thought the question was straightforward, but then it's Monday.
April 16, 2012 at 5:39 am
Sean Lange (4/13/2012)
;with TopTest (SomeValue)
as (
select null union all
select null union all
select null union all
select 4 union all
select 4 union all
select 6 union all
select 7
)
select Top 2 with ties...
April 13, 2012 at 8:45 am
Nice question. As others have said, I don't use the with ties much, but it was good to have to study it a bit. Thanks for the effort! At least...
April 13, 2012 at 7:56 am
Thanks for giving me a reason to do some digging this morning. Learned a lot.
But, it's hard to concentrate, as I'm waiting for Steve to hit 30,000 points -...
April 12, 2012 at 5:40 am
Thanks for a straight-forward question. Although, in mid-week, I kind of miss the arguments, er discussion. 😉
April 11, 2012 at 5:34 am
bitbucket-25253 (4/10/2012)
Incorrect answers: 25% (91)
Total attempts: 363
Since one of the major objectives of the QOD is...
April 10, 2012 at 7:13 am
Thanks for the question. Always good to learn a little something new, even on what is now a Monday. Keep it coming.
April 9, 2012 at 5:37 am
Igor, thanks for the question. Made me think. Maybe it was easier for me, as I answered the question in my head, before being presented with the three possible answers....
April 6, 2012 at 5:28 am
Thanks Steve! We currently code for locations in one time zone, so we don't use these types of things much. However, we recently became part of a global enterprise and...
April 5, 2012 at 5:28 am
Viewing 15 posts - 391 through 405 (of 584 total)