Skip to content

Commit 155f1db

Browse files
authored
Merge pull request MicrosoftDocs#97866 from ronortloff/master
Update sql-data-warehouse-reference-collation-types.md
2 parents 8e1ce7c + 1979cdc commit 155f1db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/sql-data-warehouse/sql-data-warehouse-reference-collation-types.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: antvgski
66
manager: igorstan
77
ms.service: sql-data-warehouse
88
ms.topic: conceptual
9-
ms.date: 07/10/2019
9+
ms.date: 12/04/2019
1010
ms.author: anvang
1111
ms.reviewer: jrasnick
1212
ms.custom: seo-lt-2019
@@ -96,6 +96,8 @@ For example, if you wanted to change the default collation to case sensitive, yo
9696

9797
## Checking the current collation
9898
To check the current collation for the database, you can run the following T-SQL snippet:
99+
```sql
99100
SELECT DATABASEPROPERTYEX(DB_NAME(), 'Collation') AS Collation;
101+
```
100102
When passed ‘Collation’ as the property parameter, the DatabasePropertyEx function returns the current collation for the database specified. You can learn more about the DatabasePropertyEx function on MSDN.
101103

0 commit comments

Comments
 (0)