Posted on 03/12/2019 14:37:16
You are right. It seems that sorting with Latin1_General_CI_AS collation doesn't distinguish between those letters so the order appears to be "random". This also seems to be the way Faroese was sorted in the old days (as mentioned in the wikipedia article). There doesn't seem to be any better alternative when sorting Faroese in SQL Server. Do you know of any?
A possible workaround is to change regional settings to "Icelandic (Iceland)" - No, it's not Faroese, but I think you will get the sorting you need :)
Another option is to sort the list of items in a custom razor template. This requires that you fetch all items without any paging.
/Morten