Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 3e1fba8

Browse files
Including support for Azure SQL MI
Including support for Azure SQL MI
1 parent 3828e0f commit 3e1fba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/databases/contained-database-collations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: WilliamDAssafMSFT
1515
ms.author: wiassaf
1616
---
1717
# Contained Database Collations
18-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
18+
[!INCLUDE [SQL Server Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdbmi.md)]
1919
Various properties affect the sort order and equality semantics of textual data, including case sensitivity, accent sensitivity, and the base language being used. These qualities are expressed to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] through the choice of collation for the data. For a more in-depth discussion of collations themselves, see [Collation and Unicode Support](../../relational-databases/collations/collation-and-unicode-support.md).
2020

2121
Collations apply not only to data stored in user tables, but to all text handled by [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], including metadata, temporary objects, variable names, etc. The handling of these differs in contained and non-contained databases. This change will not affect many users, but helps provide instance independence and uniformity. But this may also cause some confusion, as well as problems for sessions that access both contained and non-contained databases.

0 commit comments

Comments
 (0)