Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: First occurrences

    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...

  • RE: First occurrences

    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,...

  • RE: Looping through rows and applying a count

    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...

  • RE: Looping through rows and applying a count

    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...

  • RE: Looping through rows and applying a count

    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.

Viewing 5 posts - 1 through 5 (of 5 total)