• bitbucket-25253 (2/24/2012)


    tilew-948340 (2/23/2012)


    Is someone knows where to find the list of possible collation and if they are insensitive?

    Try running this:

    SELECT *

    FROM fn_helpcollations()

    GO

    [/code]

    Exactly what I was looking for: 2397 types of collations with their description... impressive!

    I think I already ask that because the query looks familiar to me... but this time, I'll put it in my special book 🙂

    Thanks a lot!