Thursday, June 12, 2014

How to check SQL server collation?

For checking database collation you can sue the below command

select serverproperty('collation')


select databasepropertyex('master','collation')