How to view server collation?

  • Hi,

    As far as I know to view the db collation we use:

    SELECT DATABASEPROPERTYEX('DBNAME', 'Collation') SQLCollation

    But how to view the current server collation? is it just view the right click master db properties to check? Thanks a lot

    Best regards,

    Wallace

  • select serverproperty('collation')

    ---------------------------------------------------------------------

  • As you said you can also get this information from the server properties in Management Studio.

    Gethyn Elliswww.gethynellis.com

  • Thanks a lot

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply