Showing posts with label SQL Collation. Show all posts
Showing posts with label SQL Collation. Show all posts

Wednesday, October 15, 2008

Database Collation

The following code returns the collation settings of AdventureWorks database.

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

To display your own database collation, substitute the AdventureWorks Database with your own database.