Check SQL Collation Setting

I have needed to check my SQL Server Collation settings recently. Here is a SQL Query to find your server’s collation setting.
SELECT SERVERPROPERTY('Collation') AS 'Collation'
Hope this helps.

 
   
Leave Your Comment

Name*
Mail*
Website
Comment