Showing posts with label Servers: 2008: SQL: Identify Collation. Show all posts
Showing posts with label Servers: 2008: SQL: Identify Collation. Show all posts

Tuesday, March 6, 2012

How to identify SQL Collation used

SELECT DATABASEPROPERTYEX('DBName', 'Collation') SQLCollation;




Just type in the DBName of the database you want to check