Viewing 5 posts - 1 through 6 (of 6 total)
I didn't guest, I've read a lot of forums.
you can check this link: http://sqlblog.com/blogs/paul_white/archive/2010/08/27/sorting-row-goals-and-the-top-100-problem.aspx
Actually the problem on that forum is different, is based on the big difference on speed...
August 25, 2015 at 2:10 am
Hi guys,
thanks for the help, finally this morning after a good sleep I've seen the problem.
You were right, the sorting was not deterministic enough, but yesterday I was so...
August 25, 2015 at 1:46 am
The sorting is on a DateTime field, the values are the same only in the group, the rest of the records are different. So it's not possible to have more...
August 24, 2015 at 1:15 pm
If I put max([DateCreated]) in the select the result is the same, actually the DateCreated is the same for all records in the same group. The problem is that the...
August 24, 2015 at 9:16 am
Viewing 5 posts - 1 through 6 (of 6 total)