Viewing 5 posts - 1 through 5 (of 5 total)
I worked it out 🙂
As you suggested, it just needed a slight modification to "order by" in the below section of the code:
ROW_NUMBER() OVER (PARTITION BY Game, Team ORDER BY...
December 29, 2016 at 4:52 pm
Hi,
Thank you both for attempting to solve my problem. I appreciate the help.
Thom A - The solution you have posted, returns the correct team/player combination for the first team,...
December 29, 2016 at 4:32 pm
Problem solved on the large data set, i worked out I just needed to apply a clustered index to my table 🙂 Sorry.....Newbie 🙂
Thanks for your help though, easy to...
October 3, 2016 at 10:52 pm
That is very similiar to the code I tried putting together initially, so it makes me feel better that there is 1 solution that was close to what I was...
October 3, 2016 at 8:59 pm
That is incredible. I really appreciate your help, you have done an outstanding job with it, as a newbie there was no way I could have worked that out.
October 2, 2016 at 11:26 pm
Viewing 5 posts - 1 through 5 (of 5 total)