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