Skip to content

Commit de0d93a

Browse files
authored
Update collation-and-unicode-support.md
1 parent ab13e62 commit de0d93a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/collations/collation-and-unicode-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ To query the server for all available collations, use the following `fn_helpcoll
383383
SELECT * FROM sys.fn_helpcollations();
384384
```
385385

386-
You can not change change or set the instance level collation on Azure SQL Database. For information about SQL Managed Instance and SQL Server, see: [Set or Change the Server Collation](../../relational-databases/collations/set-or-change-the-server-collation.md).
386+
You can not change or set the instance level collation on Azure SQL Database. For information about SQL Managed Instance and SQL Server, see: [Set or Change the Server Collation](../../relational-databases/collations/set-or-change-the-server-collation.md).
387387

388388
#### <a name="Database-level-collations"></a> Database-level collations
389389
When you create or modify a database, you can use the `COLLATE` clause of the `CREATE DATABASE` or `ALTER DATABASE` statement to specify the default database collation. If no collation is specified, the database is assigned the server collation.

0 commit comments

Comments
 (0)