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.
Wednesday, October 15, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment