Skip to content

Commit e3957d7

Browse files
20240122 edit pass
1 parent f0231ac commit e3957d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To check the current collation for the database, you can run the following T-SQL
3131
SELECT DATABASEPROPERTYEX(DB_NAME(), 'Collation') AS Collation;
3232
```
3333

34-
When passed 'Collation' as the property parameter, the DatabasePropertyEx function returns the current collation for the database specified. For more information, see [DATABASEPROPERTYEX](/sql/t-sql/functions/databasepropertyex-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true).
34+
When passed `'Collation'` as the property parameter, the `DatabasePropertyEx` function returns the current collation for the database specified. For more information, see [DATABASEPROPERTYEX](/sql/t-sql/functions/databasepropertyex-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true).
3535

3636
## <a id="changing-collation"></a> Choose collation
3737

@@ -48,10 +48,10 @@ The following table shows which collation types are supported by which service.
4848
|:-----------------------------------------:|:-------------------:|:-----------------------:|:------------------:|:------------------:|
4949
| Non-UTF-8 Collations | Yes | Yes | Yes | Yes |
5050
| UTF-8 | Yes | Yes | No | No |
51-
| Japanese_Bushu_Kakusu_140_* | Yes | Yes | No | No |
52-
| Japanese_XJIS_140_* | Yes | Yes | No | No |
53-
| SQL_EBCDIC1141_CP1_CS_AS | No | No | No | No |
54-
| SQL_EBCDIC277_2_CP1_CS_AS | No | No | No | No |
51+
| `Japanese_Bushu_Kakusu_140_*` | Yes | Yes | No | No |
52+
| `Japanese_XJIS_140_*` | Yes | Yes | No | No |
53+
| `SQL_EBCDIC1141_CP1_CS_AS` | No | No | No | No |
54+
| `SQL_EBCDIC277_2_CP1_CS_AS` | No | No | No | No |
5555

5656
## Related content
5757

0 commit comments

Comments
 (0)