Viewing 15 posts - 196 through 210 (of 450 total)
Nice article Greg.
January 15, 2014 at 9:03 am
Hey Steve - nice easy one to finish the week.
Cheers.
December 20, 2013 at 1:36 am
Well I was wrong, but at least I was in the majority.
December 12, 2013 at 6:26 am
use AdventureWorks
SELECT SalesOrderID, ProductID, OrderQty,
ROW_NUMBER() OVER ( PARTITION BY SalesOrderID ORDER BY ProductID ) AS GNum, ...
December 6, 2013 at 2:51 am
raulggonzalez (12/2/2013)
I agree with some other peers, (and with BOL), there is just one possible answer for this question, which is include ORDER...
December 2, 2013 at 2:40 am
Not sure about this question - I answered but got it wrong...
Maybe we need better validation of QOTDs.
December 2, 2013 at 1:57 am
Thanks for the 7 points Steve.
Happy Thaknsgiving.
November 28, 2013 at 2:39 am
Steve Eckhart (11/8/2013)
Got it wrong because the wording of the question implied that it was tricky. But, it was actually the obvious answer.
.. so the point of the question was...
November 8, 2013 at 8:00 am
The answer was so obvious I ignored it, thinking that was the reason for the post.
So there was no real need to post this other than to cause confusion?
November 8, 2013 at 7:43 am
Viewing 15 posts - 196 through 210 (of 450 total)